diff --git a/.eslintrc.js b/.eslintrc.js
index 571fdda1a2..c69ac51d3c 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -161,7 +161,7 @@ module.exports = {
[
'/*!',
' * @license',
- ' * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.',
+ ' * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.',
' *',
' * Licensed under the Apache License, Version 2.0 (the "License");',
' * you may not use this file except in compliance with the License.',
diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json
index 5008c44944..991bc42a5f 100644
--- a/demo-shell/src/app.config.json
+++ b/demo-shell/src/app.config.json
@@ -35,7 +35,7 @@
"application": {
"storagePrefix": "ADF",
"name": "Alfresco ADF Application",
- "copyright": "© 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved."
+ "copyright": "© 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved."
},
"notifications": true,
"search": [{
diff --git a/demo-shell/src/app/app.component.ts b/demo-shell/src/app/app.component.ts
index 2273758e1d..82186c8eff 100644
--- a/demo-shell/src/app/app.component.ts
+++ b/demo-shell/src/app/app.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/app.module.ts b/demo-shell/src/app/app.module.ts
index 294489a745..82cc036546 100644
--- a/demo-shell/src/app/app.module.ts
+++ b/demo-shell/src/app/app.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/app.routes.ts b/demo-shell/src/app/app.routes.ts
index 15a00905df..fc6d077d8b 100644
--- a/demo-shell/src/app/app.routes.ts
+++ b/demo-shell/src/app/app.routes.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/app-layout/app-layout.component.ts b/demo-shell/src/app/components/app-layout/app-layout.component.ts
index 0708e15d82..6a0a041b50 100644
--- a/demo-shell/src/app/components/app-layout/app-layout.component.ts
+++ b/demo-shell/src/app/components/app-layout/app-layout.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.ts b/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.ts
index 7114f27434..b683cb5bf0 100644
--- a/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.ts
+++ b/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/app-layout/user-info/user-info.component.ts b/demo-shell/src/app/components/app-layout/user-info/user-info.component.ts
index 894e4ba329..7921bd189d 100644
--- a/demo-shell/src/app/components/app-layout/user-info/user-info.component.ts
+++ b/demo-shell/src/app/components/app-layout/user-info/user-info.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/card-view/card-view.component.ts b/demo-shell/src/app/components/card-view/card-view.component.ts
index be215ad41a..a793d51064 100644
--- a/demo-shell/src/app/components/card-view/card-view.component.ts
+++ b/demo-shell/src/app/components/card-view/card-view.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/card-view/card-view.module.ts b/demo-shell/src/app/components/card-view/card-view.module.ts
index f1383fb2dd..94da390446 100644
--- a/demo-shell/src/app/components/card-view/card-view.module.ts
+++ b/demo-shell/src/app/components/card-view/card-view.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/apps-cloud-demo.component.ts b/demo-shell/src/app/components/cloud/apps-cloud-demo.component.ts
index 60985a2e80..a036c9f04d 100644
--- a/demo-shell/src/app/components/cloud/apps-cloud-demo.component.ts
+++ b/demo-shell/src/app/components/cloud/apps-cloud-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/cloud-filters-demo.component.ts b/demo-shell/src/app/components/cloud/cloud-filters-demo.component.ts
index 388d43a4a0..1caf06db35 100644
--- a/demo-shell/src/app/components/cloud/cloud-filters-demo.component.ts
+++ b/demo-shell/src/app/components/cloud/cloud-filters-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/cloud-layout.component.ts b/demo-shell/src/app/components/cloud/cloud-layout.component.ts
index 15603bf50b..6f708e7075 100644
--- a/demo-shell/src/app/components/cloud/cloud-layout.component.ts
+++ b/demo-shell/src/app/components/cloud/cloud-layout.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/cloud-viewer.component.ts b/demo-shell/src/app/components/cloud/cloud-viewer.component.ts
index b038b66328..cbb79e4a41 100644
--- a/demo-shell/src/app/components/cloud/cloud-viewer.component.ts
+++ b/demo-shell/src/app/components/cloud/cloud-viewer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/custom-form-components/custom-editor.component.ts b/demo-shell/src/app/components/cloud/custom-form-components/custom-editor.component.ts
index afabfad8bb..92a17cbf54 100644
--- a/demo-shell/src/app/components/cloud/custom-form-components/custom-editor.component.ts
+++ b/demo-shell/src/app/components/cloud/custom-form-components/custom-editor.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/process-cloud-layout.component.ts b/demo-shell/src/app/components/cloud/process-cloud-layout.component.ts
index c145232b8b..ec4e04e031 100644
--- a/demo-shell/src/app/components/cloud/process-cloud-layout.component.ts
+++ b/demo-shell/src/app/components/cloud/process-cloud-layout.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.ts b/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.ts
index 0243ad7807..fea87da1b7 100644
--- a/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.ts
+++ b/demo-shell/src/app/components/cloud/process-details-cloud-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/processes-cloud-demo.component.ts b/demo-shell/src/app/components/cloud/processes-cloud-demo.component.ts
index a4e2f7935c..44ef4d2a01 100644
--- a/demo-shell/src/app/components/cloud/processes-cloud-demo.component.ts
+++ b/demo-shell/src/app/components/cloud/processes-cloud-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/services/cloud-layout.service.ts b/demo-shell/src/app/components/cloud/services/cloud-layout.service.ts
index 5d2267ec03..55215afa07 100644
--- a/demo-shell/src/app/components/cloud/services/cloud-layout.service.ts
+++ b/demo-shell/src/app/components/cloud/services/cloud-layout.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/services/cloud-process-filters.service.ts b/demo-shell/src/app/components/cloud/services/cloud-process-filters.service.ts
index 1df0d68e67..7ed56fa059 100644
--- a/demo-shell/src/app/components/cloud/services/cloud-process-filters.service.ts
+++ b/demo-shell/src/app/components/cloud/services/cloud-process-filters.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/shared/cloud-settings.component.ts b/demo-shell/src/app/components/cloud/shared/cloud-settings.component.ts
index 3bb5fdc271..9f082a33fc 100644
--- a/demo-shell/src/app/components/cloud/shared/cloud-settings.component.ts
+++ b/demo-shell/src/app/components/cloud/shared/cloud-settings.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/shared/cloud.shared.module.ts b/demo-shell/src/app/components/cloud/shared/cloud.shared.module.ts
index 1f9fcc64e1..00cf011aaf 100644
--- a/demo-shell/src/app/components/cloud/shared/cloud.shared.module.ts
+++ b/demo-shell/src/app/components/cloud/shared/cloud.shared.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/start-process-cloud-demo.component.ts b/demo-shell/src/app/components/cloud/start-process-cloud-demo.component.ts
index a59b14db1a..c87c11c2a2 100644
--- a/demo-shell/src/app/components/cloud/start-process-cloud-demo.component.ts
+++ b/demo-shell/src/app/components/cloud/start-process-cloud-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/start-task-cloud-demo.component.ts b/demo-shell/src/app/components/cloud/start-task-cloud-demo.component.ts
index 9fe1e14da9..f116eefbbf 100644
--- a/demo-shell/src/app/components/cloud/start-task-cloud-demo.component.ts
+++ b/demo-shell/src/app/components/cloud/start-task-cloud-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/task-details-cloud-demo.component.ts b/demo-shell/src/app/components/cloud/task-details-cloud-demo.component.ts
index dd064c2e4f..1080a34ba3 100644
--- a/demo-shell/src/app/components/cloud/task-details-cloud-demo.component.ts
+++ b/demo-shell/src/app/components/cloud/task-details-cloud-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/cloud/tasks-cloud-demo.component.ts b/demo-shell/src/app/components/cloud/tasks-cloud-demo.component.ts
index be9f08555a..8d5bf99e70 100644
--- a/demo-shell/src/app/components/cloud/tasks-cloud-demo.component.ts
+++ b/demo-shell/src/app/components/cloud/tasks-cloud-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/error/demo-error.component.ts b/demo-shell/src/app/components/error/demo-error.component.ts
index a2a3bfa1ef..eb27829022 100644
--- a/demo-shell/src/app/components/error/demo-error.component.ts
+++ b/demo-shell/src/app/components/error/demo-error.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/file-view/file-view.component.ts b/demo-shell/src/app/components/file-view/file-view.component.ts
index 27a2e30c99..5ba62be837 100644
--- a/demo-shell/src/app/components/file-view/file-view.component.ts
+++ b/demo-shell/src/app/components/file-view/file-view.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/file-view/file-view.module.ts b/demo-shell/src/app/components/file-view/file-view.module.ts
index e7852d6999..a5ab81a664 100644
--- a/demo-shell/src/app/components/file-view/file-view.module.ts
+++ b/demo-shell/src/app/components/file-view/file-view.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/files/files.component.ts b/demo-shell/src/app/components/files/files.component.ts
index 5db9a4087a..6b87421254 100644
--- a/demo-shell/src/app/components/files/files.component.ts
+++ b/demo-shell/src/app/components/files/files.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/files/version-manager-dialog-adapter.component.ts b/demo-shell/src/app/components/files/version-manager-dialog-adapter.component.ts
index 779788e0dd..448d7a1f18 100644
--- a/demo-shell/src/app/components/files/version-manager-dialog-adapter.component.ts
+++ b/demo-shell/src/app/components/files/version-manager-dialog-adapter.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/form/form.component.ts b/demo-shell/src/app/components/form/form.component.ts
index a2c66968fc..36e884acbe 100644
--- a/demo-shell/src/app/components/form/form.component.ts
+++ b/demo-shell/src/app/components/form/form.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/home/home.component.ts b/demo-shell/src/app/components/home/home.component.ts
index f43dbf845b..06132af49e 100644
--- a/demo-shell/src/app/components/home/home.component.ts
+++ b/demo-shell/src/app/components/home/home.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/login/login.component.ts b/demo-shell/src/app/components/login/login.component.ts
index 46ceea9771..2d93a1ba8b 100644
--- a/demo-shell/src/app/components/login/login.component.ts
+++ b/demo-shell/src/app/components/login/login.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/login/login.module.ts b/demo-shell/src/app/components/login/login.module.ts
index e0478a86e3..41c901e098 100644
--- a/demo-shell/src/app/components/login/login.module.ts
+++ b/demo-shell/src/app/components/login/login.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/logout/logout.component.ts b/demo-shell/src/app/components/logout/logout.component.ts
index 2a41c6ab94..43dcf78aa4 100644
--- a/demo-shell/src/app/components/logout/logout.component.ts
+++ b/demo-shell/src/app/components/logout/logout.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/permissions/demo-permissions.component.ts b/demo-shell/src/app/components/permissions/demo-permissions.component.ts
index 0db2bcd9dd..c7455999e8 100644
--- a/demo-shell/src/app/components/permissions/demo-permissions.component.ts
+++ b/demo-shell/src/app/components/permissions/demo-permissions.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/process-list-demo/process-list-demo.component.ts b/demo-shell/src/app/components/process-list-demo/process-list-demo.component.ts
index 6ab9660c89..b9404ae68b 100644
--- a/demo-shell/src/app/components/process-list-demo/process-list-demo.component.ts
+++ b/demo-shell/src/app/components/process-list-demo/process-list-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/process-list-demo/process-list.module.ts b/demo-shell/src/app/components/process-list-demo/process-list.module.ts
index 8242d64f66..f3c9d33c08 100644
--- a/demo-shell/src/app/components/process-list-demo/process-list.module.ts
+++ b/demo-shell/src/app/components/process-list-demo/process-list.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/process-service/apps-view.component.ts b/demo-shell/src/app/components/process-service/apps-view.component.ts
index 69d9186b64..23d35ceff2 100644
--- a/demo-shell/src/app/components/process-service/apps-view.component.ts
+++ b/demo-shell/src/app/components/process-service/apps-view.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/process-service/demo-field-validator.ts b/demo-shell/src/app/components/process-service/demo-field-validator.ts
index 76ac227e51..78fde4ab1b 100644
--- a/demo-shell/src/app/components/process-service/demo-field-validator.ts
+++ b/demo-shell/src/app/components/process-service/demo-field-validator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/process-service/form-node-viewer.component.ts b/demo-shell/src/app/components/process-service/form-node-viewer.component.ts
index 03ef8568e1..af8b85b204 100644
--- a/demo-shell/src/app/components/process-service/form-node-viewer.component.ts
+++ b/demo-shell/src/app/components/process-service/form-node-viewer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/process-service/form-viewer.component.ts b/demo-shell/src/app/components/process-service/form-viewer.component.ts
index 28eb3bed76..ddac3398ab 100644
--- a/demo-shell/src/app/components/process-service/form-viewer.component.ts
+++ b/demo-shell/src/app/components/process-service/form-viewer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/process-service/process-attachments.component.ts b/demo-shell/src/app/components/process-service/process-attachments.component.ts
index 2d5795a528..0ea4f99190 100644
--- a/demo-shell/src/app/components/process-service/process-attachments.component.ts
+++ b/demo-shell/src/app/components/process-service/process-attachments.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/process-service/process-service.component.ts b/demo-shell/src/app/components/process-service/process-service.component.ts
index eef0e4488f..6dd037d1f1 100644
--- a/demo-shell/src/app/components/process-service/process-service.component.ts
+++ b/demo-shell/src/app/components/process-service/process-service.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/process-service/show-diagram.component.ts b/demo-shell/src/app/components/process-service/show-diagram.component.ts
index 4fa7318baf..0caa2b1c73 100644
--- a/demo-shell/src/app/components/process-service/show-diagram.component.ts
+++ b/demo-shell/src/app/components/process-service/show-diagram.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/process-service/task-attachments.component.ts b/demo-shell/src/app/components/process-service/task-attachments.component.ts
index 54b10f1312..509ea8c370 100644
--- a/demo-shell/src/app/components/process-service/task-attachments.component.ts
+++ b/demo-shell/src/app/components/process-service/task-attachments.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/search/search-bar.component.ts b/demo-shell/src/app/components/search/search-bar.component.ts
index 79787b9969..2ba5e3f0d7 100644
--- a/demo-shell/src/app/components/search/search-bar.component.ts
+++ b/demo-shell/src/app/components/search/search-bar.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/search/search-config-test.service.ts b/demo-shell/src/app/components/search/search-config-test.service.ts
index 9d0c3664be..9ce4a13914 100644
--- a/demo-shell/src/app/components/search/search-config-test.service.ts
+++ b/demo-shell/src/app/components/search/search-config-test.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/search/search-filter-chips.component.ts b/demo-shell/src/app/components/search/search-filter-chips.component.ts
index a3aabada0a..75f7dbdffe 100644
--- a/demo-shell/src/app/components/search/search-filter-chips.component.ts
+++ b/demo-shell/src/app/components/search/search-filter-chips.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/search/search-result.component.ts b/demo-shell/src/app/components/search/search-result.component.ts
index e38fde29fa..5994fd819c 100644
--- a/demo-shell/src/app/components/search/search-result.component.ts
+++ b/demo-shell/src/app/components/search/search-result.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/settings/host-settings.component.ts b/demo-shell/src/app/components/settings/host-settings.component.ts
index 601a21d358..d5891f2c14 100644
--- a/demo-shell/src/app/components/settings/host-settings.component.ts
+++ b/demo-shell/src/app/components/settings/host-settings.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/settings/settings.component.ts b/demo-shell/src/app/components/settings/settings.component.ts
index 3ba506d76c..3a361a8ed2 100644
--- a/demo-shell/src/app/components/settings/settings.component.ts
+++ b/demo-shell/src/app/components/settings/settings.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/settings/settings.module.ts b/demo-shell/src/app/components/settings/settings.module.ts
index 796d4c95f4..92f04bcb0d 100644
--- a/demo-shell/src/app/components/settings/settings.module.ts
+++ b/demo-shell/src/app/components/settings/settings.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/task-list-demo/task-list-demo.component.ts b/demo-shell/src/app/components/task-list-demo/task-list-demo.component.ts
index 15866cc5c8..25f52b8ee7 100644
--- a/demo-shell/src/app/components/task-list-demo/task-list-demo.component.ts
+++ b/demo-shell/src/app/components/task-list-demo/task-list-demo.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/components/task-list-demo/task-list.module.ts b/demo-shell/src/app/components/task-list-demo/task-list.module.ts
index 2114ba47d4..314f09109c 100644
--- a/demo-shell/src/app/components/task-list-demo/task-list.module.ts
+++ b/demo-shell/src/app/components/task-list-demo/task-list.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/folder-directive/folder-create.directive.spec.ts b/demo-shell/src/app/folder-directive/folder-create.directive.spec.ts
index 2358a744e0..614a8e328f 100644
--- a/demo-shell/src/app/folder-directive/folder-create.directive.spec.ts
+++ b/demo-shell/src/app/folder-directive/folder-create.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/folder-directive/folder-create.directive.ts b/demo-shell/src/app/folder-directive/folder-create.directive.ts
index f7cedd20d2..3e49d2c532 100644
--- a/demo-shell/src/app/folder-directive/folder-create.directive.ts
+++ b/demo-shell/src/app/folder-directive/folder-create.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/folder-directive/folder-directive.module.ts b/demo-shell/src/app/folder-directive/folder-directive.module.ts
index 3f687d8832..1ea7408d91 100644
--- a/demo-shell/src/app/folder-directive/folder-directive.module.ts
+++ b/demo-shell/src/app/folder-directive/folder-directive.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/folder-directive/index.ts b/demo-shell/src/app/folder-directive/index.ts
index d373796834..1e4e590bae 100644
--- a/demo-shell/src/app/folder-directive/index.ts
+++ b/demo-shell/src/app/folder-directive/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/material.module.ts b/demo-shell/src/app/material.module.ts
index 550114010c..ea97216864 100644
--- a/demo-shell/src/app/material.module.ts
+++ b/demo-shell/src/app/material.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/services/in-memory-form.service.ts b/demo-shell/src/app/services/in-memory-form.service.ts
index 57c3dd2113..41086684a8 100644
--- a/demo-shell/src/app/services/in-memory-form.service.ts
+++ b/demo-shell/src/app/services/in-memory-form.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/app/services/preview.service.ts b/demo-shell/src/app/services/preview.service.ts
index 0158024984..9d276f3c85 100644
--- a/demo-shell/src/app/services/preview.service.ts
+++ b/demo-shell/src/app/services/preview.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/environments/environment.canary.ts b/demo-shell/src/environments/environment.canary.ts
index c79d2da963..c0c066bb48 100644
--- a/demo-shell/src/environments/environment.canary.ts
+++ b/demo-shell/src/environments/environment.canary.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/environments/environment.e2e.ts b/demo-shell/src/environments/environment.e2e.ts
index b3a31788f0..1509df8ad3 100644
--- a/demo-shell/src/environments/environment.e2e.ts
+++ b/demo-shell/src/environments/environment.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/environments/environment.prod.ts b/demo-shell/src/environments/environment.prod.ts
index bbcded0a5f..9b1e69cf59 100644
--- a/demo-shell/src/environments/environment.prod.ts
+++ b/demo-shell/src/environments/environment.prod.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/environments/environment.ts b/demo-shell/src/environments/environment.ts
index 4b8b88cb00..efed09f795 100644
--- a/demo-shell/src/environments/environment.ts
+++ b/demo-shell/src/environments/environment.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/main.ts b/demo-shell/src/main.ts
index b5e47c36da..5c5d4715f6 100644
--- a/demo-shell/src/main.ts
+++ b/demo-shell/src/main.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/polyfills.ts b/demo-shell/src/polyfills.ts
index 004894f9e0..68684fe594 100644
--- a/demo-shell/src/polyfills.ts
+++ b/demo-shell/src/polyfills.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/demo-shell/src/test.ts b/demo-shell/src/test.ts
index 7fb3c55912..9ad9b3711f 100644
--- a/demo-shell/src/test.ts
+++ b/demo-shell/src/test.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/docs/tutorials/using-components.md b/docs/tutorials/using-components.md
index 6c8bdddda2..c012c2c8b5 100644
--- a/docs/tutorials/using-components.md
+++ b/docs/tutorials/using-components.md
@@ -38,7 +38,7 @@ Open the `src/app/login/login.component.html` file. The contents will look like
```html
```
@@ -49,7 +49,7 @@ Looking at the documentation, we can see that the `` component has a
```
@@ -80,7 +80,7 @@ Open `src/app/login/login.component.html` and add `(executeSubmit)="myExecuteSub
[showRememberMe]="false"
[showLoginActions]="false"
(executeSubmit)="myExecuteSubmitMethod($event)"
- copyrightText="© 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved."
+ copyrightText="© 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved."
successRoute="/documentlist">
```
@@ -147,7 +147,7 @@ Let's add a simple Hello World message in the footer. Open the template `src/app
[showRememberMe]="false"
[showLoginActions]="false"
(executeSubmit)="myExecuteSubmitMethod($event)"
- copyrightText="© 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved."
+ copyrightText="© 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved."
successRoute="/documentlist">
diff --git a/e2e-playwright/models/component-titles.model.ts b/e2e-playwright/models/component-titles.model.ts
index a9d5ae77f2..37fb24a458 100644
--- a/e2e-playwright/models/component-titles.model.ts
+++ b/e2e-playwright/models/component-titles.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/components/base.component.ts b/e2e-playwright/page-object/components/base.component.ts
index c03ca9602a..fb8e381f14 100644
--- a/e2e-playwright/page-object/components/base.component.ts
+++ b/e2e-playwright/page-object/components/base.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/components/basic/index.ts b/e2e-playwright/page-object/components/basic/index.ts
index 5323e55b3e..4f80532399 100644
--- a/e2e-playwright/page-object/components/basic/index.ts
+++ b/e2e-playwright/page-object/components/basic/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/components/basic/listbox.component.ts b/e2e-playwright/page-object/components/basic/listbox.component.ts
index 09990629cb..f9aaff184b 100644
--- a/e2e-playwright/page-object/components/basic/listbox.component.ts
+++ b/e2e-playwright/page-object/components/basic/listbox.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/components/index.ts b/e2e-playwright/page-object/components/index.ts
index 07bb0aad6e..e31bb179bb 100644
--- a/e2e-playwright/page-object/components/index.ts
+++ b/e2e-playwright/page-object/components/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/components/material/error.component.ts b/e2e-playwright/page-object/components/material/error.component.ts
index ea3014876f..287a1f4382 100644
--- a/e2e-playwright/page-object/components/material/error.component.ts
+++ b/e2e-playwright/page-object/components/material/error.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/components/material/index.ts b/e2e-playwright/page-object/components/material/index.ts
index 215a0fb660..e80ddb3820 100644
--- a/e2e-playwright/page-object/components/material/index.ts
+++ b/e2e-playwright/page-object/components/material/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/components/material/material-locators.ts b/e2e-playwright/page-object/components/material/material-locators.ts
index c604bd7547..fc68a6868f 100644
--- a/e2e-playwright/page-object/components/material/material-locators.ts
+++ b/e2e-playwright/page-object/components/material/material-locators.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/components/material/validation.component.ts b/e2e-playwright/page-object/components/material/validation.component.ts
index 8060fefbbc..347ddb93a8 100644
--- a/e2e-playwright/page-object/components/material/validation.component.ts
+++ b/e2e-playwright/page-object/components/material/validation.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/index.ts b/e2e-playwright/page-object/index.ts
index 62588642db..2e1d1fa8ce 100644
--- a/e2e-playwright/page-object/index.ts
+++ b/e2e-playwright/page-object/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/playwright-base.ts b/e2e-playwright/page-object/playwright-base.ts
index 5063ab2c30..35fdc4af94 100644
--- a/e2e-playwright/page-object/playwright-base.ts
+++ b/e2e-playwright/page-object/playwright-base.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/page-object/stories/base.stories.ts b/e2e-playwright/page-object/stories/base.stories.ts
index b00cf70c3b..29c8940f2b 100644
--- a/e2e-playwright/page-object/stories/base.stories.ts
+++ b/e2e-playwright/page-object/stories/base.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/playwright.config.ts b/e2e-playwright/playwright.config.ts
index ac0d0b83b0..7deefa77d3 100644
--- a/e2e-playwright/playwright.config.ts
+++ b/e2e-playwright/playwright.config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/process-services-cloud/components/group.component.ts b/e2e-playwright/process-services-cloud/components/group.component.ts
index ea1f0ff9fe..0834dc080d 100644
--- a/e2e-playwright/process-services-cloud/components/group.component.ts
+++ b/e2e-playwright/process-services-cloud/components/group.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/process-services-cloud/components/people.component.ts b/e2e-playwright/process-services-cloud/components/people.component.ts
index 0055d2c42e..c3134b5628 100644
--- a/e2e-playwright/process-services-cloud/components/people.component.ts
+++ b/e2e-playwright/process-services-cloud/components/people.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/process-services-cloud/fixtures/page-initialization.ts b/e2e-playwright/process-services-cloud/fixtures/page-initialization.ts
index e8158fd06a..f32625d0e6 100644
--- a/e2e-playwright/process-services-cloud/fixtures/page-initialization.ts
+++ b/e2e-playwright/process-services-cloud/fixtures/page-initialization.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/process-services-cloud/specs/groups-cloud.e2e.ts b/e2e-playwright/process-services-cloud/specs/groups-cloud.e2e.ts
index 1f6933061a..2979453305 100644
--- a/e2e-playwright/process-services-cloud/specs/groups-cloud.e2e.ts
+++ b/e2e-playwright/process-services-cloud/specs/groups-cloud.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/process-services-cloud/specs/people-cloud.e2e.ts b/e2e-playwright/process-services-cloud/specs/people-cloud.e2e.ts
index 493fcf6a73..e3ec3ca256 100644
--- a/e2e-playwright/process-services-cloud/specs/people-cloud.e2e.ts
+++ b/e2e-playwright/process-services-cloud/specs/people-cloud.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/utils/paths.ts b/e2e-playwright/utils/paths.ts
index 0a81aedeb6..2665750797 100644
--- a/e2e-playwright/utils/paths.ts
+++ b/e2e-playwright/utils/paths.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e-playwright/utils/timeouts.ts b/e2e-playwright/utils/timeouts.ts
index d6ee9fa1ae..3500fd94c4 100644
--- a/e2e-playwright/utils/timeouts.ts
+++ b/e2e-playwright/utils/timeouts.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/components/comment-component.e2e.ts b/e2e/content-services/components/comment-component.e2e.ts
index b277e7c19a..51d00e067e 100644
--- a/e2e/content-services/components/comment-component.e2e.ts
+++ b/e2e/content-services/components/comment-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/components/viewer-content-services-component.e2e.ts b/e2e/content-services/components/viewer-content-services-component.e2e.ts
index a90b127838..c7ae7b664e 100644
--- a/e2e/content-services/components/viewer-content-services-component.e2e.ts
+++ b/e2e/content-services/components/viewer-content-services-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/components/viewer-vesion.e2e.ts b/e2e/content-services/components/viewer-vesion.e2e.ts
index 635246b01c..e26a5033b2 100644
--- a/e2e/content-services/components/viewer-vesion.e2e.ts
+++ b/e2e/content-services/components/viewer-vesion.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/directives/sso-download-directive-component.e2e.ts b/e2e/content-services/directives/sso-download-directive-component.e2e.ts
index ccaa457ab9..8feea52767 100644
--- a/e2e/content-services/directives/sso-download-directive-component.e2e.ts
+++ b/e2e/content-services/directives/sso-download-directive-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/document-list/document-list-component.e2e.ts b/e2e/content-services/document-list/document-list-component.e2e.ts
index b322e36b00..f99b24edb6 100644
--- a/e2e/content-services/document-list/document-list-component.e2e.ts
+++ b/e2e/content-services/document-list/document-list-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/document-list/document-list-pagination.e2e.ts b/e2e/content-services/document-list/document-list-pagination.e2e.ts
index 915679ff0c..cae62ec3df 100644
--- a/e2e/content-services/document-list/document-list-pagination.e2e.ts
+++ b/e2e/content-services/document-list/document-list-pagination.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/metadata/metadata-content-type.e2e.ts b/e2e/content-services/metadata/metadata-content-type.e2e.ts
index 4d1066c225..efd25ce601 100644
--- a/e2e/content-services/metadata/metadata-content-type.e2e.ts
+++ b/e2e/content-services/metadata/metadata-content-type.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/metadata/metadata-permissions.e2e.ts b/e2e/content-services/metadata/metadata-permissions.e2e.ts
index ab79c8c706..0b7799dd47 100644
--- a/e2e/content-services/metadata/metadata-permissions.e2e.ts
+++ b/e2e/content-services/metadata/metadata-permissions.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/metadata/metadata-properties.e2e.ts b/e2e/content-services/metadata/metadata-properties.e2e.ts
index 45ef17a035..06df221f5f 100644
--- a/e2e/content-services/metadata/metadata-properties.e2e.ts
+++ b/e2e/content-services/metadata/metadata-properties.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/metadata/metadata-smoke-tests.e2e.ts b/e2e/content-services/metadata/metadata-smoke-tests.e2e.ts
index 18bb4252f9..8116525b47 100644
--- a/e2e/content-services/metadata/metadata-smoke-tests.e2e.ts
+++ b/e2e/content-services/metadata/metadata-smoke-tests.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/pages/upload-dialog.page.ts b/e2e/content-services/pages/upload-dialog.page.ts
index 05eb957c8e..f753da1fd0 100644
--- a/e2e/content-services/pages/upload-dialog.page.ts
+++ b/e2e/content-services/pages/upload-dialog.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/pages/version-manager.page.ts b/e2e/content-services/pages/version-manager.page.ts
index cacc2b15ba..c0fd4131e8 100644
--- a/e2e/content-services/pages/version-manager.page.ts
+++ b/e2e/content-services/pages/version-manager.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/upload/cancel-upload.e2e.ts b/e2e/content-services/upload/cancel-upload.e2e.ts
index 82e51afddf..db3f0fd078 100644
--- a/e2e/content-services/upload/cancel-upload.e2e.ts
+++ b/e2e/content-services/upload/cancel-upload.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/upload/excluded-file.e2e.ts b/e2e/content-services/upload/excluded-file.e2e.ts
index 08622a54ae..413296e59b 100644
--- a/e2e/content-services/upload/excluded-file.e2e.ts
+++ b/e2e/content-services/upload/excluded-file.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/upload/upload-dialog.e2e.ts b/e2e/content-services/upload/upload-dialog.e2e.ts
index 80786dc8f8..874c0942cb 100644
--- a/e2e/content-services/upload/upload-dialog.e2e.ts
+++ b/e2e/content-services/upload/upload-dialog.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/upload/uploader-component.e2e.ts b/e2e/content-services/upload/uploader-component.e2e.ts
index de126f504f..ae5eabc188 100644
--- a/e2e/content-services/upload/uploader-component.e2e.ts
+++ b/e2e/content-services/upload/uploader-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/upload/user-permission.e2e.ts b/e2e/content-services/upload/user-permission.e2e.ts
index de734bbecb..069e584ec3 100644
--- a/e2e/content-services/upload/user-permission.e2e.ts
+++ b/e2e/content-services/upload/user-permission.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/upload/version-actions.e2e.ts b/e2e/content-services/upload/version-actions.e2e.ts
index 99eb864b77..cbd699b4fd 100644
--- a/e2e/content-services/upload/version-actions.e2e.ts
+++ b/e2e/content-services/upload/version-actions.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/upload/version-permissions.e2e.ts b/e2e/content-services/upload/version-permissions.e2e.ts
index ea444980cc..0fdeb0a87d 100644
--- a/e2e/content-services/upload/version-permissions.e2e.ts
+++ b/e2e/content-services/upload/version-permissions.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/upload/version-properties.e2e.ts b/e2e/content-services/upload/version-properties.e2e.ts
index f294033d94..7b5ca0449f 100644
--- a/e2e/content-services/upload/version-properties.e2e.ts
+++ b/e2e/content-services/upload/version-properties.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/content-services/upload/version-smoke-tests.e2e.ts b/e2e/content-services/upload/version-smoke-tests.e2e.ts
index d701b2fc80..2b138820e1 100644
--- a/e2e/content-services/upload/version-smoke-tests.e2e.ts
+++ b/e2e/content-services/upload/version-smoke-tests.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/core/login/login-sso/login-sso.e2e.ts b/e2e/core/login/login-sso/login-sso.e2e.ts
index 7612e40f51..f659e04110 100644
--- a/e2e/core/login/login-sso/login-sso.e2e.ts
+++ b/e2e/core/login/login-sso/login-sso.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/core/pages/comments.page.ts b/e2e/core/pages/comments.page.ts
index 017a416805..d11aae739d 100644
--- a/e2e/core/pages/comments.page.ts
+++ b/e2e/core/pages/comments.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/core/pages/content-services.page.ts b/e2e/core/pages/content-services.page.ts
index ee9912dc2e..135faaec8f 100644
--- a/e2e/core/pages/content-services.page.ts
+++ b/e2e/core/pages/content-services.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/core/pages/dialog/folder-dialog.page.ts b/e2e/core/pages/dialog/folder-dialog.page.ts
index 0997f6249d..78888516fb 100644
--- a/e2e/core/pages/dialog/folder-dialog.page.ts
+++ b/e2e/core/pages/dialog/folder-dialog.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/core/pages/dialog/upload-toggles.page.ts b/e2e/core/pages/dialog/upload-toggles.page.ts
index 90057197b3..8cb218a4c9 100644
--- a/e2e/core/pages/dialog/upload-toggles.page.ts
+++ b/e2e/core/pages/dialog/upload-toggles.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/core/pages/login-shell.page.ts b/e2e/core/pages/login-shell.page.ts
index 908d51b669..17b4dad837 100644
--- a/e2e/core/pages/login-shell.page.ts
+++ b/e2e/core/pages/login-shell.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/core/pages/metadata-view.page.ts b/e2e/core/pages/metadata-view.page.ts
index 44bd0535bb..8dfeb27b91 100644
--- a/e2e/core/pages/metadata-view.page.ts
+++ b/e2e/core/pages/metadata-view.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/core/pages/navigation-bar.page.ts b/e2e/core/pages/navigation-bar.page.ts
index e19839442b..a2db913768 100644
--- a/e2e/core/pages/navigation-bar.page.ts
+++ b/e2e/core/pages/navigation-bar.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/core/pagination-empty-current-page.e2e.ts b/e2e/core/pagination-empty-current-page.e2e.ts
index f41f5b490d..55f229dfae 100644
--- a/e2e/core/pagination-empty-current-page.e2e.ts
+++ b/e2e/core/pagination-empty-current-page.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/ACS/contentModel.js b/e2e/models/ACS/contentModel.js
index ea02eaa5a7..ddc23791ba 100644
--- a/e2e/models/ACS/contentModel.js
+++ b/e2e/models/ACS/contentModel.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/ACS/contentProperties.js b/e2e/models/ACS/contentProperties.js
index 349a02f3ce..5a82207af4 100644
--- a/e2e/models/ACS/contentProperties.js
+++ b/e2e/models/ACS/contentProperties.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/ACS/created-by-model.ts b/e2e/models/ACS/created-by-model.ts
index 32286addd4..3abaa265c5 100644
--- a/e2e/models/ACS/created-by-model.ts
+++ b/e2e/models/ACS/created-by-model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/ACS/file.model.ts b/e2e/models/ACS/file.model.ts
index fe5572ea7b..d57ccb70cf 100644
--- a/e2e/models/ACS/file.model.ts
+++ b/e2e/models/ACS/file.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/ACS/folder.model.ts b/e2e/models/ACS/folder.model.ts
index 7766f29278..b2cc0df720 100644
--- a/e2e/models/ACS/folder.model.ts
+++ b/e2e/models/ACS/folder.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/APS/AppPublish.js b/e2e/models/APS/AppPublish.js
index a705a55bb7..086cf113b0 100644
--- a/e2e/models/APS/AppPublish.js
+++ b/e2e/models/APS/AppPublish.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/APS/FormDefinitionFieldModel.js b/e2e/models/APS/FormDefinitionFieldModel.js
index d4096a911c..f744f871ed 100644
--- a/e2e/models/APS/FormDefinitionFieldModel.js
+++ b/e2e/models/APS/FormDefinitionFieldModel.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/APS/FormDefinitionModel.js b/e2e/models/APS/FormDefinitionModel.js
index 82fb6b3430..d9a47e4e58 100644
--- a/e2e/models/APS/FormDefinitionModel.js
+++ b/e2e/models/APS/FormDefinitionModel.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/APS/FormModel.js b/e2e/models/APS/FormModel.js
index 1fb83c8d12..ca0d64aade 100644
--- a/e2e/models/APS/FormModel.js
+++ b/e2e/models/APS/FormModel.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/APS/Task.js b/e2e/models/APS/Task.js
index 9a7f096578..5170ac2f9a 100644
--- a/e2e/models/APS/Task.js
+++ b/e2e/models/APS/Task.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/APS/TaskAssigneeModel.js b/e2e/models/APS/TaskAssigneeModel.js
index 7318206637..2d086fa64c 100644
--- a/e2e/models/APS/TaskAssigneeModel.js
+++ b/e2e/models/APS/TaskAssigneeModel.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/models/APS/TaskModel.js b/e2e/models/APS/TaskModel.js
index 5dd94d655f..ad381fe2e0 100644
--- a/e2e/models/APS/TaskModel.js
+++ b/e2e/models/APS/TaskModel.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/config/edit-process-filter.config.ts b/e2e/process-services-cloud/config/edit-process-filter.config.ts
index b80580d803..e2d279299d 100644
--- a/e2e/process-services-cloud/config/edit-process-filter.config.ts
+++ b/e2e/process-services-cloud/config/edit-process-filter.config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/config/process-list-cloud.config.ts b/e2e/process-services-cloud/config/process-list-cloud.config.ts
index f6e21120d3..3bd740354c 100644
--- a/e2e/process-services-cloud/config/process-list-cloud.config.ts
+++ b/e2e/process-services-cloud/config/process-list-cloud.config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/config/start-process-cloud.config.ts b/e2e/process-services-cloud/config/start-process-cloud.config.ts
index 87a2b74da7..0df1d90063 100644
--- a/e2e/process-services-cloud/config/start-process-cloud.config.ts
+++ b/e2e/process-services-cloud/config/start-process-cloud.config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/config/task-filter.config.ts b/e2e/process-services-cloud/config/task-filter.config.ts
index 7964773eab..eed04ef52f 100644
--- a/e2e/process-services-cloud/config/task-filter.config.ts
+++ b/e2e/process-services-cloud/config/task-filter.config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/config/task-list-cloud.config.ts b/e2e/process-services-cloud/config/task-list-cloud.config.ts
index 96b9e70b8e..b8bab5813a 100644
--- a/e2e/process-services-cloud/config/task-list-cloud.config.ts
+++ b/e2e/process-services-cloud/config/task-list-cloud.config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/form-field/dropdown-widget.e2e.ts b/e2e/process-services-cloud/form-field/dropdown-widget.e2e.ts
index 558d079e82..836ef971ea 100644
--- a/e2e/process-services-cloud/form-field/dropdown-widget.e2e.ts
+++ b/e2e/process-services-cloud/form-field/dropdown-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/form-field/json-widget.e2e.ts b/e2e/process-services-cloud/form-field/json-widget.e2e.ts
index 1dc06d6e2f..a228373dfb 100644
--- a/e2e/process-services-cloud/form-field/json-widget.e2e.ts
+++ b/e2e/process-services-cloud/form-field/json-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/form-field/people-group-of-people.e2e.ts b/e2e/process-services-cloud/form-field/people-group-of-people.e2e.ts
index 4ec3d12dad..3610642c76 100644
--- a/e2e/process-services-cloud/form-field/people-group-of-people.e2e.ts
+++ b/e2e/process-services-cloud/form-field/people-group-of-people.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/form-field/task-visibility-condition.e2e.ts b/e2e/process-services-cloud/form-field/task-visibility-condition.e2e.ts
index 19d35d3ee9..f6a125b883 100644
--- a/e2e/process-services-cloud/form-field/task-visibility-condition.e2e.ts
+++ b/e2e/process-services-cloud/form-field/task-visibility-condition.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/form-field/visibility-condition-tabs.e2e.ts b/e2e/process-services-cloud/form-field/visibility-condition-tabs.e2e.ts
index 224757fb10..2898638ac6 100644
--- a/e2e/process-services-cloud/form-field/visibility-condition-tabs.e2e.ts
+++ b/e2e/process-services-cloud/form-field/visibility-condition-tabs.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/form-field/visibility-condition.e2e.ts b/e2e/process-services-cloud/form-field/visibility-condition.e2e.ts
index d67a8ed875..465bad3197 100644
--- a/e2e/process-services-cloud/form-field/visibility-condition.e2e.ts
+++ b/e2e/process-services-cloud/form-field/visibility-condition.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/pages/process-cloud-demo.page.ts b/e2e/process-services-cloud/pages/process-cloud-demo.page.ts
index 5332017ca1..d4ff5961f4 100644
--- a/e2e/process-services-cloud/pages/process-cloud-demo.page.ts
+++ b/e2e/process-services-cloud/pages/process-cloud-demo.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/pages/process-details-cloud-demo.page.ts b/e2e/process-services-cloud/pages/process-details-cloud-demo.page.ts
index 98e6074eb9..1e6810d08f 100644
--- a/e2e/process-services-cloud/pages/process-details-cloud-demo.page.ts
+++ b/e2e/process-services-cloud/pages/process-details-cloud-demo.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/pages/tasks-cloud-demo.page.ts b/e2e/process-services-cloud/pages/tasks-cloud-demo.page.ts
index 128f3467e0..51975249e6 100644
--- a/e2e/process-services-cloud/pages/tasks-cloud-demo.page.ts
+++ b/e2e/process-services-cloud/pages/tasks-cloud-demo.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/process/process-custom-filters.e2e.ts b/e2e/process-services-cloud/process/process-custom-filters.e2e.ts
index 0e18831698..f99a3799b3 100644
--- a/e2e/process-services-cloud/process/process-custom-filters.e2e.ts
+++ b/e2e/process-services-cloud/process/process-custom-filters.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/process/process-filter-results.e2e.ts b/e2e/process-services-cloud/process/process-filter-results.e2e.ts
index 2580968f85..204994ed6d 100644
--- a/e2e/process-services-cloud/process/process-filter-results.e2e.ts
+++ b/e2e/process-services-cloud/process/process-filter-results.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/process/process-filters-cloud.e2e.ts b/e2e/process-services-cloud/process/process-filters-cloud.e2e.ts
index 50f02d934e..71bd6fb0eb 100644
--- a/e2e/process-services-cloud/process/process-filters-cloud.e2e.ts
+++ b/e2e/process-services-cloud/process/process-filters-cloud.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/process/process-header-cloud.e2e.ts b/e2e/process-services-cloud/process/process-header-cloud.e2e.ts
index c0db6c630a..7c6be84e56 100644
--- a/e2e/process-services-cloud/process/process-header-cloud.e2e.ts
+++ b/e2e/process-services-cloud/process/process-header-cloud.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/start-task/start-process-cloud.e2e.ts b/e2e/process-services-cloud/start-task/start-process-cloud.e2e.ts
index 3a6fbf771d..8c0b55b4fc 100644
--- a/e2e/process-services-cloud/start-task/start-process-cloud.e2e.ts
+++ b/e2e/process-services-cloud/start-task/start-process-cloud.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/start-task/start-task-custom-app-cloud.e2e.ts b/e2e/process-services-cloud/start-task/start-task-custom-app-cloud.e2e.ts
index f096cb69c7..e0c7df0650 100644
--- a/e2e/process-services-cloud/start-task/start-task-custom-app-cloud.e2e.ts
+++ b/e2e/process-services-cloud/start-task/start-task-custom-app-cloud.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/start-task/start-task-form-cloud.e2e.ts b/e2e/process-services-cloud/start-task/start-task-form-cloud.e2e.ts
index 6dd4de5dab..9a0ec1f142 100644
--- a/e2e/process-services-cloud/start-task/start-task-form-cloud.e2e.ts
+++ b/e2e/process-services-cloud/start-task/start-task-form-cloud.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts b/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts
index 880f965183..1363dd8575 100644
--- a/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts
+++ b/e2e/process-services-cloud/start-task/start-task-group-cloud.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/task-list/edit-process-filters-component.e2e.ts b/e2e/process-services-cloud/task-list/edit-process-filters-component.e2e.ts
index 7ff9e10027..4d019d5e48 100644
--- a/e2e/process-services-cloud/task-list/edit-process-filters-component.e2e.ts
+++ b/e2e/process-services-cloud/task-list/edit-process-filters-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/task-list/edit-task-filters-component.e2e.ts b/e2e/process-services-cloud/task-list/edit-task-filters-component.e2e.ts
index 67539b0c40..628d7e8202 100644
--- a/e2e/process-services-cloud/task-list/edit-task-filters-component.e2e.ts
+++ b/e2e/process-services-cloud/task-list/edit-task-filters-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/task-list/task-filters-cloud.e2e.ts b/e2e/process-services-cloud/task-list/task-filters-cloud.e2e.ts
index 4da494d63c..3f9de39f37 100644
--- a/e2e/process-services-cloud/task-list/task-filters-cloud.e2e.ts
+++ b/e2e/process-services-cloud/task-list/task-filters-cloud.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/task-list/task-form-cloud-component-tab.e2e.ts b/e2e/process-services-cloud/task-list/task-form-cloud-component-tab.e2e.ts
index 7722647ab8..3717cae1f4 100644
--- a/e2e/process-services-cloud/task-list/task-form-cloud-component-tab.e2e.ts
+++ b/e2e/process-services-cloud/task-list/task-form-cloud-component-tab.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/task-list/task-form-cloud-component.e2e.ts b/e2e/process-services-cloud/task-list/task-form-cloud-component.e2e.ts
index 8b603dadfb..050f8dd9e5 100644
--- a/e2e/process-services-cloud/task-list/task-form-cloud-component.e2e.ts
+++ b/e2e/process-services-cloud/task-list/task-form-cloud-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/task-list/task-header-cloud.e2e.ts b/e2e/process-services-cloud/task-list/task-header-cloud.e2e.ts
index 617825c026..5f30a9bc22 100644
--- a/e2e/process-services-cloud/task-list/task-header-cloud.e2e.ts
+++ b/e2e/process-services-cloud/task-list/task-header-cloud.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/task-list/task-list-properties-sort.e2e.ts b/e2e/process-services-cloud/task-list/task-list-properties-sort.e2e.ts
index 8bf892e8c5..5203c12ee4 100644
--- a/e2e/process-services-cloud/task-list/task-list-properties-sort.e2e.ts
+++ b/e2e/process-services-cloud/task-list/task-list-properties-sort.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/task-list/task-list-properties.e2e.ts b/e2e/process-services-cloud/task-list/task-list-properties.e2e.ts
index b41c022995..b0791296de 100644
--- a/e2e/process-services-cloud/task-list/task-list-properties.e2e.ts
+++ b/e2e/process-services-cloud/task-list/task-list-properties.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/task-list/tasks-claim-release.e2e.ts b/e2e/process-services-cloud/task-list/tasks-claim-release.e2e.ts
index 9373f4960d..abaddad9e9 100644
--- a/e2e/process-services-cloud/task-list/tasks-claim-release.e2e.ts
+++ b/e2e/process-services-cloud/task-list/tasks-claim-release.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services-cloud/task-list/tasks-custom-filters.e2e.ts b/e2e/process-services-cloud/task-list/tasks-custom-filters.e2e.ts
index 3ef94796b4..10f0db27f1 100644
--- a/e2e/process-services-cloud/task-list/tasks-custom-filters.e2e.ts
+++ b/e2e/process-services-cloud/task-list/tasks-custom-filters.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/config/task.config.ts b/e2e/process-services/config/task.config.ts
index 47fd3e9824..52661e6d28 100644
--- a/e2e/process-services/config/task.config.ts
+++ b/e2e/process-services/config/task.config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/apps-section.e2e.ts b/e2e/process-services/form/apps-section.e2e.ts
index 91198c91aa..6a6656f577 100644
--- a/e2e/process-services/form/apps-section.e2e.ts
+++ b/e2e/process-services/form/apps-section.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/attach-file-content-service.e2e.ts b/e2e/process-services/form/attach-file-content-service.e2e.ts
index 1fdf34283d..83060de309 100644
--- a/e2e/process-services/form/attach-file-content-service.e2e.ts
+++ b/e2e/process-services/form/attach-file-content-service.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/attach-file-widget-start-task-app.e2e.ts b/e2e/process-services/form/attach-file-widget-start-task-app.e2e.ts
index 742d31433a..b6d24f68ed 100644
--- a/e2e/process-services/form/attach-file-widget-start-task-app.e2e.ts
+++ b/e2e/process-services/form/attach-file-widget-start-task-app.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/attach-folder.e2e.ts b/e2e/process-services/form/attach-folder.e2e.ts
index 41495e8e46..bc9241786b 100644
--- a/e2e/process-services/form/attach-folder.e2e.ts
+++ b/e2e/process-services/form/attach-folder.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/attach-form-component.e2e.ts b/e2e/process-services/form/attach-form-component.e2e.ts
index a03a815392..f7620e2ee0 100644
--- a/e2e/process-services/form/attach-form-component.e2e.ts
+++ b/e2e/process-services/form/attach-form-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/checklist-component.e2e.ts b/e2e/process-services/form/checklist-component.e2e.ts
index 4f399ab847..e21944cc4b 100644
--- a/e2e/process-services/form/checklist-component.e2e.ts
+++ b/e2e/process-services/form/checklist-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/dynamic-table-date-picker.e2e.ts b/e2e/process-services/form/dynamic-table-date-picker.e2e.ts
index a13cf56c46..30632e705d 100644
--- a/e2e/process-services/form/dynamic-table-date-picker.e2e.ts
+++ b/e2e/process-services/form/dynamic-table-date-picker.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/form-component.e2e.ts b/e2e/process-services/form/form-component.e2e.ts
index fbe54b6606..25e2ef4ac7 100644
--- a/e2e/process-services/form/form-component.e2e.ts
+++ b/e2e/process-services/form/form-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/form-people-widget.e2e.ts b/e2e/process-services/form/form-people-widget.e2e.ts
index bf069bde82..e339dbe509 100644
--- a/e2e/process-services/form/form-people-widget.e2e.ts
+++ b/e2e/process-services/form/form-people-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/form-widgets-component.e2e.ts b/e2e/process-services/form/form-widgets-component.e2e.ts
index 411e6b3be7..56f27000fc 100644
--- a/e2e/process-services/form/form-widgets-component.e2e.ts
+++ b/e2e/process-services/form/form-widgets-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/people-component.e2e.ts b/e2e/process-services/form/people-component.e2e.ts
index 22a6c4a816..222374731c 100644
--- a/e2e/process-services/form/people-component.e2e.ts
+++ b/e2e/process-services/form/people-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/form/stencil.e2e.ts b/e2e/process-services/form/stencil.e2e.ts
index 7f0ccccbc3..9ceaa3c36d 100644
--- a/e2e/process-services/form/stencil.e2e.ts
+++ b/e2e/process-services/form/stencil.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/attach-form.page.ts b/e2e/process-services/pages/attach-form.page.ts
index 26abb8c9f5..8fddb735fc 100644
--- a/e2e/process-services/pages/attach-form.page.ts
+++ b/e2e/process-services/pages/attach-form.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/attachment-list.page.ts b/e2e/process-services/pages/attachment-list.page.ts
index 0c2e9ebde8..a9acc00e04 100644
--- a/e2e/process-services/pages/attachment-list.page.ts
+++ b/e2e/process-services/pages/attachment-list.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/dialog/create-checklist-dialog.page.ts b/e2e/process-services/pages/dialog/create-checklist-dialog.page.ts
index 15a51d5c8e..730135a263 100644
--- a/e2e/process-services/pages/dialog/create-checklist-dialog.page.ts
+++ b/e2e/process-services/pages/dialog/create-checklist-dialog.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/dialog/start-task-dialog.page.ts b/e2e/process-services/pages/dialog/start-task-dialog.page.ts
index 38abf9d8b1..c852aa6057 100644
--- a/e2e/process-services/pages/dialog/start-task-dialog.page.ts
+++ b/e2e/process-services/pages/dialog/start-task-dialog.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/filters.page.ts b/e2e/process-services/pages/filters.page.ts
index 95089d0acb..f17ed54b0c 100644
--- a/e2e/process-services/pages/filters.page.ts
+++ b/e2e/process-services/pages/filters.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/process-details.page.ts b/e2e/process-services/pages/process-details.page.ts
index 2310768ee2..46bda8490e 100644
--- a/e2e/process-services/pages/process-details.page.ts
+++ b/e2e/process-services/pages/process-details.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/process-filters.page.ts b/e2e/process-services/pages/process-filters.page.ts
index f3c4d8d978..74041b88c1 100644
--- a/e2e/process-services/pages/process-filters.page.ts
+++ b/e2e/process-services/pages/process-filters.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/process-list-demo.page.ts b/e2e/process-services/pages/process-list-demo.page.ts
index 2ebe3720b3..1d2c8c936a 100644
--- a/e2e/process-services/pages/process-list-demo.page.ts
+++ b/e2e/process-services/pages/process-list-demo.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/process-list.page.ts b/e2e/process-services/pages/process-list.page.ts
index 1a6fe10175..fc7eb7a7b5 100644
--- a/e2e/process-services/pages/process-list.page.ts
+++ b/e2e/process-services/pages/process-list.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/process-service-tab-bar.page.ts b/e2e/process-services/pages/process-service-tab-bar.page.ts
index 90ee7e4302..155ab9587c 100644
--- a/e2e/process-services/pages/process-service-tab-bar.page.ts
+++ b/e2e/process-services/pages/process-service-tab-bar.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/process-services.page.ts b/e2e/process-services/pages/process-services.page.ts
index af7e18e204..0fbdc2291a 100644
--- a/e2e/process-services/pages/process-services.page.ts
+++ b/e2e/process-services/pages/process-services.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/task-details.page.ts b/e2e/process-services/pages/task-details.page.ts
index 05c0082053..eced879b39 100644
--- a/e2e/process-services/pages/task-details.page.ts
+++ b/e2e/process-services/pages/task-details.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/task-filters-demo.page.ts b/e2e/process-services/pages/task-filters-demo.page.ts
index 91d2d74761..357290ba82 100644
--- a/e2e/process-services/pages/task-filters-demo.page.ts
+++ b/e2e/process-services/pages/task-filters-demo.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/task-filters.page.ts b/e2e/process-services/pages/task-filters.page.ts
index 94c3a1bc0b..454cc1e3b3 100644
--- a/e2e/process-services/pages/task-filters.page.ts
+++ b/e2e/process-services/pages/task-filters.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/task-list-demo.page.ts b/e2e/process-services/pages/task-list-demo.page.ts
index d3e550ca96..12a9e40bb1 100644
--- a/e2e/process-services/pages/task-list-demo.page.ts
+++ b/e2e/process-services/pages/task-list-demo.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/tasks-list.page.ts b/e2e/process-services/pages/tasks-list.page.ts
index d7a8411ea4..f4b8276947 100644
--- a/e2e/process-services/pages/tasks-list.page.ts
+++ b/e2e/process-services/pages/tasks-list.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/pages/tasks.page.ts b/e2e/process-services/pages/tasks.page.ts
index 3016fd3e94..51e26baf4d 100644
--- a/e2e/process-services/pages/tasks.page.ts
+++ b/e2e/process-services/pages/tasks.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/process/comment-component-processes.e2e.ts b/e2e/process-services/process/comment-component-processes.e2e.ts
index 0cd967f620..869c316511 100644
--- a/e2e/process-services/process/comment-component-processes.e2e.ts
+++ b/e2e/process-services/process/comment-component-processes.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/process/custom-process-filters-sorting.e2e.ts b/e2e/process-services/process/custom-process-filters-sorting.e2e.ts
index a529f90b76..ae724e6743 100644
--- a/e2e/process-services/process/custom-process-filters-sorting.e2e.ts
+++ b/e2e/process-services/process/custom-process-filters-sorting.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/process/custom-process-filters.e2e.ts b/e2e/process-services/process/custom-process-filters.e2e.ts
index c18a84d8b9..98b6cb41bf 100644
--- a/e2e/process-services/process/custom-process-filters.e2e.ts
+++ b/e2e/process-services/process/custom-process-filters.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/process/empty-process-list-component.e2e.ts b/e2e/process-services/process/empty-process-list-component.e2e.ts
index 03eced6660..f633d6bbd2 100644
--- a/e2e/process-services/process/empty-process-list-component.e2e.ts
+++ b/e2e/process-services/process/empty-process-list-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/process/pagination-processlist-adding-processes.e2e.ts b/e2e/process-services/process/pagination-processlist-adding-processes.e2e.ts
index 8ba2c769d7..28decc23df 100644
--- a/e2e/process-services/process/pagination-processlist-adding-processes.e2e.ts
+++ b/e2e/process-services/process/pagination-processlist-adding-processes.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/process/process-attachment-list-action-menu.e2e.ts b/e2e/process-services/process/process-attachment-list-action-menu.e2e.ts
index 4be399c19f..c699c53975 100644
--- a/e2e/process-services/process/process-attachment-list-action-menu.e2e.ts
+++ b/e2e/process-services/process/process-attachment-list-action-menu.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/process/process-filters-component.e2e.ts b/e2e/process-services/process/process-filters-component.e2e.ts
index f7fab5dbaf..cafec05a41 100644
--- a/e2e/process-services/process/process-filters-component.e2e.ts
+++ b/e2e/process-services/process/process-filters-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/process/process-instance-details.e2e.ts b/e2e/process-services/process/process-instance-details.e2e.ts
index 766524a56a..c789d39eaf 100644
--- a/e2e/process-services/process/process-instance-details.e2e.ts
+++ b/e2e/process-services/process/process-instance-details.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/process/process-list-component.e2e.ts b/e2e/process-services/process/process-list-component.e2e.ts
index 6f2788b254..296cb00962 100644
--- a/e2e/process-services/process/process-list-component.e2e.ts
+++ b/e2e/process-services/process/process-list-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/process/start-process-component.e2e.ts b/e2e/process-services/process/start-process-component.e2e.ts
index 71bb464054..befcd02169 100644
--- a/e2e/process-services/process/start-process-component.e2e.ts
+++ b/e2e/process-services/process/start-process-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/comment-component-tasks.e2e.ts b/e2e/process-services/tasks/comment-component-tasks.e2e.ts
index 00a2810626..2396420eec 100644
--- a/e2e/process-services/tasks/comment-component-tasks.e2e.ts
+++ b/e2e/process-services/tasks/comment-component-tasks.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/custom-tasks-filters.e2e.ts b/e2e/process-services/tasks/custom-tasks-filters.e2e.ts
index fc527cd8cf..e295045d13 100644
--- a/e2e/process-services/tasks/custom-tasks-filters.e2e.ts
+++ b/e2e/process-services/tasks/custom-tasks-filters.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/info-drawer.e2e.ts b/e2e/process-services/tasks/info-drawer.e2e.ts
index 40fcb59b1a..c5244e0198 100644
--- a/e2e/process-services/tasks/info-drawer.e2e.ts
+++ b/e2e/process-services/tasks/info-drawer.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/pagination-tasklist-adding-tasks.e2e.ts b/e2e/process-services/tasks/pagination-tasklist-adding-tasks.e2e.ts
index c17b8f0801..9fc7b5b427 100644
--- a/e2e/process-services/tasks/pagination-tasklist-adding-tasks.e2e.ts
+++ b/e2e/process-services/tasks/pagination-tasklist-adding-tasks.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/sort-tasklist-pagination.e2e.ts b/e2e/process-services/tasks/sort-tasklist-pagination.e2e.ts
index 18ced58785..fd57b662a1 100644
--- a/e2e/process-services/tasks/sort-tasklist-pagination.e2e.ts
+++ b/e2e/process-services/tasks/sort-tasklist-pagination.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/standalone-task.e2e.ts b/e2e/process-services/tasks/standalone-task.e2e.ts
index be7e18a332..01b7aad84e 100644
--- a/e2e/process-services/tasks/standalone-task.e2e.ts
+++ b/e2e/process-services/tasks/standalone-task.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/start-task-custom-app.e2e.ts b/e2e/process-services/tasks/start-task-custom-app.e2e.ts
index 1f98979127..1f6bd4df04 100644
--- a/e2e/process-services/tasks/start-task-custom-app.e2e.ts
+++ b/e2e/process-services/tasks/start-task-custom-app.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/start-task-task-app.e2e.ts b/e2e/process-services/tasks/start-task-task-app.e2e.ts
index 9dace356aa..f59d98a914 100644
--- a/e2e/process-services/tasks/start-task-task-app.e2e.ts
+++ b/e2e/process-services/tasks/start-task-task-app.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/task-assignee.e2e.ts b/e2e/process-services/tasks/task-assignee.e2e.ts
index de2bc06be9..322f3c7c8e 100644
--- a/e2e/process-services/tasks/task-assignee.e2e.ts
+++ b/e2e/process-services/tasks/task-assignee.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/task-attachment-list-action-menu.e2e.ts b/e2e/process-services/tasks/task-attachment-list-action-menu.e2e.ts
index 076934202d..966b4e4e1a 100644
--- a/e2e/process-services/tasks/task-attachment-list-action-menu.e2e.ts
+++ b/e2e/process-services/tasks/task-attachment-list-action-menu.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/task-audit.e2e.ts b/e2e/process-services/tasks/task-audit.e2e.ts
index 7ba9b9c8d1..28c4c0f96a 100644
--- a/e2e/process-services/tasks/task-audit.e2e.ts
+++ b/e2e/process-services/tasks/task-audit.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/task-details-form.e2e.ts b/e2e/process-services/tasks/task-details-form.e2e.ts
index d5f0c21f90..3ae8dcd8a5 100644
--- a/e2e/process-services/tasks/task-details-form.e2e.ts
+++ b/e2e/process-services/tasks/task-details-form.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/task-details-no-form.e2e.ts b/e2e/process-services/tasks/task-details-no-form.e2e.ts
index a216f303eb..1ca7e091b3 100644
--- a/e2e/process-services/tasks/task-details-no-form.e2e.ts
+++ b/e2e/process-services/tasks/task-details-no-form.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/task-details.e2e.ts b/e2e/process-services/tasks/task-details.e2e.ts
index 2e03130b3a..c79062bb14 100644
--- a/e2e/process-services/tasks/task-details.e2e.ts
+++ b/e2e/process-services/tasks/task-details.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/task-filters-component.e2e.ts b/e2e/process-services/tasks/task-filters-component.e2e.ts
index 247947f7e4..7615bc88a9 100644
--- a/e2e/process-services/tasks/task-filters-component.e2e.ts
+++ b/e2e/process-services/tasks/task-filters-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/task-filters-sorting.e2e.ts b/e2e/process-services/tasks/task-filters-sorting.e2e.ts
index a183645939..690d0c319d 100644
--- a/e2e/process-services/tasks/task-filters-sorting.e2e.ts
+++ b/e2e/process-services/tasks/task-filters-sorting.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/tasks/task-list-pagination.e2e.ts b/e2e/process-services/tasks/task-list-pagination.e2e.ts
index 5413f18c44..a6caeac764 100644
--- a/e2e/process-services/tasks/task-list-pagination.e2e.ts
+++ b/e2e/process-services/tasks/task-list-pagination.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/amount-widget.e2e.ts b/e2e/process-services/widgets/amount-widget.e2e.ts
index df6397c732..1c57706673 100644
--- a/e2e/process-services/widgets/amount-widget.e2e.ts
+++ b/e2e/process-services/widgets/amount-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/attach-file-widget.e2e.ts b/e2e/process-services/widgets/attach-file-widget.e2e.ts
index 558217c2b8..9e4f08505f 100644
--- a/e2e/process-services/widgets/attach-file-widget.e2e.ts
+++ b/e2e/process-services/widgets/attach-file-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/attach-folder-widget.e2e.ts b/e2e/process-services/widgets/attach-folder-widget.e2e.ts
index 71d1f5b328..e5352102b5 100644
--- a/e2e/process-services/widgets/attach-folder-widget.e2e.ts
+++ b/e2e/process-services/widgets/attach-folder-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/checkbox-widget.e2e.ts b/e2e/process-services/widgets/checkbox-widget.e2e.ts
index 70f61c9f73..aeea1a8a2b 100644
--- a/e2e/process-services/widgets/checkbox-widget.e2e.ts
+++ b/e2e/process-services/widgets/checkbox-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/document-template-widget.e2e.ts b/e2e/process-services/widgets/document-template-widget.e2e.ts
index 7907b33940..306d8bbde4 100644
--- a/e2e/process-services/widgets/document-template-widget.e2e.ts
+++ b/e2e/process-services/widgets/document-template-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/dropdown-widget.e2e.ts b/e2e/process-services/widgets/dropdown-widget.e2e.ts
index 6e907e469a..a9a484b2dd 100644
--- a/e2e/process-services/widgets/dropdown-widget.e2e.ts
+++ b/e2e/process-services/widgets/dropdown-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/dynamic-table-widget.e2e.ts b/e2e/process-services/widgets/dynamic-table-widget.e2e.ts
index 8f5c12aa1f..87f72e39e7 100644
--- a/e2e/process-services/widgets/dynamic-table-widget.e2e.ts
+++ b/e2e/process-services/widgets/dynamic-table-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/header-widget.e2e.ts b/e2e/process-services/widgets/header-widget.e2e.ts
index 355d8d6b2a..59ebb46c53 100644
--- a/e2e/process-services/widgets/header-widget.e2e.ts
+++ b/e2e/process-services/widgets/header-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/hyperlink-widget.e2e.ts b/e2e/process-services/widgets/hyperlink-widget.e2e.ts
index 7a14aebba8..c6f8ba4296 100644
--- a/e2e/process-services/widgets/hyperlink-widget.e2e.ts
+++ b/e2e/process-services/widgets/hyperlink-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/multi-line-widget.e2e.ts b/e2e/process-services/widgets/multi-line-widget.e2e.ts
index 663050a5b7..a1fe033813 100644
--- a/e2e/process-services/widgets/multi-line-widget.e2e.ts
+++ b/e2e/process-services/widgets/multi-line-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/number-widget.e2e.ts b/e2e/process-services/widgets/number-widget.e2e.ts
index 68a0a932c8..84319e7ec3 100644
--- a/e2e/process-services/widgets/number-widget.e2e.ts
+++ b/e2e/process-services/widgets/number-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/people-group-widget.e2e.ts b/e2e/process-services/widgets/people-group-widget.e2e.ts
index c4351f7848..46d97e0fb6 100644
--- a/e2e/process-services/widgets/people-group-widget.e2e.ts
+++ b/e2e/process-services/widgets/people-group-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/people-widget.e2e.ts b/e2e/process-services/widgets/people-widget.e2e.ts
index 2b8e289d9a..c0ac51f082 100644
--- a/e2e/process-services/widgets/people-widget.e2e.ts
+++ b/e2e/process-services/widgets/people-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/radio-buttons-widget.e2e.ts b/e2e/process-services/widgets/radio-buttons-widget.e2e.ts
index b97b9589b7..3c01a77681 100644
--- a/e2e/process-services/widgets/radio-buttons-widget.e2e.ts
+++ b/e2e/process-services/widgets/radio-buttons-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/text-widget.e2e.ts b/e2e/process-services/widgets/text-widget.e2e.ts
index 4ede3ecabe..2048eca547 100644
--- a/e2e/process-services/widgets/text-widget.e2e.ts
+++ b/e2e/process-services/widgets/text-widget.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/process-services/widgets/widget-visibility-condition.e2e.ts b/e2e/process-services/widgets/widget-visibility-condition.e2e.ts
index 977d69fb55..2c6f7eaa00 100644
--- a/e2e/process-services/widgets/widget-visibility-condition.e2e.ts
+++ b/e2e/process-services/widgets/widget-visibility-condition.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/resources/forms/checkbox-visibility-condition.ts b/e2e/resources/forms/checkbox-visibility-condition.ts
index 5759490420..d925534033 100644
--- a/e2e/resources/forms/checkbox-visibility-condition.ts
+++ b/e2e/resources/forms/checkbox-visibility-condition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/resources/forms/display-value-visibility-conditions.ts b/e2e/resources/forms/display-value-visibility-conditions.ts
index caac4735be..b1e1d6fad7 100644
--- a/e2e/resources/forms/display-value-visibility-conditions.ts
+++ b/e2e/resources/forms/display-value-visibility-conditions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/resources/forms/dropdown-visibility-condition.ts b/e2e/resources/forms/dropdown-visibility-condition.ts
index 0538759bb2..043684facd 100644
--- a/e2e/resources/forms/dropdown-visibility-condition.ts
+++ b/e2e/resources/forms/dropdown-visibility-condition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/resources/forms/multiple-visibility-conditions.ts b/e2e/resources/forms/multiple-visibility-conditions.ts
index 43e9e4dddb..079b2ab250 100644
--- a/e2e/resources/forms/multiple-visibility-conditions.ts
+++ b/e2e/resources/forms/multiple-visibility-conditions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/resources/forms/people-group-formwidget-mocks.ts b/e2e/resources/forms/people-group-formwidget-mocks.ts
index 21f7bc0e5d..4a0c100625 100644
--- a/e2e/resources/forms/people-group-formwidget-mocks.ts
+++ b/e2e/resources/forms/people-group-formwidget-mocks.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/resources/forms/tab-visibility-conditions.ts b/e2e/resources/forms/tab-visibility-conditions.ts
index e45a648716..bc8173a0cf 100644
--- a/e2e/resources/forms/tab-visibility-conditions.ts
+++ b/e2e/resources/forms/tab-visibility-conditions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/components/search-check-list.e2e.ts b/e2e/search/components/search-check-list.e2e.ts
index 2cf500d2dc..e26b3f4a8d 100644
--- a/e2e/search/components/search-check-list.e2e.ts
+++ b/e2e/search/components/search-check-list.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/components/search-number-range.e2e.ts b/e2e/search/components/search-number-range.e2e.ts
index 15d87dce59..36a9cf08fc 100644
--- a/e2e/search/components/search-number-range.e2e.ts
+++ b/e2e/search/components/search-number-range.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/components/search-radio.e2e.ts b/e2e/search/components/search-radio.e2e.ts
index 7c9f95c0fb..23457941db 100644
--- a/e2e/search/components/search-radio.e2e.ts
+++ b/e2e/search/components/search-radio.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/components/search-slider.e2e.ts b/e2e/search/components/search-slider.e2e.ts
index e24f8f8521..60d77dfc34 100644
--- a/e2e/search/components/search-slider.e2e.ts
+++ b/e2e/search/components/search-slider.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/components/search-text.e2e.ts b/e2e/search/components/search-text.e2e.ts
index 7ada68d729..5da291f6b4 100644
--- a/e2e/search/components/search-text.e2e.ts
+++ b/e2e/search/components/search-text.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/pages/search-bar.page.ts b/e2e/search/pages/search-bar.page.ts
index 9ccb00b6e2..6baa183331 100644
--- a/e2e/search/pages/search-bar.page.ts
+++ b/e2e/search/pages/search-bar.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/pages/search-filters.page.ts b/e2e/search/pages/search-filters.page.ts
index a0d3f66491..bd94fae6e0 100644
--- a/e2e/search/pages/search-filters.page.ts
+++ b/e2e/search/pages/search-filters.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/pages/search-results.page.ts b/e2e/search/pages/search-results.page.ts
index b0f2d089ea..1a4149f028 100644
--- a/e2e/search/pages/search-results.page.ts
+++ b/e2e/search/pages/search-results.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/search-component.e2e.ts b/e2e/search/search-component.e2e.ts
index 0e7c3c91ae..8d1a943139 100644
--- a/e2e/search/search-component.e2e.ts
+++ b/e2e/search/search-component.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/search-filters.e2e.ts b/e2e/search/search-filters.e2e.ts
index 510cb16c1b..91cbd57b2a 100644
--- a/e2e/search/search-filters.e2e.ts
+++ b/e2e/search/search-filters.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/search-multiselect.e2e.ts b/e2e/search/search-multiselect.e2e.ts
index 3b9ca03d9b..4c34d739c5 100644
--- a/e2e/search/search-multiselect.e2e.ts
+++ b/e2e/search/search-multiselect.e2e.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/search/search.config.ts b/e2e/search/search.config.ts
index bdc4dce6cc..e1a45f79d5 100644
--- a/e2e/search/search.config.ts
+++ b/e2e/search/search.config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/util/constants.js b/e2e/util/constants.js
index 54d49be831..692805d1f2 100644
--- a/e2e/util/constants.js
+++ b/e2e/util/constants.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/e2e/util/resources.js b/e2e/util/resources.js
index af1491947e..3dc178772a 100644
--- a/e2e/util/resources.js
+++ b/e2e/util/resources.js
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/audit.ts b/lib/cli/scripts/audit.ts
index 51d4ffc4d4..3d1ce77b76 100644
--- a/lib/cli/scripts/audit.ts
+++ b/lib/cli/scripts/audit.ts
@@ -2,7 +2,7 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/changelog.ts b/lib/cli/scripts/changelog.ts
index 619056ec75..9a047ba93c 100644
--- a/lib/cli/scripts/changelog.ts
+++ b/lib/cli/scripts/changelog.ts
@@ -2,7 +2,7 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/check-cs-env.ts b/lib/cli/scripts/check-cs-env.ts
index cf8c68bdff..40bb17e725 100755
--- a/lib/cli/scripts/check-cs-env.ts
+++ b/lib/cli/scripts/check-cs-env.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/check-plugin-env.ts b/lib/cli/scripts/check-plugin-env.ts
index 022ff1eb20..db8f6379a0 100644
--- a/lib/cli/scripts/check-plugin-env.ts
+++ b/lib/cli/scripts/check-plugin-env.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/docker.ts b/lib/cli/scripts/docker.ts
index 3c39cd4a23..306ba07f96 100644
--- a/lib/cli/scripts/docker.ts
+++ b/lib/cli/scripts/docker.ts
@@ -2,7 +2,7 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/exec.ts b/lib/cli/scripts/exec.ts
index 39246c1080..a7d64edca9 100644
--- a/lib/cli/scripts/exec.ts
+++ b/lib/cli/scripts/exec.ts
@@ -2,7 +2,7 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/init-aae-env.ts b/lib/cli/scripts/init-aae-env.ts
index 715f8a32d4..d913a0d2f8 100755
--- a/lib/cli/scripts/init-aae-env.ts
+++ b/lib/cli/scripts/init-aae-env.ts
@@ -2,7 +2,7 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/init-acs-env.ts b/lib/cli/scripts/init-acs-env.ts
index 337fb7694a..871f0fac1d 100755
--- a/lib/cli/scripts/init-acs-env.ts
+++ b/lib/cli/scripts/init-acs-env.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/init-aps-env.ts b/lib/cli/scripts/init-aps-env.ts
index 1c482158d6..a26aebd0e7 100755
--- a/lib/cli/scripts/init-aps-env.ts
+++ b/lib/cli/scripts/init-aps-env.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/licenses.ts b/lib/cli/scripts/licenses.ts
index 0cb42e25cf..ebad51b220 100644
--- a/lib/cli/scripts/licenses.ts
+++ b/lib/cli/scripts/licenses.ts
@@ -2,7 +2,7 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/logger.ts b/lib/cli/scripts/logger.ts
index 21befe09de..59355ac608 100644
--- a/lib/cli/scripts/logger.ts
+++ b/lib/cli/scripts/logger.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/plugins/check-env.ts b/lib/cli/scripts/plugins/check-env.ts
index 05830b112a..60ccd90f66 100644
--- a/lib/cli/scripts/plugins/check-env.ts
+++ b/lib/cli/scripts/plugins/check-env.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/plugins/governance-check-plugin.ts b/lib/cli/scripts/plugins/governance-check-plugin.ts
index 208e264294..bc4ab1c89a 100644
--- a/lib/cli/scripts/plugins/governance-check-plugin.ts
+++ b/lib/cli/scripts/plugins/governance-check-plugin.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/plugins/governance-health.ts b/lib/cli/scripts/plugins/governance-health.ts
index 8a3ad6edeb..7e628e614f 100644
--- a/lib/cli/scripts/plugins/governance-health.ts
+++ b/lib/cli/scripts/plugins/governance-health.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/plugins/plugin-config.ts b/lib/cli/scripts/plugins/plugin-config.ts
index 693486e5a0..5b8de51603 100644
--- a/lib/cli/scripts/plugins/plugin-config.ts
+++ b/lib/cli/scripts/plugins/plugin-config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/plugins/plugin-model.ts b/lib/cli/scripts/plugins/plugin-model.ts
index 51cdebbb91..6e9f5bf74d 100644
--- a/lib/cli/scripts/plugins/plugin-model.ts
+++ b/lib/cli/scripts/plugins/plugin-model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/plugins/process-automation-check-plugin.ts b/lib/cli/scripts/plugins/process-automation-check-plugin.ts
index e9be9f375f..07cdf02c3e 100644
--- a/lib/cli/scripts/plugins/process-automation-check-plugin.ts
+++ b/lib/cli/scripts/plugins/process-automation-check-plugin.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/plugins/process-automation-health.ts b/lib/cli/scripts/plugins/process-automation-health.ts
index 818655971d..cb691d04a3 100644
--- a/lib/cli/scripts/plugins/process-automation-health.ts
+++ b/lib/cli/scripts/plugins/process-automation-health.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/plugins/process-service-check-plugin.ts b/lib/cli/scripts/plugins/process-service-check-plugin.ts
index a027a824c7..aa26aa3395 100644
--- a/lib/cli/scripts/plugins/process-service-check-plugin.ts
+++ b/lib/cli/scripts/plugins/process-service-check-plugin.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/plugins/process-services-health.ts b/lib/cli/scripts/plugins/process-services-health.ts
index 1a32e7859f..bc30c194a2 100644
--- a/lib/cli/scripts/plugins/process-services-health.ts
+++ b/lib/cli/scripts/plugins/process-services-health.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/scripts/resources.ts b/lib/cli/scripts/resources.ts
index 25692ef4b2..e887a78940 100644
--- a/lib/cli/scripts/resources.ts
+++ b/lib/cli/scripts/resources.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/tooling/dotenv.ts b/lib/cli/tooling/dotenv.ts
index e68ad13f94..703a7c081b 100644
--- a/lib/cli/tooling/dotenv.ts
+++ b/lib/cli/tooling/dotenv.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/cli/tooling/index.ts b/lib/cli/tooling/index.ts
index 27676d7431..cc504179af 100644
--- a/lib/cli/tooling/index.ts
+++ b/lib/cli/tooling/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/index.ts b/lib/content-services/index.ts
index 7d18c6831c..e357b2379e 100644
--- a/lib/content-services/index.ts
+++ b/lib/content-services/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/aspect-list-dialog-data.interface.ts b/lib/content-services/src/lib/aspect-list/aspect-list-dialog-data.interface.ts
index 789cfdea61..514b894ed6 100644
--- a/lib/content-services/src/lib/aspect-list/aspect-list-dialog-data.interface.ts
+++ b/lib/content-services/src/lib/aspect-list/aspect-list-dialog-data.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.spec.ts b/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.spec.ts
index b30b0de057..88254e3c39 100644
--- a/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.spec.ts
+++ b/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.ts b/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.ts
index 16f2f772ae..6d74b92ee3 100644
--- a/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.ts
+++ b/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/aspect-list.component.spec.ts b/lib/content-services/src/lib/aspect-list/aspect-list.component.spec.ts
index 4b289b9bd5..23ca42c00e 100644
--- a/lib/content-services/src/lib/aspect-list/aspect-list.component.spec.ts
+++ b/lib/content-services/src/lib/aspect-list/aspect-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/aspect-list.component.ts b/lib/content-services/src/lib/aspect-list/aspect-list.component.ts
index 117c22b76d..55c100741c 100644
--- a/lib/content-services/src/lib/aspect-list/aspect-list.component.ts
+++ b/lib/content-services/src/lib/aspect-list/aspect-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/aspect-list.module.ts b/lib/content-services/src/lib/aspect-list/aspect-list.module.ts
index 1022a80645..91a57f41e8 100644
--- a/lib/content-services/src/lib/aspect-list/aspect-list.module.ts
+++ b/lib/content-services/src/lib/aspect-list/aspect-list.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/index.ts b/lib/content-services/src/lib/aspect-list/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/aspect-list/index.ts
+++ b/lib/content-services/src/lib/aspect-list/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/public-api.ts b/lib/content-services/src/lib/aspect-list/public-api.ts
index ccb1a248b6..16476d2ea6 100644
--- a/lib/content-services/src/lib/aspect-list/public-api.ts
+++ b/lib/content-services/src/lib/aspect-list/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/services/aspect-list.service.spec.ts b/lib/content-services/src/lib/aspect-list/services/aspect-list.service.spec.ts
index 2419bdf977..89ec6a7b04 100644
--- a/lib/content-services/src/lib/aspect-list/services/aspect-list.service.spec.ts
+++ b/lib/content-services/src/lib/aspect-list/services/aspect-list.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/services/aspect-list.service.ts b/lib/content-services/src/lib/aspect-list/services/aspect-list.service.ts
index fd54837029..fd2e0a98e5 100644
--- a/lib/content-services/src/lib/aspect-list/services/aspect-list.service.ts
+++ b/lib/content-services/src/lib/aspect-list/services/aspect-list.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/services/dialog-aspect-list.service.spec.ts b/lib/content-services/src/lib/aspect-list/services/dialog-aspect-list.service.spec.ts
index d47170fa27..9f150675e2 100644
--- a/lib/content-services/src/lib/aspect-list/services/dialog-aspect-list.service.spec.ts
+++ b/lib/content-services/src/lib/aspect-list/services/dialog-aspect-list.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/services/dialog-aspect-list.service.ts b/lib/content-services/src/lib/aspect-list/services/dialog-aspect-list.service.ts
index 4fb64f183a..8c4cec941c 100644
--- a/lib/content-services/src/lib/aspect-list/services/dialog-aspect-list.service.ts
+++ b/lib/content-services/src/lib/aspect-list/services/dialog-aspect-list.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/services/node-aspect.service.spec.ts b/lib/content-services/src/lib/aspect-list/services/node-aspect.service.spec.ts
index 56d1888701..174f4177fe 100644
--- a/lib/content-services/src/lib/aspect-list/services/node-aspect.service.spec.ts
+++ b/lib/content-services/src/lib/aspect-list/services/node-aspect.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/aspect-list/services/node-aspect.service.ts b/lib/content-services/src/lib/aspect-list/services/node-aspect.service.ts
index 6feaf39d9c..3d43782175 100644
--- a/lib/content-services/src/lib/aspect-list/services/node-aspect.service.ts
+++ b/lib/content-services/src/lib/aspect-list/services/node-aspect.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/audit/audit.service.ts b/lib/content-services/src/lib/audit/audit.service.ts
index 9981fa60d8..8a2bd66d2e 100644
--- a/lib/content-services/src/lib/audit/audit.service.ts
+++ b/lib/content-services/src/lib/audit/audit.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/auth-loader/content-auth-loader-factory.ts b/lib/content-services/src/lib/auth-loader/content-auth-loader-factory.ts
index 8028268263..f252cfe844 100644
--- a/lib/content-services/src/lib/auth-loader/content-auth-loader-factory.ts
+++ b/lib/content-services/src/lib/auth-loader/content-auth-loader-factory.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/auth-loader/content-auth-loader.service.spec.ts b/lib/content-services/src/lib/auth-loader/content-auth-loader.service.spec.ts
index 0b874ecede..88fd8e4b52 100644
--- a/lib/content-services/src/lib/auth-loader/content-auth-loader.service.spec.ts
+++ b/lib/content-services/src/lib/auth-loader/content-auth-loader.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/auth-loader/content-auth-loader.service.ts b/lib/content-services/src/lib/auth-loader/content-auth-loader.service.ts
index f92e6ec3e1..da9e2ce6a1 100644
--- a/lib/content-services/src/lib/auth-loader/content-auth-loader.service.ts
+++ b/lib/content-services/src/lib/auth-loader/content-auth-loader.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/breadcrumb/breadcrumb.component.spec.ts b/lib/content-services/src/lib/breadcrumb/breadcrumb.component.spec.ts
index f3ead305d2..932a028410 100644
--- a/lib/content-services/src/lib/breadcrumb/breadcrumb.component.spec.ts
+++ b/lib/content-services/src/lib/breadcrumb/breadcrumb.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/breadcrumb/breadcrumb.component.ts b/lib/content-services/src/lib/breadcrumb/breadcrumb.component.ts
index 7d129df18d..95d68baaaa 100644
--- a/lib/content-services/src/lib/breadcrumb/breadcrumb.component.ts
+++ b/lib/content-services/src/lib/breadcrumb/breadcrumb.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/breadcrumb/breadcrumb.module.ts b/lib/content-services/src/lib/breadcrumb/breadcrumb.module.ts
index d6056f5a82..fc847e136d 100644
--- a/lib/content-services/src/lib/breadcrumb/breadcrumb.module.ts
+++ b/lib/content-services/src/lib/breadcrumb/breadcrumb.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.spec.ts b/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.spec.ts
index d75b0cb57a..32972ae6f5 100644
--- a/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.spec.ts
+++ b/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.ts b/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.ts
index aa6bf592d1..b7bc520044 100644
--- a/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.ts
+++ b/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/breadcrumb/index.ts b/lib/content-services/src/lib/breadcrumb/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/breadcrumb/index.ts
+++ b/lib/content-services/src/lib/breadcrumb/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/breadcrumb/public-api.ts b/lib/content-services/src/lib/breadcrumb/public-api.ts
index 5d5b39789b..061aa10729 100644
--- a/lib/content-services/src/lib/breadcrumb/public-api.ts
+++ b/lib/content-services/src/lib/breadcrumb/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/categories-management/categories-management-mode.ts b/lib/content-services/src/lib/category/categories-management/categories-management-mode.ts
index ca6f4aa4eb..92ca5f21ac 100644
--- a/lib/content-services/src/lib/category/categories-management/categories-management-mode.ts
+++ b/lib/content-services/src/lib/category/categories-management/categories-management-mode.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/categories-management/categories-management.component.spec.ts b/lib/content-services/src/lib/category/categories-management/categories-management.component.spec.ts
index 0dbdbc8b9c..1ff32d56df 100644
--- a/lib/content-services/src/lib/category/categories-management/categories-management.component.spec.ts
+++ b/lib/content-services/src/lib/category/categories-management/categories-management.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/categories-management/categories-management.component.ts b/lib/content-services/src/lib/category/categories-management/categories-management.component.ts
index 7b1bef58fb..4b5cd191e8 100644
--- a/lib/content-services/src/lib/category/categories-management/categories-management.component.ts
+++ b/lib/content-services/src/lib/category/categories-management/categories-management.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/category.module.ts b/lib/content-services/src/lib/category/category.module.ts
index 45d7bbe74f..0e9fc8a3be 100644
--- a/lib/content-services/src/lib/category/category.module.ts
+++ b/lib/content-services/src/lib/category/category.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/index.ts b/lib/content-services/src/lib/category/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/category/index.ts
+++ b/lib/content-services/src/lib/category/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/mock/category-mock.service.ts b/lib/content-services/src/lib/category/mock/category-mock.service.ts
index e6c11a2056..33188fcdcf 100644
--- a/lib/content-services/src/lib/category/mock/category-mock.service.ts
+++ b/lib/content-services/src/lib/category/mock/category-mock.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/models/category-node.interface.ts b/lib/content-services/src/lib/category/models/category-node.interface.ts
index f6185e80ed..9000b4ceda 100644
--- a/lib/content-services/src/lib/category/models/category-node.interface.ts
+++ b/lib/content-services/src/lib/category/models/category-node.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/public-api.ts b/lib/content-services/src/lib/category/public-api.ts
index 0e2501b0f7..4bf5881d9b 100644
--- a/lib/content-services/src/lib/category/public-api.ts
+++ b/lib/content-services/src/lib/category/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/services/category-tree-datasource.service.spec.ts b/lib/content-services/src/lib/category/services/category-tree-datasource.service.spec.ts
index c6a664d661..4ea2ece05e 100644
--- a/lib/content-services/src/lib/category/services/category-tree-datasource.service.spec.ts
+++ b/lib/content-services/src/lib/category/services/category-tree-datasource.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/services/category-tree-datasource.service.ts b/lib/content-services/src/lib/category/services/category-tree-datasource.service.ts
index bac62fb8a4..9d3fc4640b 100644
--- a/lib/content-services/src/lib/category/services/category-tree-datasource.service.ts
+++ b/lib/content-services/src/lib/category/services/category-tree-datasource.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/services/category.service.spec.ts b/lib/content-services/src/lib/category/services/category.service.spec.ts
index 895cf6b25d..16890ad5e1 100644
--- a/lib/content-services/src/lib/category/services/category.service.spec.ts
+++ b/lib/content-services/src/lib/category/services/category.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/category/services/category.service.ts b/lib/content-services/src/lib/category/services/category.service.ts
index 29127058ef..ba9a8b8fff 100644
--- a/lib/content-services/src/lib/category/services/category.service.ts
+++ b/lib/content-services/src/lib/category/services/category.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/events/file.event.ts b/lib/content-services/src/lib/common/events/file.event.ts
index 2d44a15353..008ad64a26 100644
--- a/lib/content-services/src/lib/common/events/file.event.ts
+++ b/lib/content-services/src/lib/common/events/file.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/index.ts b/lib/content-services/src/lib/common/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/common/index.ts
+++ b/lib/content-services/src/lib/common/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/interfaces/search-configuration.interface.ts b/lib/content-services/src/lib/common/interfaces/search-configuration.interface.ts
index 389dd53372..91fb3d1da0 100644
--- a/lib/content-services/src/lib/common/interfaces/search-configuration.interface.ts
+++ b/lib/content-services/src/lib/common/interfaces/search-configuration.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/mocks/ecm-user.service.mock.ts b/lib/content-services/src/lib/common/mocks/ecm-user.service.mock.ts
index 20d21a11a2..e42e31bcda 100644
--- a/lib/content-services/src/lib/common/mocks/ecm-user.service.mock.ts
+++ b/lib/content-services/src/lib/common/mocks/ecm-user.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/models/allowable-operations.enum.ts b/lib/content-services/src/lib/common/models/allowable-operations.enum.ts
index 8ef5e8b924..e4584fda8a 100644
--- a/lib/content-services/src/lib/common/models/allowable-operations.enum.ts
+++ b/lib/content-services/src/lib/common/models/allowable-operations.enum.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/models/ecm-company.model.ts b/lib/content-services/src/lib/common/models/ecm-company.model.ts
index 030efa19da..9c14d0a12b 100644
--- a/lib/content-services/src/lib/common/models/ecm-company.model.ts
+++ b/lib/content-services/src/lib/common/models/ecm-company.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/models/ecm-user.model.ts b/lib/content-services/src/lib/common/models/ecm-user.model.ts
index ace9937765..298648e1b0 100644
--- a/lib/content-services/src/lib/common/models/ecm-user.model.ts
+++ b/lib/content-services/src/lib/common/models/ecm-user.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/models/file.model.spec.ts b/lib/content-services/src/lib/common/models/file.model.spec.ts
index f443a0a4a8..eada504bfb 100644
--- a/lib/content-services/src/lib/common/models/file.model.spec.ts
+++ b/lib/content-services/src/lib/common/models/file.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/models/file.model.ts b/lib/content-services/src/lib/common/models/file.model.ts
index b3d71c4fc1..fbd61cd92f 100644
--- a/lib/content-services/src/lib/common/models/file.model.ts
+++ b/lib/content-services/src/lib/common/models/file.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/models/node-metadata.model.ts b/lib/content-services/src/lib/common/models/node-metadata.model.ts
index 4aed0be5df..eec90f5156 100644
--- a/lib/content-services/src/lib/common/models/node-metadata.model.ts
+++ b/lib/content-services/src/lib/common/models/node-metadata.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/models/permissions.enum.ts b/lib/content-services/src/lib/common/models/permissions.enum.ts
index 51d496fbdb..1661e067a4 100644
--- a/lib/content-services/src/lib/common/models/permissions.enum.ts
+++ b/lib/content-services/src/lib/common/models/permissions.enum.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/public-api.ts b/lib/content-services/src/lib/common/public-api.ts
index b1e123e7db..a433c92cd5 100644
--- a/lib/content-services/src/lib/common/public-api.ts
+++ b/lib/content-services/src/lib/common/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/card-view-content-update.service.spec.ts b/lib/content-services/src/lib/common/services/card-view-content-update.service.spec.ts
index 9b4d610060..21f7b4edfe 100644
--- a/lib/content-services/src/lib/common/services/card-view-content-update.service.spec.ts
+++ b/lib/content-services/src/lib/common/services/card-view-content-update.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/card-view-content-update.service.ts b/lib/content-services/src/lib/common/services/card-view-content-update.service.ts
index 6148d4dfa2..42f3533049 100644
--- a/lib/content-services/src/lib/common/services/card-view-content-update.service.ts
+++ b/lib/content-services/src/lib/common/services/card-view-content-update.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/content.service.spec.ts b/lib/content-services/src/lib/common/services/content.service.spec.ts
index 88e1e751ad..edbd2f860d 100644
--- a/lib/content-services/src/lib/common/services/content.service.spec.ts
+++ b/lib/content-services/src/lib/common/services/content.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/content.service.ts b/lib/content-services/src/lib/common/services/content.service.ts
index d55109a38d..9e5db1ec79 100644
--- a/lib/content-services/src/lib/common/services/content.service.ts
+++ b/lib/content-services/src/lib/common/services/content.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/discovery-api.service.ts b/lib/content-services/src/lib/common/services/discovery-api.service.ts
index 8cefad2f7c..99b97965ab 100644
--- a/lib/content-services/src/lib/common/services/discovery-api.service.ts
+++ b/lib/content-services/src/lib/common/services/discovery-api.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/favorites-api.service.ts b/lib/content-services/src/lib/common/services/favorites-api.service.ts
index 82f4c25f6b..785ed0c08f 100644
--- a/lib/content-services/src/lib/common/services/favorites-api.service.ts
+++ b/lib/content-services/src/lib/common/services/favorites-api.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/nodes-api.service.ts b/lib/content-services/src/lib/common/services/nodes-api.service.ts
index 37f0eb05e6..14b05a5f55 100644
--- a/lib/content-services/src/lib/common/services/nodes-api.service.ts
+++ b/lib/content-services/src/lib/common/services/nodes-api.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/people-content.service.spec.ts b/lib/content-services/src/lib/common/services/people-content.service.spec.ts
index 4b7100c540..9dc0acac95 100644
--- a/lib/content-services/src/lib/common/services/people-content.service.spec.ts
+++ b/lib/content-services/src/lib/common/services/people-content.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/people-content.service.ts b/lib/content-services/src/lib/common/services/people-content.service.ts
index 95cf50b895..78d0c85f6a 100644
--- a/lib/content-services/src/lib/common/services/people-content.service.ts
+++ b/lib/content-services/src/lib/common/services/people-content.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/rendition.service.ts b/lib/content-services/src/lib/common/services/rendition.service.ts
index b0edfaf3ae..002bfe6453 100644
--- a/lib/content-services/src/lib/common/services/rendition.service.ts
+++ b/lib/content-services/src/lib/common/services/rendition.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/rendition.services.spec.ts b/lib/content-services/src/lib/common/services/rendition.services.spec.ts
index 8462276ee7..4ce3887094 100644
--- a/lib/content-services/src/lib/common/services/rendition.services.spec.ts
+++ b/lib/content-services/src/lib/common/services/rendition.services.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/sites.service.ts b/lib/content-services/src/lib/common/services/sites.service.ts
index aeb0b44a2d..a48a595bca 100644
--- a/lib/content-services/src/lib/common/services/sites.service.ts
+++ b/lib/content-services/src/lib/common/services/sites.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/upload.service.spec.ts b/lib/content-services/src/lib/common/services/upload.service.spec.ts
index 07768f77e0..3a0be5ca6f 100644
--- a/lib/content-services/src/lib/common/services/upload.service.spec.ts
+++ b/lib/content-services/src/lib/common/services/upload.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/common/services/upload.service.ts b/lib/content-services/src/lib/common/services/upload.service.ts
index 76d0f9b2d6..490deaa279 100644
--- a/lib/content-services/src/lib/common/services/upload.service.ts
+++ b/lib/content-services/src/lib/common/services/upload.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.spec.ts b/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.spec.ts
index ecf9b1def0..9a231f7c1c 100644
--- a/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.spec.ts
+++ b/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.ts b/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.ts
index 6210dbb838..a8054fb081 100644
--- a/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.ts
+++ b/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata-header.component.ts b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata-header.component.ts
index dadc58d755..a0c6f60729 100644
--- a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata-header.component.ts
+++ b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata-header.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.spec.ts b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.spec.ts
index f226113255..4eb130da92 100644
--- a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.spec.ts
+++ b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts
index b055ab74dc..c24ba5d5a4 100644
--- a/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts
+++ b/lib/content-services/src/lib/content-metadata/components/content-metadata/content-metadata.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata/mock-data.ts b/lib/content-services/src/lib/content-metadata/components/content-metadata/mock-data.ts
index 0fa230138f..169c41f5bd 100644
--- a/lib/content-services/src/lib/content-metadata/components/content-metadata/mock-data.ts
+++ b/lib/content-services/src/lib/content-metadata/components/content-metadata/mock-data.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/content-metadata.module.ts b/lib/content-services/src/lib/content-metadata/content-metadata.module.ts
index c7991bd1fa..ea2fcac59d 100644
--- a/lib/content-services/src/lib/content-metadata/content-metadata.module.ts
+++ b/lib/content-services/src/lib/content-metadata/content-metadata.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/index.ts b/lib/content-services/src/lib/content-metadata/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/content-metadata/index.ts
+++ b/lib/content-services/src/lib/content-metadata/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/aspect-oriented-config.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/aspect-oriented-config.interface.ts
index 27070afa07..4f54ecaecf 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/aspect-oriented-config.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/aspect-oriented-config.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/card-view-group.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/card-view-group.interface.ts
index f8f911a492..c3a462d040 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/card-view-group.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/card-view-group.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-config.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-config.interface.ts
index e72614ecf6..2d77444a51 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-config.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-config.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-custom-panel.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-custom-panel.interface.ts
index 5dc64c1e6c..e68f6155f2 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-custom-panel.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-custom-panel.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-panel.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-panel.interface.ts
index 7ff5b2dfa4..3699f0a239 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-panel.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/content-metadata-panel.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/content-metadata.interfaces.ts b/lib/content-services/src/lib/content-metadata/interfaces/content-metadata.interfaces.ts
index 9f1dcba57d..8bb9158db9 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/content-metadata.interfaces.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/content-metadata.interfaces.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/indifferent-config.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/indifferent-config.interface.ts
index f1944f12c0..4c85db61ce 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/indifferent-config.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/indifferent-config.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/layout-oriented-config.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/layout-oriented-config.interface.ts
index 5ebebdff36..72fe31ea2f 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/layout-oriented-config.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/layout-oriented-config.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/organised-property-group.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/organised-property-group.interface.ts
index adb9a2ce19..b4505fe29a 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/organised-property-group.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/organised-property-group.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/preset-config.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/preset-config.interface.ts
index 1922f9272b..56a194a37e 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/preset-config.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/preset-config.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/property-group.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/property-group.interface.ts
index 315f277818..591dc0a28c 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/property-group.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/property-group.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/interfaces/property.interface.ts b/lib/content-services/src/lib/content-metadata/interfaces/property.interface.ts
index 1b23ff81d8..fd28dba8e8 100644
--- a/lib/content-services/src/lib/content-metadata/interfaces/property.interface.ts
+++ b/lib/content-services/src/lib/content-metadata/interfaces/property.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/public-api.ts b/lib/content-services/src/lib/content-metadata/public-api.ts
index 5b8ed25df6..6fd29cbf5b 100644
--- a/lib/content-services/src/lib/content-metadata/public-api.ts
+++ b/lib/content-services/src/lib/content-metadata/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/basic-properties.service.ts b/lib/content-services/src/lib/content-metadata/services/basic-properties.service.ts
index f62fb4fe9e..6fedac976c 100644
--- a/lib/content-services/src/lib/content-metadata/services/basic-properties.service.ts
+++ b/lib/content-services/src/lib/content-metadata/services/basic-properties.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/config/aspect-oriented-config.service.spec.ts b/lib/content-services/src/lib/content-metadata/services/config/aspect-oriented-config.service.spec.ts
index 4add609dd8..ae66bd161d 100644
--- a/lib/content-services/src/lib/content-metadata/services/config/aspect-oriented-config.service.spec.ts
+++ b/lib/content-services/src/lib/content-metadata/services/config/aspect-oriented-config.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -163,7 +163,7 @@ describe('AspectOrientedConfigService', () => {
expect(organisedPropertyGroups[i].title).toBe(expectation.title, 'Group\'s title should match' );
expect(organisedPropertyGroups[i].properties.length).toBe(
expectation.properties.length,
- `Property count for "${organisedPropertyGroups[i].title}" group should match.`
+ `Property count for '${organisedPropertyGroups[i].title}' group should match.`
);
expectation.properties.forEach((property, j) => {
@@ -211,7 +211,7 @@ describe('AspectOrientedConfigService', () => {
expect(organisedPropertyGroups[i].title).toBe(expectation.title, 'Group\'s title should match' );
expect(organisedPropertyGroups[i].properties.length).toBe(
expectation.properties.length,
- `Property count for "${organisedPropertyGroups[i].title}" group should match.`
+ `Property count for '${organisedPropertyGroups[i].title}' group should match.`
);
expectation.properties.forEach((property, j) => {
diff --git a/lib/content-services/src/lib/content-metadata/services/config/aspect-oriented-config.service.ts b/lib/content-services/src/lib/content-metadata/services/config/aspect-oriented-config.service.ts
index 6db639fcc3..afbc9ea816 100644
--- a/lib/content-services/src/lib/content-metadata/services/config/aspect-oriented-config.service.ts
+++ b/lib/content-services/src/lib/content-metadata/services/config/aspect-oriented-config.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/config/content-metadata-config.factory.spec.ts b/lib/content-services/src/lib/content-metadata/services/config/content-metadata-config.factory.spec.ts
index 515412722b..3530d6ea23 100644
--- a/lib/content-services/src/lib/content-metadata/services/config/content-metadata-config.factory.spec.ts
+++ b/lib/content-services/src/lib/content-metadata/services/config/content-metadata-config.factory.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/config/content-metadata-config.factory.ts b/lib/content-services/src/lib/content-metadata/services/config/content-metadata-config.factory.ts
index 1f036a51b5..862dca182b 100644
--- a/lib/content-services/src/lib/content-metadata/services/config/content-metadata-config.factory.ts
+++ b/lib/content-services/src/lib/content-metadata/services/config/content-metadata-config.factory.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/config/indifferent-config.service.ts b/lib/content-services/src/lib/content-metadata/services/config/indifferent-config.service.ts
index 9638544445..df06084128 100644
--- a/lib/content-services/src/lib/content-metadata/services/config/indifferent-config.service.ts
+++ b/lib/content-services/src/lib/content-metadata/services/config/indifferent-config.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/config/layout-oriented-config.service.spec.ts b/lib/content-services/src/lib/content-metadata/services/config/layout-oriented-config.service.spec.ts
index d982aed740..0bba7c3e95 100644
--- a/lib/content-services/src/lib/content-metadata/services/config/layout-oriented-config.service.spec.ts
+++ b/lib/content-services/src/lib/content-metadata/services/config/layout-oriented-config.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/config/layout-oriented-config.service.ts b/lib/content-services/src/lib/content-metadata/services/config/layout-oriented-config.service.ts
index 2193ce290e..0c596b0ee5 100644
--- a/lib/content-services/src/lib/content-metadata/services/config/layout-oriented-config.service.ts
+++ b/lib/content-services/src/lib/content-metadata/services/config/layout-oriented-config.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/config/property-group-reader.ts b/lib/content-services/src/lib/content-metadata/services/config/property-group-reader.ts
index 2f7c13898f..5aae5df1ee 100644
--- a/lib/content-services/src/lib/content-metadata/services/config/property-group-reader.ts
+++ b/lib/content-services/src/lib/content-metadata/services/config/property-group-reader.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/content-metadata.service.spec.ts b/lib/content-services/src/lib/content-metadata/services/content-metadata.service.spec.ts
index 24442553aa..e32196dbbe 100644
--- a/lib/content-services/src/lib/content-metadata/services/content-metadata.service.spec.ts
+++ b/lib/content-services/src/lib/content-metadata/services/content-metadata.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/content-metadata.service.ts b/lib/content-services/src/lib/content-metadata/services/content-metadata.service.ts
index 682b957519..b7900c6e45 100644
--- a/lib/content-services/src/lib/content-metadata/services/content-metadata.service.ts
+++ b/lib/content-services/src/lib/content-metadata/services/content-metadata.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/content-type-property.service.spec.ts b/lib/content-services/src/lib/content-metadata/services/content-type-property.service.spec.ts
index 57b1c3a99a..102384e15b 100644
--- a/lib/content-services/src/lib/content-metadata/services/content-type-property.service.spec.ts
+++ b/lib/content-services/src/lib/content-metadata/services/content-type-property.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/content-type-property.service.ts b/lib/content-services/src/lib/content-metadata/services/content-type-property.service.ts
index 05b27367a0..c035a062fc 100644
--- a/lib/content-services/src/lib/content-metadata/services/content-type-property.service.ts
+++ b/lib/content-services/src/lib/content-metadata/services/content-type-property.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/property-descriptors.service.spec.ts b/lib/content-services/src/lib/content-metadata/services/property-descriptors.service.spec.ts
index b78642f971..6634d0f667 100644
--- a/lib/content-services/src/lib/content-metadata/services/property-descriptors.service.spec.ts
+++ b/lib/content-services/src/lib/content-metadata/services/property-descriptors.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/property-descriptors.service.ts b/lib/content-services/src/lib/content-metadata/services/property-descriptors.service.ts
index 5af236888d..e91310a598 100644
--- a/lib/content-services/src/lib/content-metadata/services/property-descriptors.service.ts
+++ b/lib/content-services/src/lib/content-metadata/services/property-descriptors.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.spec.ts b/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.spec.ts
index d976995777..7d1756ab69 100644
--- a/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.spec.ts
+++ b/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.ts b/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.ts
index 18bd1da1fb..ec8a389a69 100644
--- a/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.ts
+++ b/lib/content-services/src/lib/content-metadata/services/property-groups-translator.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-dialog.service.spec.ts b/lib/content-services/src/lib/content-node-selector/content-node-dialog.service.spec.ts
index c1157dc0d8..e37292c391 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-dialog.service.spec.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-dialog.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-dialog.service.ts b/lib/content-services/src/lib/content-node-selector/content-node-dialog.service.ts
index 77a3fde9ee..1851d40903 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-dialog.service.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-dialog.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component-search.spec.ts b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component-search.spec.ts
index 994a42250a..472a0d7492 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component-search.spec.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component-search.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.spec.ts b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.spec.ts
index 0223c9de4c..12d9a27ce5 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.spec.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.ts b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.ts
index ead8abddac..93126ff991 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.service.spec.ts b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.service.spec.ts
index 5c2c3314ed..6784be9967 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.service.spec.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.service.ts b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.service.ts
index 9d6f7da988..d2859c02b9 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.service.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector.component-data.interface.ts b/lib/content-services/src/lib/content-node-selector/content-node-selector.component-data.interface.ts
index 7566dd1a0c..5802347972 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-selector.component-data.interface.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-selector.component-data.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector.component.spec.ts b/lib/content-services/src/lib/content-node-selector/content-node-selector.component.spec.ts
index e40cceef7b..71196ec8ac 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-selector.component.spec.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-selector.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector.component.ts b/lib/content-services/src/lib/content-node-selector/content-node-selector.component.ts
index fe939ff96d..3785c6741d 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-selector.component.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-selector.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector.module.ts b/lib/content-services/src/lib/content-node-selector/content-node-selector.module.ts
index 718bb7e3ef..2d6ec608c2 100644
--- a/lib/content-services/src/lib/content-node-selector/content-node-selector.module.ts
+++ b/lib/content-services/src/lib/content-node-selector/content-node-selector.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/index.ts b/lib/content-services/src/lib/content-node-selector/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/content-node-selector/index.ts
+++ b/lib/content-services/src/lib/content-node-selector/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.spec.ts b/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.spec.ts
index 4164fc82f8..edb2c75598 100644
--- a/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.spec.ts
+++ b/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.ts b/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.ts
index 04f6f22ef0..d8b7436777 100644
--- a/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.ts
+++ b/lib/content-services/src/lib/content-node-selector/name-location-cell/name-location-cell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-selector/public-api.ts b/lib/content-services/src/lib/content-node-selector/public-api.ts
index 67c15c53a8..22b3256a4c 100644
--- a/lib/content-services/src/lib/content-node-selector/public-api.ts
+++ b/lib/content-services/src/lib/content-node-selector/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.spec.ts b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.spec.ts
index ba18705a06..a24fda855f 100644
--- a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.spec.ts
+++ b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts
index b0e369d7c9..fe95433518 100644
--- a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts
+++ b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.directive.spec.ts b/lib/content-services/src/lib/content-node-share/content-node-share.directive.spec.ts
index a071e7ad6e..aa19ffa4c8 100644
--- a/lib/content-services/src/lib/content-node-share/content-node-share.directive.spec.ts
+++ b/lib/content-services/src/lib/content-node-share/content-node-share.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.directive.ts b/lib/content-services/src/lib/content-node-share/content-node-share.directive.ts
index d8b3b334db..79d2148eae 100644
--- a/lib/content-services/src/lib/content-node-share/content-node-share.directive.ts
+++ b/lib/content-services/src/lib/content-node-share/content-node-share.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.module.ts b/lib/content-services/src/lib/content-node-share/content-node-share.module.ts
index 801ec46d97..1ad1e4e253 100644
--- a/lib/content-services/src/lib/content-node-share/content-node-share.module.ts
+++ b/lib/content-services/src/lib/content-node-share/content-node-share.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.settings.ts b/lib/content-services/src/lib/content-node-share/content-node-share.settings.ts
index 1b05741dda..94642a1226 100644
--- a/lib/content-services/src/lib/content-node-share/content-node-share.settings.ts
+++ b/lib/content-services/src/lib/content-node-share/content-node-share.settings.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-share/index.ts b/lib/content-services/src/lib/content-node-share/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/content-node-share/index.ts
+++ b/lib/content-services/src/lib/content-node-share/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-share/public-api.ts b/lib/content-services/src/lib/content-node-share/public-api.ts
index 1c356286ae..ca4e58c620 100644
--- a/lib/content-services/src/lib/content-node-share/public-api.ts
+++ b/lib/content-services/src/lib/content-node-share/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-node-share/services/shared-links-api.service.ts b/lib/content-services/src/lib/content-node-share/services/shared-links-api.service.ts
index aa113d1cae..1eb7c42cbb 100644
--- a/lib/content-services/src/lib/content-node-share/services/shared-links-api.service.ts
+++ b/lib/content-services/src/lib/content-node-share/services/shared-links-api.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-type/content-type-dialog.component.spec.ts b/lib/content-services/src/lib/content-type/content-type-dialog.component.spec.ts
index d748b67141..7ebadbacd9 100644
--- a/lib/content-services/src/lib/content-type/content-type-dialog.component.spec.ts
+++ b/lib/content-services/src/lib/content-type/content-type-dialog.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-type/content-type-dialog.component.ts b/lib/content-services/src/lib/content-type/content-type-dialog.component.ts
index fa580e9e95..52e689c83d 100644
--- a/lib/content-services/src/lib/content-type/content-type-dialog.component.ts
+++ b/lib/content-services/src/lib/content-type/content-type-dialog.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-type/content-type-metadata.interface.ts b/lib/content-services/src/lib/content-type/content-type-metadata.interface.ts
index 0bdb1b5c95..1c17303640 100644
--- a/lib/content-services/src/lib/content-type/content-type-metadata.interface.ts
+++ b/lib/content-services/src/lib/content-type/content-type-metadata.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-type/content-type.module.ts b/lib/content-services/src/lib/content-type/content-type.module.ts
index 9cda52b7dd..47c3564d18 100644
--- a/lib/content-services/src/lib/content-type/content-type.module.ts
+++ b/lib/content-services/src/lib/content-type/content-type.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-type/content-type.service.ts b/lib/content-services/src/lib/content-type/content-type.service.ts
index 97ab755e86..ac582c2f8e 100644
--- a/lib/content-services/src/lib/content-type/content-type.service.ts
+++ b/lib/content-services/src/lib/content-type/content-type.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-type/index.ts b/lib/content-services/src/lib/content-type/index.ts
index 58b06c98b8..ce67d246b3 100644
--- a/lib/content-services/src/lib/content-type/index.ts
+++ b/lib/content-services/src/lib/content-type/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-type/public-api.ts b/lib/content-services/src/lib/content-type/public-api.ts
index a72b6b6de1..141a7ce47a 100644
--- a/lib/content-services/src/lib/content-type/public-api.ts
+++ b/lib/content-services/src/lib/content-type/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-user-info/content-user-info.component.spec.ts b/lib/content-services/src/lib/content-user-info/content-user-info.component.spec.ts
index 71cdd8255e..d78bdfe3c7 100644
--- a/lib/content-services/src/lib/content-user-info/content-user-info.component.spec.ts
+++ b/lib/content-services/src/lib/content-user-info/content-user-info.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-user-info/content-user-info.component.ts b/lib/content-services/src/lib/content-user-info/content-user-info.component.ts
index c7c8ae8fa4..91fd28281c 100644
--- a/lib/content-services/src/lib/content-user-info/content-user-info.component.ts
+++ b/lib/content-services/src/lib/content-user-info/content-user-info.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-user-info/content-user-info.module.ts b/lib/content-services/src/lib/content-user-info/content-user-info.module.ts
index f0144383ac..966a58d036 100644
--- a/lib/content-services/src/lib/content-user-info/content-user-info.module.ts
+++ b/lib/content-services/src/lib/content-user-info/content-user-info.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-user-info/index.ts b/lib/content-services/src/lib/content-user-info/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/content-user-info/index.ts
+++ b/lib/content-services/src/lib/content-user-info/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content-user-info/public-api.ts b/lib/content-services/src/lib/content-user-info/public-api.ts
index 1770208362..1e1126e53a 100644
--- a/lib/content-services/src/lib/content-user-info/public-api.ts
+++ b/lib/content-services/src/lib/content-user-info/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/content.module.ts b/lib/content-services/src/lib/content.module.ts
index 6431bb6b9b..a9d6e844c1 100644
--- a/lib/content-services/src/lib/content.module.ts
+++ b/lib/content-services/src/lib/content.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/category-selector.dialog.spec.ts b/lib/content-services/src/lib/dialogs/category-selector.dialog.spec.ts
index a252387292..6f0ee22b99 100644
--- a/lib/content-services/src/lib/dialogs/category-selector.dialog.spec.ts
+++ b/lib/content-services/src/lib/dialogs/category-selector.dialog.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/category-selector.dialog.ts b/lib/content-services/src/lib/dialogs/category-selector.dialog.ts
index 4c9f5e6a4e..79a120300c 100644
--- a/lib/content-services/src/lib/dialogs/category-selector.dialog.ts
+++ b/lib/content-services/src/lib/dialogs/category-selector.dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/confirm.dialog.spec.ts b/lib/content-services/src/lib/dialogs/confirm.dialog.spec.ts
index 0e2271e5ec..bbf8499709 100644
--- a/lib/content-services/src/lib/dialogs/confirm.dialog.spec.ts
+++ b/lib/content-services/src/lib/dialogs/confirm.dialog.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/confirm.dialog.ts b/lib/content-services/src/lib/dialogs/confirm.dialog.ts
index 18ef0a5e47..0e3fd5c917 100644
--- a/lib/content-services/src/lib/dialogs/confirm.dialog.ts
+++ b/lib/content-services/src/lib/dialogs/confirm.dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/dialog.module.ts b/lib/content-services/src/lib/dialogs/dialog.module.ts
index 904eb704f6..18ae7bc0ab 100644
--- a/lib/content-services/src/lib/dialogs/dialog.module.ts
+++ b/lib/content-services/src/lib/dialogs/dialog.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.module.ts b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.module.ts
index 13e14516e7..14b2ec2bbf 100644
--- a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.module.ts
+++ b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.spec.ts b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.spec.ts
index f658383b1e..1dfa6aeb08 100755
--- a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.spec.ts
+++ b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.stories.component.ts b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.stories.component.ts
index 813b09ca4f..13d9a8e372 100644
--- a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.stories.component.ts
+++ b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.stories.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.stories.ts b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.stories.ts
index 3d036332d5..0207b90d22 100644
--- a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.stories.ts
+++ b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.ts b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.ts
index b091370f63..effe8cda70 100755
--- a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.ts
+++ b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/download-zip/mock/download-zip-data.mock.ts b/lib/content-services/src/lib/dialogs/download-zip/mock/download-zip-data.mock.ts
index 584e1695da..9d30365ade 100644
--- a/lib/content-services/src/lib/dialogs/download-zip/mock/download-zip-data.mock.ts
+++ b/lib/content-services/src/lib/dialogs/download-zip/mock/download-zip-data.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/download-zip/mock/download-zip-service.mock.ts b/lib/content-services/src/lib/dialogs/download-zip/mock/download-zip-service.mock.ts
index 280449ab85..1b31f2746f 100644
--- a/lib/content-services/src/lib/dialogs/download-zip/mock/download-zip-service.mock.ts
+++ b/lib/content-services/src/lib/dialogs/download-zip/mock/download-zip-service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/download-zip/services/download-zip.service.ts b/lib/content-services/src/lib/dialogs/download-zip/services/download-zip.service.ts
index 165e9dcd67..b0d1fe8758 100755
--- a/lib/content-services/src/lib/dialogs/download-zip/services/download-zip.service.ts
+++ b/lib/content-services/src/lib/dialogs/download-zip/services/download-zip.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/folder-name.validators.ts b/lib/content-services/src/lib/dialogs/folder-name.validators.ts
index 94d7e611f0..e94a93595f 100644
--- a/lib/content-services/src/lib/dialogs/folder-name.validators.ts
+++ b/lib/content-services/src/lib/dialogs/folder-name.validators.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/folder.dialog.spec.ts b/lib/content-services/src/lib/dialogs/folder.dialog.spec.ts
index 1256de0820..da166d781f 100644
--- a/lib/content-services/src/lib/dialogs/folder.dialog.spec.ts
+++ b/lib/content-services/src/lib/dialogs/folder.dialog.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/folder.dialog.ts b/lib/content-services/src/lib/dialogs/folder.dialog.ts
index 1dc726eefd..a1a16230eb 100644
--- a/lib/content-services/src/lib/dialogs/folder.dialog.ts
+++ b/lib/content-services/src/lib/dialogs/folder.dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/index.ts b/lib/content-services/src/lib/dialogs/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/dialogs/index.ts
+++ b/lib/content-services/src/lib/dialogs/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/library/library.dialog.spec.ts b/lib/content-services/src/lib/dialogs/library/library.dialog.spec.ts
index b9b283aa58..527e6cc6b8 100644
--- a/lib/content-services/src/lib/dialogs/library/library.dialog.spec.ts
+++ b/lib/content-services/src/lib/dialogs/library/library.dialog.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/library/library.dialog.ts b/lib/content-services/src/lib/dialogs/library/library.dialog.ts
index 44d068cb09..066a082234 100644
--- a/lib/content-services/src/lib/dialogs/library/library.dialog.ts
+++ b/lib/content-services/src/lib/dialogs/library/library.dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/node-lock.dialog.spec.ts b/lib/content-services/src/lib/dialogs/node-lock.dialog.spec.ts
index 9849591ad1..d76a6ea638 100644
--- a/lib/content-services/src/lib/dialogs/node-lock.dialog.spec.ts
+++ b/lib/content-services/src/lib/dialogs/node-lock.dialog.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/node-lock.dialog.ts b/lib/content-services/src/lib/dialogs/node-lock.dialog.ts
index c92b46e1dc..7a200816ad 100644
--- a/lib/content-services/src/lib/dialogs/node-lock.dialog.ts
+++ b/lib/content-services/src/lib/dialogs/node-lock.dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/dialogs/public-api.ts b/lib/content-services/src/lib/dialogs/public-api.ts
index 23a1a87fd5..05fc55c798 100644
--- a/lib/content-services/src/lib/dialogs/public-api.ts
+++ b/lib/content-services/src/lib/dialogs/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/auto-focus.directive.spec.ts b/lib/content-services/src/lib/directives/auto-focus.directive.spec.ts
index 5038c71ec3..ed9e669d88 100644
--- a/lib/content-services/src/lib/directives/auto-focus.directive.spec.ts
+++ b/lib/content-services/src/lib/directives/auto-focus.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/auto-focus.directive.ts b/lib/content-services/src/lib/directives/auto-focus.directive.ts
index 1fae3b12ed..e04b8955df 100644
--- a/lib/content-services/src/lib/directives/auto-focus.directive.ts
+++ b/lib/content-services/src/lib/directives/auto-focus.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/check-allowable-operation.directive.spec.ts b/lib/content-services/src/lib/directives/check-allowable-operation.directive.spec.ts
index 006a928966..4593986a7e 100644
--- a/lib/content-services/src/lib/directives/check-allowable-operation.directive.spec.ts
+++ b/lib/content-services/src/lib/directives/check-allowable-operation.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/check-allowable-operation.directive.ts b/lib/content-services/src/lib/directives/check-allowable-operation.directive.ts
index 170322ca96..8ac7651741 100644
--- a/lib/content-services/src/lib/directives/check-allowable-operation.directive.ts
+++ b/lib/content-services/src/lib/directives/check-allowable-operation.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/content-directive.module.ts b/lib/content-services/src/lib/directives/content-directive.module.ts
index 0680c2a2b6..a61b96e8c4 100644
--- a/lib/content-services/src/lib/directives/content-directive.module.ts
+++ b/lib/content-services/src/lib/directives/content-directive.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/index.ts b/lib/content-services/src/lib/directives/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/directives/index.ts
+++ b/lib/content-services/src/lib/directives/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/library-favorite.directive.spec.ts b/lib/content-services/src/lib/directives/library-favorite.directive.spec.ts
index f908211679..9a1ed73b9f 100644
--- a/lib/content-services/src/lib/directives/library-favorite.directive.spec.ts
+++ b/lib/content-services/src/lib/directives/library-favorite.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/library-favorite.directive.ts b/lib/content-services/src/lib/directives/library-favorite.directive.ts
index 3c1e333c3a..37fd9cf36f 100644
--- a/lib/content-services/src/lib/directives/library-favorite.directive.ts
+++ b/lib/content-services/src/lib/directives/library-favorite.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/library-membership.directive.spec.ts b/lib/content-services/src/lib/directives/library-membership.directive.spec.ts
index cfe15cd9b0..46e5830b59 100644
--- a/lib/content-services/src/lib/directives/library-membership.directive.spec.ts
+++ b/lib/content-services/src/lib/directives/library-membership.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/library-membership.directive.ts b/lib/content-services/src/lib/directives/library-membership.directive.ts
index 7870714fe3..215be73cac 100644
--- a/lib/content-services/src/lib/directives/library-membership.directive.ts
+++ b/lib/content-services/src/lib/directives/library-membership.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-counter.directive.spec.ts b/lib/content-services/src/lib/directives/node-counter.directive.spec.ts
index 0f8827e592..5dba4cf885 100644
--- a/lib/content-services/src/lib/directives/node-counter.directive.spec.ts
+++ b/lib/content-services/src/lib/directives/node-counter.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-counter.directive.ts b/lib/content-services/src/lib/directives/node-counter.directive.ts
index 0a14975479..00c2ba81a4 100644
--- a/lib/content-services/src/lib/directives/node-counter.directive.ts
+++ b/lib/content-services/src/lib/directives/node-counter.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-delete.directive.spec.ts b/lib/content-services/src/lib/directives/node-delete.directive.spec.ts
index 8e978b52d9..87b81b4d7f 100644
--- a/lib/content-services/src/lib/directives/node-delete.directive.spec.ts
+++ b/lib/content-services/src/lib/directives/node-delete.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-delete.directive.ts b/lib/content-services/src/lib/directives/node-delete.directive.ts
index 7415bb5162..ecdc11f8af 100644
--- a/lib/content-services/src/lib/directives/node-delete.directive.ts
+++ b/lib/content-services/src/lib/directives/node-delete.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-download.directive.spec.ts b/lib/content-services/src/lib/directives/node-download.directive.spec.ts
index 11d5abe8bb..0de9a9bd8f 100755
--- a/lib/content-services/src/lib/directives/node-download.directive.spec.ts
+++ b/lib/content-services/src/lib/directives/node-download.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-download.directive.ts b/lib/content-services/src/lib/directives/node-download.directive.ts
index b428551961..261cef33c7 100755
--- a/lib/content-services/src/lib/directives/node-download.directive.ts
+++ b/lib/content-services/src/lib/directives/node-download.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-favorite.directive.spec.ts b/lib/content-services/src/lib/directives/node-favorite.directive.spec.ts
index b1107751a8..fd24c6902b 100644
--- a/lib/content-services/src/lib/directives/node-favorite.directive.spec.ts
+++ b/lib/content-services/src/lib/directives/node-favorite.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-favorite.directive.ts b/lib/content-services/src/lib/directives/node-favorite.directive.ts
index eeb0cae5f1..9587c93797 100644
--- a/lib/content-services/src/lib/directives/node-favorite.directive.ts
+++ b/lib/content-services/src/lib/directives/node-favorite.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-lock.directive.spec.ts b/lib/content-services/src/lib/directives/node-lock.directive.spec.ts
index e4f8f9e305..7dbc1c81a1 100644
--- a/lib/content-services/src/lib/directives/node-lock.directive.spec.ts
+++ b/lib/content-services/src/lib/directives/node-lock.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-lock.directive.ts b/lib/content-services/src/lib/directives/node-lock.directive.ts
index da73d2fa9c..36a6c5cb33 100644
--- a/lib/content-services/src/lib/directives/node-lock.directive.ts
+++ b/lib/content-services/src/lib/directives/node-lock.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-restore.directive.spec.ts b/lib/content-services/src/lib/directives/node-restore.directive.spec.ts
index e28188cfc0..da8e460ec6 100644
--- a/lib/content-services/src/lib/directives/node-restore.directive.spec.ts
+++ b/lib/content-services/src/lib/directives/node-restore.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/node-restore.directive.ts b/lib/content-services/src/lib/directives/node-restore.directive.ts
index cb5a2c9cd6..010b80962f 100644
--- a/lib/content-services/src/lib/directives/node-restore.directive.ts
+++ b/lib/content-services/src/lib/directives/node-restore.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/directives/public-api.ts b/lib/content-services/src/lib/directives/public-api.ts
index 924af0f152..c02ce51a47 100644
--- a/lib/content-services/src/lib/directives/public-api.ts
+++ b/lib/content-services/src/lib/directives/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/content-action/content-action-list.component.spec.ts b/lib/content-services/src/lib/document-list/components/content-action/content-action-list.component.spec.ts
index 1e8fdb6d7f..520d9f2a8a 100644
--- a/lib/content-services/src/lib/document-list/components/content-action/content-action-list.component.spec.ts
+++ b/lib/content-services/src/lib/document-list/components/content-action/content-action-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/content-action/content-action-list.component.ts b/lib/content-services/src/lib/document-list/components/content-action/content-action-list.component.ts
index a7710d2502..bcbecd868f 100644
--- a/lib/content-services/src/lib/document-list/components/content-action/content-action-list.component.ts
+++ b/lib/content-services/src/lib/document-list/components/content-action/content-action-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/content-action/content-action.component.spec.ts b/lib/content-services/src/lib/document-list/components/content-action/content-action.component.spec.ts
index 22c909b377..f6618a2654 100644
--- a/lib/content-services/src/lib/document-list/components/content-action/content-action.component.spec.ts
+++ b/lib/content-services/src/lib/document-list/components/content-action/content-action.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/content-action/content-action.component.ts b/lib/content-services/src/lib/document-list/components/content-action/content-action.component.ts
index cbece63975..f07151a7ba 100644
--- a/lib/content-services/src/lib/document-list/components/content-action/content-action.component.ts
+++ b/lib/content-services/src/lib/document-list/components/content-action/content-action.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/document-list.component.spec.ts b/lib/content-services/src/lib/document-list/components/document-list.component.spec.ts
index f971a23f56..1495dde25a 100644
--- a/lib/content-services/src/lib/document-list/components/document-list.component.spec.ts
+++ b/lib/content-services/src/lib/document-list/components/document-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/document-list.component.ts b/lib/content-services/src/lib/document-list/components/document-list.component.ts
index 93a78ba69c..c61f247407 100644
--- a/lib/content-services/src/lib/document-list/components/document-list.component.ts
+++ b/lib/content-services/src/lib/document-list/components/document-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/document-list.token.ts b/lib/content-services/src/lib/document-list/components/document-list.token.ts
index 211e4aebef..2610daf3cc 100644
--- a/lib/content-services/src/lib/document-list/components/document-list.token.ts
+++ b/lib/content-services/src/lib/document-list/components/document-list.token.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/file-auto-download/file-auto-download.component.spec.ts b/lib/content-services/src/lib/document-list/components/file-auto-download/file-auto-download.component.spec.ts
index f3ec83f074..e6471d36e3 100644
--- a/lib/content-services/src/lib/document-list/components/file-auto-download/file-auto-download.component.spec.ts
+++ b/lib/content-services/src/lib/document-list/components/file-auto-download/file-auto-download.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/file-auto-download/file-auto-download.component.ts b/lib/content-services/src/lib/document-list/components/file-auto-download/file-auto-download.component.ts
index 737ce71338..6ba38dc259 100644
--- a/lib/content-services/src/lib/document-list/components/file-auto-download/file-auto-download.component.ts
+++ b/lib/content-services/src/lib/document-list/components/file-auto-download/file-auto-download.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/filter-header/filter-header.component.spec.ts b/lib/content-services/src/lib/document-list/components/filter-header/filter-header.component.spec.ts
index ad7013d23d..17fb110571 100644
--- a/lib/content-services/src/lib/document-list/components/filter-header/filter-header.component.spec.ts
+++ b/lib/content-services/src/lib/document-list/components/filter-header/filter-header.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/filter-header/filter-header.component.ts b/lib/content-services/src/lib/document-list/components/filter-header/filter-header.component.ts
index 2736dc5d57..5ba0c06183 100644
--- a/lib/content-services/src/lib/document-list/components/filter-header/filter-header.component.ts
+++ b/lib/content-services/src/lib/document-list/components/filter-header/filter-header.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/library-name-column/library-name-column.component.spec.ts b/lib/content-services/src/lib/document-list/components/library-name-column/library-name-column.component.spec.ts
index 259362925c..55801bbe48 100644
--- a/lib/content-services/src/lib/document-list/components/library-name-column/library-name-column.component.spec.ts
+++ b/lib/content-services/src/lib/document-list/components/library-name-column/library-name-column.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/library-name-column/library-name-column.component.ts b/lib/content-services/src/lib/document-list/components/library-name-column/library-name-column.component.ts
index a28b1965a4..940bb27d5d 100644
--- a/lib/content-services/src/lib/document-list/components/library-name-column/library-name-column.component.ts
+++ b/lib/content-services/src/lib/document-list/components/library-name-column/library-name-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/library-role-column/library-role-column.component.spec.ts b/lib/content-services/src/lib/document-list/components/library-role-column/library-role-column.component.spec.ts
index ee30bcc118..be5040af86 100644
--- a/lib/content-services/src/lib/document-list/components/library-role-column/library-role-column.component.spec.ts
+++ b/lib/content-services/src/lib/document-list/components/library-role-column/library-role-column.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/library-role-column/library-role-column.component.ts b/lib/content-services/src/lib/document-list/components/library-role-column/library-role-column.component.ts
index 286bc36fe9..fdb0a08efd 100644
--- a/lib/content-services/src/lib/document-list/components/library-role-column/library-role-column.component.ts
+++ b/lib/content-services/src/lib/document-list/components/library-role-column/library-role-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/library-status-column/library-status-column.component.spec.ts b/lib/content-services/src/lib/document-list/components/library-status-column/library-status-column.component.spec.ts
index 5ad3ee8a7b..82d5a867ec 100644
--- a/lib/content-services/src/lib/document-list/components/library-status-column/library-status-column.component.spec.ts
+++ b/lib/content-services/src/lib/document-list/components/library-status-column/library-status-column.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/library-status-column/library-status-column.component.ts b/lib/content-services/src/lib/document-list/components/library-status-column/library-status-column.component.ts
index 5c745e92a5..1038500561 100644
--- a/lib/content-services/src/lib/document-list/components/library-status-column/library-status-column.component.ts
+++ b/lib/content-services/src/lib/document-list/components/library-status-column/library-status-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/name-column/name-column.component.spec.ts b/lib/content-services/src/lib/document-list/components/name-column/name-column.component.spec.ts
index 4f9df6f36f..28f8f0fc96 100644
--- a/lib/content-services/src/lib/document-list/components/name-column/name-column.component.spec.ts
+++ b/lib/content-services/src/lib/document-list/components/name-column/name-column.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/name-column/name-column.component.ts b/lib/content-services/src/lib/document-list/components/name-column/name-column.component.ts
index 94b0e0bc74..919a7b763d 100644
--- a/lib/content-services/src/lib/document-list/components/name-column/name-column.component.ts
+++ b/lib/content-services/src/lib/document-list/components/name-column/name-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/node.event.ts b/lib/content-services/src/lib/document-list/components/node.event.ts
index 8e3da3b0ca..7deb198da1 100644
--- a/lib/content-services/src/lib/document-list/components/node.event.ts
+++ b/lib/content-services/src/lib/document-list/components/node.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/trashcan-name-column/trashcan-name-column.component.spec.ts b/lib/content-services/src/lib/document-list/components/trashcan-name-column/trashcan-name-column.component.spec.ts
index b6cbefcb01..49fbb01b76 100644
--- a/lib/content-services/src/lib/document-list/components/trashcan-name-column/trashcan-name-column.component.spec.ts
+++ b/lib/content-services/src/lib/document-list/components/trashcan-name-column/trashcan-name-column.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/components/trashcan-name-column/trashcan-name-column.component.ts b/lib/content-services/src/lib/document-list/components/trashcan-name-column/trashcan-name-column.component.ts
index 56ff3deac5..72a7685f7b 100644
--- a/lib/content-services/src/lib/document-list/components/trashcan-name-column/trashcan-name-column.component.ts
+++ b/lib/content-services/src/lib/document-list/components/trashcan-name-column/trashcan-name-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/data/image-resolver.model.ts b/lib/content-services/src/lib/document-list/data/image-resolver.model.ts
index e0488cf2da..c1a4f29141 100644
--- a/lib/content-services/src/lib/document-list/data/image-resolver.model.ts
+++ b/lib/content-services/src/lib/document-list/data/image-resolver.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/data/row-filter.model.ts b/lib/content-services/src/lib/document-list/data/row-filter.model.ts
index 6b3d108918..a8eeff7e2a 100644
--- a/lib/content-services/src/lib/document-list/data/row-filter.model.ts
+++ b/lib/content-services/src/lib/document-list/data/row-filter.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/data/share-data-row.model.ts b/lib/content-services/src/lib/document-list/data/share-data-row.model.ts
index bc6fc41a22..cedcf606fe 100644
--- a/lib/content-services/src/lib/document-list/data/share-data-row.model.ts
+++ b/lib/content-services/src/lib/document-list/data/share-data-row.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/data/share-datatable-adapter.spec.ts b/lib/content-services/src/lib/document-list/data/share-datatable-adapter.spec.ts
index 755da49ed7..65cab183cb 100644
--- a/lib/content-services/src/lib/document-list/data/share-datatable-adapter.spec.ts
+++ b/lib/content-services/src/lib/document-list/data/share-datatable-adapter.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/data/share-datatable-adapter.ts b/lib/content-services/src/lib/document-list/data/share-datatable-adapter.ts
index a653470c31..f1ce4e8fde 100644
--- a/lib/content-services/src/lib/document-list/data/share-datatable-adapter.ts
+++ b/lib/content-services/src/lib/document-list/data/share-datatable-adapter.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/document-list.module.ts b/lib/content-services/src/lib/document-list/document-list.module.ts
index 2ba7ab36d2..bacf96ab1c 100644
--- a/lib/content-services/src/lib/document-list/document-list.module.ts
+++ b/lib/content-services/src/lib/document-list/document-list.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/index.ts b/lib/content-services/src/lib/document-list/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/document-list/index.ts
+++ b/lib/content-services/src/lib/document-list/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/interfaces/document-list-loader.interface.ts b/lib/content-services/src/lib/document-list/interfaces/document-list-loader.interface.ts
index 393b20833e..33c647366d 100644
--- a/lib/content-services/src/lib/document-list/interfaces/document-list-loader.interface.ts
+++ b/lib/content-services/src/lib/document-list/interfaces/document-list-loader.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/models/content-action.model.ts b/lib/content-services/src/lib/document-list/models/content-action.model.ts
index a97f6eb900..5c55fdd686 100644
--- a/lib/content-services/src/lib/document-list/models/content-action.model.ts
+++ b/lib/content-services/src/lib/document-list/models/content-action.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/models/document-folder.model.ts b/lib/content-services/src/lib/document-list/models/document-folder.model.ts
index 2021830ed7..d3ebd36b34 100644
--- a/lib/content-services/src/lib/document-list/models/document-folder.model.ts
+++ b/lib/content-services/src/lib/document-list/models/document-folder.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/models/node-action.enum.ts b/lib/content-services/src/lib/document-list/models/node-action.enum.ts
index f822693273..361ac94671 100644
--- a/lib/content-services/src/lib/document-list/models/node-action.enum.ts
+++ b/lib/content-services/src/lib/document-list/models/node-action.enum.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/models/permissions-style.model.ts b/lib/content-services/src/lib/document-list/models/permissions-style.model.ts
index a961a16963..77c0fe91dc 100644
--- a/lib/content-services/src/lib/document-list/models/permissions-style.model.ts
+++ b/lib/content-services/src/lib/document-list/models/permissions-style.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/models/permissions.model.ts b/lib/content-services/src/lib/document-list/models/permissions.model.ts
index c90e8fa445..64c6d51bb9 100644
--- a/lib/content-services/src/lib/document-list/models/permissions.model.ts
+++ b/lib/content-services/src/lib/document-list/models/permissions.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/models/preset.model.ts b/lib/content-services/src/lib/document-list/models/preset.model.ts
index 16d05d9da9..d95036ff3a 100644
--- a/lib/content-services/src/lib/document-list/models/preset.model.ts
+++ b/lib/content-services/src/lib/document-list/models/preset.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/public-api.ts b/lib/content-services/src/lib/document-list/public-api.ts
index 51df3c76a7..2afa853971 100644
--- a/lib/content-services/src/lib/document-list/public-api.ts
+++ b/lib/content-services/src/lib/document-list/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/custom-resources.service.spec.ts b/lib/content-services/src/lib/document-list/services/custom-resources.service.spec.ts
index 4017f6c5f6..c75a80eca4 100644
--- a/lib/content-services/src/lib/document-list/services/custom-resources.service.spec.ts
+++ b/lib/content-services/src/lib/document-list/services/custom-resources.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/custom-resources.service.ts b/lib/content-services/src/lib/document-list/services/custom-resources.service.ts
index 2cd0dc7c9f..0cd4c9778e 100644
--- a/lib/content-services/src/lib/document-list/services/custom-resources.service.ts
+++ b/lib/content-services/src/lib/document-list/services/custom-resources.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/document-actions.service.spec.ts b/lib/content-services/src/lib/document-list/services/document-actions.service.spec.ts
index ecff625421..a31410c8bf 100644
--- a/lib/content-services/src/lib/document-list/services/document-actions.service.spec.ts
+++ b/lib/content-services/src/lib/document-list/services/document-actions.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/document-actions.service.ts b/lib/content-services/src/lib/document-list/services/document-actions.service.ts
index ea0754dda1..3bbb853498 100644
--- a/lib/content-services/src/lib/document-list/services/document-actions.service.ts
+++ b/lib/content-services/src/lib/document-list/services/document-actions.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/document-list.service.spec.ts b/lib/content-services/src/lib/document-list/services/document-list.service.spec.ts
index cc4b5c878c..dd49acf175 100644
--- a/lib/content-services/src/lib/document-list/services/document-list.service.spec.ts
+++ b/lib/content-services/src/lib/document-list/services/document-list.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/document-list.service.ts b/lib/content-services/src/lib/document-list/services/document-list.service.ts
index a10c176a61..1819c55f3d 100644
--- a/lib/content-services/src/lib/document-list/services/document-list.service.ts
+++ b/lib/content-services/src/lib/document-list/services/document-list.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/folder-actions.service.spec.ts b/lib/content-services/src/lib/document-list/services/folder-actions.service.spec.ts
index 49d40ae838..935eacd0ea 100644
--- a/lib/content-services/src/lib/document-list/services/folder-actions.service.spec.ts
+++ b/lib/content-services/src/lib/document-list/services/folder-actions.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/folder-actions.service.ts b/lib/content-services/src/lib/document-list/services/folder-actions.service.ts
index 627db459e3..496ce6afcf 100644
--- a/lib/content-services/src/lib/document-list/services/folder-actions.service.ts
+++ b/lib/content-services/src/lib/document-list/services/folder-actions.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/lock.service.spec.ts b/lib/content-services/src/lib/document-list/services/lock.service.spec.ts
index 8e91fecd7d..66a5e2ef14 100644
--- a/lib/content-services/src/lib/document-list/services/lock.service.spec.ts
+++ b/lib/content-services/src/lib/document-list/services/lock.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/lock.service.ts b/lib/content-services/src/lib/document-list/services/lock.service.ts
index f15c970a38..efb0d0f19c 100644
--- a/lib/content-services/src/lib/document-list/services/lock.service.ts
+++ b/lib/content-services/src/lib/document-list/services/lock.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/node-actions.service.spec.ts b/lib/content-services/src/lib/document-list/services/node-actions.service.spec.ts
index 915689363b..0fdb448505 100644
--- a/lib/content-services/src/lib/document-list/services/node-actions.service.spec.ts
+++ b/lib/content-services/src/lib/document-list/services/node-actions.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/document-list/services/node-actions.service.ts b/lib/content-services/src/lib/document-list/services/node-actions.service.ts
index eafce591a5..256d2b98f1 100644
--- a/lib/content-services/src/lib/document-list/services/node-actions.service.ts
+++ b/lib/content-services/src/lib/document-list/services/node-actions.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/group/index.ts b/lib/content-services/src/lib/group/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/group/index.ts
+++ b/lib/content-services/src/lib/group/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/group/public-api.ts b/lib/content-services/src/lib/group/public-api.ts
index 0c402ad0a2..483c96f083 100644
--- a/lib/content-services/src/lib/group/public-api.ts
+++ b/lib/content-services/src/lib/group/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/group/services/group.service.spec.ts b/lib/content-services/src/lib/group/services/group.service.spec.ts
index 04a3377656..7a76d003de 100644
--- a/lib/content-services/src/lib/group/services/group.service.spec.ts
+++ b/lib/content-services/src/lib/group/services/group.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/group/services/group.service.ts b/lib/content-services/src/lib/group/services/group.service.ts
index aaaa721594..a59fbf0e03 100644
--- a/lib/content-services/src/lib/group/services/group.service.ts
+++ b/lib/content-services/src/lib/group/services/group.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/infinite-scroll-datasource/index.ts b/lib/content-services/src/lib/infinite-scroll-datasource/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/infinite-scroll-datasource/index.ts
+++ b/lib/content-services/src/lib/infinite-scroll-datasource/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/infinite-scroll-datasource/infinite-scroll-datasource.spec.ts b/lib/content-services/src/lib/infinite-scroll-datasource/infinite-scroll-datasource.spec.ts
index 966dfa978b..ed72490752 100644
--- a/lib/content-services/src/lib/infinite-scroll-datasource/infinite-scroll-datasource.spec.ts
+++ b/lib/content-services/src/lib/infinite-scroll-datasource/infinite-scroll-datasource.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/infinite-scroll-datasource/infinite-scroll-datasource.ts b/lib/content-services/src/lib/infinite-scroll-datasource/infinite-scroll-datasource.ts
index 4283da15fd..b03622fb5b 100644
--- a/lib/content-services/src/lib/infinite-scroll-datasource/infinite-scroll-datasource.ts
+++ b/lib/content-services/src/lib/infinite-scroll-datasource/infinite-scroll-datasource.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/infinite-scroll-datasource/public-api.ts b/lib/content-services/src/lib/infinite-scroll-datasource/public-api.ts
index f11c57defb..515e6b0e23 100644
--- a/lib/content-services/src/lib/infinite-scroll-datasource/public-api.ts
+++ b/lib/content-services/src/lib/infinite-scroll-datasource/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/interfaces/base-card-view-content-update.interface.ts b/lib/content-services/src/lib/interfaces/base-card-view-content-update.interface.ts
index dafbf84543..b7b8653d8c 100644
--- a/lib/content-services/src/lib/interfaces/base-card-view-content-update.interface.ts
+++ b/lib/content-services/src/lib/interfaces/base-card-view-content-update.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/interfaces/index.ts b/lib/content-services/src/lib/interfaces/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/interfaces/index.ts
+++ b/lib/content-services/src/lib/interfaces/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/interfaces/library-entity.interface.ts b/lib/content-services/src/lib/interfaces/library-entity.interface.ts
index ad3fa043b8..f920c7af1d 100644
--- a/lib/content-services/src/lib/interfaces/library-entity.interface.ts
+++ b/lib/content-services/src/lib/interfaces/library-entity.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/interfaces/library-membership-error-event.interface.ts b/lib/content-services/src/lib/interfaces/library-membership-error-event.interface.ts
index 5183863a7b..bbe6a3c48e 100644
--- a/lib/content-services/src/lib/interfaces/library-membership-error-event.interface.ts
+++ b/lib/content-services/src/lib/interfaces/library-membership-error-event.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/interfaces/library-membership-toggle-event.interface.ts b/lib/content-services/src/lib/interfaces/library-membership-toggle-event.interface.ts
index 7bccdba62e..3a12182904 100644
--- a/lib/content-services/src/lib/interfaces/library-membership-toggle-event.interface.ts
+++ b/lib/content-services/src/lib/interfaces/library-membership-toggle-event.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/interfaces/node-allowable-operation-subject.interface.ts b/lib/content-services/src/lib/interfaces/node-allowable-operation-subject.interface.ts
index a2e660d0e4..75eb54be0e 100644
--- a/lib/content-services/src/lib/interfaces/node-allowable-operation-subject.interface.ts
+++ b/lib/content-services/src/lib/interfaces/node-allowable-operation-subject.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/interfaces/public-api.ts b/lib/content-services/src/lib/interfaces/public-api.ts
index 2477f3eb9a..09f3e81b9a 100644
--- a/lib/content-services/src/lib/interfaces/public-api.ts
+++ b/lib/content-services/src/lib/interfaces/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/interfaces/restore-message-model.interface.ts b/lib/content-services/src/lib/interfaces/restore-message-model.interface.ts
index 787e605241..48779d6bef 100644
--- a/lib/content-services/src/lib/interfaces/restore-message-model.interface.ts
+++ b/lib/content-services/src/lib/interfaces/restore-message-model.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/material.module.ts b/lib/content-services/src/lib/material.module.ts
index f266aac188..7899b3c888 100644
--- a/lib/content-services/src/lib/material.module.ts
+++ b/lib/content-services/src/lib/material.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/add-permission.component.mock.ts b/lib/content-services/src/lib/mock/add-permission.component.mock.ts
index 25523ca4ac..481d6bd561 100644
--- a/lib/content-services/src/lib/mock/add-permission.component.mock.ts
+++ b/lib/content-services/src/lib/mock/add-permission.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/content-model.mock.ts b/lib/content-services/src/lib/mock/content-model.mock.ts
index 1cb7046348..ec08841064 100644
--- a/lib/content-services/src/lib/mock/content-model.mock.ts
+++ b/lib/content-services/src/lib/mock/content-model.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/date-range-search-filter.mock.ts b/lib/content-services/src/lib/mock/date-range-search-filter.mock.ts
index 0482897e1a..47acf6ee7c 100644
--- a/lib/content-services/src/lib/mock/date-range-search-filter.mock.ts
+++ b/lib/content-services/src/lib/mock/date-range-search-filter.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/document-library.model.mock.ts b/lib/content-services/src/lib/mock/document-library.model.mock.ts
index 2f17a39f8e..79b45a894d 100644
--- a/lib/content-services/src/lib/mock/document-library.model.mock.ts
+++ b/lib/content-services/src/lib/mock/document-library.model.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/document-list.component.mock.ts b/lib/content-services/src/lib/mock/document-list.component.mock.ts
index 04e00daea2..aa799212b1 100644
--- a/lib/content-services/src/lib/mock/document-list.component.mock.ts
+++ b/lib/content-services/src/lib/mock/document-list.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/index.ts b/lib/content-services/src/lib/mock/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/mock/index.ts
+++ b/lib/content-services/src/lib/mock/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/inherited-permission.component.mock.ts b/lib/content-services/src/lib/mock/inherited-permission.component.mock.ts
index ce88243969..5cbefa40aa 100644
--- a/lib/content-services/src/lib/mock/inherited-permission.component.mock.ts
+++ b/lib/content-services/src/lib/mock/inherited-permission.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/new-version-uploader.service.mock.ts b/lib/content-services/src/lib/mock/new-version-uploader.service.mock.ts
index 5efa4c1f87..c98a4e1fe8 100644
--- a/lib/content-services/src/lib/mock/new-version-uploader.service.mock.ts
+++ b/lib/content-services/src/lib/mock/new-version-uploader.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/permission-list.component.mock.ts b/lib/content-services/src/lib/mock/permission-list.component.mock.ts
index d45c89b9aa..e420344423 100644
--- a/lib/content-services/src/lib/mock/permission-list.component.mock.ts
+++ b/lib/content-services/src/lib/mock/permission-list.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/public-api.ts b/lib/content-services/src/lib/mock/public-api.ts
index 5c8ae7df9c..741402f798 100644
--- a/lib/content-services/src/lib/mock/public-api.ts
+++ b/lib/content-services/src/lib/mock/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/search-filter-mock.ts b/lib/content-services/src/lib/mock/search-filter-mock.ts
index d16cbb9471..83bb9c689c 100644
--- a/lib/content-services/src/lib/mock/search-filter-mock.ts
+++ b/lib/content-services/src/lib/mock/search-filter-mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/search-query.mock.ts b/lib/content-services/src/lib/mock/search-query.mock.ts
index 0787968b4e..5d1943a21b 100644
--- a/lib/content-services/src/lib/mock/search-query.mock.ts
+++ b/lib/content-services/src/lib/mock/search-query.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/search.component.mock.ts b/lib/content-services/src/lib/mock/search.component.mock.ts
index 9eb0167e20..19e2cd6bc4 100644
--- a/lib/content-services/src/lib/mock/search.component.mock.ts
+++ b/lib/content-services/src/lib/mock/search.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/search.service.mock.ts b/lib/content-services/src/lib/mock/search.service.mock.ts
index 9e5bf1abd8..077161b1a3 100644
--- a/lib/content-services/src/lib/mock/search.service.mock.ts
+++ b/lib/content-services/src/lib/mock/search.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/sites-dropdown.component.mock.ts b/lib/content-services/src/lib/mock/sites-dropdown.component.mock.ts
index 5901fedafa..bf24e9e6e3 100644
--- a/lib/content-services/src/lib/mock/sites-dropdown.component.mock.ts
+++ b/lib/content-services/src/lib/mock/sites-dropdown.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/mock/upload.service.mock.ts b/lib/content-services/src/lib/mock/upload.service.mock.ts
index bbf58d68d1..b6743266e1 100644
--- a/lib/content-services/src/lib/mock/upload.service.mock.ts
+++ b/lib/content-services/src/lib/mock/upload.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/new-version-uploader/index.ts b/lib/content-services/src/lib/new-version-uploader/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/new-version-uploader/index.ts
+++ b/lib/content-services/src/lib/new-version-uploader/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/new-version-uploader/models/index.ts b/lib/content-services/src/lib/new-version-uploader/models/index.ts
index 17d1c017b5..a5324d7fd2 100644
--- a/lib/content-services/src/lib/new-version-uploader/models/index.ts
+++ b/lib/content-services/src/lib/new-version-uploader/models/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/new-version-uploader/models/new-version-uploader.model.ts b/lib/content-services/src/lib/new-version-uploader/models/new-version-uploader.model.ts
index e725a801be..ab89500a6b 100644
--- a/lib/content-services/src/lib/new-version-uploader/models/new-version-uploader.model.ts
+++ b/lib/content-services/src/lib/new-version-uploader/models/new-version-uploader.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.scss b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.scss
index 3c260bb7fe..fd90e4da4e 100644
--- a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.scss
+++ b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.scss
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.spec.ts b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.spec.ts
index f37a340fe2..5b45aa05de 100644
--- a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.spec.ts
+++ b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.ts b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.ts
index d1580d96cc..75133c57cc 100644
--- a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.ts
+++ b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.module.ts b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.module.ts
index 46d851b69a..757d1e6292 100644
--- a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.module.ts
+++ b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.service.spec.ts b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.service.spec.ts
index 698b1e68cc..bea1733292 100644
--- a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.service.spec.ts
+++ b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.service.ts b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.service.ts
index 226d8dae24..aa5ebfedf0 100644
--- a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.service.ts
+++ b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/new-version-uploader/public-api.ts b/lib/content-services/src/lib/new-version-uploader/public-api.ts
index cc7258281f..be19e306d6 100644
--- a/lib/content-services/src/lib/new-version-uploader/public-api.ts
+++ b/lib/content-services/src/lib/new-version-uploader/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/node-comments/index.ts b/lib/content-services/src/lib/node-comments/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/node-comments/index.ts
+++ b/lib/content-services/src/lib/node-comments/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/node-comments/mocks/node-comments.mock.ts b/lib/content-services/src/lib/node-comments/mocks/node-comments.mock.ts
index 14a2fdfb9a..168258cd84 100644
--- a/lib/content-services/src/lib/node-comments/mocks/node-comments.mock.ts
+++ b/lib/content-services/src/lib/node-comments/mocks/node-comments.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/node-comments/node-comments.component.ts b/lib/content-services/src/lib/node-comments/node-comments.component.ts
index 9630ab0a9e..4b3c4f875c 100644
--- a/lib/content-services/src/lib/node-comments/node-comments.component.ts
+++ b/lib/content-services/src/lib/node-comments/node-comments.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/node-comments/node-comments.module.ts b/lib/content-services/src/lib/node-comments/node-comments.module.ts
index ac41915953..ca4d5d1e9d 100644
--- a/lib/content-services/src/lib/node-comments/node-comments.module.ts
+++ b/lib/content-services/src/lib/node-comments/node-comments.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/node-comments/public-api.ts b/lib/content-services/src/lib/node-comments/public-api.ts
index 43df83a721..95b35cfc28 100644
--- a/lib/content-services/src/lib/node-comments/public-api.ts
+++ b/lib/content-services/src/lib/node-comments/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/node-comments/services/node-comments.service.spec.ts b/lib/content-services/src/lib/node-comments/services/node-comments.service.spec.ts
index 783a9ed3f2..9aed9ccdf3 100644
--- a/lib/content-services/src/lib/node-comments/services/node-comments.service.spec.ts
+++ b/lib/content-services/src/lib/node-comments/services/node-comments.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/node-comments/services/node-comments.service.ts b/lib/content-services/src/lib/node-comments/services/node-comments.service.ts
index 1055c513e0..3c2c6ac5df 100644
--- a/lib/content-services/src/lib/node-comments/services/node-comments.service.ts
+++ b/lib/content-services/src/lib/node-comments/services/node-comments.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog-data.interface.ts b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog-data.interface.ts
index 6e7fab1be0..f4ebbc31e7 100644
--- a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog-data.interface.ts
+++ b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog-data.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.spec.ts b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.spec.ts
index d0e6783d81..32f64ed039 100644
--- a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.ts b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.ts
index 3558f08093..20f05fb09f 100644
--- a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.ts
+++ b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.spec.ts b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.spec.ts
index cc36a8a994..d8fb8ff98b 100644
--- a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.ts b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.ts
index e98a4d73c3..be466fddb6 100644
--- a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.ts
+++ b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission.component.spec.ts b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission.component.spec.ts
index efff483dbb..0f6c234584 100644
--- a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission.component.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission.component.ts b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission.component.ts
index 54c2278090..b50a3fb107 100644
--- a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission.component.ts
+++ b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/search-config-permission.service.ts b/lib/content-services/src/lib/permission-manager/components/add-permission/search-config-permission.service.ts
index b3183c0624..558a699eb1 100644
--- a/lib/content-services/src/lib/permission-manager/components/add-permission/search-config-permission.service.ts
+++ b/lib/content-services/src/lib/permission-manager/components/add-permission/search-config-permission.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/inherited-button.directive.spec.ts b/lib/content-services/src/lib/permission-manager/components/inherited-button.directive.spec.ts
index 9343f4ef79..450d545821 100644
--- a/lib/content-services/src/lib/permission-manager/components/inherited-button.directive.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/components/inherited-button.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/inherited-button.directive.ts b/lib/content-services/src/lib/permission-manager/components/inherited-button.directive.ts
index 318e8cbbae..2cfa4cd87b 100644
--- a/lib/content-services/src/lib/permission-manager/components/inherited-button.directive.ts
+++ b/lib/content-services/src/lib/permission-manager/components/inherited-button.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/node-path-column/node-path-column.component.ts b/lib/content-services/src/lib/permission-manager/components/node-path-column/node-path-column.component.ts
index 66401e6e46..bbf373acac 100644
--- a/lib/content-services/src/lib/permission-manager/components/node-path-column/node-path-column.component.ts
+++ b/lib/content-services/src/lib/permission-manager/components/node-path-column/node-path-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/permission-container/permission-container.component.spec.ts b/lib/content-services/src/lib/permission-manager/components/permission-container/permission-container.component.spec.ts
index b857cc8357..f43334b9ea 100644
--- a/lib/content-services/src/lib/permission-manager/components/permission-container/permission-container.component.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/components/permission-container/permission-container.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/permission-container/permission-container.component.ts b/lib/content-services/src/lib/permission-manager/components/permission-container/permission-container.component.ts
index 55c938dd62..c2694fecbf 100644
--- a/lib/content-services/src/lib/permission-manager/components/permission-container/permission-container.component.ts
+++ b/lib/content-services/src/lib/permission-manager/components/permission-container/permission-container.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.spec.ts b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.spec.ts
index 3c42fb645f..469798d70f 100644
--- a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.ts b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.ts
index 21224954b2..39679d66f4 100644
--- a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.ts
+++ b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.service.spec.ts b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.service.spec.ts
index 89a5233157..04a73821e3 100644
--- a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.service.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.service.ts b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.service.ts
index 7fbd0ca1aa..36b2a1e7f8 100644
--- a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.service.ts
+++ b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/pop-over.directive.spec.ts b/lib/content-services/src/lib/permission-manager/components/pop-over.directive.spec.ts
index f1e7eae088..b9f1bbf01b 100644
--- a/lib/content-services/src/lib/permission-manager/components/pop-over.directive.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/components/pop-over.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/pop-over.directive.ts b/lib/content-services/src/lib/permission-manager/components/pop-over.directive.ts
index 89c4276167..141020a7dd 100644
--- a/lib/content-services/src/lib/permission-manager/components/pop-over.directive.ts
+++ b/lib/content-services/src/lib/permission-manager/components/pop-over.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/user-icon-column/user-icon-column.component.spec.ts b/lib/content-services/src/lib/permission-manager/components/user-icon-column/user-icon-column.component.spec.ts
index 8d895d8574..ac09cd5412 100644
--- a/lib/content-services/src/lib/permission-manager/components/user-icon-column/user-icon-column.component.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/components/user-icon-column/user-icon-column.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/user-icon-column/user-icon-column.component.ts b/lib/content-services/src/lib/permission-manager/components/user-icon-column/user-icon-column.component.ts
index ef605f717f..af85e39785 100644
--- a/lib/content-services/src/lib/permission-manager/components/user-icon-column/user-icon-column.component.ts
+++ b/lib/content-services/src/lib/permission-manager/components/user-icon-column/user-icon-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/user-name-column/user-name-column.component.spec.ts b/lib/content-services/src/lib/permission-manager/components/user-name-column/user-name-column.component.spec.ts
index fe64e7ec6a..6499936e08 100644
--- a/lib/content-services/src/lib/permission-manager/components/user-name-column/user-name-column.component.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/components/user-name-column/user-name-column.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/user-name-column/user-name-column.component.ts b/lib/content-services/src/lib/permission-manager/components/user-name-column/user-name-column.component.ts
index b025661679..d1cb500424 100644
--- a/lib/content-services/src/lib/permission-manager/components/user-name-column/user-name-column.component.ts
+++ b/lib/content-services/src/lib/permission-manager/components/user-name-column/user-name-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/components/user-role-column/user-role-column.component.ts b/lib/content-services/src/lib/permission-manager/components/user-role-column/user-role-column.component.ts
index 600dd90420..7785184397 100644
--- a/lib/content-services/src/lib/permission-manager/components/user-role-column/user-role-column.component.ts
+++ b/lib/content-services/src/lib/permission-manager/components/user-role-column/user-role-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/index.ts b/lib/content-services/src/lib/permission-manager/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/permission-manager/index.ts
+++ b/lib/content-services/src/lib/permission-manager/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/models/member.model.ts b/lib/content-services/src/lib/permission-manager/models/member.model.ts
index 8a453b09ad..68a4a38306 100644
--- a/lib/content-services/src/lib/permission-manager/models/member.model.ts
+++ b/lib/content-services/src/lib/permission-manager/models/member.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/models/permission.model.ts b/lib/content-services/src/lib/permission-manager/models/permission.model.ts
index 14ac91ee54..9d0d44478e 100644
--- a/lib/content-services/src/lib/permission-manager/models/permission.model.ts
+++ b/lib/content-services/src/lib/permission-manager/models/permission.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/models/role.model.ts b/lib/content-services/src/lib/permission-manager/models/role.model.ts
index eea120db87..fb616ca4dc 100644
--- a/lib/content-services/src/lib/permission-manager/models/role.model.ts
+++ b/lib/content-services/src/lib/permission-manager/models/role.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/permission-manager.module.ts b/lib/content-services/src/lib/permission-manager/permission-manager.module.ts
index 9633fd7226..1e3980f4bd 100644
--- a/lib/content-services/src/lib/permission-manager/permission-manager.module.ts
+++ b/lib/content-services/src/lib/permission-manager/permission-manager.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/public-api.ts b/lib/content-services/src/lib/permission-manager/public-api.ts
index 940687f9f2..0710e7ab75 100644
--- a/lib/content-services/src/lib/permission-manager/public-api.ts
+++ b/lib/content-services/src/lib/permission-manager/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/services/node-permission-dialog.service.spec.ts b/lib/content-services/src/lib/permission-manager/services/node-permission-dialog.service.spec.ts
index 70e81f5d40..fbedf8baa5 100644
--- a/lib/content-services/src/lib/permission-manager/services/node-permission-dialog.service.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/services/node-permission-dialog.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/services/node-permission-dialog.service.ts b/lib/content-services/src/lib/permission-manager/services/node-permission-dialog.service.ts
index 6d0ef138e2..f489fd82a1 100644
--- a/lib/content-services/src/lib/permission-manager/services/node-permission-dialog.service.ts
+++ b/lib/content-services/src/lib/permission-manager/services/node-permission-dialog.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/services/node-permission.service.spec.ts b/lib/content-services/src/lib/permission-manager/services/node-permission.service.spec.ts
index 527cf01759..b9df9584db 100644
--- a/lib/content-services/src/lib/permission-manager/services/node-permission.service.spec.ts
+++ b/lib/content-services/src/lib/permission-manager/services/node-permission.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/permission-manager/services/node-permission.service.ts b/lib/content-services/src/lib/permission-manager/services/node-permission.service.ts
index 8421bc8bb5..7cb3046ba6 100644
--- a/lib/content-services/src/lib/permission-manager/services/node-permission.service.ts
+++ b/lib/content-services/src/lib/permission-manager/services/node-permission.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/pipes/content-pipe.module.ts b/lib/content-services/src/lib/pipes/content-pipe.module.ts
index 2154b4e3b8..806f94786a 100644
--- a/lib/content-services/src/lib/pipes/content-pipe.module.ts
+++ b/lib/content-services/src/lib/pipes/content-pipe.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/pipes/index.ts b/lib/content-services/src/lib/pipes/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/pipes/index.ts
+++ b/lib/content-services/src/lib/pipes/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/pipes/is-included.pipe.spec.ts b/lib/content-services/src/lib/pipes/is-included.pipe.spec.ts
index 73cd2ca87f..dfd34ea125 100644
--- a/lib/content-services/src/lib/pipes/is-included.pipe.spec.ts
+++ b/lib/content-services/src/lib/pipes/is-included.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/pipes/is-included.pipe.ts b/lib/content-services/src/lib/pipes/is-included.pipe.ts
index cd25b43374..3c73cadf3d 100644
--- a/lib/content-services/src/lib/pipes/is-included.pipe.ts
+++ b/lib/content-services/src/lib/pipes/is-included.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/pipes/node-name-tooltip.pipe.spec.ts b/lib/content-services/src/lib/pipes/node-name-tooltip.pipe.spec.ts
index e960a2de86..aae3f6db0c 100644
--- a/lib/content-services/src/lib/pipes/node-name-tooltip.pipe.spec.ts
+++ b/lib/content-services/src/lib/pipes/node-name-tooltip.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/pipes/node-name-tooltip.pipe.ts b/lib/content-services/src/lib/pipes/node-name-tooltip.pipe.ts
index d634cc8183..b3bd578b26 100644
--- a/lib/content-services/src/lib/pipes/node-name-tooltip.pipe.ts
+++ b/lib/content-services/src/lib/pipes/node-name-tooltip.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/pipes/public-api.ts b/lib/content-services/src/lib/pipes/public-api.ts
index 9cb65d79eb..14cad1728b 100644
--- a/lib/content-services/src/lib/pipes/public-api.ts
+++ b/lib/content-services/src/lib/pipes/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/pipes/tab-labels.pipe.spec.ts b/lib/content-services/src/lib/pipes/tab-labels.pipe.spec.ts
index a79f24b460..139edb8789 100644
--- a/lib/content-services/src/lib/pipes/tab-labels.pipe.spec.ts
+++ b/lib/content-services/src/lib/pipes/tab-labels.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/pipes/tab-labels.pipe.ts b/lib/content-services/src/lib/pipes/tab-labels.pipe.ts
index 7b84eb98c2..fd5989d1ca 100644
--- a/lib/content-services/src/lib/pipes/tab-labels.pipe.ts
+++ b/lib/content-services/src/lib/pipes/tab-labels.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/empty-search-result.component.ts b/lib/content-services/src/lib/search/components/empty-search-result.component.ts
index 7b2a98d912..1e0316c1d3 100644
--- a/lib/content-services/src/lib/search/components/empty-search-result.component.ts
+++ b/lib/content-services/src/lib/search/components/empty-search-result.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/index.ts b/lib/content-services/src/lib/search/components/index.ts
index 434f20bca1..2ca787670e 100644
--- a/lib/content-services/src/lib/search/components/index.ts
+++ b/lib/content-services/src/lib/search/components/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/reset-search.directive.spec.ts b/lib/content-services/src/lib/search/components/reset-search.directive.spec.ts
index 4fc2685922..8a9a8f6ffd 100644
--- a/lib/content-services/src/lib/search/components/reset-search.directive.spec.ts
+++ b/lib/content-services/src/lib/search/components/reset-search.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/reset-search.directive.ts b/lib/content-services/src/lib/search/components/reset-search.directive.ts
index 59f507ddb4..e17cf36e89 100644
--- a/lib/content-services/src/lib/search/components/reset-search.directive.ts
+++ b/lib/content-services/src/lib/search/components/reset-search.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-check-list/index.ts b/lib/content-services/src/lib/search/components/search-check-list/index.ts
index 170590c20a..81c2127ccb 100644
--- a/lib/content-services/src/lib/search/components/search-check-list/index.ts
+++ b/lib/content-services/src/lib/search/components/search-check-list/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-check-list/search-check-list.component.spec.ts b/lib/content-services/src/lib/search/components/search-check-list/search-check-list.component.spec.ts
index 76559b8105..2ca1ae65c9 100644
--- a/lib/content-services/src/lib/search/components/search-check-list/search-check-list.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-check-list/search-check-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-check-list/search-check-list.component.ts b/lib/content-services/src/lib/search/components/search-check-list/search-check-list.component.ts
index 7a4516e520..8a1f7067df 100644
--- a/lib/content-services/src/lib/search/components/search-check-list/search-check-list.component.ts
+++ b/lib/content-services/src/lib/search/components/search-check-list/search-check-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/index.ts b/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/index.ts
index 4cc3e473a1..b4d8e16233 100644
--- a/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/index.ts
+++ b/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.spec.ts b/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.spec.ts
index 1eb317d865..c66830ce25 100644
--- a/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.ts b/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.ts
index 6098b3ef73..df7f95df42 100644
--- a/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.ts
+++ b/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.spec.ts b/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.spec.ts
index 4db5707a3b..75d762d4da 100644
--- a/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.ts b/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.ts
index b4c345260c..d22fb35177 100644
--- a/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.ts
+++ b/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-control.component.spec.ts b/lib/content-services/src/lib/search/components/search-control.component.spec.ts
index 5ad6a7ab64..494001595f 100644
--- a/lib/content-services/src/lib/search/components/search-control.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-control.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-control.component.ts b/lib/content-services/src/lib/search/components/search-control.component.ts
index 8556b3dce4..769626de7a 100644
--- a/lib/content-services/src/lib/search/components/search-control.component.ts
+++ b/lib/content-services/src/lib/search/components/search-control.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-date-range-tabbed/index.ts b/lib/content-services/src/lib/search/components/search-date-range-tabbed/index.ts
index b8f97e9d9a..7fd5f2989f 100644
--- a/lib/content-services/src/lib/search/components/search-date-range-tabbed/index.ts
+++ b/lib/content-services/src/lib/search/components/search-date-range-tabbed/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.spec.ts b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.spec.ts
index 0664537b3a..84f789d08d 100644
--- a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.ts b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.ts
index 8d8c108885..9698ae21bc 100644
--- a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.ts
+++ b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/date-range-type.ts b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/date-range-type.ts
index 4f01c957e4..c42455a179 100644
--- a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/date-range-type.ts
+++ b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/date-range-type.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/in-last-date-type.ts b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/in-last-date-type.ts
index ab947414e7..904627d26f 100644
--- a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/in-last-date-type.ts
+++ b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/in-last-date-type.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.spec.ts b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.spec.ts
index aba8739e91..f50781f5de 100644
--- a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.ts b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.ts
index e5a0ad85b3..2a2ce4e23b 100644
--- a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.ts
+++ b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.ts b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.ts
index f26ad9fb32..5fd82dfc9a 100644
--- a/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.ts
+++ b/lib/content-services/src/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-datetime-range/index.ts b/lib/content-services/src/lib/search/components/search-datetime-range/index.ts
index 1b457c986f..a9b3b2301b 100644
--- a/lib/content-services/src/lib/search/components/search-datetime-range/index.ts
+++ b/lib/content-services/src/lib/search/components/search-datetime-range/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-datetime-range/search-datetime-range.component.spec.ts b/lib/content-services/src/lib/search/components/search-datetime-range/search-datetime-range.component.spec.ts
index a494e26f0b..012c7bd93b 100644
--- a/lib/content-services/src/lib/search/components/search-datetime-range/search-datetime-range.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-datetime-range/search-datetime-range.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-datetime-range/search-datetime-range.component.ts b/lib/content-services/src/lib/search/components/search-datetime-range/search-datetime-range.component.ts
index 840f80538b..ba7259f192 100644
--- a/lib/content-services/src/lib/search/components/search-datetime-range/search-datetime-range.component.ts
+++ b/lib/content-services/src/lib/search/components/search-datetime-range/search-datetime-range.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-facet-field/index.ts b/lib/content-services/src/lib/search/components/search-facet-field/index.ts
index 289cf873ac..493549324e 100644
--- a/lib/content-services/src/lib/search/components/search-facet-field/index.ts
+++ b/lib/content-services/src/lib/search/components/search-facet-field/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.spec.ts b/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.spec.ts
index 91d146a240..2b08256abe 100644
--- a/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.ts b/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.ts
index f914775cb6..94c9b278e3 100644
--- a/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.ts
+++ b/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/index.ts b/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/index.ts
index fbe30bf7bf..12769cf20f 100644
--- a/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/index.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/search-filter-autocomplete-chips.component.spec.ts b/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/search-filter-autocomplete-chips.component.spec.ts
index 9e6f249e99..da6c71d9b1 100644
--- a/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/search-filter-autocomplete-chips.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/search-filter-autocomplete-chips.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/search-filter-autocomplete-chips.component.ts b/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/search-filter-autocomplete-chips.component.ts
index 7b41ec6474..03e81d4ef1 100644
--- a/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/search-filter-autocomplete-chips.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-autocomplete-chips/search-filter-autocomplete-chips.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/index.ts b/lib/content-services/src/lib/search/components/search-filter-chips/index.ts
index 19d733ef34..c35475960d 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/index.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.spec.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.spec.ts
index 81efc85bd1..0bec9d2ea6 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.ts
index 2e0829c686..4a9e1aca66 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-tabbed-content.component.spec.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-tabbed-content.component.spec.ts
index 358d7620c5..ca751a8e78 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-tabbed-content.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-tabbed-content.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-tabbed-content.component.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-tabbed-content.component.ts
index 520a51af00..6d7b75c6d4 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-tabbed-content.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-tabbed-content.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.spec.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.spec.ts
index 5a73ac2a75..889b3f5f49 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.ts
index d338da44ed..ccf83361d5 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-chips.component.spec.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-chips.component.spec.ts
index 5c014073df..b81cd72fdf 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-chips.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-chips.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-chips.component.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-chips.component.ts
index 17f11f6449..6fc6ad58a6 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-chips.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-chips.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-menu-card/search-filter-menu-card.component.spec.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-menu-card/search-filter-menu-card.component.spec.ts
index 0c616034a4..fcf4ebc42b 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-menu-card/search-filter-menu-card.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-menu-card/search-filter-menu-card.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-menu-card/search-filter-menu-card.component.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-menu-card/search-filter-menu-card.component.ts
index 32c520ff7e..493b9cd921 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-menu-card/search-filter-menu-card.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-filter-menu-card/search-filter-menu-card.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-widget-chip/search-widget-chip.component.spec.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-widget-chip/search-widget-chip.component.spec.ts
index 0326568862..a320ccafd1 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-widget-chip/search-widget-chip.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-widget-chip/search-widget-chip.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-chips/search-widget-chip/search-widget-chip.component.ts b/lib/content-services/src/lib/search/components/search-filter-chips/search-widget-chip/search-widget-chip.component.ts
index 4ff847a753..8a85239d83 100644
--- a/lib/content-services/src/lib/search/components/search-filter-chips/search-widget-chip/search-widget-chip.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-chips/search-widget-chip/search-widget-chip.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-container/index.ts b/lib/content-services/src/lib/search/components/search-filter-container/index.ts
index b3b81d3cba..7aff4f93fe 100644
--- a/lib/content-services/src/lib/search/components/search-filter-container/index.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-container/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-container/search-filter-container.component.spec.ts b/lib/content-services/src/lib/search/components/search-filter-container/search-filter-container.component.spec.ts
index 40892c546b..3e0ac60e3f 100644
--- a/lib/content-services/src/lib/search/components/search-filter-container/search-filter-container.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-container/search-filter-container.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-container/search-filter-container.component.ts b/lib/content-services/src/lib/search/components/search-filter-container/search-filter-container.component.ts
index 93441b1711..c819fb6d04 100644
--- a/lib/content-services/src/lib/search/components/search-filter-container/search-filter-container.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-container/search-filter-container.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-tabbed/index.ts b/lib/content-services/src/lib/search/components/search-filter-tabbed/index.ts
index 7c7eccb2de..da456a7e33 100644
--- a/lib/content-services/src/lib/search/components/search-filter-tabbed/index.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-tabbed/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-tabbed/search-filter-tab.directive.ts b/lib/content-services/src/lib/search/components/search-filter-tabbed/search-filter-tab.directive.ts
index 6e074c8ae3..6b362d277f 100644
--- a/lib/content-services/src/lib/search/components/search-filter-tabbed/search-filter-tab.directive.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-tabbed/search-filter-tab.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter-tabbed/search-filter-tabbed.component.ts b/lib/content-services/src/lib/search/components/search-filter-tabbed/search-filter-tabbed.component.ts
index 8d4c76516f..bf72706bef 100644
--- a/lib/content-services/src/lib/search/components/search-filter-tabbed/search-filter-tabbed.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter-tabbed/search-filter-tabbed.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter/index.ts b/lib/content-services/src/lib/search/components/search-filter/index.ts
index 76b5b007b0..87db6249b9 100644
--- a/lib/content-services/src/lib/search/components/search-filter/index.ts
+++ b/lib/content-services/src/lib/search/components/search-filter/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter/search-filter-card/search-filter-card.component.spec.ts b/lib/content-services/src/lib/search/components/search-filter/search-filter-card/search-filter-card.component.spec.ts
index 797c7cbc12..b3556e703b 100644
--- a/lib/content-services/src/lib/search/components/search-filter/search-filter-card/search-filter-card.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-filter/search-filter-card/search-filter-card.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter/search-filter-card/search-filter-card.component.ts b/lib/content-services/src/lib/search/components/search-filter/search-filter-card/search-filter-card.component.ts
index 044e08cd49..98c12bd47a 100644
--- a/lib/content-services/src/lib/search/components/search-filter/search-filter-card/search-filter-card.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter/search-filter-card/search-filter-card.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter/search-filter.component.spec.ts b/lib/content-services/src/lib/search/components/search-filter/search-filter.component.spec.ts
index d124bb5a12..e06744a253 100644
--- a/lib/content-services/src/lib/search/components/search-filter/search-filter.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-filter/search-filter.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-filter/search-filter.component.ts b/lib/content-services/src/lib/search/components/search-filter/search-filter.component.ts
index 9383fa75d0..425381a417 100644
--- a/lib/content-services/src/lib/search/components/search-filter/search-filter.component.ts
+++ b/lib/content-services/src/lib/search/components/search-filter/search-filter.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-form/index.ts b/lib/content-services/src/lib/search/components/search-form/index.ts
index ee5fc0908e..e7cfb3a972 100644
--- a/lib/content-services/src/lib/search/components/search-form/index.ts
+++ b/lib/content-services/src/lib/search/components/search-form/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-form/search-form.component.spec.ts b/lib/content-services/src/lib/search/components/search-form/search-form.component.spec.ts
index ff2fc3111c..8a724d2bed 100644
--- a/lib/content-services/src/lib/search/components/search-form/search-form.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-form/search-form.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-form/search-form.component.ts b/lib/content-services/src/lib/search/components/search-form/search-form.component.ts
index 83f59b690e..ffc16136eb 100644
--- a/lib/content-services/src/lib/search/components/search-form/search-form.component.ts
+++ b/lib/content-services/src/lib/search/components/search-form/search-form.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-input/index.ts b/lib/content-services/src/lib/search/components/search-input/index.ts
index 2a3afd0bb7..6bf67f0c9c 100644
--- a/lib/content-services/src/lib/search/components/search-input/index.ts
+++ b/lib/content-services/src/lib/search/components/search-input/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-input/search-input.component.spec.ts b/lib/content-services/src/lib/search/components/search-input/search-input.component.spec.ts
index 0b4fe5094c..02213e711c 100644
--- a/lib/content-services/src/lib/search/components/search-input/search-input.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-input/search-input.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-input/search-input.component.ts b/lib/content-services/src/lib/search/components/search-input/search-input.component.ts
index 34c84070de..bfd91d1a97 100644
--- a/lib/content-services/src/lib/search/components/search-input/search-input.component.ts
+++ b/lib/content-services/src/lib/search/components/search-input/search-input.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-logical-filter/index.ts b/lib/content-services/src/lib/search/components/search-logical-filter/index.ts
index b05f77da05..55ee87213a 100644
--- a/lib/content-services/src/lib/search/components/search-logical-filter/index.ts
+++ b/lib/content-services/src/lib/search/components/search-logical-filter/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-logical-filter/search-logical-filter.component.spec.ts b/lib/content-services/src/lib/search/components/search-logical-filter/search-logical-filter.component.spec.ts
index ebbfe851c1..ab9fd4b24d 100644
--- a/lib/content-services/src/lib/search/components/search-logical-filter/search-logical-filter.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-logical-filter/search-logical-filter.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-logical-filter/search-logical-filter.component.ts b/lib/content-services/src/lib/search/components/search-logical-filter/search-logical-filter.component.ts
index 0c66b1be82..9ed3b01efa 100644
--- a/lib/content-services/src/lib/search/components/search-logical-filter/search-logical-filter.component.ts
+++ b/lib/content-services/src/lib/search/components/search-logical-filter/search-logical-filter.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-number-range/index.ts b/lib/content-services/src/lib/search/components/search-number-range/index.ts
index af0f1b5cdd..1b423cd230 100644
--- a/lib/content-services/src/lib/search/components/search-number-range/index.ts
+++ b/lib/content-services/src/lib/search/components/search-number-range/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-number-range/search-number-range.component.spec.ts b/lib/content-services/src/lib/search/components/search-number-range/search-number-range.component.spec.ts
index a551a55932..06fce1f9af 100644
--- a/lib/content-services/src/lib/search/components/search-number-range/search-number-range.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-number-range/search-number-range.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-number-range/search-number-range.component.ts b/lib/content-services/src/lib/search/components/search-number-range/search-number-range.component.ts
index 6a842b875b..b086120c5a 100644
--- a/lib/content-services/src/lib/search/components/search-number-range/search-number-range.component.ts
+++ b/lib/content-services/src/lib/search/components/search-number-range/search-number-range.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-panel/index.ts b/lib/content-services/src/lib/search/components/search-panel/index.ts
index b1de1dbd90..8570ec34b2 100644
--- a/lib/content-services/src/lib/search/components/search-panel/index.ts
+++ b/lib/content-services/src/lib/search/components/search-panel/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-panel/search-panel.component.spec.ts b/lib/content-services/src/lib/search/components/search-panel/search-panel.component.spec.ts
index 4228fa01a7..1521e8cd1c 100644
--- a/lib/content-services/src/lib/search/components/search-panel/search-panel.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-panel/search-panel.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-panel/search-panel.component.ts b/lib/content-services/src/lib/search/components/search-panel/search-panel.component.ts
index 71a0ad27fb..a701e83fd4 100644
--- a/lib/content-services/src/lib/search/components/search-panel/search-panel.component.ts
+++ b/lib/content-services/src/lib/search/components/search-panel/search-panel.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-properties/file-size-condition.ts b/lib/content-services/src/lib/search/components/search-properties/file-size-condition.ts
index 73192ca2fe..9c1c335586 100644
--- a/lib/content-services/src/lib/search/components/search-properties/file-size-condition.ts
+++ b/lib/content-services/src/lib/search/components/search-properties/file-size-condition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-properties/file-size-operator.enum.ts b/lib/content-services/src/lib/search/components/search-properties/file-size-operator.enum.ts
index 04502e1c5c..5d19ab8696 100644
--- a/lib/content-services/src/lib/search/components/search-properties/file-size-operator.enum.ts
+++ b/lib/content-services/src/lib/search/components/search-properties/file-size-operator.enum.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-properties/file-size-unit.enum.ts b/lib/content-services/src/lib/search/components/search-properties/file-size-unit.enum.ts
index 68743609ef..aacd5d21f7 100644
--- a/lib/content-services/src/lib/search/components/search-properties/file-size-unit.enum.ts
+++ b/lib/content-services/src/lib/search/components/search-properties/file-size-unit.enum.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-properties/index.ts b/lib/content-services/src/lib/search/components/search-properties/index.ts
index 5ee1b02699..8276ac8aae 100644
--- a/lib/content-services/src/lib/search/components/search-properties/index.ts
+++ b/lib/content-services/src/lib/search/components/search-properties/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-properties/search-properties.component.spec.ts b/lib/content-services/src/lib/search/components/search-properties/search-properties.component.spec.ts
index 3b943c76c0..923a1d46fd 100644
--- a/lib/content-services/src/lib/search/components/search-properties/search-properties.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-properties/search-properties.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-properties/search-properties.component.ts b/lib/content-services/src/lib/search/components/search-properties/search-properties.component.ts
index 97c6632d3b..cb58a9a747 100644
--- a/lib/content-services/src/lib/search/components/search-properties/search-properties.component.ts
+++ b/lib/content-services/src/lib/search/components/search-properties/search-properties.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-properties/search-properties.ts b/lib/content-services/src/lib/search/components/search-properties/search-properties.ts
index 2d4543d500..fdcc6442d4 100644
--- a/lib/content-services/src/lib/search/components/search-properties/search-properties.ts
+++ b/lib/content-services/src/lib/search/components/search-properties/search-properties.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-radio/index.ts b/lib/content-services/src/lib/search/components/search-radio/index.ts
index 207530a04f..78be6b3681 100644
--- a/lib/content-services/src/lib/search/components/search-radio/index.ts
+++ b/lib/content-services/src/lib/search/components/search-radio/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-radio/search-radio.component.spec.ts b/lib/content-services/src/lib/search/components/search-radio/search-radio.component.spec.ts
index 65c18b766c..6626386a0c 100644
--- a/lib/content-services/src/lib/search/components/search-radio/search-radio.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-radio/search-radio.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-radio/search-radio.component.ts b/lib/content-services/src/lib/search/components/search-radio/search-radio.component.ts
index 2c33ce8580..15f6dcd0c9 100644
--- a/lib/content-services/src/lib/search/components/search-radio/search-radio.component.ts
+++ b/lib/content-services/src/lib/search/components/search-radio/search-radio.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-slider/index.ts b/lib/content-services/src/lib/search/components/search-slider/index.ts
index a81ab81650..a94a032ede 100644
--- a/lib/content-services/src/lib/search/components/search-slider/index.ts
+++ b/lib/content-services/src/lib/search/components/search-slider/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-slider/search-slider.component.spec.ts b/lib/content-services/src/lib/search/components/search-slider/search-slider.component.spec.ts
index a77da23bcd..483fc56d63 100644
--- a/lib/content-services/src/lib/search/components/search-slider/search-slider.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-slider/search-slider.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-slider/search-slider.component.ts b/lib/content-services/src/lib/search/components/search-slider/search-slider.component.ts
index 1cc141a8bc..26085e05a8 100644
--- a/lib/content-services/src/lib/search/components/search-slider/search-slider.component.ts
+++ b/lib/content-services/src/lib/search/components/search-slider/search-slider.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-sorting-picker/index.ts b/lib/content-services/src/lib/search/components/search-sorting-picker/index.ts
index 6c323950dd..9f2f6a9247 100644
--- a/lib/content-services/src/lib/search/components/search-sorting-picker/index.ts
+++ b/lib/content-services/src/lib/search/components/search-sorting-picker/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-sorting-picker/search-sorting-picker.component.spec.ts b/lib/content-services/src/lib/search/components/search-sorting-picker/search-sorting-picker.component.spec.ts
index bb317b7612..ccd71a827a 100644
--- a/lib/content-services/src/lib/search/components/search-sorting-picker/search-sorting-picker.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-sorting-picker/search-sorting-picker.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-sorting-picker/search-sorting-picker.component.ts b/lib/content-services/src/lib/search/components/search-sorting-picker/search-sorting-picker.component.ts
index 00fac79936..e99ce18641 100644
--- a/lib/content-services/src/lib/search/components/search-sorting-picker/search-sorting-picker.component.ts
+++ b/lib/content-services/src/lib/search/components/search-sorting-picker/search-sorting-picker.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-text/index.ts b/lib/content-services/src/lib/search/components/search-text/index.ts
index 5e59ec92b9..2e22ee01a3 100644
--- a/lib/content-services/src/lib/search/components/search-text/index.ts
+++ b/lib/content-services/src/lib/search/components/search-text/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-text/search-text.component.spec.ts b/lib/content-services/src/lib/search/components/search-text/search-text.component.spec.ts
index 0780984297..24d5cfdbf1 100644
--- a/lib/content-services/src/lib/search/components/search-text/search-text.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search-text/search-text.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-text/search-text.component.ts b/lib/content-services/src/lib/search/components/search-text/search-text.component.ts
index c257c26deb..e612da05e1 100644
--- a/lib/content-services/src/lib/search/components/search-text/search-text.component.ts
+++ b/lib/content-services/src/lib/search/components/search-text/search-text.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-widget-container/index.ts b/lib/content-services/src/lib/search/components/search-widget-container/index.ts
index 462460a270..861f0d7a31 100644
--- a/lib/content-services/src/lib/search/components/search-widget-container/index.ts
+++ b/lib/content-services/src/lib/search/components/search-widget-container/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search-widget-container/search-widget-container.component.ts b/lib/content-services/src/lib/search/components/search-widget-container/search-widget-container.component.ts
index 842489ea67..3e9293971a 100644
--- a/lib/content-services/src/lib/search/components/search-widget-container/search-widget-container.component.ts
+++ b/lib/content-services/src/lib/search/components/search-widget-container/search-widget-container.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search.component.spec.ts b/lib/content-services/src/lib/search/components/search.component.spec.ts
index 1beb8d81f3..8e8a3e3afd 100644
--- a/lib/content-services/src/lib/search/components/search.component.spec.ts
+++ b/lib/content-services/src/lib/search/components/search.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/components/search.component.ts b/lib/content-services/src/lib/search/components/search.component.ts
index 815d9ea508..dd068faef3 100644
--- a/lib/content-services/src/lib/search/components/search.component.ts
+++ b/lib/content-services/src/lib/search/components/search.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/forms/index.ts b/lib/content-services/src/lib/search/forms/index.ts
index 949a09219f..0b826dae31 100644
--- a/lib/content-services/src/lib/search/forms/index.ts
+++ b/lib/content-services/src/lib/search/forms/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/forms/live-error-state-matcher.ts b/lib/content-services/src/lib/search/forms/live-error-state-matcher.ts
index d961f3b8af..693829dc3a 100644
--- a/lib/content-services/src/lib/search/forms/live-error-state-matcher.ts
+++ b/lib/content-services/src/lib/search/forms/live-error-state-matcher.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/forms/search-term-validator.spec.ts b/lib/content-services/src/lib/search/forms/search-term-validator.spec.ts
index 6a56b96e1c..840b0fb305 100644
--- a/lib/content-services/src/lib/search/forms/search-term-validator.spec.ts
+++ b/lib/content-services/src/lib/search/forms/search-term-validator.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/forms/search-term-validator.ts b/lib/content-services/src/lib/search/forms/search-term-validator.ts
index 9e97781879..b55ffe2ff5 100644
--- a/lib/content-services/src/lib/search/forms/search-term-validator.ts
+++ b/lib/content-services/src/lib/search/forms/search-term-validator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/index.ts b/lib/content-services/src/lib/search/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/search/index.ts
+++ b/lib/content-services/src/lib/search/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/mocks/index.ts b/lib/content-services/src/lib/search/mocks/index.ts
index 4553f86b62..e4c35731b7 100644
--- a/lib/content-services/src/lib/search/mocks/index.ts
+++ b/lib/content-services/src/lib/search/mocks/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/mocks/search.service.mock.ts b/lib/content-services/src/lib/search/mocks/search.service.mock.ts
index af57ac86a7..40794d091b 100644
--- a/lib/content-services/src/lib/search/mocks/search.service.mock.ts
+++ b/lib/content-services/src/lib/search/mocks/search.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/autocomplete-option.interface.ts b/lib/content-services/src/lib/search/models/autocomplete-option.interface.ts
index 8171ebb152..c453f1ef54 100644
--- a/lib/content-services/src/lib/search/models/autocomplete-option.interface.ts
+++ b/lib/content-services/src/lib/search/models/autocomplete-option.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/facet-field-bucket.interface.ts b/lib/content-services/src/lib/search/models/facet-field-bucket.interface.ts
index 027a969b37..a32d49fa25 100644
--- a/lib/content-services/src/lib/search/models/facet-field-bucket.interface.ts
+++ b/lib/content-services/src/lib/search/models/facet-field-bucket.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/facet-field.interface.ts b/lib/content-services/src/lib/search/models/facet-field.interface.ts
index 1fb9b98d4f..f46cc9c270 100644
--- a/lib/content-services/src/lib/search/models/facet-field.interface.ts
+++ b/lib/content-services/src/lib/search/models/facet-field.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/facet-query.interface.ts b/lib/content-services/src/lib/search/models/facet-query.interface.ts
index 7300a4e230..77871301f9 100644
--- a/lib/content-services/src/lib/search/models/facet-query.interface.ts
+++ b/lib/content-services/src/lib/search/models/facet-query.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/facet-widget.interface.ts b/lib/content-services/src/lib/search/models/facet-widget.interface.ts
index ff14f22e06..7f5e24a80c 100644
--- a/lib/content-services/src/lib/search/models/facet-widget.interface.ts
+++ b/lib/content-services/src/lib/search/models/facet-widget.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/filter-query.interface.ts b/lib/content-services/src/lib/search/models/filter-query.interface.ts
index 1aa7c995b9..711f5443c7 100644
--- a/lib/content-services/src/lib/search/models/filter-query.interface.ts
+++ b/lib/content-services/src/lib/search/models/filter-query.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/filter-search.interface.ts b/lib/content-services/src/lib/search/models/filter-search.interface.ts
index 0f89609860..6cc6966e88 100644
--- a/lib/content-services/src/lib/search/models/filter-search.interface.ts
+++ b/lib/content-services/src/lib/search/models/filter-search.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/index.ts b/lib/content-services/src/lib/search/models/index.ts
index 0b5e5dc211..d5b0fbaa50 100644
--- a/lib/content-services/src/lib/search/models/index.ts
+++ b/lib/content-services/src/lib/search/models/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/response-facet-query-list.model.ts b/lib/content-services/src/lib/search/models/response-facet-query-list.model.ts
index d19dd4e189..c617e66637 100644
--- a/lib/content-services/src/lib/search/models/response-facet-query-list.model.ts
+++ b/lib/content-services/src/lib/search/models/response-facet-query-list.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/search-category.interface.ts b/lib/content-services/src/lib/search/models/search-category.interface.ts
index 1af315a44f..bbbde9be7f 100644
--- a/lib/content-services/src/lib/search/models/search-category.interface.ts
+++ b/lib/content-services/src/lib/search/models/search-category.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/search-configuration.interface.ts b/lib/content-services/src/lib/search/models/search-configuration.interface.ts
index 855db67d36..4e3bd72dd2 100644
--- a/lib/content-services/src/lib/search/models/search-configuration.interface.ts
+++ b/lib/content-services/src/lib/search/models/search-configuration.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/search-filter-list.model.spec.ts b/lib/content-services/src/lib/search/models/search-filter-list.model.spec.ts
index 62a5579bc5..5601f8e199 100644
--- a/lib/content-services/src/lib/search/models/search-filter-list.model.spec.ts
+++ b/lib/content-services/src/lib/search/models/search-filter-list.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/search-filter-list.model.ts b/lib/content-services/src/lib/search/models/search-filter-list.model.ts
index 56255019f9..43ad5d04d4 100644
--- a/lib/content-services/src/lib/search/models/search-filter-list.model.ts
+++ b/lib/content-services/src/lib/search/models/search-filter-list.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/search-form.interface.ts b/lib/content-services/src/lib/search/models/search-form.interface.ts
index 5d3237f78e..eed114a7e8 100644
--- a/lib/content-services/src/lib/search/models/search-form.interface.ts
+++ b/lib/content-services/src/lib/search/models/search-form.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/search-range.interface.ts b/lib/content-services/src/lib/search/models/search-range.interface.ts
index 18e099bcca..20873068e2 100644
--- a/lib/content-services/src/lib/search/models/search-range.interface.ts
+++ b/lib/content-services/src/lib/search/models/search-range.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/search-sorting-definition.interface.ts b/lib/content-services/src/lib/search/models/search-sorting-definition.interface.ts
index b2c3989e00..f0a5410a33 100644
--- a/lib/content-services/src/lib/search/models/search-sorting-definition.interface.ts
+++ b/lib/content-services/src/lib/search/models/search-sorting-definition.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/search-widget-settings.interface.ts b/lib/content-services/src/lib/search/models/search-widget-settings.interface.ts
index 2d80d61e17..a78b7871b1 100644
--- a/lib/content-services/src/lib/search/models/search-widget-settings.interface.ts
+++ b/lib/content-services/src/lib/search/models/search-widget-settings.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/search-widget.interface.ts b/lib/content-services/src/lib/search/models/search-widget.interface.ts
index b7dcbf58b0..c331ae26aa 100644
--- a/lib/content-services/src/lib/search/models/search-widget.interface.ts
+++ b/lib/content-services/src/lib/search/models/search-widget.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/models/tabbed-facet-field.interface.ts b/lib/content-services/src/lib/search/models/tabbed-facet-field.interface.ts
index 52a3391f0c..5cce53252d 100644
--- a/lib/content-services/src/lib/search/models/tabbed-facet-field.interface.ts
+++ b/lib/content-services/src/lib/search/models/tabbed-facet-field.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/public-api.ts b/lib/content-services/src/lib/search/public-api.ts
index 2f8a723eab..af8e8f006d 100644
--- a/lib/content-services/src/lib/search/public-api.ts
+++ b/lib/content-services/src/lib/search/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/search-configuration.token.ts b/lib/content-services/src/lib/search/search-configuration.token.ts
index 648920ec0a..c6a7dfceb4 100644
--- a/lib/content-services/src/lib/search/search-configuration.token.ts
+++ b/lib/content-services/src/lib/search/search-configuration.token.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/search.module.ts b/lib/content-services/src/lib/search/search.module.ts
index 351e18c96d..6184c08a46 100644
--- a/lib/content-services/src/lib/search/search.module.ts
+++ b/lib/content-services/src/lib/search/search.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/base-query-builder.service.ts b/lib/content-services/src/lib/search/services/base-query-builder.service.ts
index 7e013e7d35..c312fe7b3c 100644
--- a/lib/content-services/src/lib/search/services/base-query-builder.service.ts
+++ b/lib/content-services/src/lib/search/services/base-query-builder.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/index.ts b/lib/content-services/src/lib/search/services/index.ts
index deacfc6ebb..110991f1a7 100644
--- a/lib/content-services/src/lib/search/services/index.ts
+++ b/lib/content-services/src/lib/search/services/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/search-configuration.service.ts b/lib/content-services/src/lib/search/services/search-configuration.service.ts
index 44e3aa865a..8fb408e65a 100644
--- a/lib/content-services/src/lib/search/services/search-configuration.service.ts
+++ b/lib/content-services/src/lib/search/services/search-configuration.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/search-facet-filters.service.spec.ts b/lib/content-services/src/lib/search/services/search-facet-filters.service.spec.ts
index d67529f0a8..1ed7240433 100644
--- a/lib/content-services/src/lib/search/services/search-facet-filters.service.spec.ts
+++ b/lib/content-services/src/lib/search/services/search-facet-filters.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/search-facet-filters.service.ts b/lib/content-services/src/lib/search/services/search-facet-filters.service.ts
index 9454cd3928..22fa5a6fcf 100644
--- a/lib/content-services/src/lib/search/services/search-facet-filters.service.ts
+++ b/lib/content-services/src/lib/search/services/search-facet-filters.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/search-filter.service.ts b/lib/content-services/src/lib/search/services/search-filter.service.ts
index 3693e91499..f106c3635a 100644
--- a/lib/content-services/src/lib/search/services/search-filter.service.ts
+++ b/lib/content-services/src/lib/search/services/search-filter.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/search-header-query-builder.service.spec.ts b/lib/content-services/src/lib/search/services/search-header-query-builder.service.spec.ts
index 788256d91c..bb6d996dfe 100644
--- a/lib/content-services/src/lib/search/services/search-header-query-builder.service.spec.ts
+++ b/lib/content-services/src/lib/search/services/search-header-query-builder.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/search-header-query-builder.service.ts b/lib/content-services/src/lib/search/services/search-header-query-builder.service.ts
index 73a801fd79..550c78c760 100644
--- a/lib/content-services/src/lib/search/services/search-header-query-builder.service.ts
+++ b/lib/content-services/src/lib/search/services/search-header-query-builder.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/search-query-builder.service.spec.ts b/lib/content-services/src/lib/search/services/search-query-builder.service.spec.ts
index 9790086910..ff544b9866 100644
--- a/lib/content-services/src/lib/search/services/search-query-builder.service.spec.ts
+++ b/lib/content-services/src/lib/search/services/search-query-builder.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/search-query-builder.service.ts b/lib/content-services/src/lib/search/services/search-query-builder.service.ts
index 86c895d99d..4f1dfd9407 100644
--- a/lib/content-services/src/lib/search/services/search-query-builder.service.ts
+++ b/lib/content-services/src/lib/search/services/search-query-builder.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/search.service.spec.ts b/lib/content-services/src/lib/search/services/search.service.spec.ts
index 6539be2325..69297956e3 100644
--- a/lib/content-services/src/lib/search/services/search.service.spec.ts
+++ b/lib/content-services/src/lib/search/services/search.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/search/services/search.service.ts b/lib/content-services/src/lib/search/services/search.service.ts
index 4c9a218d5e..98bf6a001f 100644
--- a/lib/content-services/src/lib/search/services/search.service.ts
+++ b/lib/content-services/src/lib/search/services/search.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/security/index.ts b/lib/content-services/src/lib/security/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/security/index.ts
+++ b/lib/content-services/src/lib/security/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/security/public-api.ts b/lib/content-services/src/lib/security/public-api.ts
index abf28ed87c..d27e76544f 100644
--- a/lib/content-services/src/lib/security/public-api.ts
+++ b/lib/content-services/src/lib/security/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/security/services/mock/security-authorities.mock.ts b/lib/content-services/src/lib/security/services/mock/security-authorities.mock.ts
index ed225b65a6..b58c1ef518 100644
--- a/lib/content-services/src/lib/security/services/mock/security-authorities.mock.ts
+++ b/lib/content-services/src/lib/security/services/mock/security-authorities.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/security/services/mock/security-groups.mock.ts b/lib/content-services/src/lib/security/services/mock/security-groups.mock.ts
index 631a6c81a4..5ac924797b 100644
--- a/lib/content-services/src/lib/security/services/mock/security-groups.mock.ts
+++ b/lib/content-services/src/lib/security/services/mock/security-groups.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/security/services/mock/security-marks.mock.ts b/lib/content-services/src/lib/security/services/mock/security-marks.mock.ts
index 3072bbe51a..7790bca997 100644
--- a/lib/content-services/src/lib/security/services/mock/security-marks.mock.ts
+++ b/lib/content-services/src/lib/security/services/mock/security-marks.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/security/services/models/security-controls-group-response.interface.ts b/lib/content-services/src/lib/security/services/models/security-controls-group-response.interface.ts
index 02e565452b..45ec89c114 100644
--- a/lib/content-services/src/lib/security/services/models/security-controls-group-response.interface.ts
+++ b/lib/content-services/src/lib/security/services/models/security-controls-group-response.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/security/services/models/security-controls-mark-response.interface.ts b/lib/content-services/src/lib/security/services/models/security-controls-mark-response.interface.ts
index 136e8334fc..4016f937a7 100644
--- a/lib/content-services/src/lib/security/services/models/security-controls-mark-response.interface.ts
+++ b/lib/content-services/src/lib/security/services/models/security-controls-mark-response.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/security/services/security-controls-groups-marks-security.service.spec.ts b/lib/content-services/src/lib/security/services/security-controls-groups-marks-security.service.spec.ts
index 1f704a2214..4e710f0026 100644
--- a/lib/content-services/src/lib/security/services/security-controls-groups-marks-security.service.spec.ts
+++ b/lib/content-services/src/lib/security/services/security-controls-groups-marks-security.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/security/services/security-controls-groups-marks-security.service.ts b/lib/content-services/src/lib/security/services/security-controls-groups-marks-security.service.ts
index f79d6d2b5b..03f92b2231 100644
--- a/lib/content-services/src/lib/security/services/security-controls-groups-marks-security.service.ts
+++ b/lib/content-services/src/lib/security/services/security-controls-groups-marks-security.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/site-dropdown/index.ts b/lib/content-services/src/lib/site-dropdown/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/site-dropdown/index.ts
+++ b/lib/content-services/src/lib/site-dropdown/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/site-dropdown/public-api.ts b/lib/content-services/src/lib/site-dropdown/public-api.ts
index a0efa719fe..701f6a9943 100644
--- a/lib/content-services/src/lib/site-dropdown/public-api.ts
+++ b/lib/content-services/src/lib/site-dropdown/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/site-dropdown/sites-dropdown.component.spec.ts b/lib/content-services/src/lib/site-dropdown/sites-dropdown.component.spec.ts
index afebb3b93e..7dc83f66e9 100644
--- a/lib/content-services/src/lib/site-dropdown/sites-dropdown.component.spec.ts
+++ b/lib/content-services/src/lib/site-dropdown/sites-dropdown.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/site-dropdown/sites-dropdown.component.ts b/lib/content-services/src/lib/site-dropdown/sites-dropdown.component.ts
index 8537ee0efa..fa66b00827 100644
--- a/lib/content-services/src/lib/site-dropdown/sites-dropdown.component.ts
+++ b/lib/content-services/src/lib/site-dropdown/sites-dropdown.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/site-dropdown/sites-dropdown.module.ts b/lib/content-services/src/lib/site-dropdown/sites-dropdown.module.ts
index 0a5820e640..6006f86a5b 100644
--- a/lib/content-services/src/lib/site-dropdown/sites-dropdown.module.ts
+++ b/lib/content-services/src/lib/site-dropdown/sites-dropdown.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/index.ts b/lib/content-services/src/lib/tag/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/tag/index.ts
+++ b/lib/content-services/src/lib/tag/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/public-api.ts b/lib/content-services/src/lib/tag/public-api.ts
index c38b5626c3..6ae26d4473 100644
--- a/lib/content-services/src/lib/tag/public-api.ts
+++ b/lib/content-services/src/lib/tag/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/services/tag.service.spec.ts b/lib/content-services/src/lib/tag/services/tag.service.spec.ts
index 9049f7178a..4e1e2138dc 100644
--- a/lib/content-services/src/lib/tag/services/tag.service.spec.ts
+++ b/lib/content-services/src/lib/tag/services/tag.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/services/tag.service.ts b/lib/content-services/src/lib/tag/services/tag.service.ts
index 13ae9acd05..1584ea83ce 100644
--- a/lib/content-services/src/lib/tag/services/tag.service.ts
+++ b/lib/content-services/src/lib/tag/services/tag.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/tag-actions.component.spec.ts b/lib/content-services/src/lib/tag/tag-actions.component.spec.ts
index d0efa015f4..df4889e0ec 100644
--- a/lib/content-services/src/lib/tag/tag-actions.component.spec.ts
+++ b/lib/content-services/src/lib/tag/tag-actions.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/tag-actions.component.ts b/lib/content-services/src/lib/tag/tag-actions.component.ts
index 602fbaa108..fee98ce5af 100644
--- a/lib/content-services/src/lib/tag/tag-actions.component.ts
+++ b/lib/content-services/src/lib/tag/tag-actions.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/tag-list.component.spec.ts b/lib/content-services/src/lib/tag/tag-list.component.spec.ts
index 87ee70a9d7..0606a700f5 100644
--- a/lib/content-services/src/lib/tag/tag-list.component.spec.ts
+++ b/lib/content-services/src/lib/tag/tag-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/tag-list.component.ts b/lib/content-services/src/lib/tag/tag-list.component.ts
index ac8c9a3775..717b557d77 100644
--- a/lib/content-services/src/lib/tag/tag-list.component.ts
+++ b/lib/content-services/src/lib/tag/tag-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/tag-node-list.component.spec.ts b/lib/content-services/src/lib/tag/tag-node-list.component.spec.ts
index 61fb27406d..89c064cf03 100644
--- a/lib/content-services/src/lib/tag/tag-node-list.component.spec.ts
+++ b/lib/content-services/src/lib/tag/tag-node-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/tag-node-list.component.ts b/lib/content-services/src/lib/tag/tag-node-list.component.ts
index 01ca915474..85c42ad095 100644
--- a/lib/content-services/src/lib/tag/tag-node-list.component.ts
+++ b/lib/content-services/src/lib/tag/tag-node-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/tag.module.ts b/lib/content-services/src/lib/tag/tag.module.ts
index 81b8234ff8..03dc48fa70 100644
--- a/lib/content-services/src/lib/tag/tag.module.ts
+++ b/lib/content-services/src/lib/tag/tag.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/tags-creator/tags-creator-mode.ts b/lib/content-services/src/lib/tag/tags-creator/tags-creator-mode.ts
index f6c9727b1a..e4072fa374 100644
--- a/lib/content-services/src/lib/tag/tags-creator/tags-creator-mode.ts
+++ b/lib/content-services/src/lib/tag/tags-creator/tags-creator-mode.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.spec.ts b/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.spec.ts
index 5138f1cda0..0b47978551 100644
--- a/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.spec.ts
+++ b/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.ts b/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.ts
index c08df6b568..739f4f74ef 100644
--- a/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.ts
+++ b/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/testing/content.testing.module.ts b/lib/content-services/src/lib/testing/content.testing.module.ts
index 0b5a8ecfb0..8be15282f1 100644
--- a/lib/content-services/src/lib/testing/content.testing.module.ts
+++ b/lib/content-services/src/lib/testing/content.testing.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/testing/dom-sanitizer-mock.ts b/lib/content-services/src/lib/testing/dom-sanitizer-mock.ts
index c20af6f41d..aba395939a 100644
--- a/lib/content-services/src/lib/testing/dom-sanitizer-mock.ts
+++ b/lib/content-services/src/lib/testing/dom-sanitizer-mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/testing/mat-icon-registry-mock.ts b/lib/content-services/src/lib/testing/mat-icon-registry-mock.ts
index a00b65f41a..d1f5d191e1 100644
--- a/lib/content-services/src/lib/testing/mat-icon-registry-mock.ts
+++ b/lib/content-services/src/lib/testing/mat-icon-registry-mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree-view/components/tree-view.component.spec.ts b/lib/content-services/src/lib/tree-view/components/tree-view.component.spec.ts
index 79a00d769f..f50bb7d6e7 100644
--- a/lib/content-services/src/lib/tree-view/components/tree-view.component.spec.ts
+++ b/lib/content-services/src/lib/tree-view/components/tree-view.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree-view/components/tree-view.component.ts b/lib/content-services/src/lib/tree-view/components/tree-view.component.ts
index fcead7ade3..3e49c72f4a 100644
--- a/lib/content-services/src/lib/tree-view/components/tree-view.component.ts
+++ b/lib/content-services/src/lib/tree-view/components/tree-view.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree-view/data/tree-view-datasource.ts b/lib/content-services/src/lib/tree-view/data/tree-view-datasource.ts
index 53ddee6a8a..89797d6347 100644
--- a/lib/content-services/src/lib/tree-view/data/tree-view-datasource.ts
+++ b/lib/content-services/src/lib/tree-view/data/tree-view-datasource.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree-view/index.ts b/lib/content-services/src/lib/tree-view/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/tree-view/index.ts
+++ b/lib/content-services/src/lib/tree-view/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree-view/models/tree-view.model.ts b/lib/content-services/src/lib/tree-view/models/tree-view.model.ts
index 3ec56498f3..c53ad04d88 100644
--- a/lib/content-services/src/lib/tree-view/models/tree-view.model.ts
+++ b/lib/content-services/src/lib/tree-view/models/tree-view.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree-view/public-api.ts b/lib/content-services/src/lib/tree-view/public-api.ts
index 0062a66573..80bea670e1 100644
--- a/lib/content-services/src/lib/tree-view/public-api.ts
+++ b/lib/content-services/src/lib/tree-view/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree-view/services/tree-view.service.spec.ts b/lib/content-services/src/lib/tree-view/services/tree-view.service.spec.ts
index eb61be5a6a..62db004e9c 100644
--- a/lib/content-services/src/lib/tree-view/services/tree-view.service.spec.ts
+++ b/lib/content-services/src/lib/tree-view/services/tree-view.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree-view/services/tree-view.service.ts b/lib/content-services/src/lib/tree-view/services/tree-view.service.ts
index 527cd88aa7..c3525a3113 100644
--- a/lib/content-services/src/lib/tree-view/services/tree-view.service.ts
+++ b/lib/content-services/src/lib/tree-view/services/tree-view.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree-view/tree-view.module.ts b/lib/content-services/src/lib/tree-view/tree-view.module.ts
index 9dc841b086..b4ccad059b 100644
--- a/lib/content-services/src/lib/tree-view/tree-view.module.ts
+++ b/lib/content-services/src/lib/tree-view/tree-view.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/components/tree.component.spec.ts b/lib/content-services/src/lib/tree/components/tree.component.spec.ts
index 546c47f01e..6635baf650 100644
--- a/lib/content-services/src/lib/tree/components/tree.component.spec.ts
+++ b/lib/content-services/src/lib/tree/components/tree.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/components/tree.component.ts b/lib/content-services/src/lib/tree/components/tree.component.ts
index c2b89eb714..19dc389c0a 100644
--- a/lib/content-services/src/lib/tree/components/tree.component.ts
+++ b/lib/content-services/src/lib/tree/components/tree.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/index.ts b/lib/content-services/src/lib/tree/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/tree/index.ts
+++ b/lib/content-services/src/lib/tree/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/mock/tree-node.mock.ts b/lib/content-services/src/lib/tree/mock/tree-node.mock.ts
index e7911ff4b7..24f9004637 100644
--- a/lib/content-services/src/lib/tree/mock/tree-node.mock.ts
+++ b/lib/content-services/src/lib/tree/mock/tree-node.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/mock/tree-service.service.mock.ts b/lib/content-services/src/lib/tree/mock/tree-service.service.mock.ts
index df2aa1c319..4828d39961 100644
--- a/lib/content-services/src/lib/tree/mock/tree-service.service.mock.ts
+++ b/lib/content-services/src/lib/tree/mock/tree-service.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/models/tree-context-menu-result.interface.ts b/lib/content-services/src/lib/tree/models/tree-context-menu-result.interface.ts
index 2e39806913..40e69f7db2 100644
--- a/lib/content-services/src/lib/tree/models/tree-context-menu-result.interface.ts
+++ b/lib/content-services/src/lib/tree/models/tree-context-menu-result.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/models/tree-node.interface.ts b/lib/content-services/src/lib/tree/models/tree-node.interface.ts
index c53ae11bb0..834da41a66 100644
--- a/lib/content-services/src/lib/tree/models/tree-node.interface.ts
+++ b/lib/content-services/src/lib/tree/models/tree-node.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/models/tree-response.interface.ts b/lib/content-services/src/lib/tree/models/tree-response.interface.ts
index 567b2f5a05..00fd8f0f6b 100644
--- a/lib/content-services/src/lib/tree/models/tree-response.interface.ts
+++ b/lib/content-services/src/lib/tree/models/tree-response.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/public-api.ts b/lib/content-services/src/lib/tree/public-api.ts
index ac11284ed8..db0fe5126a 100644
--- a/lib/content-services/src/lib/tree/public-api.ts
+++ b/lib/content-services/src/lib/tree/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/services/tree.service.spec.ts b/lib/content-services/src/lib/tree/services/tree.service.spec.ts
index 04ed673502..6cf28fbc60 100644
--- a/lib/content-services/src/lib/tree/services/tree.service.spec.ts
+++ b/lib/content-services/src/lib/tree/services/tree.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/services/tree.service.ts b/lib/content-services/src/lib/tree/services/tree.service.ts
index 3f9baa42d9..026b2f9e9b 100644
--- a/lib/content-services/src/lib/tree/services/tree.service.ts
+++ b/lib/content-services/src/lib/tree/services/tree.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/tree/tree.module.ts b/lib/content-services/src/lib/tree/tree.module.ts
index 6ecef2078a..527f11c993 100644
--- a/lib/content-services/src/lib/tree/tree.module.ts
+++ b/lib/content-services/src/lib/tree/tree.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/base-upload/upload-base.spec.ts b/lib/content-services/src/lib/upload/components/base-upload/upload-base.spec.ts
index 6e12be82fc..4def2ff743 100644
--- a/lib/content-services/src/lib/upload/components/base-upload/upload-base.spec.ts
+++ b/lib/content-services/src/lib/upload/components/base-upload/upload-base.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/base-upload/upload-base.ts b/lib/content-services/src/lib/upload/components/base-upload/upload-base.ts
index b4bc3720b7..fd1aaac2d7 100644
--- a/lib/content-services/src/lib/upload/components/base-upload/upload-base.ts
+++ b/lib/content-services/src/lib/upload/components/base-upload/upload-base.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.spec.ts b/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.spec.ts
index d5e378c308..74b1d753b3 100644
--- a/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.spec.ts
+++ b/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.ts b/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.ts
index efa01f9d85..b1e6f654c7 100644
--- a/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.ts
+++ b/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.spec.ts b/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.spec.ts
index fdb95f4d93..8b4d33bd8b 100644
--- a/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.spec.ts
+++ b/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.ts b/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.ts
index 29556e16a2..d57ca2a658 100644
--- a/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.ts
+++ b/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/file-uploading-list.component.spec.ts b/lib/content-services/src/lib/upload/components/file-uploading-list.component.spec.ts
index a45b1cfc87..76afb43a8c 100644
--- a/lib/content-services/src/lib/upload/components/file-uploading-list.component.spec.ts
+++ b/lib/content-services/src/lib/upload/components/file-uploading-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/file-uploading-list.component.ts b/lib/content-services/src/lib/upload/components/file-uploading-list.component.ts
index 9cf5dacd97..6fcf271b26 100644
--- a/lib/content-services/src/lib/upload/components/file-uploading-list.component.ts
+++ b/lib/content-services/src/lib/upload/components/file-uploading-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/upload-button.component.spec.ts b/lib/content-services/src/lib/upload/components/upload-button.component.spec.ts
index 00a7ea20e2..e75804b3dd 100644
--- a/lib/content-services/src/lib/upload/components/upload-button.component.spec.ts
+++ b/lib/content-services/src/lib/upload/components/upload-button.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/upload-button.component.ts b/lib/content-services/src/lib/upload/components/upload-button.component.ts
index 6d5cb24e10..67f6542da8 100644
--- a/lib/content-services/src/lib/upload/components/upload-button.component.ts
+++ b/lib/content-services/src/lib/upload/components/upload-button.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/upload-drag-area.component.spec.ts b/lib/content-services/src/lib/upload/components/upload-drag-area.component.spec.ts
index f0f7d60614..07b2f32964 100644
--- a/lib/content-services/src/lib/upload/components/upload-drag-area.component.spec.ts
+++ b/lib/content-services/src/lib/upload/components/upload-drag-area.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/upload-drag-area.component.ts b/lib/content-services/src/lib/upload/components/upload-drag-area.component.ts
index 85a4ef9352..da3bdfba20 100644
--- a/lib/content-services/src/lib/upload/components/upload-drag-area.component.ts
+++ b/lib/content-services/src/lib/upload/components/upload-drag-area.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/upload-files.event.ts b/lib/content-services/src/lib/upload/components/upload-files.event.ts
index f7167aeb44..a505520668 100644
--- a/lib/content-services/src/lib/upload/components/upload-files.event.ts
+++ b/lib/content-services/src/lib/upload/components/upload-files.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/components/upload-version-button.component.ts b/lib/content-services/src/lib/upload/components/upload-version-button.component.ts
index 211d283bc7..0c103b9b3d 100644
--- a/lib/content-services/src/lib/upload/components/upload-version-button.component.ts
+++ b/lib/content-services/src/lib/upload/components/upload-version-button.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/directives/file-draggable.directive.spec.ts b/lib/content-services/src/lib/upload/directives/file-draggable.directive.spec.ts
index f2f5327a7f..8dfcc7f784 100644
--- a/lib/content-services/src/lib/upload/directives/file-draggable.directive.spec.ts
+++ b/lib/content-services/src/lib/upload/directives/file-draggable.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/directives/file-draggable.directive.ts b/lib/content-services/src/lib/upload/directives/file-draggable.directive.ts
index e86c8ef744..2a06d47481 100644
--- a/lib/content-services/src/lib/upload/directives/file-draggable.directive.ts
+++ b/lib/content-services/src/lib/upload/directives/file-draggable.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/directives/toggle-icon.directive.spec.ts b/lib/content-services/src/lib/upload/directives/toggle-icon.directive.spec.ts
index f3faffa082..4e14757e40 100644
--- a/lib/content-services/src/lib/upload/directives/toggle-icon.directive.spec.ts
+++ b/lib/content-services/src/lib/upload/directives/toggle-icon.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/directives/toggle-icon.directive.ts b/lib/content-services/src/lib/upload/directives/toggle-icon.directive.ts
index d6a49916eb..878c2f93b8 100644
--- a/lib/content-services/src/lib/upload/directives/toggle-icon.directive.ts
+++ b/lib/content-services/src/lib/upload/directives/toggle-icon.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/index.ts b/lib/content-services/src/lib/upload/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/upload/index.ts
+++ b/lib/content-services/src/lib/upload/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/pipes/file-upload-error.pipe.spec.ts b/lib/content-services/src/lib/upload/pipes/file-upload-error.pipe.spec.ts
index e340d5662b..0c768ae764 100644
--- a/lib/content-services/src/lib/upload/pipes/file-upload-error.pipe.spec.ts
+++ b/lib/content-services/src/lib/upload/pipes/file-upload-error.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/pipes/file-upload-error.pipe.ts b/lib/content-services/src/lib/upload/pipes/file-upload-error.pipe.ts
index e42a6c66b4..e82d2c3fb4 100644
--- a/lib/content-services/src/lib/upload/pipes/file-upload-error.pipe.ts
+++ b/lib/content-services/src/lib/upload/pipes/file-upload-error.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/public-api.ts b/lib/content-services/src/lib/upload/public-api.ts
index d2e89bc993..ad6850a482 100644
--- a/lib/content-services/src/lib/upload/public-api.ts
+++ b/lib/content-services/src/lib/upload/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/upload/upload.module.ts b/lib/content-services/src/lib/upload/upload.module.ts
index c0a244026d..5eca44abc2 100644
--- a/lib/content-services/src/lib/upload/upload.module.ts
+++ b/lib/content-services/src/lib/upload/upload.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-compatibility/index.ts b/lib/content-services/src/lib/version-compatibility/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/version-compatibility/index.ts
+++ b/lib/content-services/src/lib/version-compatibility/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-compatibility/public-api.ts b/lib/content-services/src/lib/version-compatibility/public-api.ts
index f14ec9bf6c..763732e8ca 100644
--- a/lib/content-services/src/lib/version-compatibility/public-api.ts
+++ b/lib/content-services/src/lib/version-compatibility/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-compatibility/version-compatibility-factory.ts b/lib/content-services/src/lib/version-compatibility/version-compatibility-factory.ts
index 361e250d9d..8b907f2fab 100644
--- a/lib/content-services/src/lib/version-compatibility/version-compatibility-factory.ts
+++ b/lib/content-services/src/lib/version-compatibility/version-compatibility-factory.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-compatibility/version-compatibility.directive.spec.ts b/lib/content-services/src/lib/version-compatibility/version-compatibility.directive.spec.ts
index c691570609..33ddd8dca1 100644
--- a/lib/content-services/src/lib/version-compatibility/version-compatibility.directive.spec.ts
+++ b/lib/content-services/src/lib/version-compatibility/version-compatibility.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-compatibility/version-compatibility.directive.ts b/lib/content-services/src/lib/version-compatibility/version-compatibility.directive.ts
index 6733268d02..260595cf4b 100644
--- a/lib/content-services/src/lib/version-compatibility/version-compatibility.directive.ts
+++ b/lib/content-services/src/lib/version-compatibility/version-compatibility.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-compatibility/version-compatibility.module.ts b/lib/content-services/src/lib/version-compatibility/version-compatibility.module.ts
index 7ac52069fa..6e1707371e 100644
--- a/lib/content-services/src/lib/version-compatibility/version-compatibility.module.ts
+++ b/lib/content-services/src/lib/version-compatibility/version-compatibility.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-compatibility/version-compatibility.service.spec.ts b/lib/content-services/src/lib/version-compatibility/version-compatibility.service.spec.ts
index fb19ed3db0..4dfd162bea 100644
--- a/lib/content-services/src/lib/version-compatibility/version-compatibility.service.spec.ts
+++ b/lib/content-services/src/lib/version-compatibility/version-compatibility.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-compatibility/version-compatibility.service.ts b/lib/content-services/src/lib/version-compatibility/version-compatibility.service.ts
index aecdd336f0..c35c761b93 100644
--- a/lib/content-services/src/lib/version-compatibility/version-compatibility.service.ts
+++ b/lib/content-services/src/lib/version-compatibility/version-compatibility.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/content-version.service.ts b/lib/content-services/src/lib/version-manager/content-version.service.ts
index 8c5a8ed8b9..11f58e1636 100644
--- a/lib/content-services/src/lib/version-manager/content-version.service.ts
+++ b/lib/content-services/src/lib/version-manager/content-version.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/index.ts b/lib/content-services/src/lib/version-manager/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/version-manager/index.ts
+++ b/lib/content-services/src/lib/version-manager/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/public-api.ts b/lib/content-services/src/lib/version-manager/public-api.ts
index b04c162388..868f29f9d6 100644
--- a/lib/content-services/src/lib/version-manager/public-api.ts
+++ b/lib/content-services/src/lib/version-manager/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/version-comparison.component.spec.ts b/lib/content-services/src/lib/version-manager/version-comparison.component.spec.ts
index 7903dab9de..50a206c639 100644
--- a/lib/content-services/src/lib/version-manager/version-comparison.component.spec.ts
+++ b/lib/content-services/src/lib/version-manager/version-comparison.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/version-comparison.component.ts b/lib/content-services/src/lib/version-manager/version-comparison.component.ts
index ab4d498a1b..a2b9f53e24 100644
--- a/lib/content-services/src/lib/version-manager/version-comparison.component.ts
+++ b/lib/content-services/src/lib/version-manager/version-comparison.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/version-list.component.spec.ts b/lib/content-services/src/lib/version-manager/version-list.component.spec.ts
index 18b44e1156..94cbab96ae 100644
--- a/lib/content-services/src/lib/version-manager/version-list.component.spec.ts
+++ b/lib/content-services/src/lib/version-manager/version-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/version-list.component.ts b/lib/content-services/src/lib/version-manager/version-list.component.ts
index 330574ac5b..ea0e3a5c34 100644
--- a/lib/content-services/src/lib/version-manager/version-list.component.ts
+++ b/lib/content-services/src/lib/version-manager/version-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/version-manager.component.spec.ts b/lib/content-services/src/lib/version-manager/version-manager.component.spec.ts
index 7f2ddf4fe9..45a3d19570 100644
--- a/lib/content-services/src/lib/version-manager/version-manager.component.spec.ts
+++ b/lib/content-services/src/lib/version-manager/version-manager.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/version-manager.component.ts b/lib/content-services/src/lib/version-manager/version-manager.component.ts
index d74e2eb904..5ce1635895 100644
--- a/lib/content-services/src/lib/version-manager/version-manager.component.ts
+++ b/lib/content-services/src/lib/version-manager/version-manager.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/version-manager.module.ts b/lib/content-services/src/lib/version-manager/version-manager.module.ts
index 55ae6346b5..7d19b06d58 100644
--- a/lib/content-services/src/lib/version-manager/version-manager.module.ts
+++ b/lib/content-services/src/lib/version-manager/version-manager.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/version-upload.component.spec.ts b/lib/content-services/src/lib/version-manager/version-upload.component.spec.ts
index 1efaecd0eb..6ef122bed6 100644
--- a/lib/content-services/src/lib/version-manager/version-upload.component.spec.ts
+++ b/lib/content-services/src/lib/version-manager/version-upload.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/version-manager/version-upload.component.ts b/lib/content-services/src/lib/version-manager/version-upload.component.ts
index c236967bc3..f85269ee13 100644
--- a/lib/content-services/src/lib/version-manager/version-upload.component.ts
+++ b/lib/content-services/src/lib/version-manager/version-upload.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/viewer/alfresco-viewer.module.ts b/lib/content-services/src/lib/viewer/alfresco-viewer.module.ts
index 04fe5a20e1..a80f29a2ed 100644
--- a/lib/content-services/src/lib/viewer/alfresco-viewer.module.ts
+++ b/lib/content-services/src/lib/viewer/alfresco-viewer.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.spec.ts b/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.spec.ts
index 5372e4d5cd..defa8570e6 100644
--- a/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.spec.ts
+++ b/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.ts b/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.ts
index bf914cb835..d0f1214fe1 100644
--- a/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.ts
+++ b/lib/content-services/src/lib/viewer/components/alfresco-viewer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/viewer/index.ts b/lib/content-services/src/lib/viewer/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/content-services/src/lib/viewer/index.ts
+++ b/lib/content-services/src/lib/viewer/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/lib/viewer/public-api.ts b/lib/content-services/src/lib/viewer/public-api.ts
index 144130ea67..7ee6cd2bf5 100644
--- a/lib/content-services/src/lib/viewer/public-api.ts
+++ b/lib/content-services/src/lib/viewer/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/public-api.ts b/lib/content-services/src/public-api.ts
index 4d9f241421..18548422b6 100644
--- a/lib/content-services/src/public-api.ts
+++ b/lib/content-services/src/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/content-services/src/test.ts b/lib/content-services/src/test.ts
index e179e05531..ad97a88226 100644
--- a/lib/content-services/src/test.ts
+++ b/lib/content-services/src/test.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/api/src/index.ts b/lib/core/api/src/index.ts
index fe326e1e82..e5403a15a9 100644
--- a/lib/core/api/src/index.ts
+++ b/lib/core/api/src/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/api/src/lib/adf-http-client.service.spec.ts b/lib/core/api/src/lib/adf-http-client.service.spec.ts
index 1967958402..52de9c1958 100644
--- a/lib/core/api/src/lib/adf-http-client.service.spec.ts
+++ b/lib/core/api/src/lib/adf-http-client.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/api/src/lib/adf-http-client.service.ts b/lib/core/api/src/lib/adf-http-client.service.ts
index f000839817..30865ab227 100644
--- a/lib/core/api/src/lib/adf-http-client.service.ts
+++ b/lib/core/api/src/lib/adf-http-client.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/api/src/lib/alfresco-api/alfresco-api.param-encoder.spec.ts b/lib/core/api/src/lib/alfresco-api/alfresco-api.param-encoder.spec.ts
index 3ef04dc73f..ce0734abe4 100644
--- a/lib/core/api/src/lib/alfresco-api/alfresco-api.param-encoder.spec.ts
+++ b/lib/core/api/src/lib/alfresco-api/alfresco-api.param-encoder.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/api/src/lib/alfresco-api/alfresco-api.param-encoder.ts b/lib/core/api/src/lib/alfresco-api/alfresco-api.param-encoder.ts
index f10958fe31..f745b45512 100644
--- a/lib/core/api/src/lib/alfresco-api/alfresco-api.param-encoder.ts
+++ b/lib/core/api/src/lib/alfresco-api/alfresco-api.param-encoder.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/api/src/lib/alfresco-api/alfresco-api.response-error.ts b/lib/core/api/src/lib/alfresco-api/alfresco-api.response-error.ts
index 95503e9cf4..bcc68df69a 100644
--- a/lib/core/api/src/lib/alfresco-api/alfresco-api.response-error.ts
+++ b/lib/core/api/src/lib/alfresco-api/alfresco-api.response-error.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/api/src/lib/alfresco-api/alfresco-api.utils.spec.ts b/lib/core/api/src/lib/alfresco-api/alfresco-api.utils.spec.ts
index a483d7b16a..80b25e59e1 100644
--- a/lib/core/api/src/lib/alfresco-api/alfresco-api.utils.spec.ts
+++ b/lib/core/api/src/lib/alfresco-api/alfresco-api.utils.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/api/src/lib/alfresco-api/alfresco-api.utils.ts b/lib/core/api/src/lib/alfresco-api/alfresco-api.utils.ts
index 665b2eb7fd..285c2c6072 100644
--- a/lib/core/api/src/lib/alfresco-api/alfresco-api.utils.ts
+++ b/lib/core/api/src/lib/alfresco-api/alfresco-api.utils.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/api/src/lib/interfaces.ts b/lib/core/api/src/lib/interfaces.ts
index de95500bc7..2f71b70fa9 100644
--- a/lib/core/api/src/lib/interfaces.ts
+++ b/lib/core/api/src/lib/interfaces.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/api/src/lib/types.ts b/lib/core/api/src/lib/types.ts
index 0ecf1113a0..3df78a4174 100644
--- a/lib/core/api/src/lib/types.ts
+++ b/lib/core/api/src/lib/types.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/auth/src/authentication-interceptor/authentication.interceptor.spec.ts b/lib/core/auth/src/authentication-interceptor/authentication.interceptor.spec.ts
index 07d0bdbe79..58af3fe8ff 100644
--- a/lib/core/auth/src/authentication-interceptor/authentication.interceptor.spec.ts
+++ b/lib/core/auth/src/authentication-interceptor/authentication.interceptor.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/auth/src/authentication-interceptor/authentication.interceptor.ts b/lib/core/auth/src/authentication-interceptor/authentication.interceptor.ts
index 8e194eb40b..6720e02ceb 100644
--- a/lib/core/auth/src/authentication-interceptor/authentication.interceptor.ts
+++ b/lib/core/auth/src/authentication-interceptor/authentication.interceptor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/auth/src/authentication.ts b/lib/core/auth/src/authentication.ts
index 87da959e1a..20f236a787 100644
--- a/lib/core/auth/src/authentication.ts
+++ b/lib/core/auth/src/authentication.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/auth/src/index.ts b/lib/core/auth/src/index.ts
index a8042bc7b0..f3aafc7924 100644
--- a/lib/core/auth/src/index.ts
+++ b/lib/core/auth/src/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/breadcrumbs/public-api.ts b/lib/core/breadcrumbs/public-api.ts
index cbede4f3ae..899ef7d7ed 100644
--- a/lib/core/breadcrumbs/public-api.ts
+++ b/lib/core/breadcrumbs/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/breadcrumbs/src/_stories/breadcrumb.stories.ts b/lib/core/breadcrumbs/src/_stories/breadcrumb.stories.ts
index 3217a96bf8..937361cf48 100644
--- a/lib/core/breadcrumbs/src/_stories/breadcrumb.stories.ts
+++ b/lib/core/breadcrumbs/src/_stories/breadcrumb.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/breadcrumbs/src/_stories/demo-breadcrumb.component.ts b/lib/core/breadcrumbs/src/_stories/demo-breadcrumb.component.ts
index 14a03c8f93..71067fa573 100644
--- a/lib/core/breadcrumbs/src/_stories/demo-breadcrumb.component.ts
+++ b/lib/core/breadcrumbs/src/_stories/demo-breadcrumb.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/breadcrumbs/src/components/breadcrumb-item/breadcrumb-item.component.ts b/lib/core/breadcrumbs/src/components/breadcrumb-item/breadcrumb-item.component.ts
index e95199148c..ad48b3ae2d 100644
--- a/lib/core/breadcrumbs/src/components/breadcrumb-item/breadcrumb-item.component.ts
+++ b/lib/core/breadcrumbs/src/components/breadcrumb-item/breadcrumb-item.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/breadcrumbs/src/components/breadcrumb/breadcrumb.component.ts b/lib/core/breadcrumbs/src/components/breadcrumb/breadcrumb.component.ts
index c19776ada0..b0738e9546 100644
--- a/lib/core/breadcrumbs/src/components/breadcrumb/breadcrumb.component.ts
+++ b/lib/core/breadcrumbs/src/components/breadcrumb/breadcrumb.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/breadcrumbs/src/directives/breadcrumb-focus.directive.ts b/lib/core/breadcrumbs/src/directives/breadcrumb-focus.directive.ts
index ff7996dce4..15e65a8264 100644
--- a/lib/core/breadcrumbs/src/directives/breadcrumb-focus.directive.ts
+++ b/lib/core/breadcrumbs/src/directives/breadcrumb-focus.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/breadcrumbs/src/index.ts b/lib/core/breadcrumbs/src/index.ts
index 3f7fb33524..d855f2c511 100644
--- a/lib/core/breadcrumbs/src/index.ts
+++ b/lib/core/breadcrumbs/src/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/index.ts b/lib/core/index.ts
index 7d18c6831c..e357b2379e 100644
--- a/lib/core/index.ts
+++ b/lib/core/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/shell/public-api.ts b/lib/core/shell/public-api.ts
index cbede4f3ae..899ef7d7ed 100644
--- a/lib/core/shell/public-api.ts
+++ b/lib/core/shell/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/shell/src/index.ts b/lib/core/shell/src/index.ts
index fb7fc8e8df..b4aa1a7785 100644
--- a/lib/core/shell/src/index.ts
+++ b/lib/core/shell/src/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/shell/src/lib/components/shell/shell.component.spec.ts b/lib/core/shell/src/lib/components/shell/shell.component.spec.ts
index dc5d971c89..d4197acf8a 100644
--- a/lib/core/shell/src/lib/components/shell/shell.component.spec.ts
+++ b/lib/core/shell/src/lib/components/shell/shell.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/shell/src/lib/components/shell/shell.component.ts b/lib/core/shell/src/lib/components/shell/shell.component.ts
index a8cfacdf62..876fa8e6ff 100644
--- a/lib/core/shell/src/lib/components/shell/shell.component.ts
+++ b/lib/core/shell/src/lib/components/shell/shell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/shell/src/lib/services/shell-app.service.ts b/lib/core/shell/src/lib/services/shell-app.service.ts
index 60f93bcfd8..a02d6a5c75 100644
--- a/lib/core/shell/src/lib/services/shell-app.service.ts
+++ b/lib/core/shell/src/lib/services/shell-app.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/shell/src/lib/shell.module.ts b/lib/core/shell/src/lib/shell.module.ts
index b4fae38f89..f3010533cb 100644
--- a/lib/core/shell/src/lib/shell.module.ts
+++ b/lib/core/shell/src/lib/shell.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/shell/src/lib/shell.routes.ts b/lib/core/shell/src/lib/shell.routes.ts
index a4406ff61b..85f643b794 100644
--- a/lib/core/shell/src/lib/shell.routes.ts
+++ b/lib/core/shell/src/lib/shell.routes.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-extension-list/about-extension-list.component.ts b/lib/core/src/lib/about/about-extension-list/about-extension-list.component.ts
index 96c0e8cb14..2ec2936aca 100644
--- a/lib/core/src/lib/about/about-extension-list/about-extension-list.component.ts
+++ b/lib/core/src/lib/about/about-extension-list/about-extension-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-github-link/about-github-link.component.spec.ts b/lib/core/src/lib/about/about-github-link/about-github-link.component.spec.ts
index a268562f5c..229d08728b 100644
--- a/lib/core/src/lib/about/about-github-link/about-github-link.component.spec.ts
+++ b/lib/core/src/lib/about/about-github-link/about-github-link.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-github-link/about-github-link.component.ts b/lib/core/src/lib/about/about-github-link/about-github-link.component.ts
index da4eff51e4..f78c1d2e2f 100644
--- a/lib/core/src/lib/about/about-github-link/about-github-link.component.ts
+++ b/lib/core/src/lib/about/about-github-link/about-github-link.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-license-list/about-license-list.component.ts b/lib/core/src/lib/about/about-license-list/about-license-list.component.ts
index 636ef79870..1a387c3b22 100644
--- a/lib/core/src/lib/about/about-license-list/about-license-list.component.ts
+++ b/lib/core/src/lib/about/about-license-list/about-license-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-module-list/module-list.component.ts b/lib/core/src/lib/about/about-module-list/module-list.component.ts
index 28d56e0ff7..4a5efc0fa5 100644
--- a/lib/core/src/lib/about/about-module-list/module-list.component.ts
+++ b/lib/core/src/lib/about/about-module-list/module-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-package/package-list.component.ts b/lib/core/src/lib/about/about-package/package-list.component.ts
index 591d0425b7..42f2dfab87 100644
--- a/lib/core/src/lib/about/about-package/package-list.component.ts
+++ b/lib/core/src/lib/about/about-package/package-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-panel.directive.ts b/lib/core/src/lib/about/about-panel.directive.ts
index f3853fef3a..454134e40e 100644
--- a/lib/core/src/lib/about/about-panel.directive.ts
+++ b/lib/core/src/lib/about/about-panel.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-platform-version/about-platform-version.component.ts b/lib/core/src/lib/about/about-platform-version/about-platform-version.component.ts
index 915586a28a..e513be0aa8 100644
--- a/lib/core/src/lib/about/about-platform-version/about-platform-version.component.ts
+++ b/lib/core/src/lib/about/about-platform-version/about-platform-version.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-repository-info/about-repository-info.component.ts b/lib/core/src/lib/about/about-repository-info/about-repository-info.component.ts
index b6235eec0e..9b30d99777 100644
--- a/lib/core/src/lib/about/about-repository-info/about-repository-info.component.ts
+++ b/lib/core/src/lib/about/about-repository-info/about-repository-info.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-repository-info/repository-info.interface.ts b/lib/core/src/lib/about/about-repository-info/repository-info.interface.ts
index 127f4522f2..0d65e5f548 100644
--- a/lib/core/src/lib/about/about-repository-info/repository-info.interface.ts
+++ b/lib/core/src/lib/about/about-repository-info/repository-info.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-server-settings/about-server-settings.component.spec.ts b/lib/core/src/lib/about/about-server-settings/about-server-settings.component.spec.ts
index 8013b35174..e97db1409f 100644
--- a/lib/core/src/lib/about/about-server-settings/about-server-settings.component.spec.ts
+++ b/lib/core/src/lib/about/about-server-settings/about-server-settings.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-server-settings/about-server-settings.component.ts b/lib/core/src/lib/about/about-server-settings/about-server-settings.component.ts
index 7aef7a7eb8..16ebacc1fe 100644
--- a/lib/core/src/lib/about/about-server-settings/about-server-settings.component.ts
+++ b/lib/core/src/lib/about/about-server-settings/about-server-settings.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about-status-list/about-status-list.component.ts b/lib/core/src/lib/about/about-status-list/about-status-list.component.ts
index 2ff42bbc5b..8b075b7fbc 100644
--- a/lib/core/src/lib/about/about-status-list/about-status-list.component.ts
+++ b/lib/core/src/lib/about/about-status-list/about-status-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about.component.stories.ts b/lib/core/src/lib/about/about.component.stories.ts
index 3a4bcb9b28..24ad169077 100644
--- a/lib/core/src/lib/about/about.component.stories.ts
+++ b/lib/core/src/lib/about/about.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about.component.ts b/lib/core/src/lib/about/about.component.ts
index e9451fd257..696832e110 100644
--- a/lib/core/src/lib/about/about.component.ts
+++ b/lib/core/src/lib/about/about.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about.mock.ts b/lib/core/src/lib/about/about.mock.ts
index a66e3f3146..5779c85952 100644
--- a/lib/core/src/lib/about/about.mock.ts
+++ b/lib/core/src/lib/about/about.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/about.module.ts b/lib/core/src/lib/about/about.module.ts
index e9028b9888..e76f3acf11 100644
--- a/lib/core/src/lib/about/about.module.ts
+++ b/lib/core/src/lib/about/about.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/index.ts b/lib/core/src/lib/about/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/about/index.ts
+++ b/lib/core/src/lib/about/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/interfaces.ts b/lib/core/src/lib/about/interfaces.ts
index dd314230e6..0526abb6fa 100644
--- a/lib/core/src/lib/about/interfaces.ts
+++ b/lib/core/src/lib/about/interfaces.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/public-api.ts b/lib/core/src/lib/about/public-api.ts
index 323da2f5a1..b529988686 100644
--- a/lib/core/src/lib/about/public-api.ts
+++ b/lib/core/src/lib/about/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/about/services/aae-info.service.ts b/lib/core/src/lib/about/services/aae-info.service.ts
index d8f13c51e8..560ee6ef98 100644
--- a/lib/core/src/lib/about/services/aae-info.service.ts
+++ b/lib/core/src/lib/about/services/aae-info.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/api-factories/alfresco-api-no-auth.service.ts b/lib/core/src/lib/api-factories/alfresco-api-no-auth.service.ts
index 61aad41b2f..619935c03b 100644
--- a/lib/core/src/lib/api-factories/alfresco-api-no-auth.service.ts
+++ b/lib/core/src/lib/api-factories/alfresco-api-no-auth.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/api-factories/alfresco-api-v2-loader.service.ts b/lib/core/src/lib/api-factories/alfresco-api-v2-loader.service.ts
index fe78b599d4..faeca42120 100644
--- a/lib/core/src/lib/api-factories/alfresco-api-v2-loader.service.ts
+++ b/lib/core/src/lib/api-factories/alfresco-api-v2-loader.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/app-config/app-config-storage-prefix.factory.spec.ts b/lib/core/src/lib/app-config/app-config-storage-prefix.factory.spec.ts
index ccf837d9b1..e724f466a3 100644
--- a/lib/core/src/lib/app-config/app-config-storage-prefix.factory.spec.ts
+++ b/lib/core/src/lib/app-config/app-config-storage-prefix.factory.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/app-config/app-config-storage-prefix.factory.ts b/lib/core/src/lib/app-config/app-config-storage-prefix.factory.ts
index b856c42e2e..2203e6f430 100644
--- a/lib/core/src/lib/app-config/app-config-storage-prefix.factory.ts
+++ b/lib/core/src/lib/app-config/app-config-storage-prefix.factory.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/app-config/app-config.loader.ts b/lib/core/src/lib/app-config/app-config.loader.ts
index f93fdec933..1744729a59 100644
--- a/lib/core/src/lib/app-config/app-config.loader.ts
+++ b/lib/core/src/lib/app-config/app-config.loader.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/app-config/app-config.module.ts b/lib/core/src/lib/app-config/app-config.module.ts
index 1c2877deff..05e2de6465 100644
--- a/lib/core/src/lib/app-config/app-config.module.ts
+++ b/lib/core/src/lib/app-config/app-config.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/app-config/app-config.pipe.ts b/lib/core/src/lib/app-config/app-config.pipe.ts
index 286716a4ae..a099fcff1b 100644
--- a/lib/core/src/lib/app-config/app-config.pipe.ts
+++ b/lib/core/src/lib/app-config/app-config.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/app-config/app-config.service.spec.ts b/lib/core/src/lib/app-config/app-config.service.spec.ts
index fa22bb4017..ee7972ada2 100644
--- a/lib/core/src/lib/app-config/app-config.service.spec.ts
+++ b/lib/core/src/lib/app-config/app-config.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/app-config/app-config.service.ts b/lib/core/src/lib/app-config/app-config.service.ts
index c0e0606f6b..6dd58b4de9 100644
--- a/lib/core/src/lib/app-config/app-config.service.ts
+++ b/lib/core/src/lib/app-config/app-config.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/app-config/debug-app-config.service.ts b/lib/core/src/lib/app-config/debug-app-config.service.ts
index 5e37eb60bb..30959ea875 100644
--- a/lib/core/src/lib/app-config/debug-app-config.service.ts
+++ b/lib/core/src/lib/app-config/debug-app-config.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/app-config/index.ts b/lib/core/src/lib/app-config/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/app-config/index.ts
+++ b/lib/core/src/lib/app-config/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/app-config/public-api.ts b/lib/core/src/lib/app-config/public-api.ts
index 59a6f021e1..b98f2ecdc2 100644
--- a/lib/core/src/lib/app-config/public-api.ts
+++ b/lib/core/src/lib/app-config/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/authentication-interceptor/auth-bearer.interceptor.spec.ts b/lib/core/src/lib/auth/authentication-interceptor/auth-bearer.interceptor.spec.ts
index d2f252eb51..041b2afe6c 100644
--- a/lib/core/src/lib/auth/authentication-interceptor/auth-bearer.interceptor.spec.ts
+++ b/lib/core/src/lib/auth/authentication-interceptor/auth-bearer.interceptor.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/authentication-interceptor/auth-bearer.interceptor.ts b/lib/core/src/lib/auth/authentication-interceptor/auth-bearer.interceptor.ts
index cb72e75a8c..6760e56cf4 100644
--- a/lib/core/src/lib/auth/authentication-interceptor/auth-bearer.interceptor.ts
+++ b/lib/core/src/lib/auth/authentication-interceptor/auth-bearer.interceptor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/basic-auth/basic-alfresco-auth.service.ts b/lib/core/src/lib/auth/basic-auth/basic-alfresco-auth.service.ts
index 56f1a2a0e7..d401edfd07 100644
--- a/lib/core/src/lib/auth/basic-auth/basic-alfresco-auth.service.ts
+++ b/lib/core/src/lib/auth/basic-auth/basic-alfresco-auth.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/basic-auth/content-auth.ts b/lib/core/src/lib/auth/basic-auth/content-auth.ts
index c7918316b0..a6d9880612 100644
--- a/lib/core/src/lib/auth/basic-auth/content-auth.ts
+++ b/lib/core/src/lib/auth/basic-auth/content-auth.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/basic-auth/process-auth.ts b/lib/core/src/lib/auth/basic-auth/process-auth.ts
index 7374a160d9..e032c58aee 100644
--- a/lib/core/src/lib/auth/basic-auth/process-auth.ts
+++ b/lib/core/src/lib/auth/basic-auth/process-auth.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/guard/auth-guard-base.ts b/lib/core/src/lib/auth/guard/auth-guard-base.ts
index 7727fe546c..07c98acfb0 100644
--- a/lib/core/src/lib/auth/guard/auth-guard-base.ts
+++ b/lib/core/src/lib/auth/guard/auth-guard-base.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/guard/auth-guard-bpm.service.spec.ts b/lib/core/src/lib/auth/guard/auth-guard-bpm.service.spec.ts
index c6e4cb64d9..5e9383bf04 100644
--- a/lib/core/src/lib/auth/guard/auth-guard-bpm.service.spec.ts
+++ b/lib/core/src/lib/auth/guard/auth-guard-bpm.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/guard/auth-guard-bpm.service.ts b/lib/core/src/lib/auth/guard/auth-guard-bpm.service.ts
index 59a1a3457b..b3aa2f819b 100644
--- a/lib/core/src/lib/auth/guard/auth-guard-bpm.service.ts
+++ b/lib/core/src/lib/auth/guard/auth-guard-bpm.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/guard/auth-guard-ecm.service.spec.ts b/lib/core/src/lib/auth/guard/auth-guard-ecm.service.spec.ts
index 55d180b889..051965be50 100644
--- a/lib/core/src/lib/auth/guard/auth-guard-ecm.service.spec.ts
+++ b/lib/core/src/lib/auth/guard/auth-guard-ecm.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/guard/auth-guard-ecm.service.ts b/lib/core/src/lib/auth/guard/auth-guard-ecm.service.ts
index 0621b528e1..ab5d6229fe 100644
--- a/lib/core/src/lib/auth/guard/auth-guard-ecm.service.ts
+++ b/lib/core/src/lib/auth/guard/auth-guard-ecm.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/guard/auth-guard-sso-role.service.spec.ts b/lib/core/src/lib/auth/guard/auth-guard-sso-role.service.spec.ts
index 9fd8b30d47..669c72b773 100644
--- a/lib/core/src/lib/auth/guard/auth-guard-sso-role.service.spec.ts
+++ b/lib/core/src/lib/auth/guard/auth-guard-sso-role.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/guard/auth-guard-sso-role.service.ts b/lib/core/src/lib/auth/guard/auth-guard-sso-role.service.ts
index c34ab4b948..71870de7ec 100644
--- a/lib/core/src/lib/auth/guard/auth-guard-sso-role.service.ts
+++ b/lib/core/src/lib/auth/guard/auth-guard-sso-role.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/guard/auth-guard.service.spec.ts b/lib/core/src/lib/auth/guard/auth-guard.service.spec.ts
index f10a9ee845..318b7578e7 100644
--- a/lib/core/src/lib/auth/guard/auth-guard.service.spec.ts
+++ b/lib/core/src/lib/auth/guard/auth-guard.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/guard/auth-guard.service.ts b/lib/core/src/lib/auth/guard/auth-guard.service.ts
index 23eb64f47a..0ad38b5c3b 100644
--- a/lib/core/src/lib/auth/guard/auth-guard.service.ts
+++ b/lib/core/src/lib/auth/guard/auth-guard.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/index.ts b/lib/core/src/lib/auth/index.ts
index 7921b11998..af12ddc7e2 100644
--- a/lib/core/src/lib/auth/index.ts
+++ b/lib/core/src/lib/auth/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/interfaces/authentication-service.interface.ts b/lib/core/src/lib/auth/interfaces/authentication-service.interface.ts
index 2c9b924129..c14c3be087 100644
--- a/lib/core/src/lib/auth/interfaces/authentication-service.interface.ts
+++ b/lib/core/src/lib/auth/interfaces/authentication-service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/interfaces/authentication.interface.ts b/lib/core/src/lib/auth/interfaces/authentication.interface.ts
index 318fa3fe82..deef7b6cb5 100644
--- a/lib/core/src/lib/auth/interfaces/authentication.interface.ts
+++ b/lib/core/src/lib/auth/interfaces/authentication.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/interfaces/identity-group.interface.ts b/lib/core/src/lib/auth/interfaces/identity-group.interface.ts
index 4d82a2e60d..a50e133714 100644
--- a/lib/core/src/lib/auth/interfaces/identity-group.interface.ts
+++ b/lib/core/src/lib/auth/interfaces/identity-group.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/interfaces/identity-user.service.interface.ts b/lib/core/src/lib/auth/interfaces/identity-user.service.interface.ts
index 6d872d6b91..4d9b3d274f 100644
--- a/lib/core/src/lib/auth/interfaces/identity-user.service.interface.ts
+++ b/lib/core/src/lib/auth/interfaces/identity-user.service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/interfaces/openid-configuration.interface.ts b/lib/core/src/lib/auth/interfaces/openid-configuration.interface.ts
index a8136aa4fc..788f9d73b5 100644
--- a/lib/core/src/lib/auth/interfaces/openid-configuration.interface.ts
+++ b/lib/core/src/lib/auth/interfaces/openid-configuration.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/mock/authentication.service.mock.ts b/lib/core/src/lib/auth/mock/authentication.service.mock.ts
index dfa6e8674f..efcce4448f 100644
--- a/lib/core/src/lib/auth/mock/authentication.service.mock.ts
+++ b/lib/core/src/lib/auth/mock/authentication.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/mock/identity-group.mock.ts b/lib/core/src/lib/auth/mock/identity-group.mock.ts
index a34bb7a9b3..61cbf89934 100644
--- a/lib/core/src/lib/auth/mock/identity-group.mock.ts
+++ b/lib/core/src/lib/auth/mock/identity-group.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/mock/identity-group.service.mock.ts b/lib/core/src/lib/auth/mock/identity-group.service.mock.ts
index 388ad24e02..a724d29bce 100644
--- a/lib/core/src/lib/auth/mock/identity-group.service.mock.ts
+++ b/lib/core/src/lib/auth/mock/identity-group.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/mock/identity-user.mock.ts b/lib/core/src/lib/auth/mock/identity-user.mock.ts
index e3099edc13..a3c659caf5 100644
--- a/lib/core/src/lib/auth/mock/identity-user.mock.ts
+++ b/lib/core/src/lib/auth/mock/identity-user.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/mock/identity-user.service.mock.ts b/lib/core/src/lib/auth/mock/identity-user.service.mock.ts
index 2f49759b64..4fea659dfc 100644
--- a/lib/core/src/lib/auth/mock/identity-user.service.mock.ts
+++ b/lib/core/src/lib/auth/mock/identity-user.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/mock/jwt-helper.service.spec.ts b/lib/core/src/lib/auth/mock/jwt-helper.service.spec.ts
index f23c216c3c..5a6557383b 100644
--- a/lib/core/src/lib/auth/mock/jwt-helper.service.spec.ts
+++ b/lib/core/src/lib/auth/mock/jwt-helper.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/mock/oauth2.service.mock.ts b/lib/core/src/lib/auth/mock/oauth2.service.mock.ts
index 75e9e63978..b15c9d64cf 100644
--- a/lib/core/src/lib/auth/mock/oauth2.service.mock.ts
+++ b/lib/core/src/lib/auth/mock/oauth2.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/models/application-access.model.ts b/lib/core/src/lib/auth/models/application-access.model.ts
index a01301a9a0..3fc602dba7 100644
--- a/lib/core/src/lib/auth/models/application-access.model.ts
+++ b/lib/core/src/lib/auth/models/application-access.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/models/identity-group.model.ts b/lib/core/src/lib/auth/models/identity-group.model.ts
index 8265f28b28..0a7c12709b 100644
--- a/lib/core/src/lib/auth/models/identity-group.model.ts
+++ b/lib/core/src/lib/auth/models/identity-group.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/models/identity-role.model.ts b/lib/core/src/lib/auth/models/identity-role.model.ts
index f443bbb562..fe644fb2fa 100644
--- a/lib/core/src/lib/auth/models/identity-role.model.ts
+++ b/lib/core/src/lib/auth/models/identity-role.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/models/identity-user.model.ts b/lib/core/src/lib/auth/models/identity-user.model.ts
index d92a873ed0..c7e3d0b971 100644
--- a/lib/core/src/lib/auth/models/identity-user.model.ts
+++ b/lib/core/src/lib/auth/models/identity-user.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/models/oauth-config.model.ts b/lib/core/src/lib/auth/models/oauth-config.model.ts
index e7a27a7e7f..fad455795c 100644
--- a/lib/core/src/lib/auth/models/oauth-config.model.ts
+++ b/lib/core/src/lib/auth/models/oauth-config.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/models/redirection.model.ts b/lib/core/src/lib/auth/models/redirection.model.ts
index 843be8719a..f7f16603d0 100644
--- a/lib/core/src/lib/auth/models/redirection.model.ts
+++ b/lib/core/src/lib/auth/models/redirection.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/models/user-access.model.ts b/lib/core/src/lib/auth/models/user-access.model.ts
index ee37ccf4e6..d6b4b6a256 100644
--- a/lib/core/src/lib/auth/models/user-access.model.ts
+++ b/lib/core/src/lib/auth/models/user-access.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/auth-config.service.spec.ts b/lib/core/src/lib/auth/oidc/auth-config.service.spec.ts
index 11bd984739..9e9992c239 100644
--- a/lib/core/src/lib/auth/oidc/auth-config.service.spec.ts
+++ b/lib/core/src/lib/auth/oidc/auth-config.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/auth-config.service.ts b/lib/core/src/lib/auth/oidc/auth-config.service.ts
index c76427bc64..087c016b8e 100644
--- a/lib/core/src/lib/auth/oidc/auth-config.service.ts
+++ b/lib/core/src/lib/auth/oidc/auth-config.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/auth-config.ts b/lib/core/src/lib/auth/oidc/auth-config.ts
index 5adbb11f9a..7983ac06fc 100644
--- a/lib/core/src/lib/auth/oidc/auth-config.ts
+++ b/lib/core/src/lib/auth/oidc/auth-config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/auth-routing.module.ts b/lib/core/src/lib/auth/oidc/auth-routing.module.ts
index 53406b208a..c6bf530638 100644
--- a/lib/core/src/lib/auth/oidc/auth-routing.module.ts
+++ b/lib/core/src/lib/auth/oidc/auth-routing.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/auth.module.ts b/lib/core/src/lib/auth/oidc/auth.module.ts
index 3240a151d1..e63697dd5f 100644
--- a/lib/core/src/lib/auth/oidc/auth.module.ts
+++ b/lib/core/src/lib/auth/oidc/auth.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/auth.service.ts b/lib/core/src/lib/auth/oidc/auth.service.ts
index 920d933402..504616086b 100644
--- a/lib/core/src/lib/auth/oidc/auth.service.ts
+++ b/lib/core/src/lib/auth/oidc/auth.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/oidc-auth.guard.spec.ts b/lib/core/src/lib/auth/oidc/oidc-auth.guard.spec.ts
index 58bf429869..594dde1f93 100644
--- a/lib/core/src/lib/auth/oidc/oidc-auth.guard.spec.ts
+++ b/lib/core/src/lib/auth/oidc/oidc-auth.guard.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/oidc-auth.guard.ts b/lib/core/src/lib/auth/oidc/oidc-auth.guard.ts
index 436e41ad7b..1b1bb7ec46 100644
--- a/lib/core/src/lib/auth/oidc/oidc-auth.guard.ts
+++ b/lib/core/src/lib/auth/oidc/oidc-auth.guard.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/public-api.ts b/lib/core/src/lib/auth/oidc/public-api.ts
index 11bef85116..45f4d8f49f 100644
--- a/lib/core/src/lib/auth/oidc/public-api.ts
+++ b/lib/core/src/lib/auth/oidc/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/redirect-auth.service.ts b/lib/core/src/lib/auth/oidc/redirect-auth.service.ts
index f4ebe65441..2ff37d2f8d 100644
--- a/lib/core/src/lib/auth/oidc/redirect-auth.service.ts
+++ b/lib/core/src/lib/auth/oidc/redirect-auth.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.ts b/lib/core/src/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.ts
index e593b5e856..47b7c68266 100644
--- a/lib/core/src/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.ts
+++ b/lib/core/src/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/public-api.ts b/lib/core/src/lib/auth/public-api.ts
index 0cea03f734..418269f035 100644
--- a/lib/core/src/lib/auth/public-api.ts
+++ b/lib/core/src/lib/auth/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/authentication.service.spec.ts b/lib/core/src/lib/auth/services/authentication.service.spec.ts
index 357cd499ad..1a3cd6c956 100644
--- a/lib/core/src/lib/auth/services/authentication.service.spec.ts
+++ b/lib/core/src/lib/auth/services/authentication.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/authentication.service.ts b/lib/core/src/lib/auth/services/authentication.service.ts
index 0aa1e00c04..2c7cafa53f 100644
--- a/lib/core/src/lib/auth/services/authentication.service.ts
+++ b/lib/core/src/lib/auth/services/authentication.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/base-authentication.service.ts b/lib/core/src/lib/auth/services/base-authentication.service.ts
index e2f43f3e04..e4b50272c2 100644
--- a/lib/core/src/lib/auth/services/base-authentication.service.ts
+++ b/lib/core/src/lib/auth/services/base-authentication.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/identity-group.service.spec.ts b/lib/core/src/lib/auth/services/identity-group.service.spec.ts
index cca4df1057..1cde9eff27 100644
--- a/lib/core/src/lib/auth/services/identity-group.service.spec.ts
+++ b/lib/core/src/lib/auth/services/identity-group.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/identity-group.service.ts b/lib/core/src/lib/auth/services/identity-group.service.ts
index 8ba4ce97fd..9583d50396 100644
--- a/lib/core/src/lib/auth/services/identity-group.service.ts
+++ b/lib/core/src/lib/auth/services/identity-group.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/identity-role.service.spec.ts b/lib/core/src/lib/auth/services/identity-role.service.spec.ts
index 21caeab505..409cdebc15 100644
--- a/lib/core/src/lib/auth/services/identity-role.service.spec.ts
+++ b/lib/core/src/lib/auth/services/identity-role.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/identity-role.service.ts b/lib/core/src/lib/auth/services/identity-role.service.ts
index 1158e63d34..0231541455 100644
--- a/lib/core/src/lib/auth/services/identity-role.service.ts
+++ b/lib/core/src/lib/auth/services/identity-role.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/identity-user.service.spec.ts b/lib/core/src/lib/auth/services/identity-user.service.spec.ts
index c2abd94b06..b876d8bcbf 100644
--- a/lib/core/src/lib/auth/services/identity-user.service.spec.ts
+++ b/lib/core/src/lib/auth/services/identity-user.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/identity-user.service.ts b/lib/core/src/lib/auth/services/identity-user.service.ts
index eb5573524c..4d5e77c029 100644
--- a/lib/core/src/lib/auth/services/identity-user.service.ts
+++ b/lib/core/src/lib/auth/services/identity-user.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/jwt-helper.service.spec.ts b/lib/core/src/lib/auth/services/jwt-helper.service.spec.ts
index 49a80812da..0c56406fef 100644
--- a/lib/core/src/lib/auth/services/jwt-helper.service.spec.ts
+++ b/lib/core/src/lib/auth/services/jwt-helper.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/jwt-helper.service.ts b/lib/core/src/lib/auth/services/jwt-helper.service.ts
index 87b2d05ad4..d992f48278 100644
--- a/lib/core/src/lib/auth/services/jwt-helper.service.ts
+++ b/lib/core/src/lib/auth/services/jwt-helper.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/oauth2.service.ts b/lib/core/src/lib/auth/services/oauth2.service.ts
index 3bebfe233e..500947f382 100644
--- a/lib/core/src/lib/auth/services/oauth2.service.ts
+++ b/lib/core/src/lib/auth/services/oauth2.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/oidc-authentication.service.spec.ts b/lib/core/src/lib/auth/services/oidc-authentication.service.spec.ts
index b59040459b..c182a4bbc7 100644
--- a/lib/core/src/lib/auth/services/oidc-authentication.service.spec.ts
+++ b/lib/core/src/lib/auth/services/oidc-authentication.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/oidc-authentication.service.ts b/lib/core/src/lib/auth/services/oidc-authentication.service.ts
index 7504253629..ec444eafe7 100644
--- a/lib/core/src/lib/auth/services/oidc-authentication.service.ts
+++ b/lib/core/src/lib/auth/services/oidc-authentication.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/user-access.service.spec.ts b/lib/core/src/lib/auth/services/user-access.service.spec.ts
index 473d82b32f..3406402c43 100644
--- a/lib/core/src/lib/auth/services/user-access.service.spec.ts
+++ b/lib/core/src/lib/auth/services/user-access.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/auth/services/user-access.service.ts b/lib/core/src/lib/auth/services/user-access.service.ts
index 756a997e00..c662ee33a3 100644
--- a/lib/core/src/lib/auth/services/user-access.service.ts
+++ b/lib/core/src/lib/auth/services/user-access.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/blank-page/blank-page.component.ts b/lib/core/src/lib/blank-page/blank-page.component.ts
index dfeda935ef..83f66df682 100644
--- a/lib/core/src/lib/blank-page/blank-page.component.ts
+++ b/lib/core/src/lib/blank-page/blank-page.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/blank-page/blank-page.module.ts b/lib/core/src/lib/blank-page/blank-page.module.ts
index 6ac3375007..9fd96dc055 100644
--- a/lib/core/src/lib/blank-page/blank-page.module.ts
+++ b/lib/core/src/lib/blank-page/blank-page.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/blank-page/index.ts b/lib/core/src/lib/blank-page/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/blank-page/index.ts
+++ b/lib/core/src/lib/blank-page/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/blank-page/public-api.ts b/lib/core/src/lib/blank-page/public-api.ts
index 85921ca463..2d4ee776cf 100644
--- a/lib/core/src/lib/blank-page/public-api.ts
+++ b/lib/core/src/lib/blank-page/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/buttons-menu/buttons-menu.component.spec.ts b/lib/core/src/lib/buttons-menu/buttons-menu.component.spec.ts
index 5907db638d..d394c27c44 100644
--- a/lib/core/src/lib/buttons-menu/buttons-menu.component.spec.ts
+++ b/lib/core/src/lib/buttons-menu/buttons-menu.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/buttons-menu/buttons-menu.component.stories.ts b/lib/core/src/lib/buttons-menu/buttons-menu.component.stories.ts
index 2b25ee2826..3565fdc63c 100644
--- a/lib/core/src/lib/buttons-menu/buttons-menu.component.stories.ts
+++ b/lib/core/src/lib/buttons-menu/buttons-menu.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/buttons-menu/buttons-menu.component.ts b/lib/core/src/lib/buttons-menu/buttons-menu.component.ts
index 8e4f21ecbf..9e5ba35cf3 100644
--- a/lib/core/src/lib/buttons-menu/buttons-menu.component.ts
+++ b/lib/core/src/lib/buttons-menu/buttons-menu.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/buttons-menu/buttons-menu.module.ts b/lib/core/src/lib/buttons-menu/buttons-menu.module.ts
index bdf1c6f09c..5215f52e95 100644
--- a/lib/core/src/lib/buttons-menu/buttons-menu.module.ts
+++ b/lib/core/src/lib/buttons-menu/buttons-menu.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/buttons-menu/index.ts b/lib/core/src/lib/buttons-menu/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/buttons-menu/index.ts
+++ b/lib/core/src/lib/buttons-menu/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/buttons-menu/public-api.ts b/lib/core/src/lib/buttons-menu/public-api.ts
index fca124d594..1ebde6899b 100644
--- a/lib/core/src/lib/buttons-menu/public-api.ts
+++ b/lib/core/src/lib/buttons-menu/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/card-view.module.ts b/lib/core/src/lib/card-view/card-view.module.ts
index e38602ffe1..fec45ec5bc 100644
--- a/lib/core/src/lib/card-view/card-view.module.ts
+++ b/lib/core/src/lib/card-view/card-view.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/base-card-view.ts b/lib/core/src/lib/card-view/components/base-card-view.ts
index d6c8326ed3..6ac45fcf82 100644
--- a/lib/core/src/lib/card-view/components/base-card-view.ts
+++ b/lib/core/src/lib/card-view/components/base-card-view.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.spec.ts b/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.spec.ts
index e5aa5b3986..a8645099d0 100644
--- a/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.spec.ts
+++ b/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.stories.ts b/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.stories.ts
index a467f34408..7acdf0af6d 100644
--- a/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.stories.ts
+++ b/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.ts b/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.ts
index fdf16dcee0..b46fd205d0 100644
--- a/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.ts
+++ b/lib/core/src/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.spec.ts b/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.spec.ts
index d70c8451bc..9a3e3d5945 100644
--- a/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.spec.ts
+++ b/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.stories.ts b/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.stories.ts
index bd763014bf..7375c35d71 100644
--- a/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.stories.ts
+++ b/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.ts b/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.ts
index 8d36313b57..3237941992 100644
--- a/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.ts
+++ b/lib/core/src/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.spec.ts b/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.spec.ts
index 4f727d1cd6..2341bd403b 100644
--- a/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.spec.ts
+++ b/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.stories.ts b/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.stories.ts
index d316f0b18f..3b493728c1 100644
--- a/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.stories.ts
+++ b/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.ts b/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.ts
index eb75eb08c1..6f83a51cbb 100644
--- a/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.ts
+++ b/lib/core/src/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.spec.ts b/lib/core/src/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.spec.ts
index 801e75b1cb..bd0520f0b0 100644
--- a/lib/core/src/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.spec.ts
+++ b/lib/core/src/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.ts b/lib/core/src/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.ts
index 3d9dd4e4d2..0217cbc9b8 100644
--- a/lib/core/src/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.ts
+++ b/lib/core/src/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.spec.ts b/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.spec.ts
index 60eaf79d9b..56c6aab1c2 100644
--- a/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.spec.ts
+++ b/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.stories.ts b/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.stories.ts
index f1771ba4ef..c8db1837a2 100644
--- a/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.stories.ts
+++ b/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.ts b/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.ts
index 0e13fbe092..a40b9b3ab4 100644
--- a/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.ts
+++ b/lib/core/src/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.spec.ts b/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.spec.ts
index d7e3e0864b..b7cf1d4186 100644
--- a/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.spec.ts
+++ b/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.stories.ts b/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.stories.ts
index 0da8956fa2..6e7b8a44cd 100644
--- a/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.stories.ts
+++ b/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.ts b/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.ts
index 7ff8e418f5..5e4ef2c0e0 100644
--- a/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.ts
+++ b/lib/core/src/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.spec.ts b/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.spec.ts
index 5670533db6..4591737382 100644
--- a/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.spec.ts
+++ b/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.stories.ts b/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.stories.ts
index 9499e82292..3dd1ff5c3c 100644
--- a/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.stories.ts
+++ b/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.ts b/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.ts
index 89761a2138..4357a86e31 100644
--- a/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.ts
+++ b/lib/core/src/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.spec.ts b/lib/core/src/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.spec.ts
index e9ec164376..2c1ada86dd 100644
--- a/lib/core/src/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.spec.ts
+++ b/lib/core/src/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.ts b/lib/core/src/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.ts
index 6fc1a02ce2..0e8478820c 100644
--- a/lib/core/src/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.ts
+++ b/lib/core/src/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.spec.ts b/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.spec.ts
index f59f3fa6ab..4831334229 100644
--- a/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.spec.ts
+++ b/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.stories.ts b/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.stories.ts
index a9348e9114..be3fa9b9b2 100644
--- a/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.stories.ts
+++ b/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.ts b/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.ts
index 62515824fe..a648ca11be 100644
--- a/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.ts
+++ b/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view.components.ts b/lib/core/src/lib/card-view/components/card-view.components.ts
index 659dea3fc2..cec178c4d5 100644
--- a/lib/core/src/lib/card-view/components/card-view.components.ts
+++ b/lib/core/src/lib/card-view/components/card-view.components.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view/card-view.component.spec.ts b/lib/core/src/lib/card-view/components/card-view/card-view.component.spec.ts
index 20c548be76..48fa27a214 100644
--- a/lib/core/src/lib/card-view/components/card-view/card-view.component.spec.ts
+++ b/lib/core/src/lib/card-view/components/card-view/card-view.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view/card-view.component.stories.ts b/lib/core/src/lib/card-view/components/card-view/card-view.component.stories.ts
index efa9052c17..b36c62b582 100644
--- a/lib/core/src/lib/card-view/components/card-view/card-view.component.stories.ts
+++ b/lib/core/src/lib/card-view/components/card-view/card-view.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/components/card-view/card-view.component.ts b/lib/core/src/lib/card-view/components/card-view/card-view.component.ts
index 2c3f311e2a..00fe045cb3 100644
--- a/lib/core/src/lib/card-view/components/card-view/card-view.component.ts
+++ b/lib/core/src/lib/card-view/components/card-view/card-view.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/index.ts b/lib/core/src/lib/card-view/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/card-view/index.ts
+++ b/lib/core/src/lib/card-view/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/base-card-view-update.interface.ts b/lib/core/src/lib/card-view/interfaces/base-card-view-update.interface.ts
index 5cf3d2e3a0..b23c4f52c4 100644
--- a/lib/core/src/lib/card-view/interfaces/base-card-view-update.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/base-card-view-update.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view-arrayitem-properties.interface.ts b/lib/core/src/lib/card-view/interfaces/card-view-arrayitem-properties.interface.ts
index cc549ab58b..de6b52be71 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view-arrayitem-properties.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view-arrayitem-properties.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view-boolitem-properties.interface.ts b/lib/core/src/lib/card-view/interfaces/card-view-boolitem-properties.interface.ts
index 39a5630dd4..44231a09ab 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view-boolitem-properties.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view-boolitem-properties.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view-dateitem-properties.interface.ts b/lib/core/src/lib/card-view/interfaces/card-view-dateitem-properties.interface.ts
index 43cccff9c2..a9e079a2bf 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view-dateitem-properties.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view-dateitem-properties.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view-item-properties.interface.ts b/lib/core/src/lib/card-view/interfaces/card-view-item-properties.interface.ts
index d9780d9cfa..04d49ef525 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view-item-properties.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view-item-properties.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view-item-validator.interface.ts b/lib/core/src/lib/card-view/interfaces/card-view-item-validator.interface.ts
index ad5178c719..1cfbcb5fe9 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view-item-validator.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view-item-validator.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view-item.interface.ts b/lib/core/src/lib/card-view/interfaces/card-view-item.interface.ts
index b8270e14b4..0dccaa0e3b 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view-item.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view-item.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.ts b/lib/core/src/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.ts
index 3b76b002eb..be39e8c1a2 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view-selectitem-properties.interface.ts b/lib/core/src/lib/card-view/interfaces/card-view-selectitem-properties.interface.ts
index f600258e30..f9dc4d31af 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view-selectitem-properties.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view-selectitem-properties.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.ts b/lib/core/src/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.ts
index 16ae8bcc2f..a49f955033 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view-textitem-properties.interface.ts b/lib/core/src/lib/card-view/interfaces/card-view-textitem-properties.interface.ts
index 92fbfcdd6c..4c6d238a23 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view-textitem-properties.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view-textitem-properties.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/card-view.interfaces.ts b/lib/core/src/lib/card-view/interfaces/card-view.interfaces.ts
index 9da7341b96..1570b9e7a7 100644
--- a/lib/core/src/lib/card-view/interfaces/card-view.interfaces.ts
+++ b/lib/core/src/lib/card-view/interfaces/card-view.interfaces.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/click-notification.interface.ts b/lib/core/src/lib/card-view/interfaces/click-notification.interface.ts
index 2503eaa5df..566bf9d727 100644
--- a/lib/core/src/lib/card-view/interfaces/click-notification.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/click-notification.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/interfaces/update-notification.interface.ts b/lib/core/src/lib/card-view/interfaces/update-notification.interface.ts
index c6862e0489..afe44f07fe 100644
--- a/lib/core/src/lib/card-view/interfaces/update-notification.interface.ts
+++ b/lib/core/src/lib/card-view/interfaces/update-notification.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/mock/card-view-content.mock.ts b/lib/core/src/lib/card-view/mock/card-view-content.mock.ts
index 272a117e55..10b147853f 100644
--- a/lib/core/src/lib/card-view/mock/card-view-content.mock.ts
+++ b/lib/core/src/lib/card-view/mock/card-view-content.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-arrayitem.model.ts b/lib/core/src/lib/card-view/models/card-view-arrayitem.model.ts
index 4ae337942e..6028532ce2 100644
--- a/lib/core/src/lib/card-view/models/card-view-arrayitem.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-arrayitem.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-baseitem.model.spec.ts b/lib/core/src/lib/card-view/models/card-view-baseitem.model.spec.ts
index 0546730b3c..8408e465b9 100644
--- a/lib/core/src/lib/card-view/models/card-view-baseitem.model.spec.ts
+++ b/lib/core/src/lib/card-view/models/card-view-baseitem.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-baseitem.model.ts b/lib/core/src/lib/card-view/models/card-view-baseitem.model.ts
index 456cf73e86..953d131b17 100644
--- a/lib/core/src/lib/card-view/models/card-view-baseitem.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-baseitem.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-boolitem.model.spec.ts b/lib/core/src/lib/card-view/models/card-view-boolitem.model.spec.ts
index f3fe14fced..7a9c10c5c5 100644
--- a/lib/core/src/lib/card-view/models/card-view-boolitem.model.spec.ts
+++ b/lib/core/src/lib/card-view/models/card-view-boolitem.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-boolitem.model.ts b/lib/core/src/lib/card-view/models/card-view-boolitem.model.ts
index 6d80cbaa2f..12e4a49e4f 100644
--- a/lib/core/src/lib/card-view/models/card-view-boolitem.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-boolitem.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-dateitem.model.ts b/lib/core/src/lib/card-view/models/card-view-dateitem.model.ts
index 6425394ae1..f2e4d30efe 100644
--- a/lib/core/src/lib/card-view/models/card-view-dateitem.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-dateitem.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-datetimeitem.model.ts b/lib/core/src/lib/card-view/models/card-view-datetimeitem.model.ts
index e2f690a1fc..3e93e0a1f1 100644
--- a/lib/core/src/lib/card-view/models/card-view-datetimeitem.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-datetimeitem.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-floatitem.model.spec.ts b/lib/core/src/lib/card-view/models/card-view-floatitem.model.spec.ts
index 6cf18e7a0a..53cc60c50f 100644
--- a/lib/core/src/lib/card-view/models/card-view-floatitem.model.spec.ts
+++ b/lib/core/src/lib/card-view/models/card-view-floatitem.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-floatitem.model.ts b/lib/core/src/lib/card-view/models/card-view-floatitem.model.ts
index b3ddd268a6..86ab2eae49 100644
--- a/lib/core/src/lib/card-view/models/card-view-floatitem.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-floatitem.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-intitem.model.spec.ts b/lib/core/src/lib/card-view/models/card-view-intitem.model.spec.ts
index ce3f4aae21..36aa662fec 100644
--- a/lib/core/src/lib/card-view/models/card-view-intitem.model.spec.ts
+++ b/lib/core/src/lib/card-view/models/card-view-intitem.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-intitem.model.ts b/lib/core/src/lib/card-view/models/card-view-intitem.model.ts
index 74dc84eeaf..79598424ce 100644
--- a/lib/core/src/lib/card-view/models/card-view-intitem.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-intitem.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-keyvaluepairs.model.ts b/lib/core/src/lib/card-view/models/card-view-keyvaluepairs.model.ts
index e7ae963d60..44f53593e3 100644
--- a/lib/core/src/lib/card-view/models/card-view-keyvaluepairs.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-keyvaluepairs.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-mapitem.model.ts b/lib/core/src/lib/card-view/models/card-view-mapitem.model.ts
index fdba89090c..0f0b12e11d 100644
--- a/lib/core/src/lib/card-view/models/card-view-mapitem.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-mapitem.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-selectitem.model.spec.ts b/lib/core/src/lib/card-view/models/card-view-selectitem.model.spec.ts
index aeb64e4b16..e0715c5a84 100644
--- a/lib/core/src/lib/card-view/models/card-view-selectitem.model.spec.ts
+++ b/lib/core/src/lib/card-view/models/card-view-selectitem.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-selectitem.model.ts b/lib/core/src/lib/card-view/models/card-view-selectitem.model.ts
index c530f3b2b4..f3cdb0d1a4 100644
--- a/lib/core/src/lib/card-view/models/card-view-selectitem.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-selectitem.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-textitem.model.spec.ts b/lib/core/src/lib/card-view/models/card-view-textitem.model.spec.ts
index ad21bf9f63..2ffbcd0bc2 100644
--- a/lib/core/src/lib/card-view/models/card-view-textitem.model.spec.ts
+++ b/lib/core/src/lib/card-view/models/card-view-textitem.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view-textitem.model.ts b/lib/core/src/lib/card-view/models/card-view-textitem.model.ts
index 8ce0f7610e..7bef2fe4e1 100644
--- a/lib/core/src/lib/card-view/models/card-view-textitem.model.ts
+++ b/lib/core/src/lib/card-view/models/card-view-textitem.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/models/card-view.models.ts b/lib/core/src/lib/card-view/models/card-view.models.ts
index 716a59abd2..42ff49ea7d 100644
--- a/lib/core/src/lib/card-view/models/card-view.models.ts
+++ b/lib/core/src/lib/card-view/models/card-view.models.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/public-api.ts b/lib/core/src/lib/card-view/public-api.ts
index 6f6f6514cc..5a2cbe120c 100644
--- a/lib/core/src/lib/card-view/public-api.ts
+++ b/lib/core/src/lib/card-view/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/services/card-item-types.service.ts b/lib/core/src/lib/card-view/services/card-item-types.service.ts
index 8db6304919..8c418e63f6 100644
--- a/lib/core/src/lib/card-view/services/card-item-types.service.ts
+++ b/lib/core/src/lib/card-view/services/card-item-types.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/services/card-view-update.service.spec.ts b/lib/core/src/lib/card-view/services/card-view-update.service.spec.ts
index 635c9d40c2..9cafb71390 100644
--- a/lib/core/src/lib/card-view/services/card-view-update.service.spec.ts
+++ b/lib/core/src/lib/card-view/services/card-view-update.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/services/card-view-update.service.ts b/lib/core/src/lib/card-view/services/card-view-update.service.ts
index 044d516669..5a625b3dba 100644
--- a/lib/core/src/lib/card-view/services/card-view-update.service.ts
+++ b/lib/core/src/lib/card-view/services/card-view-update.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/services/card-view.services.ts b/lib/core/src/lib/card-view/services/card-view.services.ts
index 97cbcdb092..45916a0164 100644
--- a/lib/core/src/lib/card-view/services/card-view.services.ts
+++ b/lib/core/src/lib/card-view/services/card-view.services.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/validators/card-view-item-float.validator.ts b/lib/core/src/lib/card-view/validators/card-view-item-float.validator.ts
index b332425701..87369dac5f 100644
--- a/lib/core/src/lib/card-view/validators/card-view-item-float.validator.ts
+++ b/lib/core/src/lib/card-view/validators/card-view-item-float.validator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/validators/card-view-item-int.validator.ts b/lib/core/src/lib/card-view/validators/card-view-item-int.validator.ts
index 9104194acd..1e2c84deab 100644
--- a/lib/core/src/lib/card-view/validators/card-view-item-int.validator.ts
+++ b/lib/core/src/lib/card-view/validators/card-view-item-int.validator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/validators/card-view-item-length.valiator.ts b/lib/core/src/lib/card-view/validators/card-view-item-length.valiator.ts
index 38a82a4e9a..56eb66b956 100644
--- a/lib/core/src/lib/card-view/validators/card-view-item-length.valiator.ts
+++ b/lib/core/src/lib/card-view/validators/card-view-item-length.valiator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/validators/card-view-item-match.valiator.ts b/lib/core/src/lib/card-view/validators/card-view-item-match.valiator.ts
index 44ff86bbd7..1e2e02c940 100644
--- a/lib/core/src/lib/card-view/validators/card-view-item-match.valiator.ts
+++ b/lib/core/src/lib/card-view/validators/card-view-item-match.valiator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/validators/card-view-item-minmax.valiator.ts b/lib/core/src/lib/card-view/validators/card-view-item-minmax.valiator.ts
index 098537d0e4..00dc12454e 100644
--- a/lib/core/src/lib/card-view/validators/card-view-item-minmax.valiator.ts
+++ b/lib/core/src/lib/card-view/validators/card-view-item-minmax.valiator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/validators/card-view-item-only-positive-int.validator.spec.ts b/lib/core/src/lib/card-view/validators/card-view-item-only-positive-int.validator.spec.ts
index 45f244727e..4397131795 100644
--- a/lib/core/src/lib/card-view/validators/card-view-item-only-positive-int.validator.spec.ts
+++ b/lib/core/src/lib/card-view/validators/card-view-item-only-positive-int.validator.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/validators/card-view-item-only-positive-int.validator.ts b/lib/core/src/lib/card-view/validators/card-view-item-only-positive-int.validator.ts
index 83905b8b2c..9d38a9e316 100644
--- a/lib/core/src/lib/card-view/validators/card-view-item-only-positive-int.validator.ts
+++ b/lib/core/src/lib/card-view/validators/card-view-item-only-positive-int.validator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/validators/card-view.validators.ts b/lib/core/src/lib/card-view/validators/card-view.validators.ts
index b8a5407cd9..628c37dbf2 100644
--- a/lib/core/src/lib/card-view/validators/card-view.validators.ts
+++ b/lib/core/src/lib/card-view/validators/card-view.validators.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/card-view/validators/validators.map.ts b/lib/core/src/lib/card-view/validators/validators.map.ts
index 6dcfdb0e6e..a93c6ff3d6 100644
--- a/lib/core/src/lib/card-view/validators/validators.map.ts
+++ b/lib/core/src/lib/card-view/validators/validators.map.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/clipboard/clipboard.directive.spec.ts b/lib/core/src/lib/clipboard/clipboard.directive.spec.ts
index bae94b1452..a0143dc2e5 100644
--- a/lib/core/src/lib/clipboard/clipboard.directive.spec.ts
+++ b/lib/core/src/lib/clipboard/clipboard.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/clipboard/clipboard.directive.ts b/lib/core/src/lib/clipboard/clipboard.directive.ts
index 64cdc59d77..1edc4f8e8f 100644
--- a/lib/core/src/lib/clipboard/clipboard.directive.ts
+++ b/lib/core/src/lib/clipboard/clipboard.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/clipboard/clipboard.module.ts b/lib/core/src/lib/clipboard/clipboard.module.ts
index 0611efd549..7845c0e72b 100644
--- a/lib/core/src/lib/clipboard/clipboard.module.ts
+++ b/lib/core/src/lib/clipboard/clipboard.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/clipboard/clipboard.service.spec.ts b/lib/core/src/lib/clipboard/clipboard.service.spec.ts
index 47f78e3127..a5fba3a0b7 100644
--- a/lib/core/src/lib/clipboard/clipboard.service.spec.ts
+++ b/lib/core/src/lib/clipboard/clipboard.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/clipboard/clipboard.service.ts b/lib/core/src/lib/clipboard/clipboard.service.ts
index c5df2ec225..2a877e05d4 100644
--- a/lib/core/src/lib/clipboard/clipboard.service.ts
+++ b/lib/core/src/lib/clipboard/clipboard.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/clipboard/index.ts b/lib/core/src/lib/clipboard/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/clipboard/index.ts
+++ b/lib/core/src/lib/clipboard/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/clipboard/public-api.ts b/lib/core/src/lib/clipboard/public-api.ts
index cb8eb06c98..b83ceaca06 100644
--- a/lib/core/src/lib/clipboard/public-api.ts
+++ b/lib/core/src/lib/clipboard/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comment-list/comment-list.component.spec.ts b/lib/core/src/lib/comments/comment-list/comment-list.component.spec.ts
index 5a874763af..8f01f4bd2f 100644
--- a/lib/core/src/lib/comments/comment-list/comment-list.component.spec.ts
+++ b/lib/core/src/lib/comments/comment-list/comment-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comment-list/comment-list.component.stories.ts b/lib/core/src/lib/comments/comment-list/comment-list.component.stories.ts
index 50c605ea89..28cc10c631 100644
--- a/lib/core/src/lib/comments/comment-list/comment-list.component.stories.ts
+++ b/lib/core/src/lib/comments/comment-list/comment-list.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comment-list/comment-list.component.ts b/lib/core/src/lib/comments/comment-list/comment-list.component.ts
index e676cb5532..8cd6dafe89 100644
--- a/lib/core/src/lib/comments/comment-list/comment-list.component.ts
+++ b/lib/core/src/lib/comments/comment-list/comment-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comment-list/comment-list.module.ts b/lib/core/src/lib/comments/comment-list/comment-list.module.ts
index 3fed2dfa8e..e8133effdb 100644
--- a/lib/core/src/lib/comments/comment-list/comment-list.module.ts
+++ b/lib/core/src/lib/comments/comment-list/comment-list.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comment-list/index.ts b/lib/core/src/lib/comments/comment-list/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/comments/comment-list/index.ts
+++ b/lib/core/src/lib/comments/comment-list/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comment-list/mocks/comment-list.mock.ts b/lib/core/src/lib/comments/comment-list/mocks/comment-list.mock.ts
index 07baf64216..dcb318ce1f 100644
--- a/lib/core/src/lib/comments/comment-list/mocks/comment-list.mock.ts
+++ b/lib/core/src/lib/comments/comment-list/mocks/comment-list.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comment-list/mocks/comment-list.service.mock.ts b/lib/core/src/lib/comments/comment-list/mocks/comment-list.service.mock.ts
index c32c4fe887..77d15ec130 100644
--- a/lib/core/src/lib/comments/comment-list/mocks/comment-list.service.mock.ts
+++ b/lib/core/src/lib/comments/comment-list/mocks/comment-list.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comment-list/public-api.ts b/lib/core/src/lib/comments/comment-list/public-api.ts
index 7eb051ff59..d5178119ca 100644
--- a/lib/core/src/lib/comments/comment-list/public-api.ts
+++ b/lib/core/src/lib/comments/comment-list/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comments.component.spec.ts b/lib/core/src/lib/comments/comments.component.spec.ts
index ac616faa96..e90e6219f9 100644
--- a/lib/core/src/lib/comments/comments.component.spec.ts
+++ b/lib/core/src/lib/comments/comments.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comments.component.stories.ts b/lib/core/src/lib/comments/comments.component.stories.ts
index 9366184392..75c35ad6e3 100644
--- a/lib/core/src/lib/comments/comments.component.stories.ts
+++ b/lib/core/src/lib/comments/comments.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comments.component.ts b/lib/core/src/lib/comments/comments.component.ts
index 9a1a6c9487..10915f8edb 100644
--- a/lib/core/src/lib/comments/comments.component.ts
+++ b/lib/core/src/lib/comments/comments.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/comments.module.ts b/lib/core/src/lib/comments/comments.module.ts
index 4a659c5a20..6474693b2f 100644
--- a/lib/core/src/lib/comments/comments.module.ts
+++ b/lib/core/src/lib/comments/comments.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/index.ts b/lib/core/src/lib/comments/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/comments/index.ts
+++ b/lib/core/src/lib/comments/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/interfaces/comments-service.interface.ts b/lib/core/src/lib/comments/interfaces/comments-service.interface.ts
index 581c8712ba..08db1b6b56 100644
--- a/lib/core/src/lib/comments/interfaces/comments-service.interface.ts
+++ b/lib/core/src/lib/comments/interfaces/comments-service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/interfaces/comments.token.ts b/lib/core/src/lib/comments/interfaces/comments.token.ts
index 5cfca4cd1d..28aa5dce9e 100644
--- a/lib/core/src/lib/comments/interfaces/comments.token.ts
+++ b/lib/core/src/lib/comments/interfaces/comments.token.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/mocks/comments.service.mock.ts b/lib/core/src/lib/comments/mocks/comments.service.mock.ts
index 91acee71ac..19b20f631c 100644
--- a/lib/core/src/lib/comments/mocks/comments.service.mock.ts
+++ b/lib/core/src/lib/comments/mocks/comments.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/mocks/comments.service.stories.mock.ts b/lib/core/src/lib/comments/mocks/comments.service.stories.mock.ts
index e5c95568ae..d2246b9f40 100644
--- a/lib/core/src/lib/comments/mocks/comments.service.stories.mock.ts
+++ b/lib/core/src/lib/comments/mocks/comments.service.stories.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/mocks/comments.stories.mock.ts b/lib/core/src/lib/comments/mocks/comments.stories.mock.ts
index 8c94f75c61..d8eba97729 100644
--- a/lib/core/src/lib/comments/mocks/comments.stories.mock.ts
+++ b/lib/core/src/lib/comments/mocks/comments.stories.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/comments/public-api.ts b/lib/core/src/lib/comments/public-api.ts
index c673d6d494..298ae38a54 100644
--- a/lib/core/src/lib/comments/public-api.ts
+++ b/lib/core/src/lib/comments/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/index.ts b/lib/core/src/lib/common/index.ts
index 3ae38c6687..841c9136a2 100644
--- a/lib/core/src/lib/common/index.ts
+++ b/lib/core/src/lib/common/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/interface/search-component.interface.ts b/lib/core/src/lib/common/interface/search-component.interface.ts
index a40828b6c9..45a5b45816 100644
--- a/lib/core/src/lib/common/interface/search-component.interface.ts
+++ b/lib/core/src/lib/common/interface/search-component.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/mock/app-config.service.mock.ts b/lib/core/src/lib/common/mock/app-config.service.mock.ts
index 6dbb6c22de..eff13e1376 100644
--- a/lib/core/src/lib/common/mock/app-config.service.mock.ts
+++ b/lib/core/src/lib/common/mock/app-config.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/models/log-levels.model.ts b/lib/core/src/lib/common/models/log-levels.model.ts
index f90875f55f..496329272f 100644
--- a/lib/core/src/lib/common/models/log-levels.model.ts
+++ b/lib/core/src/lib/common/models/log-levels.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/models/user-info-mode.enum.ts b/lib/core/src/lib/common/models/user-info-mode.enum.ts
index 5230a6b2e5..bd63b40557 100644
--- a/lib/core/src/lib/common/models/user-info-mode.enum.ts
+++ b/lib/core/src/lib/common/models/user-info-mode.enum.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/cookie.service.ts b/lib/core/src/lib/common/services/cookie.service.ts
index 3dfeb2e7e4..726447716e 100644
--- a/lib/core/src/lib/common/services/cookie.service.ts
+++ b/lib/core/src/lib/common/services/cookie.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/directionality-config-factory.ts b/lib/core/src/lib/common/services/directionality-config-factory.ts
index b1e325429b..94f3a1622c 100644
--- a/lib/core/src/lib/common/services/directionality-config-factory.ts
+++ b/lib/core/src/lib/common/services/directionality-config-factory.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/directionality-config.service.spec.ts b/lib/core/src/lib/common/services/directionality-config.service.spec.ts
index 4130b23826..597e45fb6b 100644
--- a/lib/core/src/lib/common/services/directionality-config.service.spec.ts
+++ b/lib/core/src/lib/common/services/directionality-config.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/directionality-config.service.ts b/lib/core/src/lib/common/services/directionality-config.service.ts
index 50e6b41e12..f54b136311 100644
--- a/lib/core/src/lib/common/services/directionality-config.service.ts
+++ b/lib/core/src/lib/common/services/directionality-config.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/download.service.spec.ts b/lib/core/src/lib/common/services/download.service.spec.ts
index c4590155f7..6822f9c454 100644
--- a/lib/core/src/lib/common/services/download.service.spec.ts
+++ b/lib/core/src/lib/common/services/download.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/download.service.ts b/lib/core/src/lib/common/services/download.service.ts
index 35545d6277..c4fcb42233 100644
--- a/lib/core/src/lib/common/services/download.service.ts
+++ b/lib/core/src/lib/common/services/download.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/dynamic-component-mapper.service.ts b/lib/core/src/lib/common/services/dynamic-component-mapper.service.ts
index 923d6262f5..0c938c035f 100644
--- a/lib/core/src/lib/common/services/dynamic-component-mapper.service.ts
+++ b/lib/core/src/lib/common/services/dynamic-component-mapper.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/highlight-transform.service.ts b/lib/core/src/lib/common/services/highlight-transform.service.ts
index 15a588e370..c2eeba9d50 100644
--- a/lib/core/src/lib/common/services/highlight-transform.service.ts
+++ b/lib/core/src/lib/common/services/highlight-transform.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/language-item.interface.ts b/lib/core/src/lib/common/services/language-item.interface.ts
index d3c8c7bec0..7d45147975 100644
--- a/lib/core/src/lib/common/services/language-item.interface.ts
+++ b/lib/core/src/lib/common/services/language-item.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/log.service.spec.ts b/lib/core/src/lib/common/services/log.service.spec.ts
index 2759a5595b..79bcc17289 100644
--- a/lib/core/src/lib/common/services/log.service.spec.ts
+++ b/lib/core/src/lib/common/services/log.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/log.service.ts b/lib/core/src/lib/common/services/log.service.ts
index fae5dbc216..1882a297bc 100644
--- a/lib/core/src/lib/common/services/log.service.ts
+++ b/lib/core/src/lib/common/services/log.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/page-title.service.ts b/lib/core/src/lib/common/services/page-title.service.ts
index 99a9144bdc..c5dac84a37 100644
--- a/lib/core/src/lib/common/services/page-title.service.ts
+++ b/lib/core/src/lib/common/services/page-title.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/sort-by-category.service.spec.ts b/lib/core/src/lib/common/services/sort-by-category.service.spec.ts
index 4127b1e001..5ed4edd849 100644
--- a/lib/core/src/lib/common/services/sort-by-category.service.spec.ts
+++ b/lib/core/src/lib/common/services/sort-by-category.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/sort-by-category.service.ts b/lib/core/src/lib/common/services/sort-by-category.service.ts
index 719c00cbc2..db4d3c0323 100644
--- a/lib/core/src/lib/common/services/sort-by-category.service.ts
+++ b/lib/core/src/lib/common/services/sort-by-category.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/storage.service.spec.ts b/lib/core/src/lib/common/services/storage.service.spec.ts
index 03d4b16760..db29f72646 100644
--- a/lib/core/src/lib/common/services/storage.service.spec.ts
+++ b/lib/core/src/lib/common/services/storage.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/storage.service.ts b/lib/core/src/lib/common/services/storage.service.ts
index e4daedd230..d1d768a6a6 100644
--- a/lib/core/src/lib/common/services/storage.service.ts
+++ b/lib/core/src/lib/common/services/storage.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/thumbnail.service.spec.ts b/lib/core/src/lib/common/services/thumbnail.service.spec.ts
index aaa893c84b..9ec0eb90f3 100644
--- a/lib/core/src/lib/common/services/thumbnail.service.spec.ts
+++ b/lib/core/src/lib/common/services/thumbnail.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/thumbnail.service.ts b/lib/core/src/lib/common/services/thumbnail.service.ts
index f42e30c240..053e794b7a 100644
--- a/lib/core/src/lib/common/services/thumbnail.service.ts
+++ b/lib/core/src/lib/common/services/thumbnail.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/url.service.ts b/lib/core/src/lib/common/services/url.service.ts
index 12d6e6d86f..d153909f76 100644
--- a/lib/core/src/lib/common/services/url.service.ts
+++ b/lib/core/src/lib/common/services/url.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/user-preferences.service.spec.ts b/lib/core/src/lib/common/services/user-preferences.service.spec.ts
index f3c4758bbd..f17f12a009 100644
--- a/lib/core/src/lib/common/services/user-preferences.service.spec.ts
+++ b/lib/core/src/lib/common/services/user-preferences.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/services/user-preferences.service.ts b/lib/core/src/lib/common/services/user-preferences.service.ts
index 57dd29ab9c..20b5654560 100644
--- a/lib/core/src/lib/common/services/user-preferences.service.ts
+++ b/lib/core/src/lib/common/services/user-preferences.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/date-fns-adapter.ts b/lib/core/src/lib/common/utils/date-fns-adapter.ts
index 7fa1321384..3b0b8fda70 100644
--- a/lib/core/src/lib/common/utils/date-fns-adapter.ts
+++ b/lib/core/src/lib/common/utils/date-fns-adapter.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/date-fns-utils.spec.ts b/lib/core/src/lib/common/utils/date-fns-utils.spec.ts
index 55497589a0..058c6bee93 100644
--- a/lib/core/src/lib/common/utils/date-fns-utils.spec.ts
+++ b/lib/core/src/lib/common/utils/date-fns-utils.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/date-fns-utils.ts b/lib/core/src/lib/common/utils/date-fns-utils.ts
index 5423c392a1..12af9a5e66 100644
--- a/lib/core/src/lib/common/utils/date-fns-utils.ts
+++ b/lib/core/src/lib/common/utils/date-fns-utils.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/datetime-fns-adapter.ts b/lib/core/src/lib/common/utils/datetime-fns-adapter.ts
index 62777c0a27..e44c89bcf9 100644
--- a/lib/core/src/lib/common/utils/datetime-fns-adapter.ts
+++ b/lib/core/src/lib/common/utils/datetime-fns-adapter.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/file-utils.ts b/lib/core/src/lib/common/utils/file-utils.ts
index b76920149a..7f75c01ea3 100644
--- a/lib/core/src/lib/common/utils/file-utils.ts
+++ b/lib/core/src/lib/common/utils/file-utils.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/index.ts b/lib/core/src/lib/common/utils/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/common/utils/index.ts
+++ b/lib/core/src/lib/common/utils/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/moment-date-adapter.ts b/lib/core/src/lib/common/utils/moment-date-adapter.ts
index c38d1f019c..f71d15dcd8 100644
--- a/lib/core/src/lib/common/utils/moment-date-adapter.ts
+++ b/lib/core/src/lib/common/utils/moment-date-adapter.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/moment-date-formats.model.ts b/lib/core/src/lib/common/utils/moment-date-formats.model.ts
index f386714898..04a14ded24 100644
--- a/lib/core/src/lib/common/utils/moment-date-formats.model.ts
+++ b/lib/core/src/lib/common/utils/moment-date-formats.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/object-utils.spec.ts b/lib/core/src/lib/common/utils/object-utils.spec.ts
index e7adb1b9a1..4794504062 100644
--- a/lib/core/src/lib/common/utils/object-utils.spec.ts
+++ b/lib/core/src/lib/common/utils/object-utils.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/object-utils.ts b/lib/core/src/lib/common/utils/object-utils.ts
index cd63ca3b69..67cf7dddea 100644
--- a/lib/core/src/lib/common/utils/object-utils.ts
+++ b/lib/core/src/lib/common/utils/object-utils.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/public-api.ts b/lib/core/src/lib/common/utils/public-api.ts
index 049b7810ef..f1d16956b3 100644
--- a/lib/core/src/lib/common/utils/public-api.ts
+++ b/lib/core/src/lib/common/utils/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/string-utils.spec.ts b/lib/core/src/lib/common/utils/string-utils.spec.ts
index e8533d80a1..3b105b182e 100644
--- a/lib/core/src/lib/common/utils/string-utils.spec.ts
+++ b/lib/core/src/lib/common/utils/string-utils.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/common/utils/string-utils.ts b/lib/core/src/lib/common/utils/string-utils.ts
index d9abcb6e67..e68da86d3e 100644
--- a/lib/core/src/lib/common/utils/string-utils.ts
+++ b/lib/core/src/lib/common/utils/string-utils.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/animations.ts b/lib/core/src/lib/context-menu/animations.ts
index 42d610dde7..ecc18765b0 100644
--- a/lib/core/src/lib/context-menu/animations.ts
+++ b/lib/core/src/lib/context-menu/animations.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/context-menu-list.component.ts b/lib/core/src/lib/context-menu/context-menu-list.component.ts
index b83f47021e..b01248df04 100644
--- a/lib/core/src/lib/context-menu/context-menu-list.component.ts
+++ b/lib/core/src/lib/context-menu/context-menu-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/context-menu-overlay.service.spec.ts b/lib/core/src/lib/context-menu/context-menu-overlay.service.spec.ts
index 4b09eedfdb..5037c8e4c5 100644
--- a/lib/core/src/lib/context-menu/context-menu-overlay.service.spec.ts
+++ b/lib/core/src/lib/context-menu/context-menu-overlay.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/context-menu-overlay.service.ts b/lib/core/src/lib/context-menu/context-menu-overlay.service.ts
index 8218ec5413..598d7ba0d2 100644
--- a/lib/core/src/lib/context-menu/context-menu-overlay.service.ts
+++ b/lib/core/src/lib/context-menu/context-menu-overlay.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/context-menu-overlay.ts b/lib/core/src/lib/context-menu/context-menu-overlay.ts
index eeef81dc79..abe90e294a 100644
--- a/lib/core/src/lib/context-menu/context-menu-overlay.ts
+++ b/lib/core/src/lib/context-menu/context-menu-overlay.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/context-menu.directive.ts b/lib/core/src/lib/context-menu/context-menu.directive.ts
index 8bc57aff86..d5a7e1cb9c 100644
--- a/lib/core/src/lib/context-menu/context-menu.directive.ts
+++ b/lib/core/src/lib/context-menu/context-menu.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/context-menu.module.ts b/lib/core/src/lib/context-menu/context-menu.module.ts
index 73c35a2385..89c283e491 100644
--- a/lib/core/src/lib/context-menu/context-menu.module.ts
+++ b/lib/core/src/lib/context-menu/context-menu.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/context-menu.spec.ts b/lib/core/src/lib/context-menu/context-menu.spec.ts
index c0ddf75557..ce4aec10a1 100644
--- a/lib/core/src/lib/context-menu/context-menu.spec.ts
+++ b/lib/core/src/lib/context-menu/context-menu.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/context-menu.tokens.ts b/lib/core/src/lib/context-menu/context-menu.tokens.ts
index c3ae331fc5..b409447e35 100644
--- a/lib/core/src/lib/context-menu/context-menu.tokens.ts
+++ b/lib/core/src/lib/context-menu/context-menu.tokens.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/index.ts b/lib/core/src/lib/context-menu/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/context-menu/index.ts
+++ b/lib/core/src/lib/context-menu/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/interfaces.ts b/lib/core/src/lib/context-menu/interfaces.ts
index 1da30790f1..4010444547 100644
--- a/lib/core/src/lib/context-menu/interfaces.ts
+++ b/lib/core/src/lib/context-menu/interfaces.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/context-menu/public-api.ts b/lib/core/src/lib/context-menu/public-api.ts
index 2196c1a84a..6a1ef4bace 100644
--- a/lib/core/src/lib/context-menu/public-api.ts
+++ b/lib/core/src/lib/context-menu/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/core.module.ts b/lib/core/src/lib/core.module.ts
index 76e6319edf..f3126c8a0e 100644
--- a/lib/core/src/lib/core.module.ts
+++ b/lib/core/src/lib/core.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/amount-cell/amount-cell.component.spec.ts b/lib/core/src/lib/datatable/components/amount-cell/amount-cell.component.spec.ts
index 3f1b216179..93dced07a6 100644
--- a/lib/core/src/lib/datatable/components/amount-cell/amount-cell.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/amount-cell/amount-cell.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/amount-cell/amount-cell.component.ts b/lib/core/src/lib/datatable/components/amount-cell/amount-cell.component.ts
index a460bf045d..e32e8e84fc 100644
--- a/lib/core/src/lib/datatable/components/amount-cell/amount-cell.component.ts
+++ b/lib/core/src/lib/datatable/components/amount-cell/amount-cell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/boolean-cell/boolean-cell.component.spec.ts b/lib/core/src/lib/datatable/components/boolean-cell/boolean-cell.component.spec.ts
index 9e49cca0f5..7dd4794903 100644
--- a/lib/core/src/lib/datatable/components/boolean-cell/boolean-cell.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/boolean-cell/boolean-cell.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/boolean-cell/boolean-cell.component.ts b/lib/core/src/lib/datatable/components/boolean-cell/boolean-cell.component.ts
index 99d81053d4..0441520415 100644
--- a/lib/core/src/lib/datatable/components/boolean-cell/boolean-cell.component.ts
+++ b/lib/core/src/lib/datatable/components/boolean-cell/boolean-cell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/columns-selector/columns-selector.component.spec.ts b/lib/core/src/lib/datatable/components/columns-selector/columns-selector.component.spec.ts
index e28c1839c6..8fc0f7303a 100644
--- a/lib/core/src/lib/datatable/components/columns-selector/columns-selector.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/columns-selector/columns-selector.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/columns-selector/columns-selector.component.ts b/lib/core/src/lib/datatable/components/columns-selector/columns-selector.component.ts
index 4761768fb3..85f24ec852 100644
--- a/lib/core/src/lib/datatable/components/columns-selector/columns-selector.component.ts
+++ b/lib/core/src/lib/datatable/components/columns-selector/columns-selector.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/data-cell.event.ts b/lib/core/src/lib/datatable/components/data-cell.event.ts
index fc7098565e..31ee2261a0 100644
--- a/lib/core/src/lib/datatable/components/data-cell.event.ts
+++ b/lib/core/src/lib/datatable/components/data-cell.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/data-row-action.event.ts b/lib/core/src/lib/datatable/components/data-row-action.event.ts
index 532c27fcf7..571df33ccb 100644
--- a/lib/core/src/lib/datatable/components/data-row-action.event.ts
+++ b/lib/core/src/lib/datatable/components/data-row-action.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/datatable-cell/datatable-cell.component.spec.ts b/lib/core/src/lib/datatable/components/datatable-cell/datatable-cell.component.spec.ts
index 245996a2e8..eac3fa24af 100644
--- a/lib/core/src/lib/datatable/components/datatable-cell/datatable-cell.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/datatable-cell/datatable-cell.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/datatable-cell/datatable-cell.component.ts b/lib/core/src/lib/datatable/components/datatable-cell/datatable-cell.component.ts
index 2d512ee132..b351a72833 100644
--- a/lib/core/src/lib/datatable/components/datatable-cell/datatable-cell.component.ts
+++ b/lib/core/src/lib/datatable/components/datatable-cell/datatable-cell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/datatable-row/datatable-row.component.spec.ts b/lib/core/src/lib/datatable/components/datatable-row/datatable-row.component.spec.ts
index 0709a8abf6..73c967ca4b 100644
--- a/lib/core/src/lib/datatable/components/datatable-row/datatable-row.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/datatable-row/datatable-row.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/datatable-row/datatable-row.component.ts b/lib/core/src/lib/datatable/components/datatable-row/datatable-row.component.ts
index 693ec78d56..516c3f53a9 100644
--- a/lib/core/src/lib/datatable/components/datatable-row/datatable-row.component.ts
+++ b/lib/core/src/lib/datatable/components/datatable-row/datatable-row.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/datatable/datatable.component.spec.ts b/lib/core/src/lib/datatable/components/datatable/datatable.component.spec.ts
index e19cb713ee..82c90b3d36 100644
--- a/lib/core/src/lib/datatable/components/datatable/datatable.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/datatable/datatable.component.stories.ts b/lib/core/src/lib/datatable/components/datatable/datatable.component.stories.ts
index 19d69294aa..3924f256c1 100644
--- a/lib/core/src/lib/datatable/components/datatable/datatable.component.stories.ts
+++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/datatable/datatable.component.ts b/lib/core/src/lib/datatable/components/datatable/datatable.component.ts
index 66633f8df5..50cda54450 100644
--- a/lib/core/src/lib/datatable/components/datatable/datatable.component.ts
+++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/date-cell/date-cell.component.spec.ts b/lib/core/src/lib/datatable/components/date-cell/date-cell.component.spec.ts
index 276358d13d..9a751f9140 100644
--- a/lib/core/src/lib/datatable/components/date-cell/date-cell.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/date-cell/date-cell.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/date-cell/date-cell.component.ts b/lib/core/src/lib/datatable/components/date-cell/date-cell.component.ts
index f178a51819..a7ac4ce27e 100644
--- a/lib/core/src/lib/datatable/components/date-cell/date-cell.component.ts
+++ b/lib/core/src/lib/datatable/components/date-cell/date-cell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/empty-list/empty-list.component.spec.ts b/lib/core/src/lib/datatable/components/empty-list/empty-list.component.spec.ts
index 229e095da7..4c1151c1fd 100644
--- a/lib/core/src/lib/datatable/components/empty-list/empty-list.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/empty-list/empty-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/empty-list/empty-list.component.ts b/lib/core/src/lib/datatable/components/empty-list/empty-list.component.ts
index d80489c7b6..7bb3e4e89b 100644
--- a/lib/core/src/lib/datatable/components/empty-list/empty-list.component.ts
+++ b/lib/core/src/lib/datatable/components/empty-list/empty-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/filesize-cell/filesize-cell.component.ts b/lib/core/src/lib/datatable/components/filesize-cell/filesize-cell.component.ts
index 77371da09f..cc5e47dae8 100644
--- a/lib/core/src/lib/datatable/components/filesize-cell/filesize-cell.component.ts
+++ b/lib/core/src/lib/datatable/components/filesize-cell/filesize-cell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/icon-cell/icon-cell.component.spec.ts b/lib/core/src/lib/datatable/components/icon-cell/icon-cell.component.spec.ts
index fcd718de6c..d167d39211 100644
--- a/lib/core/src/lib/datatable/components/icon-cell/icon-cell.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/icon-cell/icon-cell.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/icon-cell/icon-cell.component.ts b/lib/core/src/lib/datatable/components/icon-cell/icon-cell.component.ts
index 74b398b701..aa21ee3237 100644
--- a/lib/core/src/lib/datatable/components/icon-cell/icon-cell.component.ts
+++ b/lib/core/src/lib/datatable/components/icon-cell/icon-cell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/json-cell/json-cell.component.spec.ts b/lib/core/src/lib/datatable/components/json-cell/json-cell.component.spec.ts
index dae62cf29b..1c22f55c63 100644
--- a/lib/core/src/lib/datatable/components/json-cell/json-cell.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/json-cell/json-cell.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/json-cell/json-cell.component.ts b/lib/core/src/lib/datatable/components/json-cell/json-cell.component.ts
index 4261aab84b..7f68f7e307 100644
--- a/lib/core/src/lib/datatable/components/json-cell/json-cell.component.ts
+++ b/lib/core/src/lib/datatable/components/json-cell/json-cell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/location-cell/location-cell.component.spec.ts b/lib/core/src/lib/datatable/components/location-cell/location-cell.component.spec.ts
index 79cc25cc27..c7250d6ee1 100644
--- a/lib/core/src/lib/datatable/components/location-cell/location-cell.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/location-cell/location-cell.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/location-cell/location-cell.component.ts b/lib/core/src/lib/datatable/components/location-cell/location-cell.component.ts
index e82f1d3aad..8afc921ca6 100644
--- a/lib/core/src/lib/datatable/components/location-cell/location-cell.component.ts
+++ b/lib/core/src/lib/datatable/components/location-cell/location-cell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/mocks/datatable.mock.ts b/lib/core/src/lib/datatable/components/mocks/datatable.mock.ts
index 5778d2c3ab..8f9c1d9325 100644
--- a/lib/core/src/lib/datatable/components/mocks/datatable.mock.ts
+++ b/lib/core/src/lib/datatable/components/mocks/datatable.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/number-cell/number-cell.component.spec.ts b/lib/core/src/lib/datatable/components/number-cell/number-cell.component.spec.ts
index 265c5ab0c5..5afb20835e 100644
--- a/lib/core/src/lib/datatable/components/number-cell/number-cell.component.spec.ts
+++ b/lib/core/src/lib/datatable/components/number-cell/number-cell.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/components/number-cell/number-cell.component.ts b/lib/core/src/lib/datatable/components/number-cell/number-cell.component.ts
index 66ace781c3..00224d6e89 100644
--- a/lib/core/src/lib/datatable/components/number-cell/number-cell.component.ts
+++ b/lib/core/src/lib/datatable/components/number-cell/number-cell.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data-column/data-column-header.component.ts b/lib/core/src/lib/datatable/data-column/data-column-header.component.ts
index e79c357072..e3277d93f4 100644
--- a/lib/core/src/lib/datatable/data-column/data-column-header.component.ts
+++ b/lib/core/src/lib/datatable/data-column/data-column-header.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data-column/data-column-list.component.ts b/lib/core/src/lib/datatable/data-column/data-column-list.component.ts
index 7149453e21..bc7995089c 100644
--- a/lib/core/src/lib/datatable/data-column/data-column-list.component.ts
+++ b/lib/core/src/lib/datatable/data-column/data-column-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data-column/data-column.component.spec.ts b/lib/core/src/lib/datatable/data-column/data-column.component.spec.ts
index 8a25efa866..8b3b291c3e 100644
--- a/lib/core/src/lib/datatable/data-column/data-column.component.spec.ts
+++ b/lib/core/src/lib/datatable/data-column/data-column.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data-column/data-column.component.stories.ts b/lib/core/src/lib/datatable/data-column/data-column.component.stories.ts
index a6156f3326..c6095b2357 100644
--- a/lib/core/src/lib/datatable/data-column/data-column.component.stories.ts
+++ b/lib/core/src/lib/datatable/data-column/data-column.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data-column/data-column.component.ts b/lib/core/src/lib/datatable/data-column/data-column.component.ts
index 33ae8031e4..3d61e61e6d 100644
--- a/lib/core/src/lib/datatable/data-column/data-column.component.ts
+++ b/lib/core/src/lib/datatable/data-column/data-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data-column/data-column.module.ts b/lib/core/src/lib/datatable/data-column/data-column.module.ts
index cec5d048a2..b4e1dd1256 100644
--- a/lib/core/src/lib/datatable/data-column/data-column.module.ts
+++ b/lib/core/src/lib/datatable/data-column/data-column.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data-column/index.ts b/lib/core/src/lib/datatable/data-column/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/datatable/data-column/index.ts
+++ b/lib/core/src/lib/datatable/data-column/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data-column/public-api.ts b/lib/core/src/lib/datatable/data-column/public-api.ts
index a3a6dd8723..e3350f1d52 100644
--- a/lib/core/src/lib/datatable/data-column/public-api.ts
+++ b/lib/core/src/lib/datatable/data-column/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/data-column.model.ts b/lib/core/src/lib/datatable/data/data-column.model.ts
index 6f6f6f48b7..84fa8a86a7 100644
--- a/lib/core/src/lib/datatable/data/data-column.model.ts
+++ b/lib/core/src/lib/datatable/data/data-column.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/data-row-event.model.ts b/lib/core/src/lib/datatable/data/data-row-event.model.ts
index d969f889fd..e9c8ef70fa 100644
--- a/lib/core/src/lib/datatable/data/data-row-event.model.ts
+++ b/lib/core/src/lib/datatable/data/data-row-event.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/data-row-update.model.ts b/lib/core/src/lib/datatable/data/data-row-update.model.ts
index 318037e56c..1ca3fdee43 100644
--- a/lib/core/src/lib/datatable/data/data-row-update.model.ts
+++ b/lib/core/src/lib/datatable/data/data-row-update.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/data-row.model.ts b/lib/core/src/lib/datatable/data/data-row.model.ts
index 59dbc3137d..d8ab579467 100644
--- a/lib/core/src/lib/datatable/data/data-row.model.ts
+++ b/lib/core/src/lib/datatable/data/data-row.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/data-sorting.model.ts b/lib/core/src/lib/datatable/data/data-sorting.model.ts
index f715c7b5ef..197dcea0d1 100644
--- a/lib/core/src/lib/datatable/data/data-sorting.model.ts
+++ b/lib/core/src/lib/datatable/data/data-sorting.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/data-table.schema.ts b/lib/core/src/lib/datatable/data/data-table.schema.ts
index 693d753441..eb0c9e19bd 100644
--- a/lib/core/src/lib/datatable/data/data-table.schema.ts
+++ b/lib/core/src/lib/datatable/data/data-table.schema.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/datatable-adapter.ts b/lib/core/src/lib/datatable/data/datatable-adapter.ts
index 0ab7a7806e..aaef65e0bd 100644
--- a/lib/core/src/lib/datatable/data/datatable-adapter.ts
+++ b/lib/core/src/lib/datatable/data/datatable-adapter.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/object-datacolumn.model.ts b/lib/core/src/lib/datatable/data/object-datacolumn.model.ts
index 07d62dab9c..abf6ec2aaa 100644
--- a/lib/core/src/lib/datatable/data/object-datacolumn.model.ts
+++ b/lib/core/src/lib/datatable/data/object-datacolumn.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/object-datarow.model.ts b/lib/core/src/lib/datatable/data/object-datarow.model.ts
index 93a03a6152..dc1202ef4f 100644
--- a/lib/core/src/lib/datatable/data/object-datarow.model.ts
+++ b/lib/core/src/lib/datatable/data/object-datarow.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/object-datatable-adapter.spec.ts b/lib/core/src/lib/datatable/data/object-datatable-adapter.spec.ts
index c3358b296b..ba2064c390 100644
--- a/lib/core/src/lib/datatable/data/object-datatable-adapter.spec.ts
+++ b/lib/core/src/lib/datatable/data/object-datatable-adapter.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/data/object-datatable-adapter.ts b/lib/core/src/lib/datatable/data/object-datatable-adapter.ts
index 71d91c2a56..aea687446a 100644
--- a/lib/core/src/lib/datatable/data/object-datatable-adapter.ts
+++ b/lib/core/src/lib/datatable/data/object-datatable-adapter.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/datatable.module.ts b/lib/core/src/lib/datatable/datatable.module.ts
index 233992a168..57e17bbd76 100644
--- a/lib/core/src/lib/datatable/datatable.module.ts
+++ b/lib/core/src/lib/datatable/datatable.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/custom-empty-content-template.directive.ts b/lib/core/src/lib/datatable/directives/custom-empty-content-template.directive.ts
index 6172161db0..9f53287228 100644
--- a/lib/core/src/lib/datatable/directives/custom-empty-content-template.directive.ts
+++ b/lib/core/src/lib/datatable/directives/custom-empty-content-template.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/custom-loading-template.directive.ts b/lib/core/src/lib/datatable/directives/custom-loading-template.directive.ts
index 47d78dabee..3a7f7da546 100644
--- a/lib/core/src/lib/datatable/directives/custom-loading-template.directive.ts
+++ b/lib/core/src/lib/datatable/directives/custom-loading-template.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/custom-no-permission-template.directive.ts b/lib/core/src/lib/datatable/directives/custom-no-permission-template.directive.ts
index 87584e0e05..28fea6057e 100644
--- a/lib/core/src/lib/datatable/directives/custom-no-permission-template.directive.ts
+++ b/lib/core/src/lib/datatable/directives/custom-no-permission-template.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/drop-zone.directive.ts b/lib/core/src/lib/datatable/directives/drop-zone.directive.ts
index e298ec8c8c..3722f52713 100644
--- a/lib/core/src/lib/datatable/directives/drop-zone.directive.ts
+++ b/lib/core/src/lib/datatable/directives/drop-zone.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/header-filter-template.directive.spec.ts b/lib/core/src/lib/datatable/directives/header-filter-template.directive.spec.ts
index 65f98df458..3291167c0f 100644
--- a/lib/core/src/lib/datatable/directives/header-filter-template.directive.spec.ts
+++ b/lib/core/src/lib/datatable/directives/header-filter-template.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/header-filter-template.directive.ts b/lib/core/src/lib/datatable/directives/header-filter-template.directive.ts
index 1076ddd27d..a8b3fb7506 100644
--- a/lib/core/src/lib/datatable/directives/header-filter-template.directive.ts
+++ b/lib/core/src/lib/datatable/directives/header-filter-template.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/loading-template.directive.spec.ts b/lib/core/src/lib/datatable/directives/loading-template.directive.spec.ts
index 06e8cacc03..efc18441a9 100644
--- a/lib/core/src/lib/datatable/directives/loading-template.directive.spec.ts
+++ b/lib/core/src/lib/datatable/directives/loading-template.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/loading-template.directive.ts b/lib/core/src/lib/datatable/directives/loading-template.directive.ts
index 7863c161bf..c066d3eef6 100644
--- a/lib/core/src/lib/datatable/directives/loading-template.directive.ts
+++ b/lib/core/src/lib/datatable/directives/loading-template.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.spec.ts b/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.spec.ts
index ecea73267a..b266a5bf52 100644
--- a/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.spec.ts
+++ b/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.ts b/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.ts
index 79f0465eae..ed8749e42d 100644
--- a/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.ts
+++ b/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/no-content-template.directive.spec.ts b/lib/core/src/lib/datatable/directives/no-content-template.directive.spec.ts
index f2413f1582..5f1670f090 100644
--- a/lib/core/src/lib/datatable/directives/no-content-template.directive.spec.ts
+++ b/lib/core/src/lib/datatable/directives/no-content-template.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/no-content-template.directive.ts b/lib/core/src/lib/datatable/directives/no-content-template.directive.ts
index d69db468be..1c6187468b 100644
--- a/lib/core/src/lib/datatable/directives/no-content-template.directive.ts
+++ b/lib/core/src/lib/datatable/directives/no-content-template.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/no-permission-template.directive.spec.ts b/lib/core/src/lib/datatable/directives/no-permission-template.directive.spec.ts
index 2023f0e24f..6eaa7341f4 100644
--- a/lib/core/src/lib/datatable/directives/no-permission-template.directive.spec.ts
+++ b/lib/core/src/lib/datatable/directives/no-permission-template.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/no-permission-template.directive.ts b/lib/core/src/lib/datatable/directives/no-permission-template.directive.ts
index c99008a7fa..aaa3021642 100644
--- a/lib/core/src/lib/datatable/directives/no-permission-template.directive.ts
+++ b/lib/core/src/lib/datatable/directives/no-permission-template.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/resizable/resizable.directive.spec.ts b/lib/core/src/lib/datatable/directives/resizable/resizable.directive.spec.ts
index a3ba81d6b6..2182dbce9e 100644
--- a/lib/core/src/lib/datatable/directives/resizable/resizable.directive.spec.ts
+++ b/lib/core/src/lib/datatable/directives/resizable/resizable.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/resizable/resizable.directive.ts b/lib/core/src/lib/datatable/directives/resizable/resizable.directive.ts
index 4d6058c1bc..0ff2eabeed 100644
--- a/lib/core/src/lib/datatable/directives/resizable/resizable.directive.ts
+++ b/lib/core/src/lib/datatable/directives/resizable/resizable.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/resizable/resizable.module.ts b/lib/core/src/lib/datatable/directives/resizable/resizable.module.ts
index d201e82dbd..116061c85f 100644
--- a/lib/core/src/lib/datatable/directives/resizable/resizable.module.ts
+++ b/lib/core/src/lib/datatable/directives/resizable/resizable.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.spec.ts b/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.spec.ts
index bc95b60cc8..cda879492c 100644
--- a/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.spec.ts
+++ b/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.ts b/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.ts
index 0b88ac004b..d431eb219d 100644
--- a/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.ts
+++ b/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/directives/resizable/types.ts b/lib/core/src/lib/datatable/directives/resizable/types.ts
index 50741aa2a9..d5896b45bc 100644
--- a/lib/core/src/lib/datatable/directives/resizable/types.ts
+++ b/lib/core/src/lib/datatable/directives/resizable/types.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/index.ts b/lib/core/src/lib/datatable/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/datatable/index.ts
+++ b/lib/core/src/lib/datatable/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/public-api.ts b/lib/core/src/lib/datatable/public-api.ts
index ad22439382..378952b87a 100644
--- a/lib/core/src/lib/datatable/public-api.ts
+++ b/lib/core/src/lib/datatable/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/datatable/services/datatable.service.ts b/lib/core/src/lib/datatable/services/datatable.service.ts
index 7deb6d8907..5721814b01 100644
--- a/lib/core/src/lib/datatable/services/datatable.service.ts
+++ b/lib/core/src/lib/datatable/services/datatable.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.module.ts b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.module.ts
index a0edcee367..6575900c0d 100644
--- a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.module.ts
+++ b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.component.ts b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.component.ts
index 0a65e25e0b..5793526006 100644
--- a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.component.ts
+++ b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.ts b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.ts
index 05df07e361..10a5fb517a 100644
--- a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.ts
+++ b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.ts b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.ts
index 4855529930..776aa5ef6f 100644
--- a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.ts
+++ b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/index.ts b/lib/core/src/lib/dialogs/index.ts
index e58e5c1c41..54beb1a252 100755
--- a/lib/core/src/lib/dialogs/index.ts
+++ b/lib/core/src/lib/dialogs/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/public-api.ts b/lib/core/src/lib/dialogs/public-api.ts
index c5b24ca454..1fa006cdd0 100755
--- a/lib/core/src/lib/dialogs/public-api.ts
+++ b/lib/core/src/lib/dialogs/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.spec.ts b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.spec.ts
index 23af9fe377..459c9a2bac 100644
--- a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.spec.ts
+++ b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.ts b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.ts
index 7fb8aafe56..1ef532da1c 100644
--- a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.ts
+++ b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.module.ts b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.module.ts
index 42c21dc43b..4688d00df0 100644
--- a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.module.ts
+++ b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.spec.ts b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.spec.ts
index 20370641f0..3156068aeb 100644
--- a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.spec.ts
+++ b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.ts b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.ts
index 62eb07b007..d18353b3c2 100644
--- a/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.ts
+++ b/lib/core/src/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/directive.module.ts b/lib/core/src/lib/directives/directive.module.ts
index 8ec5c67d36..17f4c2bc95 100644
--- a/lib/core/src/lib/directives/directive.module.ts
+++ b/lib/core/src/lib/directives/directive.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/highlight.directive.spec.ts b/lib/core/src/lib/directives/highlight.directive.spec.ts
index 20924a0394..40d10280bb 100644
--- a/lib/core/src/lib/directives/highlight.directive.spec.ts
+++ b/lib/core/src/lib/directives/highlight.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/highlight.directive.ts b/lib/core/src/lib/directives/highlight.directive.ts
index 581ceadec2..c6549c566f 100644
--- a/lib/core/src/lib/directives/highlight.directive.ts
+++ b/lib/core/src/lib/directives/highlight.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/index.ts b/lib/core/src/lib/directives/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/directives/index.ts
+++ b/lib/core/src/lib/directives/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/infinite-select-scroll.directive.spec.ts b/lib/core/src/lib/directives/infinite-select-scroll.directive.spec.ts
index 362de047e1..05b9491ae9 100644
--- a/lib/core/src/lib/directives/infinite-select-scroll.directive.spec.ts
+++ b/lib/core/src/lib/directives/infinite-select-scroll.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/infinite-select-scroll.directive.ts b/lib/core/src/lib/directives/infinite-select-scroll.directive.ts
index 52ed04b595..b4b3b84b91 100644
--- a/lib/core/src/lib/directives/infinite-select-scroll.directive.ts
+++ b/lib/core/src/lib/directives/infinite-select-scroll.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/logout.directive.spec.ts b/lib/core/src/lib/directives/logout.directive.spec.ts
index a944d4352d..d078929caa 100644
--- a/lib/core/src/lib/directives/logout.directive.spec.ts
+++ b/lib/core/src/lib/directives/logout.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/logout.directive.ts b/lib/core/src/lib/directives/logout.directive.ts
index abb961a308..41d7734927 100644
--- a/lib/core/src/lib/directives/logout.directive.ts
+++ b/lib/core/src/lib/directives/logout.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/public-api.ts b/lib/core/src/lib/directives/public-api.ts
index 6ef01f0990..b797f34adc 100644
--- a/lib/core/src/lib/directives/public-api.ts
+++ b/lib/core/src/lib/directives/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/tooltip-card/tooltip-card.component.ts b/lib/core/src/lib/directives/tooltip-card/tooltip-card.component.ts
index 863a93d4fb..445a26fff6 100644
--- a/lib/core/src/lib/directives/tooltip-card/tooltip-card.component.ts
+++ b/lib/core/src/lib/directives/tooltip-card/tooltip-card.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.spec.ts b/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.spec.ts
index a7fc1798c9..08288bb82f 100644
--- a/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.spec.ts
+++ b/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.ts b/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.ts
index b975344c45..f5da947002 100644
--- a/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.ts
+++ b/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/upload.directive.spec.ts b/lib/core/src/lib/directives/upload.directive.spec.ts
index abc42aa6f3..373f663199 100644
--- a/lib/core/src/lib/directives/upload.directive.spec.ts
+++ b/lib/core/src/lib/directives/upload.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/directives/upload.directive.ts b/lib/core/src/lib/directives/upload.directive.ts
index 2dd41c9281..b78aaa1777 100644
--- a/lib/core/src/lib/directives/upload.directive.ts
+++ b/lib/core/src/lib/directives/upload.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dynamic-chip-list/chip.ts b/lib/core/src/lib/dynamic-chip-list/chip.ts
index 9830294a41..426f3e5425 100644
--- a/lib/core/src/lib/dynamic-chip-list/chip.ts
+++ b/lib/core/src/lib/dynamic-chip-list/chip.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.spec.ts b/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.spec.ts
index fe59e18439..673a04b330 100644
--- a/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.spec.ts
+++ b/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.ts b/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.ts
index 5a4ef93b84..573bc03c93 100644
--- a/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.ts
+++ b/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.module.ts b/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.module.ts
index ed510c2cdf..6070354b6f 100644
--- a/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.module.ts
+++ b/lib/core/src/lib/dynamic-chip-list/dynamic-chip-list.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dynamic-chip-list/index.ts b/lib/core/src/lib/dynamic-chip-list/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/dynamic-chip-list/index.ts
+++ b/lib/core/src/lib/dynamic-chip-list/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/dynamic-chip-list/public-api.ts b/lib/core/src/lib/dynamic-chip-list/public-api.ts
index 673dc03563..15fc756ac3 100644
--- a/lib/core/src/lib/dynamic-chip-list/public-api.ts
+++ b/lib/core/src/lib/dynamic-chip-list/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/events/base-ui.event.ts b/lib/core/src/lib/events/base-ui.event.ts
index 4b967fd2f4..9c3db0294b 100644
--- a/lib/core/src/lib/events/base-ui.event.ts
+++ b/lib/core/src/lib/events/base-ui.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/events/base.event.ts b/lib/core/src/lib/events/base.event.ts
index 74877e5697..32a4256ac2 100644
--- a/lib/core/src/lib/events/base.event.ts
+++ b/lib/core/src/lib/events/base.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/events/index.ts b/lib/core/src/lib/events/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/events/index.ts
+++ b/lib/core/src/lib/events/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/events/public-api.ts b/lib/core/src/lib/events/public-api.ts
index 25187c2511..cc58aac833 100644
--- a/lib/core/src/lib/events/public-api.ts
+++ b/lib/core/src/lib/events/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/form-base.component.ts b/lib/core/src/lib/form/components/form-base.component.ts
index 7240efd50d..77066d4c88 100644
--- a/lib/core/src/lib/form/components/form-base.component.ts
+++ b/lib/core/src/lib/form/components/form-base.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/form-custom-button.directive.ts b/lib/core/src/lib/form/components/form-custom-button.directive.ts
index b20a8b9d50..ccdfb28fe7 100644
--- a/lib/core/src/lib/form/components/form-custom-button.directive.ts
+++ b/lib/core/src/lib/form/components/form-custom-button.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/form-field/form-field.component.spec.ts b/lib/core/src/lib/form/components/form-field/form-field.component.spec.ts
index d0508c5d4d..34f5b15a6e 100644
--- a/lib/core/src/lib/form/components/form-field/form-field.component.spec.ts
+++ b/lib/core/src/lib/form/components/form-field/form-field.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/form-field/form-field.component.ts b/lib/core/src/lib/form/components/form-field/form-field.component.ts
index 9f6cf9187c..cbab0fa981 100644
--- a/lib/core/src/lib/form/components/form-field/form-field.component.ts
+++ b/lib/core/src/lib/form/components/form-field/form-field.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/form-renderer.component.spec.ts b/lib/core/src/lib/form/components/form-renderer.component.spec.ts
index d07d9bd09f..6387fa94eb 100644
--- a/lib/core/src/lib/form/components/form-renderer.component.spec.ts
+++ b/lib/core/src/lib/form/components/form-renderer.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/form-renderer.component.ts b/lib/core/src/lib/form/components/form-renderer.component.ts
index 078244c6d5..0c94dca2c4 100644
--- a/lib/core/src/lib/form/components/form-renderer.component.ts
+++ b/lib/core/src/lib/form/components/form-renderer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.spec.ts b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.spec.ts
index 2b2e372c44..7bb0be6b39 100644
--- a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.spec.ts
+++ b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.ts b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.ts
index 33e7203063..c62c2d665a 100644
--- a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.ts
+++ b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/middlewares/decimal-middleware.service.spec.ts b/lib/core/src/lib/form/components/middlewares/decimal-middleware.service.spec.ts
index efc2a588ab..42f2bbb966 100644
--- a/lib/core/src/lib/form/components/middlewares/decimal-middleware.service.spec.ts
+++ b/lib/core/src/lib/form/components/middlewares/decimal-middleware.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/middlewares/decimal-middleware.service.ts b/lib/core/src/lib/form/components/middlewares/decimal-middleware.service.ts
index bca9a75669..167c4738dc 100644
--- a/lib/core/src/lib/form/components/middlewares/decimal-middleware.service.ts
+++ b/lib/core/src/lib/form/components/middlewares/decimal-middleware.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/middlewares/middleware.ts b/lib/core/src/lib/form/components/middlewares/middleware.ts
index 16e443fcc0..eece09ac12 100644
--- a/lib/core/src/lib/form/components/middlewares/middleware.ts
+++ b/lib/core/src/lib/form/components/middlewares/middleware.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/mock/cloud-form.mock.ts b/lib/core/src/lib/form/components/mock/cloud-form.mock.ts
index 3b36788a28..86c860a50c 100644
--- a/lib/core/src/lib/form/components/mock/cloud-form.mock.ts
+++ b/lib/core/src/lib/form/components/mock/cloud-form.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/mock/form-renderer.component.mock.ts b/lib/core/src/lib/form/components/mock/form-renderer.component.mock.ts
index 331f655e49..90c7f5c543 100644
--- a/lib/core/src/lib/form/components/mock/form-renderer.component.mock.ts
+++ b/lib/core/src/lib/form/components/mock/form-renderer.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/mock/form.mock.ts b/lib/core/src/lib/form/components/mock/form.mock.ts
index 5faff68a51..16f68f368a 100644
--- a/lib/core/src/lib/form/components/mock/form.mock.ts
+++ b/lib/core/src/lib/form/components/mock/form.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/amount/amount.widget.spec.ts b/lib/core/src/lib/form/components/widgets/amount/amount.widget.spec.ts
index 14add4be43..e0b3e17672 100644
--- a/lib/core/src/lib/form/components/widgets/amount/amount.widget.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/amount/amount.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/amount/amount.widget.ts b/lib/core/src/lib/form/components/widgets/amount/amount.widget.ts
index b7992921cb..4de563805d 100644
--- a/lib/core/src/lib/form/components/widgets/amount/amount.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/amount/amount.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.spec.ts b/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.spec.ts
index 054270a5ad..bd366824e7 100644
--- a/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.ts b/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.ts
index 93b0ddcee9..f50586b82f 100644
--- a/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.spec.ts b/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.spec.ts
index 5986499c4d..06e93c8ab5 100644
--- a/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.ts b/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.ts
index d231519fde..7d2f3afe1d 100644
--- a/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/container-column.model.ts b/lib/core/src/lib/form/components/widgets/core/container-column.model.ts
index c888e04c59..ff2c8edcc8 100644
--- a/lib/core/src/lib/form/components/widgets/core/container-column.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/container-column.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/container.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/container.model.spec.ts
index c6e87e7817..47a0d7be6a 100644
--- a/lib/core/src/lib/form/components/widgets/core/container.model.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/core/container.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/container.model.ts b/lib/core/src/lib/form/components/widgets/core/container.model.ts
index de198b4283..093f28ac7a 100644
--- a/lib/core/src/lib/form/components/widgets/core/container.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/container.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/content-link.model.ts b/lib/core/src/lib/form/components/widgets/core/content-link.model.ts
index c496d2b2cc..3fba63c5ec 100644
--- a/lib/core/src/lib/form/components/widgets/core/content-link.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/content-link.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/displayable-cm-properties.model.ts b/lib/core/src/lib/form/components/widgets/core/displayable-cm-properties.model.ts
index d7991b2881..8d2823281c 100644
--- a/lib/core/src/lib/form/components/widgets/core/displayable-cm-properties.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/displayable-cm-properties.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/error-message.model.ts b/lib/core/src/lib/form/components/widgets/core/error-message.model.ts
index 009336f66e..e1987c185f 100644
--- a/lib/core/src/lib/form/components/widgets/core/error-message.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/error-message.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/external-content-link.ts b/lib/core/src/lib/form/components/widgets/core/external-content-link.ts
index fd8f7cff32..803f04b589 100644
--- a/lib/core/src/lib/form/components/widgets/core/external-content-link.ts
+++ b/lib/core/src/lib/form/components/widgets/core/external-content-link.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/external-content.ts b/lib/core/src/lib/form/components/widgets/core/external-content.ts
index 8fd21ca66a..0c018741c5 100644
--- a/lib/core/src/lib/form/components/widgets/core/external-content.ts
+++ b/lib/core/src/lib/form/components/widgets/core/external-content.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-file-source.ts b/lib/core/src/lib/form/components/widgets/core/form-field-file-source.ts
index a46bcfdca4..6b9e42c91c 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-file-source.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-file-source.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-metadata.ts b/lib/core/src/lib/form/components/widgets/core/form-field-metadata.ts
index 1cedf6058a..50a634d48f 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-metadata.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-metadata.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-option.ts b/lib/core/src/lib/form/components/widgets/core/form-field-option.ts
index 6a9483877b..1c9d6b5ab3 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-option.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-option.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-rule.ts b/lib/core/src/lib/form/components/widgets/core/form-field-rule.ts
index f805347718..95811f231d 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-rule.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-rule.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-selected-folder.ts b/lib/core/src/lib/form/components/widgets/core/form-field-selected-folder.ts
index 2a4abe69f3..6ef3e11420 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-selected-folder.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-selected-folder.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-templates.ts b/lib/core/src/lib/form/components/widgets/core/form-field-templates.ts
index 771f302816..928a135fb1 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-templates.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-templates.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-types.ts b/lib/core/src/lib/form/components/widgets/core/form-field-types.ts
index 21211e0e7c..b934ec9945 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-types.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-types.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-utils.ts b/lib/core/src/lib/form/components/widgets/core/form-field-utils.ts
index 45c4ff2711..aa7ed78181 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-utils.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-utils.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-validator.spec.ts b/lib/core/src/lib/form/components/widgets/core/form-field-validator.spec.ts
index 6ae72e13ff..5e5d7baef4 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-validator.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-validator.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-validator.ts b/lib/core/src/lib/form/components/widgets/core/form-field-validator.ts
index 5c69630546..d646d46c99 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-validator.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-validator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-variable-options.ts b/lib/core/src/lib/form/components/widgets/core/form-field-variable-options.ts
index 11f3cd9d72..4ceda01456 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field-variable-options.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field-variable-options.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts
index 53ec7f1317..ee4826c4e7 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-field.model.ts b/lib/core/src/lib/form/components/widgets/core/form-field.model.ts
index 60c3e01e81..981d8bb920 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-field.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-field.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-outcome-event.model.ts b/lib/core/src/lib/form/components/widgets/core/form-outcome-event.model.ts
index 28fff6fde2..d1d482e6f4 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-outcome-event.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-outcome-event.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-outcome.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/form-outcome.model.spec.ts
index 72a990ecb0..f625f94f70 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-outcome.model.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-outcome.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-outcome.model.ts b/lib/core/src/lib/form/components/widgets/core/form-outcome.model.ts
index 5ed31a9dd1..c71355e215 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-outcome.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-outcome.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-values.ts b/lib/core/src/lib/form/components/widgets/core/form-values.ts
index 59f12cc439..a280f2abe9 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-values.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-values.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-variable.model.ts b/lib/core/src/lib/form/components/widgets/core/form-variable.model.ts
index 0e329183c4..5d34616dd4 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-variable.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-variable.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-widget.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/form-widget.model.spec.ts
index fbb27766f3..f6a89e4124 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-widget.model.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-widget.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form-widget.model.ts b/lib/core/src/lib/form/components/widgets/core/form-widget.model.ts
index 63d5a71bcd..028bb78d73 100644
--- a/lib/core/src/lib/form/components/widgets/core/form-widget.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form-widget.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/form.model.spec.ts
index d6d82dfb28..b3e34e1307 100644
--- a/lib/core/src/lib/form/components/widgets/core/form.model.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/form.model.ts b/lib/core/src/lib/form/components/widgets/core/form.model.ts
index 422eab56ca..4c32b15dd7 100644
--- a/lib/core/src/lib/form/components/widgets/core/form.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/form.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/group.model.ts b/lib/core/src/lib/form/components/widgets/core/group.model.ts
index d29ed00c73..7dd057e00f 100644
--- a/lib/core/src/lib/form/components/widgets/core/group.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/group.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/index.ts b/lib/core/src/lib/form/components/widgets/core/index.ts
index 7cac83b34c..20115333a7 100644
--- a/lib/core/src/lib/form/components/widgets/core/index.ts
+++ b/lib/core/src/lib/form/components/widgets/core/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/process-form-model.interface.ts b/lib/core/src/lib/form/components/widgets/core/process-form-model.interface.ts
index 7c0c264981..7e742047bc 100644
--- a/lib/core/src/lib/form/components/widgets/core/process-form-model.interface.ts
+++ b/lib/core/src/lib/form/components/widgets/core/process-form-model.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/process-variable.model.ts b/lib/core/src/lib/form/components/widgets/core/process-variable.model.ts
index 21018a9c08..47088804f0 100644
--- a/lib/core/src/lib/form/components/widgets/core/process-variable.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/process-variable.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/tab.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/tab.model.spec.ts
index 7532158af7..4dbc64e015 100644
--- a/lib/core/src/lib/form/components/widgets/core/tab.model.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/core/tab.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/tab.model.ts b/lib/core/src/lib/form/components/widgets/core/tab.model.ts
index 483bccabdf..8bb2794561 100644
--- a/lib/core/src/lib/form/components/widgets/core/tab.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/tab.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/core/upload-widget-content-link.model.ts b/lib/core/src/lib/form/components/widgets/core/upload-widget-content-link.model.ts
index 2fd26d234f..6503b3c921 100644
--- a/lib/core/src/lib/form/components/widgets/core/upload-widget-content-link.model.ts
+++ b/lib/core/src/lib/form/components/widgets/core/upload-widget-content-link.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.spec.ts b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.spec.ts
index 38133b2842..5b28f84f3f 100644
--- a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.ts b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.ts
index 0762b7afaa..f614322b6d 100644
--- a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/date/date.widget.spec.ts b/lib/core/src/lib/form/components/widgets/date/date.widget.spec.ts
index 761a09fa15..8076bd3a7c 100644
--- a/lib/core/src/lib/form/components/widgets/date/date.widget.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/date/date.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/date/date.widget.ts b/lib/core/src/lib/form/components/widgets/date/date.widget.ts
index 1ba6105f51..9194c680fe 100644
--- a/lib/core/src/lib/form/components/widgets/date/date.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/date/date.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/decimal/decimal.component.spec.ts b/lib/core/src/lib/form/components/widgets/decimal/decimal.component.spec.ts
index c64ddc47c2..0328ff0916 100644
--- a/lib/core/src/lib/form/components/widgets/decimal/decimal.component.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/decimal/decimal.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/decimal/decimal.component.ts b/lib/core/src/lib/form/components/widgets/decimal/decimal.component.ts
index 91412a1df0..a1a1f21316 100644
--- a/lib/core/src/lib/form/components/widgets/decimal/decimal.component.ts
+++ b/lib/core/src/lib/form/components/widgets/decimal/decimal.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/display-text/display-text.widget.ts b/lib/core/src/lib/form/components/widgets/display-text/display-text.widget.ts
index 54a77c2540..64e6453aa7 100644
--- a/lib/core/src/lib/form/components/widgets/display-text/display-text.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/display-text/display-text.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/error/error.component.spec.ts b/lib/core/src/lib/form/components/widgets/error/error.component.spec.ts
index eeb45f3749..81e4dcaa5c 100644
--- a/lib/core/src/lib/form/components/widgets/error/error.component.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/error/error.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/error/error.component.ts b/lib/core/src/lib/form/components/widgets/error/error.component.ts
index 2454b992d0..9832cb052c 100644
--- a/lib/core/src/lib/form/components/widgets/error/error.component.ts
+++ b/lib/core/src/lib/form/components/widgets/error/error.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.spec.ts b/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.spec.ts
index 20ca2833bf..3061645ce8 100644
--- a/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.ts b/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.ts
index 993915047d..0b096eee56 100644
--- a/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/index.ts b/lib/core/src/lib/form/components/widgets/index.ts
index bdec205e7b..e5414fec85 100644
--- a/lib/core/src/lib/form/components/widgets/index.ts
+++ b/lib/core/src/lib/form/components/widgets/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/json/json.widget.ts b/lib/core/src/lib/form/components/widgets/json/json.widget.ts
index 502f2c6503..52a23088e4 100644
--- a/lib/core/src/lib/form/components/widgets/json/json.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/json/json.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.spec.ts b/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.spec.ts
index cff6dccb32..65677f6608 100644
--- a/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.ts b/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.ts
index 1469533d5f..c765c6246e 100644
--- a/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/number/number.widget.spec.ts b/lib/core/src/lib/form/components/widgets/number/number.widget.spec.ts
index 82bb0a005c..890e94def2 100644
--- a/lib/core/src/lib/form/components/widgets/number/number.widget.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/number/number.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/number/number.widget.ts b/lib/core/src/lib/form/components/widgets/number/number.widget.ts
index 18b502f943..e1840baab7 100644
--- a/lib/core/src/lib/form/components/widgets/number/number.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/number/number.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/text/text-mask.component.ts b/lib/core/src/lib/form/components/widgets/text/text-mask.component.ts
index 1cf7948404..4093b4d92e 100644
--- a/lib/core/src/lib/form/components/widgets/text/text-mask.component.ts
+++ b/lib/core/src/lib/form/components/widgets/text/text-mask.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/text/text.widget.spec.ts b/lib/core/src/lib/form/components/widgets/text/text.widget.spec.ts
index cc1884352b..c4372d0040 100644
--- a/lib/core/src/lib/form/components/widgets/text/text.widget.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/text/text.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/text/text.widget.ts b/lib/core/src/lib/form/components/widgets/text/text.widget.ts
index 6c0bae8afc..f3f3772d5e 100644
--- a/lib/core/src/lib/form/components/widgets/text/text.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/text/text.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/unknown/unknown.widget.ts b/lib/core/src/lib/form/components/widgets/unknown/unknown.widget.ts
index ba9e06ce43..c26179110c 100644
--- a/lib/core/src/lib/form/components/widgets/unknown/unknown.widget.ts
+++ b/lib/core/src/lib/form/components/widgets/unknown/unknown.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/widget.component.spec.ts b/lib/core/src/lib/form/components/widgets/widget.component.spec.ts
index 51fe53c080..2b76f7d1f5 100644
--- a/lib/core/src/lib/form/components/widgets/widget.component.spec.ts
+++ b/lib/core/src/lib/form/components/widgets/widget.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/components/widgets/widget.component.ts b/lib/core/src/lib/form/components/widgets/widget.component.ts
index 10f5c8fdd9..8f89fb039b 100644
--- a/lib/core/src/lib/form/components/widgets/widget.component.ts
+++ b/lib/core/src/lib/form/components/widgets/widget.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/events/form-error.event.ts b/lib/core/src/lib/form/events/form-error.event.ts
index d46ed70b47..f4dd63716f 100644
--- a/lib/core/src/lib/form/events/form-error.event.ts
+++ b/lib/core/src/lib/form/events/form-error.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/events/form-field.event.ts b/lib/core/src/lib/form/events/form-field.event.ts
index f5244f28fd..f0c9b2695f 100644
--- a/lib/core/src/lib/form/events/form-field.event.ts
+++ b/lib/core/src/lib/form/events/form-field.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/events/form-rules.event.ts b/lib/core/src/lib/form/events/form-rules.event.ts
index 8cfb641823..3ae9fced50 100644
--- a/lib/core/src/lib/form/events/form-rules.event.ts
+++ b/lib/core/src/lib/form/events/form-rules.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/events/form.event.ts b/lib/core/src/lib/form/events/form.event.ts
index ae97ebf6bd..5c84a8e3d8 100644
--- a/lib/core/src/lib/form/events/form.event.ts
+++ b/lib/core/src/lib/form/events/form.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/events/index.ts b/lib/core/src/lib/form/events/index.ts
index 100cf45b7d..e6ed154026 100644
--- a/lib/core/src/lib/form/events/index.ts
+++ b/lib/core/src/lib/form/events/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/events/validate-form-field.event.ts b/lib/core/src/lib/form/events/validate-form-field.event.ts
index 540dfc0523..3050455c93 100644
--- a/lib/core/src/lib/form/events/validate-form-field.event.ts
+++ b/lib/core/src/lib/form/events/validate-form-field.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/events/validate-form.event.ts b/lib/core/src/lib/form/events/validate-form.event.ts
index 1f5e85f074..acaaf0f5a8 100644
--- a/lib/core/src/lib/form/events/validate-form.event.ts
+++ b/lib/core/src/lib/form/events/validate-form.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/form-base.module.ts b/lib/core/src/lib/form/form-base.module.ts
index 4fdf95a4f2..f335293f96 100644
--- a/lib/core/src/lib/form/form-base.module.ts
+++ b/lib/core/src/lib/form/form-base.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/index.ts b/lib/core/src/lib/form/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/form/index.ts
+++ b/lib/core/src/lib/form/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/models/form-rules.model.spec.ts b/lib/core/src/lib/form/models/form-rules.model.spec.ts
index 141681d9fd..79e0a4ef63 100644
--- a/lib/core/src/lib/form/models/form-rules.model.spec.ts
+++ b/lib/core/src/lib/form/models/form-rules.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/models/form-rules.model.ts b/lib/core/src/lib/form/models/form-rules.model.ts
index 93e76833e6..bf44598c51 100644
--- a/lib/core/src/lib/form/models/form-rules.model.ts
+++ b/lib/core/src/lib/form/models/form-rules.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/models/task-process-variable.model.ts b/lib/core/src/lib/form/models/task-process-variable.model.ts
index 9a77925167..71f47a060d 100644
--- a/lib/core/src/lib/form/models/task-process-variable.model.ts
+++ b/lib/core/src/lib/form/models/task-process-variable.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/models/widget-visibility.model.ts b/lib/core/src/lib/form/models/widget-visibility.model.ts
index 9834823ff4..41dcab5f2b 100644
--- a/lib/core/src/lib/form/models/widget-visibility.model.ts
+++ b/lib/core/src/lib/form/models/widget-visibility.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/public-api.ts b/lib/core/src/lib/form/public-api.ts
index fa80753e8b..c1abd26de9 100644
--- a/lib/core/src/lib/form/public-api.ts
+++ b/lib/core/src/lib/form/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/services/form-rendering.service.spec.ts b/lib/core/src/lib/form/services/form-rendering.service.spec.ts
index ddc3b76dee..1a2156617b 100644
--- a/lib/core/src/lib/form/services/form-rendering.service.spec.ts
+++ b/lib/core/src/lib/form/services/form-rendering.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/services/form-rendering.service.ts b/lib/core/src/lib/form/services/form-rendering.service.ts
index 9b786d27d1..ac3bafefe7 100644
--- a/lib/core/src/lib/form/services/form-rendering.service.ts
+++ b/lib/core/src/lib/form/services/form-rendering.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/services/form-validation-service.interface.ts b/lib/core/src/lib/form/services/form-validation-service.interface.ts
index e5e46664f4..cda67396e2 100644
--- a/lib/core/src/lib/form/services/form-validation-service.interface.ts
+++ b/lib/core/src/lib/form/services/form-validation-service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/services/form.service.spec.ts b/lib/core/src/lib/form/services/form.service.spec.ts
index a3948907ec..95764a8e97 100644
--- a/lib/core/src/lib/form/services/form.service.spec.ts
+++ b/lib/core/src/lib/form/services/form.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/services/form.service.ts b/lib/core/src/lib/form/services/form.service.ts
index 184797bad9..65f839f2a2 100644
--- a/lib/core/src/lib/form/services/form.service.ts
+++ b/lib/core/src/lib/form/services/form.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/services/widget-visibility-cloud.service.spec.ts b/lib/core/src/lib/form/services/widget-visibility-cloud.service.spec.ts
index 635a2144b8..3c42cd3068 100644
--- a/lib/core/src/lib/form/services/widget-visibility-cloud.service.spec.ts
+++ b/lib/core/src/lib/form/services/widget-visibility-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/services/widget-visibility.service.spec.ts b/lib/core/src/lib/form/services/widget-visibility.service.spec.ts
index 6dfd0b04d7..5860557865 100644
--- a/lib/core/src/lib/form/services/widget-visibility.service.spec.ts
+++ b/lib/core/src/lib/form/services/widget-visibility.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/form/services/widget-visibility.service.ts b/lib/core/src/lib/form/services/widget-visibility.service.ts
index db9bfab869..1794a9b85c 100644
--- a/lib/core/src/lib/form/services/widget-visibility.service.ts
+++ b/lib/core/src/lib/form/services/widget-visibility.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/icon/icon.component.stories.ts b/lib/core/src/lib/icon/icon.component.stories.ts
index c895a184d3..c416844ea6 100644
--- a/lib/core/src/lib/icon/icon.component.stories.ts
+++ b/lib/core/src/lib/icon/icon.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/icon/icon.component.ts b/lib/core/src/lib/icon/icon.component.ts
index d49a66f518..35cc910da4 100644
--- a/lib/core/src/lib/icon/icon.component.ts
+++ b/lib/core/src/lib/icon/icon.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/icon/icon.module.ts b/lib/core/src/lib/icon/icon.module.ts
index 492768d256..5536360068 100644
--- a/lib/core/src/lib/icon/icon.module.ts
+++ b/lib/core/src/lib/icon/icon.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/icon/index.ts b/lib/core/src/lib/icon/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/icon/index.ts
+++ b/lib/core/src/lib/icon/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/icon/public-api.ts b/lib/core/src/lib/icon/public-api.ts
index 7e43e310e8..e805233b5e 100644
--- a/lib/core/src/lib/icon/public-api.ts
+++ b/lib/core/src/lib/icon/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/identity-user-info/identity-user-info.component.spec.ts b/lib/core/src/lib/identity-user-info/identity-user-info.component.spec.ts
index a6d7a82bd2..d69fafd88e 100644
--- a/lib/core/src/lib/identity-user-info/identity-user-info.component.spec.ts
+++ b/lib/core/src/lib/identity-user-info/identity-user-info.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/identity-user-info/identity-user-info.component.stories.ts b/lib/core/src/lib/identity-user-info/identity-user-info.component.stories.ts
index 0ee66c43fe..5e33776b69 100644
--- a/lib/core/src/lib/identity-user-info/identity-user-info.component.stories.ts
+++ b/lib/core/src/lib/identity-user-info/identity-user-info.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/identity-user-info/identity-user-info.component.ts b/lib/core/src/lib/identity-user-info/identity-user-info.component.ts
index e42ec0674c..cd2f0a1454 100644
--- a/lib/core/src/lib/identity-user-info/identity-user-info.component.ts
+++ b/lib/core/src/lib/identity-user-info/identity-user-info.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/identity-user-info/identity-user-info.module.ts b/lib/core/src/lib/identity-user-info/identity-user-info.module.ts
index d0abdc8a48..591fabd707 100644
--- a/lib/core/src/lib/identity-user-info/identity-user-info.module.ts
+++ b/lib/core/src/lib/identity-user-info/identity-user-info.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/identity-user-info/index.ts b/lib/core/src/lib/identity-user-info/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/identity-user-info/index.ts
+++ b/lib/core/src/lib/identity-user-info/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/identity-user-info/public-api.ts b/lib/core/src/lib/identity-user-info/public-api.ts
index 6b9fa43eb9..51f16653f6 100644
--- a/lib/core/src/lib/identity-user-info/public-api.ts
+++ b/lib/core/src/lib/identity-user-info/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/info-drawer/index.ts b/lib/core/src/lib/info-drawer/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/info-drawer/index.ts
+++ b/lib/core/src/lib/info-drawer/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/info-drawer/info-drawer-layout.component.ts b/lib/core/src/lib/info-drawer/info-drawer-layout.component.ts
index 8f785c2ce6..7f33a179e3 100644
--- a/lib/core/src/lib/info-drawer/info-drawer-layout.component.ts
+++ b/lib/core/src/lib/info-drawer/info-drawer-layout.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.spec.ts b/lib/core/src/lib/info-drawer/info-drawer.component.spec.ts
index aa1a37c61e..909924ec3f 100644
--- a/lib/core/src/lib/info-drawer/info-drawer.component.spec.ts
+++ b/lib/core/src/lib/info-drawer/info-drawer.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.stories.ts b/lib/core/src/lib/info-drawer/info-drawer.component.stories.ts
index b558b82732..17dbcc3238 100644
--- a/lib/core/src/lib/info-drawer/info-drawer.component.stories.ts
+++ b/lib/core/src/lib/info-drawer/info-drawer.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.ts b/lib/core/src/lib/info-drawer/info-drawer.component.ts
index f6fda8b975..9d8b3b054f 100644
--- a/lib/core/src/lib/info-drawer/info-drawer.component.ts
+++ b/lib/core/src/lib/info-drawer/info-drawer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/info-drawer/info-drawer.module.ts b/lib/core/src/lib/info-drawer/info-drawer.module.ts
index b12fb3aba4..5ca2bd55ef 100644
--- a/lib/core/src/lib/info-drawer/info-drawer.module.ts
+++ b/lib/core/src/lib/info-drawer/info-drawer.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/info-drawer/mock/info-drawer.mock.ts b/lib/core/src/lib/info-drawer/mock/info-drawer.mock.ts
index 12c37522bc..c64864d36a 100644
--- a/lib/core/src/lib/info-drawer/mock/info-drawer.mock.ts
+++ b/lib/core/src/lib/info-drawer/mock/info-drawer.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/info-drawer/public-api.ts b/lib/core/src/lib/info-drawer/public-api.ts
index 86e458474f..7996057c81 100644
--- a/lib/core/src/lib/info-drawer/public-api.ts
+++ b/lib/core/src/lib/info-drawer/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/interface/index.ts b/lib/core/src/lib/interface/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/interface/index.ts
+++ b/lib/core/src/lib/interface/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/interface/injection.tokens.ts b/lib/core/src/lib/interface/injection.tokens.ts
index 59ded019b6..1b5d625be4 100644
--- a/lib/core/src/lib/interface/injection.tokens.ts
+++ b/lib/core/src/lib/interface/injection.tokens.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/interface/public-api.ts b/lib/core/src/lib/interface/public-api.ts
index af48eeae73..ec975e5154 100644
--- a/lib/core/src/lib/interface/public-api.ts
+++ b/lib/core/src/lib/interface/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/language-menu/index.ts b/lib/core/src/lib/language-menu/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/language-menu/index.ts
+++ b/lib/core/src/lib/language-menu/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/language-menu/language-menu.component.spec.ts b/lib/core/src/lib/language-menu/language-menu.component.spec.ts
index 5634a51872..02b6d4a548 100644
--- a/lib/core/src/lib/language-menu/language-menu.component.spec.ts
+++ b/lib/core/src/lib/language-menu/language-menu.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/language-menu/language-menu.component.stories.ts b/lib/core/src/lib/language-menu/language-menu.component.stories.ts
index 968ff78c3c..52b9434aa5 100644
--- a/lib/core/src/lib/language-menu/language-menu.component.stories.ts
+++ b/lib/core/src/lib/language-menu/language-menu.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/language-menu/language-menu.component.ts b/lib/core/src/lib/language-menu/language-menu.component.ts
index 33adcde8eb..55dd453c64 100644
--- a/lib/core/src/lib/language-menu/language-menu.component.ts
+++ b/lib/core/src/lib/language-menu/language-menu.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/language-menu/language-menu.module.ts b/lib/core/src/lib/language-menu/language-menu.module.ts
index b19a837714..084688de5d 100644
--- a/lib/core/src/lib/language-menu/language-menu.module.ts
+++ b/lib/core/src/lib/language-menu/language-menu.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/language-menu/language-picker.component.stories.ts b/lib/core/src/lib/language-menu/language-picker.component.stories.ts
index 6100476e4f..e520b398d1 100644
--- a/lib/core/src/lib/language-menu/language-picker.component.stories.ts
+++ b/lib/core/src/lib/language-menu/language-picker.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/language-menu/language-picker.component.ts b/lib/core/src/lib/language-menu/language-picker.component.ts
index 20b3e22076..7467a45100 100644
--- a/lib/core/src/lib/language-menu/language-picker.component.ts
+++ b/lib/core/src/lib/language-menu/language-picker.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/language-menu/public-api.ts b/lib/core/src/lib/language-menu/public-api.ts
index 726099d202..8f5afd7420 100644
--- a/lib/core/src/lib/language-menu/public-api.ts
+++ b/lib/core/src/lib/language-menu/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/language-menu/service/language.service.interface.ts b/lib/core/src/lib/language-menu/service/language.service.interface.ts
index d5c3c151a8..7ee63a1eee 100644
--- a/lib/core/src/lib/language-menu/service/language.service.interface.ts
+++ b/lib/core/src/lib/language-menu/service/language.service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/language-menu/service/language.service.ts b/lib/core/src/lib/language-menu/service/language.service.ts
index d513f2c750..6474dc916a 100644
--- a/lib/core/src/lib/language-menu/service/language.service.ts
+++ b/lib/core/src/lib/language-menu/service/language.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/header/header.component.spec.ts b/lib/core/src/lib/layout/components/header/header.component.spec.ts
index dbbf30db91..cc0a9d3bff 100644
--- a/lib/core/src/lib/layout/components/header/header.component.spec.ts
+++ b/lib/core/src/lib/layout/components/header/header.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/header/header.component.stories.ts b/lib/core/src/lib/layout/components/header/header.component.stories.ts
index bb8b54ee0c..6995bcaa38 100644
--- a/lib/core/src/lib/layout/components/header/header.component.stories.ts
+++ b/lib/core/src/lib/layout/components/header/header.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/header/header.component.ts b/lib/core/src/lib/layout/components/header/header.component.ts
index c0fbcf30e9..d52259b122 100644
--- a/lib/core/src/lib/layout/components/header/header.component.ts
+++ b/lib/core/src/lib/layout/components/header/header.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/layout-container/layout-container.component.spec.ts b/lib/core/src/lib/layout/components/layout-container/layout-container.component.spec.ts
index f5673668a9..ff830c706f 100644
--- a/lib/core/src/lib/layout/components/layout-container/layout-container.component.spec.ts
+++ b/lib/core/src/lib/layout/components/layout-container/layout-container.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/layout-container/layout-container.component.ts b/lib/core/src/lib/layout/components/layout-container/layout-container.component.ts
index 5592548817..e7916c4144 100644
--- a/lib/core/src/lib/layout/components/layout-container/layout-container.component.ts
+++ b/lib/core/src/lib/layout/components/layout-container/layout-container.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.spec.ts b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.spec.ts
index a6928608a1..a49fb12302 100644
--- a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.spec.ts
+++ b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.ts b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.ts
index 2ed9804054..1fe63f2091 100644
--- a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.ts
+++ b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action.component.stories.ts b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action.component.stories.ts
index 1c6c532c72..dfeacea148 100644
--- a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action.component.stories.ts
+++ b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.spec.ts b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.spec.ts
index a8c14f16da..b879bb3f1a 100644
--- a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.spec.ts
+++ b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.stories.ts b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.stories.ts
index 30c4725afd..c753ba5334 100644
--- a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.stories.ts
+++ b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.ts b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.ts
index e5a5013113..c74de7e3f0 100644
--- a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.ts
+++ b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/directives/sidenav-layout-content.directive.ts b/lib/core/src/lib/layout/directives/sidenav-layout-content.directive.ts
index bdcd245668..07a80e153c 100644
--- a/lib/core/src/lib/layout/directives/sidenav-layout-content.directive.ts
+++ b/lib/core/src/lib/layout/directives/sidenav-layout-content.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/directives/sidenav-layout-header.directive.ts b/lib/core/src/lib/layout/directives/sidenav-layout-header.directive.ts
index 3a267419d3..f594f48e09 100644
--- a/lib/core/src/lib/layout/directives/sidenav-layout-header.directive.ts
+++ b/lib/core/src/lib/layout/directives/sidenav-layout-header.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/directives/sidenav-layout-navigation.directive.ts b/lib/core/src/lib/layout/directives/sidenav-layout-navigation.directive.ts
index 478882908e..11133a2e81 100644
--- a/lib/core/src/lib/layout/directives/sidenav-layout-navigation.directive.ts
+++ b/lib/core/src/lib/layout/directives/sidenav-layout-navigation.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/helpers/animations.ts b/lib/core/src/lib/layout/helpers/animations.ts
index 6372a6ffb2..c0ff9e873a 100644
--- a/lib/core/src/lib/layout/helpers/animations.ts
+++ b/lib/core/src/lib/layout/helpers/animations.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/index.ts b/lib/core/src/lib/layout/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/layout/index.ts
+++ b/lib/core/src/lib/layout/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/layout.module.ts b/lib/core/src/lib/layout/layout.module.ts
index 95fd89b3d3..441e697e73 100644
--- a/lib/core/src/lib/layout/layout.module.ts
+++ b/lib/core/src/lib/layout/layout.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/layout/public-api.ts b/lib/core/src/lib/layout/public-api.ts
index aed5e34e6a..48e11bc57d 100644
--- a/lib/core/src/lib/layout/public-api.ts
+++ b/lib/core/src/lib/layout/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/components/login-dialog-panel/login-dialog-panel.component.spec.ts b/lib/core/src/lib/login/components/login-dialog-panel/login-dialog-panel.component.spec.ts
index f90a215024..039ce55ae5 100644
--- a/lib/core/src/lib/login/components/login-dialog-panel/login-dialog-panel.component.spec.ts
+++ b/lib/core/src/lib/login/components/login-dialog-panel/login-dialog-panel.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/components/login-dialog-panel/login-dialog-panel.component.ts b/lib/core/src/lib/login/components/login-dialog-panel/login-dialog-panel.component.ts
index 6b125606da..18ec36ba93 100644
--- a/lib/core/src/lib/login/components/login-dialog-panel/login-dialog-panel.component.ts
+++ b/lib/core/src/lib/login/components/login-dialog-panel/login-dialog-panel.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/components/login-dialog/login-dialog-component-data.interface.ts b/lib/core/src/lib/login/components/login-dialog/login-dialog-component-data.interface.ts
index f0670d3c74..8013b9ddaf 100644
--- a/lib/core/src/lib/login/components/login-dialog/login-dialog-component-data.interface.ts
+++ b/lib/core/src/lib/login/components/login-dialog/login-dialog-component-data.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/components/login-dialog/login-dialog.component.stories.ts b/lib/core/src/lib/login/components/login-dialog/login-dialog.component.stories.ts
index aac92c26f4..1df8bc991b 100644
--- a/lib/core/src/lib/login/components/login-dialog/login-dialog.component.stories.ts
+++ b/lib/core/src/lib/login/components/login-dialog/login-dialog.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/components/login-dialog/login-dialog.component.ts b/lib/core/src/lib/login/components/login-dialog/login-dialog.component.ts
index aa361e7de3..1bfb9e400b 100644
--- a/lib/core/src/lib/login/components/login-dialog/login-dialog.component.ts
+++ b/lib/core/src/lib/login/components/login-dialog/login-dialog.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/components/login-dialog/login-dialog.stories.component.ts b/lib/core/src/lib/login/components/login-dialog/login-dialog.stories.component.ts
index 11c79cdeec..94106c5aee 100644
--- a/lib/core/src/lib/login/components/login-dialog/login-dialog.stories.component.ts
+++ b/lib/core/src/lib/login/components/login-dialog/login-dialog.stories.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/components/login/login.component.spec.ts b/lib/core/src/lib/login/components/login/login.component.spec.ts
index 6bdefeac5d..c16ff8dca6 100644
--- a/lib/core/src/lib/login/components/login/login.component.spec.ts
+++ b/lib/core/src/lib/login/components/login/login.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -324,7 +324,7 @@ describe('LoginComponent', () => {
it('should render the default copyright text', () => {
expect(element.querySelector('[data-automation-id="login-copyright"]')).toBeDefined();
expect(element.querySelector('[data-automation-id="login-copyright"]').innerText).toEqual(
- '\u00A9 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.'
+ '\u00A9 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.'
);
});
diff --git a/lib/core/src/lib/login/components/login/login.component.stories.ts b/lib/core/src/lib/login/components/login/login.component.stories.ts
index 404e7edd95..ef0cb1690d 100644
--- a/lib/core/src/lib/login/components/login/login.component.stories.ts
+++ b/lib/core/src/lib/login/components/login/login.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -123,10 +123,10 @@ export default {
copyrightText: {
control: 'text',
description: 'The copyright text below the login box.',
- defaultValue: '\u00A9 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.',
+ defaultValue: '\u00A9 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.',
table: {
type: { summary: 'string' },
- defaultValue: { summary: '\u00A9 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.' }
+ defaultValue: { summary: '\u00A9 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.' }
}
},
fieldsValidation: {
diff --git a/lib/core/src/lib/login/components/login/login.component.ts b/lib/core/src/lib/login/components/login/login.component.ts
index 2faecefd4e..cf35ab6143 100644
--- a/lib/core/src/lib/login/components/login/login.component.ts
+++ b/lib/core/src/lib/login/components/login/login.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -109,7 +109,7 @@ export class LoginComponent implements OnInit, OnDestroy {
/** The copyright text below the login box. */
@Input()
- copyrightText: string = '\u00A9 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.';
+ copyrightText: string = '\u00A9 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.';
/** Custom validation rules for the login form. */
@Input()
diff --git a/lib/core/src/lib/login/directives/login-footer.directive.spec.ts b/lib/core/src/lib/login/directives/login-footer.directive.spec.ts
index 9e48f1c84c..e1cedf4410 100644
--- a/lib/core/src/lib/login/directives/login-footer.directive.spec.ts
+++ b/lib/core/src/lib/login/directives/login-footer.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/directives/login-footer.directive.ts b/lib/core/src/lib/login/directives/login-footer.directive.ts
index 841c377ba4..04c3aab3eb 100644
--- a/lib/core/src/lib/login/directives/login-footer.directive.ts
+++ b/lib/core/src/lib/login/directives/login-footer.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/directives/login-header.directive.spec.ts b/lib/core/src/lib/login/directives/login-header.directive.spec.ts
index 6969ff74f0..52e2428796 100644
--- a/lib/core/src/lib/login/directives/login-header.directive.spec.ts
+++ b/lib/core/src/lib/login/directives/login-header.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/directives/login-header.directive.ts b/lib/core/src/lib/login/directives/login-header.directive.ts
index 42d8cc1bb3..0c16f6e283 100644
--- a/lib/core/src/lib/login/directives/login-header.directive.ts
+++ b/lib/core/src/lib/login/directives/login-header.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/index.ts b/lib/core/src/lib/login/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/login/index.ts
+++ b/lib/core/src/lib/login/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/login.module.ts b/lib/core/src/lib/login/login.module.ts
index 96c5936e67..642afd75b4 100644
--- a/lib/core/src/lib/login/login.module.ts
+++ b/lib/core/src/lib/login/login.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/models/login-error.event.ts b/lib/core/src/lib/login/models/login-error.event.ts
index c26b4f5770..8ec5d720f9 100644
--- a/lib/core/src/lib/login/models/login-error.event.ts
+++ b/lib/core/src/lib/login/models/login-error.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/models/login-submit.event.ts b/lib/core/src/lib/login/models/login-submit.event.ts
index b860e62574..302b857b1c 100644
--- a/lib/core/src/lib/login/models/login-submit.event.ts
+++ b/lib/core/src/lib/login/models/login-submit.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/models/login-success.event.ts b/lib/core/src/lib/login/models/login-success.event.ts
index 36ab71a69b..4a88bbea31 100644
--- a/lib/core/src/lib/login/models/login-success.event.ts
+++ b/lib/core/src/lib/login/models/login-success.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/login/public-api.ts b/lib/core/src/lib/login/public-api.ts
index e43d40e58e..60eed0e8b6 100644
--- a/lib/core/src/lib/login/public-api.ts
+++ b/lib/core/src/lib/login/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/material.module.ts b/lib/core/src/lib/material.module.ts
index d836fa365a..70f134eb1e 100644
--- a/lib/core/src/lib/material.module.ts
+++ b/lib/core/src/lib/material.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/alfresco-api.mock.ts b/lib/core/src/lib/mock/alfresco-api.mock.ts
index 469cc2443d..93bd3dcb97 100644
--- a/lib/core/src/lib/mock/alfresco-api.mock.ts
+++ b/lib/core/src/lib/mock/alfresco-api.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/alfresco-api.service.mock.ts b/lib/core/src/lib/mock/alfresco-api.service.mock.ts
index fc1d221798..d2f490c027 100644
--- a/lib/core/src/lib/mock/alfresco-api.service.mock.ts
+++ b/lib/core/src/lib/mock/alfresco-api.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/cloud-form.mock.ts b/lib/core/src/lib/mock/cloud-form.mock.ts
index 3b36788a28..86c860a50c 100644
--- a/lib/core/src/lib/mock/cloud-form.mock.ts
+++ b/lib/core/src/lib/mock/cloud-form.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/cookie.service.mock.ts b/lib/core/src/lib/mock/cookie.service.mock.ts
index 110a61c333..886387b3ce 100644
--- a/lib/core/src/lib/mock/cookie.service.mock.ts
+++ b/lib/core/src/lib/mock/cookie.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/data-column.mock.ts b/lib/core/src/lib/mock/data-column.mock.ts
index cd30f9b1e2..7cf579dd7a 100644
--- a/lib/core/src/lib/mock/data-column.mock.ts
+++ b/lib/core/src/lib/mock/data-column.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/dom-sanitizer-mock.ts b/lib/core/src/lib/mock/dom-sanitizer-mock.ts
index c20af6f41d..aba395939a 100644
--- a/lib/core/src/lib/mock/dom-sanitizer-mock.ts
+++ b/lib/core/src/lib/mock/dom-sanitizer-mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/event.mock.ts b/lib/core/src/lib/mock/event.mock.ts
index 23fa42d31c..18708104af 100644
--- a/lib/core/src/lib/mock/event.mock.ts
+++ b/lib/core/src/lib/mock/event.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/form/demo-form.mock.ts b/lib/core/src/lib/mock/form/demo-form.mock.ts
index 25d9c69b58..54c21707d6 100644
--- a/lib/core/src/lib/mock/form/demo-form.mock.ts
+++ b/lib/core/src/lib/mock/form/demo-form.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/form/form-definition-readonly.mock.ts b/lib/core/src/lib/mock/form/form-definition-readonly.mock.ts
index fab7832b4e..8572592f47 100644
--- a/lib/core/src/lib/mock/form/form-definition-readonly.mock.ts
+++ b/lib/core/src/lib/mock/form/form-definition-readonly.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/form/form-definition-visibility.mock.ts b/lib/core/src/lib/mock/form/form-definition-visibility.mock.ts
index 01e101f586..b7c9b4a858 100644
--- a/lib/core/src/lib/mock/form/form-definition-visibility.mock.ts
+++ b/lib/core/src/lib/mock/form/form-definition-visibility.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/form/form-definition.mock.ts b/lib/core/src/lib/mock/form/form-definition.mock.ts
index f2e90d87c8..f67d8a41f1 100644
--- a/lib/core/src/lib/mock/form/form-definition.mock.ts
+++ b/lib/core/src/lib/mock/form/form-definition.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/form/form.component.mock.ts b/lib/core/src/lib/mock/form/form.component.mock.ts
index a9f64a3725..e4891a8985 100644
--- a/lib/core/src/lib/mock/form/form.component.mock.ts
+++ b/lib/core/src/lib/mock/form/form.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/form/form.service.mock.ts b/lib/core/src/lib/mock/form/form.service.mock.ts
index 61ea56bfe2..279e6a2918 100644
--- a/lib/core/src/lib/mock/form/form.service.mock.ts
+++ b/lib/core/src/lib/mock/form/form.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/form/start-form.component.mock.ts b/lib/core/src/lib/mock/form/start-form.component.mock.ts
index 756509893c..cce65dae77 100644
--- a/lib/core/src/lib/mock/form/start-form.component.mock.ts
+++ b/lib/core/src/lib/mock/form/start-form.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/form/widget-visibility-cloud.service.mock.ts b/lib/core/src/lib/mock/form/widget-visibility-cloud.service.mock.ts
index 88e4fdc604..36f887d1ec 100644
--- a/lib/core/src/lib/mock/form/widget-visibility-cloud.service.mock.ts
+++ b/lib/core/src/lib/mock/form/widget-visibility-cloud.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/form/widget-visibility.service.mock.ts b/lib/core/src/lib/mock/form/widget-visibility.service.mock.ts
index f8a8882f19..11979bfdd5 100644
--- a/lib/core/src/lib/mock/form/widget-visibility.service.mock.ts
+++ b/lib/core/src/lib/mock/form/widget-visibility.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/index.ts b/lib/core/src/lib/mock/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/mock/index.ts
+++ b/lib/core/src/lib/mock/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/language.service.mock.ts b/lib/core/src/lib/mock/language.service.mock.ts
index cab8021db1..4454860c2c 100644
--- a/lib/core/src/lib/mock/language.service.mock.ts
+++ b/lib/core/src/lib/mock/language.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/mat-icon-registry-mock.ts b/lib/core/src/lib/mock/mat-icon-registry-mock.ts
index a00b65f41a..d1f5d191e1 100644
--- a/lib/core/src/lib/mock/mat-icon-registry-mock.ts
+++ b/lib/core/src/lib/mock/mat-icon-registry-mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/public-api.ts b/lib/core/src/lib/mock/public-api.ts
index 2344fdaad6..dcb90c58ed 100644
--- a/lib/core/src/lib/mock/public-api.ts
+++ b/lib/core/src/lib/mock/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/translation.service.mock.ts b/lib/core/src/lib/mock/translation.service.mock.ts
index 162f59db7c..69b0f97729 100644
--- a/lib/core/src/lib/mock/translation.service.mock.ts
+++ b/lib/core/src/lib/mock/translation.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/mock/user-access.mock.ts b/lib/core/src/lib/mock/user-access.mock.ts
index ad09eb2de0..c6233fe8e3 100644
--- a/lib/core/src/lib/mock/user-access.mock.ts
+++ b/lib/core/src/lib/mock/user-access.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/models/comment.model.ts b/lib/core/src/lib/models/comment.model.ts
index b2763b76d2..9166c3c645 100644
--- a/lib/core/src/lib/models/comment.model.ts
+++ b/lib/core/src/lib/models/comment.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/models/component.model.ts b/lib/core/src/lib/models/component.model.ts
index c973278e4f..ae69ea2bcf 100644
--- a/lib/core/src/lib/models/component.model.ts
+++ b/lib/core/src/lib/models/component.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/models/decimal-number.model.ts b/lib/core/src/lib/models/decimal-number.model.ts
index 85807977ae..1d7a28bd27 100644
--- a/lib/core/src/lib/models/decimal-number.model.ts
+++ b/lib/core/src/lib/models/decimal-number.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/models/general-user.model.ts b/lib/core/src/lib/models/general-user.model.ts
index 05eff49d28..8b65b35e41 100644
--- a/lib/core/src/lib/models/general-user.model.ts
+++ b/lib/core/src/lib/models/general-user.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/models/index.ts b/lib/core/src/lib/models/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/models/index.ts
+++ b/lib/core/src/lib/models/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/models/pagination.model.ts b/lib/core/src/lib/models/pagination.model.ts
index 689acde2d2..102cf2c464 100644
--- a/lib/core/src/lib/models/pagination.model.ts
+++ b/lib/core/src/lib/models/pagination.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/models/product-version.model.ts b/lib/core/src/lib/models/product-version.model.ts
index 8c58e52b92..75ea0eeda4 100644
--- a/lib/core/src/lib/models/product-version.model.ts
+++ b/lib/core/src/lib/models/product-version.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/models/public-api.ts b/lib/core/src/lib/models/public-api.ts
index 77ac22a38c..5315520b17 100644
--- a/lib/core/src/lib/models/public-api.ts
+++ b/lib/core/src/lib/models/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/models/request-pagination.model.ts b/lib/core/src/lib/models/request-pagination.model.ts
index bce29450a7..5ad3928078 100644
--- a/lib/core/src/lib/models/request-pagination.model.ts
+++ b/lib/core/src/lib/models/request-pagination.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/components/add-notification.stories.component.ts b/lib/core/src/lib/notifications/components/add-notification.stories.component.ts
index 6b1efd1927..38c27b820e 100644
--- a/lib/core/src/lib/notifications/components/add-notification.stories.component.ts
+++ b/lib/core/src/lib/notifications/components/add-notification.stories.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/components/notification-history.component.spec.ts b/lib/core/src/lib/notifications/components/notification-history.component.spec.ts
index 473713e7f9..acbfe8c2fc 100644
--- a/lib/core/src/lib/notifications/components/notification-history.component.spec.ts
+++ b/lib/core/src/lib/notifications/components/notification-history.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/components/notification-history.component.stories.ts b/lib/core/src/lib/notifications/components/notification-history.component.stories.ts
index bb8c4669d0..2ffba042e9 100644
--- a/lib/core/src/lib/notifications/components/notification-history.component.stories.ts
+++ b/lib/core/src/lib/notifications/components/notification-history.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/components/notification-history.component.ts b/lib/core/src/lib/notifications/components/notification-history.component.ts
index 108a593004..8f519eb57e 100644
--- a/lib/core/src/lib/notifications/components/notification-history.component.ts
+++ b/lib/core/src/lib/notifications/components/notification-history.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/helpers/notification.factory.ts b/lib/core/src/lib/notifications/helpers/notification.factory.ts
index 0c11a9889a..059c7af3e4 100644
--- a/lib/core/src/lib/notifications/helpers/notification.factory.ts
+++ b/lib/core/src/lib/notifications/helpers/notification.factory.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/index.ts b/lib/core/src/lib/notifications/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/notifications/index.ts
+++ b/lib/core/src/lib/notifications/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/models/notification.model.ts b/lib/core/src/lib/notifications/models/notification.model.ts
index ec8392944b..fbb919985d 100644
--- a/lib/core/src/lib/notifications/models/notification.model.ts
+++ b/lib/core/src/lib/notifications/models/notification.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/notification-history.module.ts b/lib/core/src/lib/notifications/notification-history.module.ts
index 31eafd4c14..7c0d77061e 100644
--- a/lib/core/src/lib/notifications/notification-history.module.ts
+++ b/lib/core/src/lib/notifications/notification-history.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/public-api.ts b/lib/core/src/lib/notifications/public-api.ts
index b669b4049e..b5c1466f3a 100644
--- a/lib/core/src/lib/notifications/public-api.ts
+++ b/lib/core/src/lib/notifications/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/services/notification.service.spec.ts b/lib/core/src/lib/notifications/services/notification.service.spec.ts
index 086b782569..c7e18420cd 100644
--- a/lib/core/src/lib/notifications/services/notification.service.spec.ts
+++ b/lib/core/src/lib/notifications/services/notification.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/notifications/services/notification.service.ts b/lib/core/src/lib/notifications/services/notification.service.ts
index 1d47f45863..f21538028c 100644
--- a/lib/core/src/lib/notifications/services/notification.service.ts
+++ b/lib/core/src/lib/notifications/services/notification.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pagination/index.ts b/lib/core/src/lib/pagination/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/pagination/index.ts
+++ b/lib/core/src/lib/pagination/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pagination/infinite-pagination.component.spec.ts b/lib/core/src/lib/pagination/infinite-pagination.component.spec.ts
index 9ad344292f..36084a65e5 100644
--- a/lib/core/src/lib/pagination/infinite-pagination.component.spec.ts
+++ b/lib/core/src/lib/pagination/infinite-pagination.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pagination/infinite-pagination.component.ts b/lib/core/src/lib/pagination/infinite-pagination.component.ts
index f0ff21e8aa..67d50aba67 100644
--- a/lib/core/src/lib/pagination/infinite-pagination.component.ts
+++ b/lib/core/src/lib/pagination/infinite-pagination.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pagination/paginated-component.interface.ts b/lib/core/src/lib/pagination/paginated-component.interface.ts
index d86d130687..63b6db0e59 100644
--- a/lib/core/src/lib/pagination/paginated-component.interface.ts
+++ b/lib/core/src/lib/pagination/paginated-component.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pagination/pagination-component.interface.ts b/lib/core/src/lib/pagination/pagination-component.interface.ts
index c7de074944..a9c4579529 100644
--- a/lib/core/src/lib/pagination/pagination-component.interface.ts
+++ b/lib/core/src/lib/pagination/pagination-component.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pagination/pagination.component.spec.ts b/lib/core/src/lib/pagination/pagination.component.spec.ts
index 113d944693..1afa1a5d0c 100644
--- a/lib/core/src/lib/pagination/pagination.component.spec.ts
+++ b/lib/core/src/lib/pagination/pagination.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pagination/pagination.component.stories.ts b/lib/core/src/lib/pagination/pagination.component.stories.ts
index 88f72be90c..acc8d4b6c3 100644
--- a/lib/core/src/lib/pagination/pagination.component.stories.ts
+++ b/lib/core/src/lib/pagination/pagination.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pagination/pagination.component.ts b/lib/core/src/lib/pagination/pagination.component.ts
index 53e96ee459..9d1e238ed0 100644
--- a/lib/core/src/lib/pagination/pagination.component.ts
+++ b/lib/core/src/lib/pagination/pagination.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pagination/pagination.module.ts b/lib/core/src/lib/pagination/pagination.module.ts
index 1e147a2e6e..ee14550313 100644
--- a/lib/core/src/lib/pagination/pagination.module.ts
+++ b/lib/core/src/lib/pagination/pagination.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pagination/public-api.ts b/lib/core/src/lib/pagination/public-api.ts
index 59fd1a3c7d..3af3c8914c 100644
--- a/lib/core/src/lib/pagination/public-api.ts
+++ b/lib/core/src/lib/pagination/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/boolean.pipe.spec.ts b/lib/core/src/lib/pipes/boolean.pipe.spec.ts
index 438e027352..b688b18c08 100644
--- a/lib/core/src/lib/pipes/boolean.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/boolean.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/boolean.pipe.ts b/lib/core/src/lib/pipes/boolean.pipe.ts
index 459987d52f..70ba51857a 100644
--- a/lib/core/src/lib/pipes/boolean.pipe.ts
+++ b/lib/core/src/lib/pipes/boolean.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/date-time.pipe.spec.ts b/lib/core/src/lib/pipes/date-time.pipe.spec.ts
index 6f85424ddd..e0a2eeb13f 100644
--- a/lib/core/src/lib/pipes/date-time.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/date-time.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/date-time.pipe.ts b/lib/core/src/lib/pipes/date-time.pipe.ts
index 298c368138..cbd32f7b4e 100644
--- a/lib/core/src/lib/pipes/date-time.pipe.ts
+++ b/lib/core/src/lib/pipes/date-time.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/decimal-number.pipe.spec.ts b/lib/core/src/lib/pipes/decimal-number.pipe.spec.ts
index 76efe1081e..f87610ce5e 100644
--- a/lib/core/src/lib/pipes/decimal-number.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/decimal-number.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/decimal-number.pipe.ts b/lib/core/src/lib/pipes/decimal-number.pipe.ts
index f62399084b..2e823ceb14 100644
--- a/lib/core/src/lib/pipes/decimal-number.pipe.ts
+++ b/lib/core/src/lib/pipes/decimal-number.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/file-size.pipe.spec.ts b/lib/core/src/lib/pipes/file-size.pipe.spec.ts
index 9ae98b65da..e01952e28c 100644
--- a/lib/core/src/lib/pipes/file-size.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/file-size.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/file-size.pipe.ts b/lib/core/src/lib/pipes/file-size.pipe.ts
index d0b2f1767a..7b3ca9a137 100644
--- a/lib/core/src/lib/pipes/file-size.pipe.ts
+++ b/lib/core/src/lib/pipes/file-size.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/file-type.pipe.spec.ts b/lib/core/src/lib/pipes/file-type.pipe.spec.ts
index f55e1d51f3..6f487219fe 100644
--- a/lib/core/src/lib/pipes/file-type.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/file-type.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/file-type.pipe.ts b/lib/core/src/lib/pipes/file-type.pipe.ts
index 6574e60258..b16edce4e7 100644
--- a/lib/core/src/lib/pipes/file-type.pipe.ts
+++ b/lib/core/src/lib/pipes/file-type.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.spec.ts b/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.spec.ts
index 30bbc28d89..94b9872095 100644
--- a/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.ts b/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.ts
index 69343c64b3..801fc41fe2 100644
--- a/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.ts
+++ b/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/filter-string.pipe.spec.ts b/lib/core/src/lib/pipes/filter-string.pipe.spec.ts
index c5da1062b8..a2ce5714f2 100644
--- a/lib/core/src/lib/pipes/filter-string.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/filter-string.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/filter-string.pipe.ts b/lib/core/src/lib/pipes/filter-string.pipe.ts
index c40dcb5233..27eb51cf63 100644
--- a/lib/core/src/lib/pipes/filter-string.pipe.ts
+++ b/lib/core/src/lib/pipes/filter-string.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/format-space.pipe.spec.ts b/lib/core/src/lib/pipes/format-space.pipe.spec.ts
index aa00631331..b93ed7f377 100644
--- a/lib/core/src/lib/pipes/format-space.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/format-space.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/format-space.pipe.ts b/lib/core/src/lib/pipes/format-space.pipe.ts
index ce56c39103..f96ad2ead9 100644
--- a/lib/core/src/lib/pipes/format-space.pipe.ts
+++ b/lib/core/src/lib/pipes/format-space.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/full-name.pipe.spec.ts b/lib/core/src/lib/pipes/full-name.pipe.spec.ts
index cb45540138..f18caa9f88 100644
--- a/lib/core/src/lib/pipes/full-name.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/full-name.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/full-name.pipe.ts b/lib/core/src/lib/pipes/full-name.pipe.ts
index 67c26b83de..7b22a56ecc 100644
--- a/lib/core/src/lib/pipes/full-name.pipe.ts
+++ b/lib/core/src/lib/pipes/full-name.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/index.ts b/lib/core/src/lib/pipes/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/pipes/index.ts
+++ b/lib/core/src/lib/pipes/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/localized-date.pipe.spec.ts b/lib/core/src/lib/pipes/localized-date.pipe.spec.ts
index 617073e320..95b7a36eb9 100644
--- a/lib/core/src/lib/pipes/localized-date.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/localized-date.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/localized-date.pipe.ts b/lib/core/src/lib/pipes/localized-date.pipe.ts
index 49b21cfd7b..0592125fe2 100644
--- a/lib/core/src/lib/pipes/localized-date.pipe.ts
+++ b/lib/core/src/lib/pipes/localized-date.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/localized-role.pipe.spec.ts b/lib/core/src/lib/pipes/localized-role.pipe.spec.ts
index 73d01bc9d9..b8ba3cba71 100644
--- a/lib/core/src/lib/pipes/localized-role.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/localized-role.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/localized-role.pipe.ts b/lib/core/src/lib/pipes/localized-role.pipe.ts
index 1de3a9691a..1cc503cbc1 100644
--- a/lib/core/src/lib/pipes/localized-role.pipe.ts
+++ b/lib/core/src/lib/pipes/localized-role.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/mime-type-icon.pipe.ts b/lib/core/src/lib/pipes/mime-type-icon.pipe.ts
index 86a5f8b722..3ed23a1ed1 100644
--- a/lib/core/src/lib/pipes/mime-type-icon.pipe.ts
+++ b/lib/core/src/lib/pipes/mime-type-icon.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/moment-date.pipe.ts b/lib/core/src/lib/pipes/moment-date.pipe.ts
index 9af0df1bf2..57a1bbd015 100644
--- a/lib/core/src/lib/pipes/moment-date.pipe.ts
+++ b/lib/core/src/lib/pipes/moment-date.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/moment-datetime.pipe.ts b/lib/core/src/lib/pipes/moment-datetime.pipe.ts
index 7753dbe139..bcb20904a7 100644
--- a/lib/core/src/lib/pipes/moment-datetime.pipe.ts
+++ b/lib/core/src/lib/pipes/moment-datetime.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/multi-value.pipe.spec.ts b/lib/core/src/lib/pipes/multi-value.pipe.spec.ts
index a5c5337d2c..c01b9bb064 100644
--- a/lib/core/src/lib/pipes/multi-value.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/multi-value.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/multi-value.pipe.ts b/lib/core/src/lib/pipes/multi-value.pipe.ts
index 23b0443500..6e895b36bb 100644
--- a/lib/core/src/lib/pipes/multi-value.pipe.ts
+++ b/lib/core/src/lib/pipes/multi-value.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/pipe.module.ts b/lib/core/src/lib/pipes/pipe.module.ts
index badd75d0d1..2e8ef370dd 100644
--- a/lib/core/src/lib/pipes/pipe.module.ts
+++ b/lib/core/src/lib/pipes/pipe.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/public-api.ts b/lib/core/src/lib/pipes/public-api.ts
index ddb4ef4e67..48505b943b 100644
--- a/lib/core/src/lib/pipes/public-api.ts
+++ b/lib/core/src/lib/pipes/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/text-highlight.pipe.ts b/lib/core/src/lib/pipes/text-highlight.pipe.ts
index 27db9a3a6d..631ff5b06b 100644
--- a/lib/core/src/lib/pipes/text-highlight.pipe.ts
+++ b/lib/core/src/lib/pipes/text-highlight.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/time-ago.pipe.spec.ts b/lib/core/src/lib/pipes/time-ago.pipe.spec.ts
index a6b5d8ac4f..87fc122a5c 100644
--- a/lib/core/src/lib/pipes/time-ago.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/time-ago.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/time-ago.pipe.ts b/lib/core/src/lib/pipes/time-ago.pipe.ts
index 9119a18d6f..f018f137e6 100644
--- a/lib/core/src/lib/pipes/time-ago.pipe.ts
+++ b/lib/core/src/lib/pipes/time-ago.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/user-initial.pipe.spec.ts b/lib/core/src/lib/pipes/user-initial.pipe.spec.ts
index e286640a4f..1d2a5e0134 100644
--- a/lib/core/src/lib/pipes/user-initial.pipe.spec.ts
+++ b/lib/core/src/lib/pipes/user-initial.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/user-initial.pipe.ts b/lib/core/src/lib/pipes/user-initial.pipe.ts
index 5ed5b46ef8..757a48096a 100644
--- a/lib/core/src/lib/pipes/user-initial.pipe.ts
+++ b/lib/core/src/lib/pipes/user-initial.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/pipes/user-like.interface.ts b/lib/core/src/lib/pipes/user-like.interface.ts
index 7eb09f6714..4e6daf35be 100644
--- a/lib/core/src/lib/pipes/user-like.interface.ts
+++ b/lib/core/src/lib/pipes/user-like.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/search-text/animations.ts b/lib/core/src/lib/search-text/animations.ts
index 9a0b846ac9..5d343c6cd8 100644
--- a/lib/core/src/lib/search-text/animations.ts
+++ b/lib/core/src/lib/search-text/animations.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/search-text/index.ts b/lib/core/src/lib/search-text/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/search-text/index.ts
+++ b/lib/core/src/lib/search-text/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/search-text/models/search-text-input.model.ts b/lib/core/src/lib/search-text/models/search-text-input.model.ts
index 8ca2721db9..b41a1d7e1d 100644
--- a/lib/core/src/lib/search-text/models/search-text-input.model.ts
+++ b/lib/core/src/lib/search-text/models/search-text-input.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/search-text/public-api.ts b/lib/core/src/lib/search-text/public-api.ts
index 9aeea290a0..fb52c7484b 100644
--- a/lib/core/src/lib/search-text/public-api.ts
+++ b/lib/core/src/lib/search-text/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/search-text/search-text-input.component.spec.ts b/lib/core/src/lib/search-text/search-text-input.component.spec.ts
index 8859c4fc0e..a6ca950c46 100644
--- a/lib/core/src/lib/search-text/search-text-input.component.spec.ts
+++ b/lib/core/src/lib/search-text/search-text-input.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/search-text/search-text-input.component.ts b/lib/core/src/lib/search-text/search-text-input.component.ts
index 7bee79bd31..533757c1f7 100644
--- a/lib/core/src/lib/search-text/search-text-input.component.ts
+++ b/lib/core/src/lib/search-text/search-text-input.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/search-text/search-text-input.module.ts b/lib/core/src/lib/search-text/search-text-input.module.ts
index dbc44262e0..3cfff53e00 100644
--- a/lib/core/src/lib/search-text/search-text-input.module.ts
+++ b/lib/core/src/lib/search-text/search-text-input.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/search-text/search-trigger.directive.ts b/lib/core/src/lib/search-text/search-trigger.directive.ts
index aa36e593a5..aa5c916e18 100644
--- a/lib/core/src/lib/search-text/search-trigger.directive.ts
+++ b/lib/core/src/lib/search-text/search-trigger.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/services/alfresco-api.interface.ts b/lib/core/src/lib/services/alfresco-api.interface.ts
index bedd5520ab..2b3a54c9ab 100644
--- a/lib/core/src/lib/services/alfresco-api.interface.ts
+++ b/lib/core/src/lib/services/alfresco-api.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/services/alfresco-api.service.ts b/lib/core/src/lib/services/alfresco-api.service.ts
index 6973de3c61..a796b61ad2 100644
--- a/lib/core/src/lib/services/alfresco-api.service.ts
+++ b/lib/core/src/lib/services/alfresco-api.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/services/index.ts b/lib/core/src/lib/services/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/services/index.ts
+++ b/lib/core/src/lib/services/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/services/public-api.ts b/lib/core/src/lib/services/public-api.ts
index 50e720ff89..f41684f9e3 100644
--- a/lib/core/src/lib/services/public-api.ts
+++ b/lib/core/src/lib/services/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/services/startup-service-factory.ts b/lib/core/src/lib/services/startup-service-factory.ts
index b55da498c6..ad60365482 100644
--- a/lib/core/src/lib/services/startup-service-factory.ts
+++ b/lib/core/src/lib/services/startup-service-factory.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/snackbar-content/index.ts b/lib/core/src/lib/snackbar-content/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/snackbar-content/index.ts
+++ b/lib/core/src/lib/snackbar-content/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/snackbar-content/public-api.ts b/lib/core/src/lib/snackbar-content/public-api.ts
index 875aa4bd9f..c8b35899f3 100644
--- a/lib/core/src/lib/snackbar-content/public-api.ts
+++ b/lib/core/src/lib/snackbar-content/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/snackbar-content/snack-bar-data.ts b/lib/core/src/lib/snackbar-content/snack-bar-data.ts
index 9cf5a89f90..4c1c1670d8 100644
--- a/lib/core/src/lib/snackbar-content/snack-bar-data.ts
+++ b/lib/core/src/lib/snackbar-content/snack-bar-data.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/snackbar-content/snackbar-content.component.spec.ts b/lib/core/src/lib/snackbar-content/snackbar-content.component.spec.ts
index ddce4bb5e0..2c2a6b8325 100644
--- a/lib/core/src/lib/snackbar-content/snackbar-content.component.spec.ts
+++ b/lib/core/src/lib/snackbar-content/snackbar-content.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/snackbar-content/snackbar-content.component.ts b/lib/core/src/lib/snackbar-content/snackbar-content.component.ts
index e89fdc1e9e..2130c13545 100644
--- a/lib/core/src/lib/snackbar-content/snackbar-content.component.ts
+++ b/lib/core/src/lib/snackbar-content/snackbar-content.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/snackbar-content/snackbar-content.module.ts b/lib/core/src/lib/snackbar-content/snackbar-content.module.ts
index 957672c886..7ca0098ac3 100644
--- a/lib/core/src/lib/snackbar-content/snackbar-content.module.ts
+++ b/lib/core/src/lib/snackbar-content/snackbar-content.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/sorting-picker/index.ts b/lib/core/src/lib/sorting-picker/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/sorting-picker/index.ts
+++ b/lib/core/src/lib/sorting-picker/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/sorting-picker/mock/sorting-picker.mock.ts b/lib/core/src/lib/sorting-picker/mock/sorting-picker.mock.ts
index fc3526b66e..38b3e925ab 100644
--- a/lib/core/src/lib/sorting-picker/mock/sorting-picker.mock.ts
+++ b/lib/core/src/lib/sorting-picker/mock/sorting-picker.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/sorting-picker/public-api.ts b/lib/core/src/lib/sorting-picker/public-api.ts
index 904cda7f6e..b51374fc99 100644
--- a/lib/core/src/lib/sorting-picker/public-api.ts
+++ b/lib/core/src/lib/sorting-picker/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/sorting-picker/sorting-picker.component.spec.ts b/lib/core/src/lib/sorting-picker/sorting-picker.component.spec.ts
index ea9e5843ca..d8f07f7f0f 100644
--- a/lib/core/src/lib/sorting-picker/sorting-picker.component.spec.ts
+++ b/lib/core/src/lib/sorting-picker/sorting-picker.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/sorting-picker/sorting-picker.component.stories.ts b/lib/core/src/lib/sorting-picker/sorting-picker.component.stories.ts
index 3f07c67f0e..574df37ab2 100644
--- a/lib/core/src/lib/sorting-picker/sorting-picker.component.stories.ts
+++ b/lib/core/src/lib/sorting-picker/sorting-picker.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/sorting-picker/sorting-picker.component.ts b/lib/core/src/lib/sorting-picker/sorting-picker.component.ts
index 72d09ea8fa..3ddeb0c1ab 100644
--- a/lib/core/src/lib/sorting-picker/sorting-picker.component.ts
+++ b/lib/core/src/lib/sorting-picker/sorting-picker.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/sorting-picker/sorting-picker.module.ts b/lib/core/src/lib/sorting-picker/sorting-picker.module.ts
index 51f6fd49ac..0a6cead45b 100644
--- a/lib/core/src/lib/sorting-picker/sorting-picker.module.ts
+++ b/lib/core/src/lib/sorting-picker/sorting-picker.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/templates/empty-content/empty-content.component.spec.ts b/lib/core/src/lib/templates/empty-content/empty-content.component.spec.ts
index 251dd52ea7..71b55caaeb 100644
--- a/lib/core/src/lib/templates/empty-content/empty-content.component.spec.ts
+++ b/lib/core/src/lib/templates/empty-content/empty-content.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/templates/empty-content/empty-content.component.stories.ts b/lib/core/src/lib/templates/empty-content/empty-content.component.stories.ts
index d75115d2e0..def460f3fe 100644
--- a/lib/core/src/lib/templates/empty-content/empty-content.component.stories.ts
+++ b/lib/core/src/lib/templates/empty-content/empty-content.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/templates/empty-content/empty-content.component.ts b/lib/core/src/lib/templates/empty-content/empty-content.component.ts
index e6b4241162..16c189dae9 100644
--- a/lib/core/src/lib/templates/empty-content/empty-content.component.ts
+++ b/lib/core/src/lib/templates/empty-content/empty-content.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/templates/error-content/error-content.component.spec.ts b/lib/core/src/lib/templates/error-content/error-content.component.spec.ts
index c2171f404a..8ddda0daf2 100644
--- a/lib/core/src/lib/templates/error-content/error-content.component.spec.ts
+++ b/lib/core/src/lib/templates/error-content/error-content.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/templates/error-content/error-content.component.stories.ts b/lib/core/src/lib/templates/error-content/error-content.component.stories.ts
index 8db67a4248..a6577aa011 100644
--- a/lib/core/src/lib/templates/error-content/error-content.component.stories.ts
+++ b/lib/core/src/lib/templates/error-content/error-content.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/templates/error-content/error-content.component.ts b/lib/core/src/lib/templates/error-content/error-content.component.ts
index cab449e37b..8aee0535f3 100644
--- a/lib/core/src/lib/templates/error-content/error-content.component.ts
+++ b/lib/core/src/lib/templates/error-content/error-content.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/templates/index.ts b/lib/core/src/lib/templates/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/templates/index.ts
+++ b/lib/core/src/lib/templates/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/templates/public-api.ts b/lib/core/src/lib/templates/public-api.ts
index 6bd3b94ad8..6b120c1963 100644
--- a/lib/core/src/lib/templates/public-api.ts
+++ b/lib/core/src/lib/templates/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/templates/template.module.ts b/lib/core/src/lib/templates/template.module.ts
index 601460efbd..a63a593426 100644
--- a/lib/core/src/lib/templates/template.module.ts
+++ b/lib/core/src/lib/templates/template.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/testing/automation.service.ts b/lib/core/src/lib/testing/automation.service.ts
index 33acfba051..84eed354f6 100644
--- a/lib/core/src/lib/testing/automation.service.ts
+++ b/lib/core/src/lib/testing/automation.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/testing/core.story.module.ts b/lib/core/src/lib/testing/core.story.module.ts
index 516804b03f..bb7368092f 100644
--- a/lib/core/src/lib/testing/core.story.module.ts
+++ b/lib/core/src/lib/testing/core.story.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/testing/core.testing.module.ts b/lib/core/src/lib/testing/core.testing.module.ts
index 6226ae618a..66b1c7fdcb 100644
--- a/lib/core/src/lib/testing/core.testing.module.ts
+++ b/lib/core/src/lib/testing/core.testing.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/testing/index.ts b/lib/core/src/lib/testing/index.ts
index 47416553ed..a8769344e2 100644
--- a/lib/core/src/lib/testing/index.ts
+++ b/lib/core/src/lib/testing/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/testing/setup-test-bed.ts b/lib/core/src/lib/testing/setup-test-bed.ts
index 3abacaed48..f04e38658f 100644
--- a/lib/core/src/lib/testing/setup-test-bed.ts
+++ b/lib/core/src/lib/testing/setup-test-bed.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/toolbar/index.ts b/lib/core/src/lib/toolbar/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/toolbar/index.ts
+++ b/lib/core/src/lib/toolbar/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/toolbar/public-api.ts b/lib/core/src/lib/toolbar/public-api.ts
index c32a6d5a34..4599d1215f 100644
--- a/lib/core/src/lib/toolbar/public-api.ts
+++ b/lib/core/src/lib/toolbar/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/toolbar/toolbar-divider.component.ts b/lib/core/src/lib/toolbar/toolbar-divider.component.ts
index 7dd940b100..3a7f0feabc 100644
--- a/lib/core/src/lib/toolbar/toolbar-divider.component.ts
+++ b/lib/core/src/lib/toolbar/toolbar-divider.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/toolbar/toolbar-title.component.ts b/lib/core/src/lib/toolbar/toolbar-title.component.ts
index 7221e98fb4..fff5ba75ad 100644
--- a/lib/core/src/lib/toolbar/toolbar-title.component.ts
+++ b/lib/core/src/lib/toolbar/toolbar-title.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/toolbar/toolbar.component.spec.ts b/lib/core/src/lib/toolbar/toolbar.component.spec.ts
index 9c154674a6..5b3b905aa7 100644
--- a/lib/core/src/lib/toolbar/toolbar.component.spec.ts
+++ b/lib/core/src/lib/toolbar/toolbar.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/toolbar/toolbar.component.stories.ts b/lib/core/src/lib/toolbar/toolbar.component.stories.ts
index cb1fc7f673..99e92b5ff3 100644
--- a/lib/core/src/lib/toolbar/toolbar.component.stories.ts
+++ b/lib/core/src/lib/toolbar/toolbar.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/toolbar/toolbar.component.ts b/lib/core/src/lib/toolbar/toolbar.component.ts
index a209e60660..f07ceb7eb6 100644
--- a/lib/core/src/lib/toolbar/toolbar.component.ts
+++ b/lib/core/src/lib/toolbar/toolbar.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/toolbar/toolbar.module.ts b/lib/core/src/lib/toolbar/toolbar.module.ts
index 8d0c85814a..5251c90cd4 100644
--- a/lib/core/src/lib/toolbar/toolbar.module.ts
+++ b/lib/core/src/lib/toolbar/toolbar.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/translation/index.ts b/lib/core/src/lib/translation/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/translation/index.ts
+++ b/lib/core/src/lib/translation/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/translation/public-api.ts b/lib/core/src/lib/translation/public-api.ts
index 349048f384..43ebdfce9a 100644
--- a/lib/core/src/lib/translation/public-api.ts
+++ b/lib/core/src/lib/translation/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/translation/translate-loader.service.ts b/lib/core/src/lib/translation/translate-loader.service.ts
index e5839113ef..001d0dfcc0 100644
--- a/lib/core/src/lib/translation/translate-loader.service.ts
+++ b/lib/core/src/lib/translation/translate-loader.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/translation/translate-loader.spec.ts b/lib/core/src/lib/translation/translate-loader.spec.ts
index 8325d45692..d32f2d68c6 100644
--- a/lib/core/src/lib/translation/translate-loader.spec.ts
+++ b/lib/core/src/lib/translation/translate-loader.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/translation/translation.service.spec.ts b/lib/core/src/lib/translation/translation.service.spec.ts
index 74b900d87d..2ff591ba50 100644
--- a/lib/core/src/lib/translation/translation.service.spec.ts
+++ b/lib/core/src/lib/translation/translation.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/translation/translation.service.ts b/lib/core/src/lib/translation/translation.service.ts
index a3e5bef236..a105fa5c26 100644
--- a/lib/core/src/lib/translation/translation.service.ts
+++ b/lib/core/src/lib/translation/translation.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.spec.ts b/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.spec.ts
index 8edce2230a..ae3f7c3594 100644
--- a/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.spec.ts
+++ b/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.ts b/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.ts
index d81b8e7ca2..42be8fbed8 100644
--- a/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.ts
+++ b/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/img-viewer.component.spec.ts b/lib/core/src/lib/viewer/components/img-viewer.component.spec.ts
index fc7fbfb3d9..f93225de1f 100644
--- a/lib/core/src/lib/viewer/components/img-viewer.component.spec.ts
+++ b/lib/core/src/lib/viewer/components/img-viewer.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/img-viewer.component.ts b/lib/core/src/lib/viewer/components/img-viewer.component.ts
index 3372e8833e..47b54a5115 100644
--- a/lib/core/src/lib/viewer/components/img-viewer.component.ts
+++ b/lib/core/src/lib/viewer/components/img-viewer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/media-player.component.ts b/lib/core/src/lib/viewer/components/media-player.component.ts
index 5ed1fbf097..f0e228d99f 100644
--- a/lib/core/src/lib/viewer/components/media-player.component.ts
+++ b/lib/core/src/lib/viewer/components/media-player.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-more-actions.component.mock.ts b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-more-actions.component.mock.ts
index d45eefb63f..442ff04cd2 100644
--- a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-more-actions.component.mock.ts
+++ b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-more-actions.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-open-with.component.mock.ts b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-open-with.component.mock.ts
index dfb7957561..7381a3951a 100644
--- a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-open-with.component.mock.ts
+++ b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-open-with.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-sidebar.component.mock.ts b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-sidebar.component.mock.ts
index 0353408f41..bcd7ce991d 100644
--- a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-sidebar.component.mock.ts
+++ b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-sidebar.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar-actions.component.mock.ts b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar-actions.component.mock.ts
index 18fd220cbe..710ce80b37 100644
--- a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar-actions.component.mock.ts
+++ b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar-actions.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar.component.mock.ts b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar.component.mock.ts
index 507afbef94..9e88395e2a 100644
--- a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar.component.mock.ts
+++ b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.spec.ts b/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.spec.ts
index de95e2891a..d465d49b2e 100644
--- a/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.spec.ts
+++ b/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.ts b/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.ts
index 4d63ac0d18..6f4d8c40ad 100644
--- a/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.ts
+++ b/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.spec.ts b/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.spec.ts
index ff8904da56..54f9e21f34 100644
--- a/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.spec.ts
+++ b/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.ts b/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.ts
index 682a54f387..06209b4dfd 100644
--- a/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.ts
+++ b/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.spec.ts b/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.spec.ts
index 99c06699ba..c0e123b772 100644
--- a/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.spec.ts
+++ b/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.ts b/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.ts
index 884efc7131..61aa863667 100644
--- a/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.ts
+++ b/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/pdf-viewer.component.spec.ts b/lib/core/src/lib/viewer/components/pdf-viewer.component.spec.ts
index 0485e7e471..77a514e0b0 100644
--- a/lib/core/src/lib/viewer/components/pdf-viewer.component.spec.ts
+++ b/lib/core/src/lib/viewer/components/pdf-viewer.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/pdf-viewer.component.ts b/lib/core/src/lib/viewer/components/pdf-viewer.component.ts
index 0a19603bc8..15521568ca 100644
--- a/lib/core/src/lib/viewer/components/pdf-viewer.component.ts
+++ b/lib/core/src/lib/viewer/components/pdf-viewer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/txt-viewer.component.spec.ts b/lib/core/src/lib/viewer/components/txt-viewer.component.spec.ts
index f872c9aadb..a6023aea08 100644
--- a/lib/core/src/lib/viewer/components/txt-viewer.component.spec.ts
+++ b/lib/core/src/lib/viewer/components/txt-viewer.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/txt-viewer.component.ts b/lib/core/src/lib/viewer/components/txt-viewer.component.ts
index 74a1d831d9..1cafb25345 100644
--- a/lib/core/src/lib/viewer/components/txt-viewer.component.ts
+++ b/lib/core/src/lib/viewer/components/txt-viewer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/unknown-format/unknown-format.component.ts b/lib/core/src/lib/viewer/components/unknown-format/unknown-format.component.ts
index 5f5bf6f7e2..9a0858b31d 100644
--- a/lib/core/src/lib/viewer/components/unknown-format/unknown-format.component.ts
+++ b/lib/core/src/lib/viewer/components/unknown-format/unknown-format.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/viewer-more-actions.component.ts b/lib/core/src/lib/viewer/components/viewer-more-actions.component.ts
index c9ecfd1ff7..76bcd00413 100644
--- a/lib/core/src/lib/viewer/components/viewer-more-actions.component.ts
+++ b/lib/core/src/lib/viewer/components/viewer-more-actions.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/viewer-open-with.component.ts b/lib/core/src/lib/viewer/components/viewer-open-with.component.ts
index 223bc51d0f..def86bcb23 100644
--- a/lib/core/src/lib/viewer/components/viewer-open-with.component.ts
+++ b/lib/core/src/lib/viewer/components/viewer-open-with.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/viewer-render.component.spec.ts b/lib/core/src/lib/viewer/components/viewer-render.component.spec.ts
index 41edb3e3fc..40cc962eca 100644
--- a/lib/core/src/lib/viewer/components/viewer-render.component.spec.ts
+++ b/lib/core/src/lib/viewer/components/viewer-render.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/viewer-render.component.ts b/lib/core/src/lib/viewer/components/viewer-render.component.ts
index 2f225f2ceb..25c6072e3d 100644
--- a/lib/core/src/lib/viewer/components/viewer-render.component.ts
+++ b/lib/core/src/lib/viewer/components/viewer-render.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/viewer-sidebar.component.ts b/lib/core/src/lib/viewer/components/viewer-sidebar.component.ts
index 10ec1353c2..541d869eaf 100644
--- a/lib/core/src/lib/viewer/components/viewer-sidebar.component.ts
+++ b/lib/core/src/lib/viewer/components/viewer-sidebar.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/viewer-toolbar-actions.component.ts b/lib/core/src/lib/viewer/components/viewer-toolbar-actions.component.ts
index cb1eb976d5..3e5a4aa264 100644
--- a/lib/core/src/lib/viewer/components/viewer-toolbar-actions.component.ts
+++ b/lib/core/src/lib/viewer/components/viewer-toolbar-actions.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/viewer-toolbar-custom-actions.component.ts b/lib/core/src/lib/viewer/components/viewer-toolbar-custom-actions.component.ts
index f823aa6c43..6963275992 100644
--- a/lib/core/src/lib/viewer/components/viewer-toolbar-custom-actions.component.ts
+++ b/lib/core/src/lib/viewer/components/viewer-toolbar-custom-actions.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/viewer-toolbar.component.ts b/lib/core/src/lib/viewer/components/viewer-toolbar.component.ts
index 20862f94c4..ad40211bd5 100644
--- a/lib/core/src/lib/viewer/components/viewer-toolbar.component.ts
+++ b/lib/core/src/lib/viewer/components/viewer-toolbar.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/viewer.component.spec.ts b/lib/core/src/lib/viewer/components/viewer.component.spec.ts
index 0a27569691..978668e7c7 100644
--- a/lib/core/src/lib/viewer/components/viewer.component.spec.ts
+++ b/lib/core/src/lib/viewer/components/viewer.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/components/viewer.component.ts b/lib/core/src/lib/viewer/components/viewer.component.ts
index 8b6b5c1879..9cff44e2e3 100644
--- a/lib/core/src/lib/viewer/components/viewer.component.ts
+++ b/lib/core/src/lib/viewer/components/viewer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/directives/viewer-extension.directive.spec.ts b/lib/core/src/lib/viewer/directives/viewer-extension.directive.spec.ts
index 0c6000e629..9aa41e2a36 100644
--- a/lib/core/src/lib/viewer/directives/viewer-extension.directive.spec.ts
+++ b/lib/core/src/lib/viewer/directives/viewer-extension.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/directives/viewer-extension.directive.ts b/lib/core/src/lib/viewer/directives/viewer-extension.directive.ts
index 50954d0a28..8b1fb98248 100644
--- a/lib/core/src/lib/viewer/directives/viewer-extension.directive.ts
+++ b/lib/core/src/lib/viewer/directives/viewer-extension.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/index.ts b/lib/core/src/lib/viewer/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/core/src/lib/viewer/index.ts
+++ b/lib/core/src/lib/viewer/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/models/download-prompt.actions.ts b/lib/core/src/lib/viewer/models/download-prompt.actions.ts
index 959da1a044..e94a50d088 100644
--- a/lib/core/src/lib/viewer/models/download-prompt.actions.ts
+++ b/lib/core/src/lib/viewer/models/download-prompt.actions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/models/viewer.model.ts b/lib/core/src/lib/viewer/models/viewer.model.ts
index a54b2248b5..161eb68d5e 100644
--- a/lib/core/src/lib/viewer/models/viewer.model.ts
+++ b/lib/core/src/lib/viewer/models/viewer.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/public-api.ts b/lib/core/src/lib/viewer/public-api.ts
index fc5be16da9..46eccecfa0 100644
--- a/lib/core/src/lib/viewer/public-api.ts
+++ b/lib/core/src/lib/viewer/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/services/rendering-queue.services.ts b/lib/core/src/lib/viewer/services/rendering-queue.services.ts
index 82612d1d7a..32f88a3865 100644
--- a/lib/core/src/lib/viewer/services/rendering-queue.services.ts
+++ b/lib/core/src/lib/viewer/services/rendering-queue.services.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/services/view-util.service.spec.ts b/lib/core/src/lib/viewer/services/view-util.service.spec.ts
index 8bc0ec8302..643d47d04d 100644
--- a/lib/core/src/lib/viewer/services/view-util.service.spec.ts
+++ b/lib/core/src/lib/viewer/services/view-util.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/services/view-util.service.ts b/lib/core/src/lib/viewer/services/view-util.service.ts
index 418d35300a..c9ee939b68 100644
--- a/lib/core/src/lib/viewer/services/view-util.service.ts
+++ b/lib/core/src/lib/viewer/services/view-util.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/lib/viewer/viewer.module.ts b/lib/core/src/lib/viewer/viewer.module.ts
index 9ee62d97b4..fef091dcb1 100644
--- a/lib/core/src/lib/viewer/viewer.module.ts
+++ b/lib/core/src/lib/viewer/viewer.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/src/public-api.ts b/lib/core/src/public-api.ts
index cedeaa0966..5bb07fce9f 100644
--- a/lib/core/src/public-api.ts
+++ b/lib/core/src/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/core/test.ts b/lib/core/test.ts
index 078f950596..04ff2f2114 100644
--- a/lib/core/test.ts
+++ b/lib/core/test.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/eslint-angular/index.ts b/lib/eslint-angular/index.ts
index d9f29435a8..d23b3da444 100644
--- a/lib/eslint-angular/index.ts
+++ b/lib/eslint-angular/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/eslint-angular/src/rules/no-angular-material-selectors/no-angular-material-selectors.ts b/lib/eslint-angular/src/rules/no-angular-material-selectors/no-angular-material-selectors.ts
index 904d1911de..bf4f5e83a5 100644
--- a/lib/eslint-angular/src/rules/no-angular-material-selectors/no-angular-material-selectors.ts
+++ b/lib/eslint-angular/src/rules/no-angular-material-selectors/no-angular-material-selectors.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/eslint-angular/src/rules/use-none-component-view-encapsulation/use-none-component-view-encapsulation.ts b/lib/eslint-angular/src/rules/use-none-component-view-encapsulation/use-none-component-view-encapsulation.ts
index c6fccc041f..0165c67662 100644
--- a/lib/eslint-angular/src/rules/use-none-component-view-encapsulation/use-none-component-view-encapsulation.ts
+++ b/lib/eslint-angular/src/rules/use-none-component-view-encapsulation/use-none-component-view-encapsulation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/eslint-angular/src/utils/create-eslint-rule/create-eslint-rule.ts b/lib/eslint-angular/src/utils/create-eslint-rule/create-eslint-rule.ts
index dcca68dcde..556da86a89 100644
--- a/lib/eslint-angular/src/utils/create-eslint-rule/create-eslint-rule.ts
+++ b/lib/eslint-angular/src/utils/create-eslint-rule/create-eslint-rule.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/index.ts b/lib/extensions/index.ts
index 7d18c6831c..e357b2379e 100644
--- a/lib/extensions/index.ts
+++ b/lib/extensions/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/components/dynamic-column/dynamic-column.component.ts b/lib/extensions/src/lib/components/dynamic-column/dynamic-column.component.ts
index 0461632665..646f8caf9f 100644
--- a/lib/extensions/src/lib/components/dynamic-column/dynamic-column.component.ts
+++ b/lib/extensions/src/lib/components/dynamic-column/dynamic-column.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/components/dynamic-component/dynamic.component.spec.ts b/lib/extensions/src/lib/components/dynamic-component/dynamic.component.spec.ts
index 672e600da7..14fe9d8de0 100644
--- a/lib/extensions/src/lib/components/dynamic-component/dynamic.component.spec.ts
+++ b/lib/extensions/src/lib/components/dynamic-component/dynamic.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/components/dynamic-component/dynamic.component.ts b/lib/extensions/src/lib/components/dynamic-component/dynamic.component.ts
index a7f31c28dd..2d5ef9e4ff 100644
--- a/lib/extensions/src/lib/components/dynamic-component/dynamic.component.ts
+++ b/lib/extensions/src/lib/components/dynamic-component/dynamic.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/components/dynamic-tab/dynamic-tab.component.ts b/lib/extensions/src/lib/components/dynamic-tab/dynamic-tab.component.ts
index d29f2f47f6..4faa271a5e 100644
--- a/lib/extensions/src/lib/components/dynamic-tab/dynamic-tab.component.ts
+++ b/lib/extensions/src/lib/components/dynamic-tab/dynamic-tab.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/components/public-api.ts b/lib/extensions/src/lib/components/public-api.ts
index f1e7237901..00a9ca0a56 100644
--- a/lib/extensions/src/lib/components/public-api.ts
+++ b/lib/extensions/src/lib/components/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/components/viewer/preview-extension.component.ts b/lib/extensions/src/lib/components/viewer/preview-extension.component.ts
index c418c386e8..ad3d046db4 100644
--- a/lib/extensions/src/lib/components/viewer/preview-extension.component.ts
+++ b/lib/extensions/src/lib/components/viewer/preview-extension.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/components/viewer/viewer-extension.interface.ts b/lib/extensions/src/lib/components/viewer/viewer-extension.interface.ts
index eaff1276bc..d7a19dbad8 100644
--- a/lib/extensions/src/lib/components/viewer/viewer-extension.interface.ts
+++ b/lib/extensions/src/lib/components/viewer/viewer-extension.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/action.extensions.ts b/lib/extensions/src/lib/config/action.extensions.ts
index 61dd98d1fa..3a7d3c31a7 100644
--- a/lib/extensions/src/lib/config/action.extensions.ts
+++ b/lib/extensions/src/lib/config/action.extensions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/document-list.extensions.ts b/lib/extensions/src/lib/config/document-list.extensions.ts
index 8c55887d8b..432da644e3 100644
--- a/lib/extensions/src/lib/config/document-list.extensions.ts
+++ b/lib/extensions/src/lib/config/document-list.extensions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/extension-element.ts b/lib/extensions/src/lib/config/extension-element.ts
index 3916865702..d4929b6518 100644
--- a/lib/extensions/src/lib/config/extension-element.ts
+++ b/lib/extensions/src/lib/config/extension-element.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/extension-utils.spec.ts b/lib/extensions/src/lib/config/extension-utils.spec.ts
index 0870387a1d..22b5a233a6 100644
--- a/lib/extensions/src/lib/config/extension-utils.spec.ts
+++ b/lib/extensions/src/lib/config/extension-utils.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/extension-utils.ts b/lib/extensions/src/lib/config/extension-utils.ts
index cb00afeb03..fae29bb855 100644
--- a/lib/extensions/src/lib/config/extension-utils.ts
+++ b/lib/extensions/src/lib/config/extension-utils.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/extension.config.ts b/lib/extensions/src/lib/config/extension.config.ts
index 62ad566839..18ce605155 100644
--- a/lib/extensions/src/lib/config/extension.config.ts
+++ b/lib/extensions/src/lib/config/extension.config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/icon.extensions.ts b/lib/extensions/src/lib/config/icon.extensions.ts
index 0909df3054..7264c3114e 100644
--- a/lib/extensions/src/lib/config/icon.extensions.ts
+++ b/lib/extensions/src/lib/config/icon.extensions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/navbar.extensions.ts b/lib/extensions/src/lib/config/navbar.extensions.ts
index e33d7e92de..11d3fbe442 100644
--- a/lib/extensions/src/lib/config/navbar.extensions.ts
+++ b/lib/extensions/src/lib/config/navbar.extensions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/permission.extensions.ts b/lib/extensions/src/lib/config/permission.extensions.ts
index 93dc64e059..0f6f186bf4 100644
--- a/lib/extensions/src/lib/config/permission.extensions.ts
+++ b/lib/extensions/src/lib/config/permission.extensions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/routing.extensions.ts b/lib/extensions/src/lib/config/routing.extensions.ts
index 1fea45cdd5..da60fa2449 100644
--- a/lib/extensions/src/lib/config/routing.extensions.ts
+++ b/lib/extensions/src/lib/config/routing.extensions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/rule.extensions.ts b/lib/extensions/src/lib/config/rule.extensions.ts
index 42ce89d55d..f7d082b7aa 100644
--- a/lib/extensions/src/lib/config/rule.extensions.ts
+++ b/lib/extensions/src/lib/config/rule.extensions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/sidebar.extensions.ts b/lib/extensions/src/lib/config/sidebar.extensions.ts
index c4c7d10277..7e7cb00536 100644
--- a/lib/extensions/src/lib/config/sidebar.extensions.ts
+++ b/lib/extensions/src/lib/config/sidebar.extensions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/config/viewer.extensions.ts b/lib/extensions/src/lib/config/viewer.extensions.ts
index 82a00952d3..bdae88eacb 100644
--- a/lib/extensions/src/lib/config/viewer.extensions.ts
+++ b/lib/extensions/src/lib/config/viewer.extensions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/evaluators/core.evaluators.spec.ts b/lib/extensions/src/lib/evaluators/core.evaluators.spec.ts
index f4c7c8e735..8b8cb19932 100644
--- a/lib/extensions/src/lib/evaluators/core.evaluators.spec.ts
+++ b/lib/extensions/src/lib/evaluators/core.evaluators.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/evaluators/core.evaluators.ts b/lib/extensions/src/lib/evaluators/core.evaluators.ts
index 4aecf319c0..dacfed7d7b 100644
--- a/lib/extensions/src/lib/evaluators/core.evaluators.ts
+++ b/lib/extensions/src/lib/evaluators/core.evaluators.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/extensions.module.ts b/lib/extensions/src/lib/extensions.module.ts
index 4df4e93096..d424d43742 100644
--- a/lib/extensions/src/lib/extensions.module.ts
+++ b/lib/extensions/src/lib/extensions.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/mock/app-extension.service.mock.ts b/lib/extensions/src/lib/mock/app-extension.service.mock.ts
index ae23066b18..ae0cbfe58d 100644
--- a/lib/extensions/src/lib/mock/app-extension.service.mock.ts
+++ b/lib/extensions/src/lib/mock/app-extension.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/mock/public-api.ts b/lib/extensions/src/lib/mock/public-api.ts
index 8e85427c08..2c8fe2faf5 100644
--- a/lib/extensions/src/lib/mock/public-api.ts
+++ b/lib/extensions/src/lib/mock/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/services/app-extension.service.ts b/lib/extensions/src/lib/services/app-extension.service.ts
index 086a3419b4..5b7a41f9b4 100644
--- a/lib/extensions/src/lib/services/app-extension.service.ts
+++ b/lib/extensions/src/lib/services/app-extension.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/services/component-register.service.ts b/lib/extensions/src/lib/services/component-register.service.ts
index e8a5a3d6d1..4bcf3056a9 100644
--- a/lib/extensions/src/lib/services/component-register.service.ts
+++ b/lib/extensions/src/lib/services/component-register.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/services/extension-loader.service.spec.ts b/lib/extensions/src/lib/services/extension-loader.service.spec.ts
index 790e173adc..4f53f1cb16 100644
--- a/lib/extensions/src/lib/services/extension-loader.service.spec.ts
+++ b/lib/extensions/src/lib/services/extension-loader.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/services/extension-loader.service.ts b/lib/extensions/src/lib/services/extension-loader.service.ts
index 3ee3096ccc..b97caf4f92 100644
--- a/lib/extensions/src/lib/services/extension-loader.service.ts
+++ b/lib/extensions/src/lib/services/extension-loader.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/services/extension.service.spec.ts b/lib/extensions/src/lib/services/extension.service.spec.ts
index 541b77ebec..060b080b18 100644
--- a/lib/extensions/src/lib/services/extension.service.spec.ts
+++ b/lib/extensions/src/lib/services/extension.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/services/extension.service.ts b/lib/extensions/src/lib/services/extension.service.ts
index b7f00788d8..17279ce1ec 100644
--- a/lib/extensions/src/lib/services/extension.service.ts
+++ b/lib/extensions/src/lib/services/extension.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/services/rule.service.ts b/lib/extensions/src/lib/services/rule.service.ts
index 44ad3a709e..0cbb4976d8 100644
--- a/lib/extensions/src/lib/services/rule.service.ts
+++ b/lib/extensions/src/lib/services/rule.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/services/startup-extension-factory.ts b/lib/extensions/src/lib/services/startup-extension-factory.ts
index c5eca03a73..fd853f31e0 100644
--- a/lib/extensions/src/lib/services/startup-extension-factory.ts
+++ b/lib/extensions/src/lib/services/startup-extension-factory.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/store/states/navigation.state.ts b/lib/extensions/src/lib/store/states/navigation.state.ts
index 369d89ce08..f20c694150 100644
--- a/lib/extensions/src/lib/store/states/navigation.state.ts
+++ b/lib/extensions/src/lib/store/states/navigation.state.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/store/states/profile.state.ts b/lib/extensions/src/lib/store/states/profile.state.ts
index 9185891627..7c74f5ee44 100644
--- a/lib/extensions/src/lib/store/states/profile.state.ts
+++ b/lib/extensions/src/lib/store/states/profile.state.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/store/states/repository.state.ts b/lib/extensions/src/lib/store/states/repository.state.ts
index 84ad842ee3..c2b271b473 100644
--- a/lib/extensions/src/lib/store/states/repository.state.ts
+++ b/lib/extensions/src/lib/store/states/repository.state.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/lib/store/states/selection.state.ts b/lib/extensions/src/lib/store/states/selection.state.ts
index 36b1f12428..8506dd549c 100644
--- a/lib/extensions/src/lib/store/states/selection.state.ts
+++ b/lib/extensions/src/lib/store/states/selection.state.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/public-api.ts b/lib/extensions/src/public-api.ts
index c6be5cbb3d..a50d8119f0 100644
--- a/lib/extensions/src/public-api.ts
+++ b/lib/extensions/src/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/extensions/src/test.ts b/lib/extensions/src/test.ts
index 5082681ab7..54d1e5ef2d 100644
--- a/lib/extensions/src/test.ts
+++ b/lib/extensions/src/test.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/index.ts b/lib/insights/index.ts
index 7d18c6831c..e357b2379e 100644
--- a/lib/insights/index.ts
+++ b/lib/insights/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/analytics-process.module.ts b/lib/insights/src/lib/analytics-process/analytics-process.module.ts
index faa748eec9..f3a0f0bd4a 100644
--- a/lib/insights/src/lib/analytics-process/analytics-process.module.ts
+++ b/lib/insights/src/lib/analytics-process/analytics-process.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/analytics-generator.component.spec.ts b/lib/insights/src/lib/analytics-process/components/analytics-generator.component.spec.ts
index b7e5eb7193..0a2d1c8f28 100644
--- a/lib/insights/src/lib/analytics-process/components/analytics-generator.component.spec.ts
+++ b/lib/insights/src/lib/analytics-process/components/analytics-generator.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/analytics-generator.component.ts b/lib/insights/src/lib/analytics-process/components/analytics-generator.component.ts
index c976d72ce9..8d7104237a 100644
--- a/lib/insights/src/lib/analytics-process/components/analytics-generator.component.ts
+++ b/lib/insights/src/lib/analytics-process/components/analytics-generator.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-heat-map.component.spec.ts b/lib/insights/src/lib/analytics-process/components/analytics-report-heat-map.component.spec.ts
index fc8a4928d5..fbf458d0ea 100644
--- a/lib/insights/src/lib/analytics-process/components/analytics-report-heat-map.component.spec.ts
+++ b/lib/insights/src/lib/analytics-process/components/analytics-report-heat-map.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-heat-map.component.ts b/lib/insights/src/lib/analytics-process/components/analytics-report-heat-map.component.ts
index 503f59d574..a4552c9ae3 100644
--- a/lib/insights/src/lib/analytics-process/components/analytics-report-heat-map.component.ts
+++ b/lib/insights/src/lib/analytics-process/components/analytics-report-heat-map.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.spec.ts b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.spec.ts
index b43c8b2395..898a1d7dd5 100644
--- a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.spec.ts
+++ b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.ts b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.ts
index 83ce70a307..df9534ce72 100644
--- a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.ts
+++ b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.spec.ts b/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.spec.ts
index 9e5342d61d..e5c3ae9986 100644
--- a/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.spec.ts
+++ b/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.ts b/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.ts
index 3f316f59bc..6d42a53a28 100644
--- a/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.ts
+++ b/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/analytics.component.ts b/lib/insights/src/lib/analytics-process/components/analytics.component.ts
index dfe86dcb07..c5c6b4fb10 100644
--- a/lib/insights/src/lib/analytics-process/components/analytics.component.ts
+++ b/lib/insights/src/lib/analytics-process/components/analytics.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/widgets/checkbox/checkbox.widget.ts b/lib/insights/src/lib/analytics-process/components/widgets/checkbox/checkbox.widget.ts
index a03a03202f..7be8e54c27 100644
--- a/lib/insights/src/lib/analytics-process/components/widgets/checkbox/checkbox.widget.ts
+++ b/lib/insights/src/lib/analytics-process/components/widgets/checkbox/checkbox.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/widgets/date-range/date-range.widget.spec.ts b/lib/insights/src/lib/analytics-process/components/widgets/date-range/date-range.widget.spec.ts
index 555a46db97..a2ae9cc4db 100644
--- a/lib/insights/src/lib/analytics-process/components/widgets/date-range/date-range.widget.spec.ts
+++ b/lib/insights/src/lib/analytics-process/components/widgets/date-range/date-range.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/widgets/date-range/date-range.widget.ts b/lib/insights/src/lib/analytics-process/components/widgets/date-range/date-range.widget.ts
index fdde609f0a..1e609d16a4 100644
--- a/lib/insights/src/lib/analytics-process/components/widgets/date-range/date-range.widget.ts
+++ b/lib/insights/src/lib/analytics-process/components/widgets/date-range/date-range.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/widgets/dropdown/dropdown.widget.ts b/lib/insights/src/lib/analytics-process/components/widgets/dropdown/dropdown.widget.ts
index 16bf2998b5..3f81f49341 100644
--- a/lib/insights/src/lib/analytics-process/components/widgets/dropdown/dropdown.widget.ts
+++ b/lib/insights/src/lib/analytics-process/components/widgets/dropdown/dropdown.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/widgets/duration/duration.widget.ts b/lib/insights/src/lib/analytics-process/components/widgets/duration/duration.widget.ts
index 90adcd2a1b..612a0b6dad 100644
--- a/lib/insights/src/lib/analytics-process/components/widgets/duration/duration.widget.ts
+++ b/lib/insights/src/lib/analytics-process/components/widgets/duration/duration.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/widgets/number/number.widget.ts b/lib/insights/src/lib/analytics-process/components/widgets/number/number.widget.ts
index 2cead87332..6abfe80243 100644
--- a/lib/insights/src/lib/analytics-process/components/widgets/number/number.widget.ts
+++ b/lib/insights/src/lib/analytics-process/components/widgets/number/number.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/components/widgets/widget.component.ts b/lib/insights/src/lib/analytics-process/components/widgets/widget.component.ts
index 2b93d82895..aac0af4895 100644
--- a/lib/insights/src/lib/analytics-process/components/widgets/widget.component.ts
+++ b/lib/insights/src/lib/analytics-process/components/widgets/widget.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/public-api.ts b/lib/insights/src/lib/analytics-process/public-api.ts
index 327edddc41..7cb9c239de 100644
--- a/lib/insights/src/lib/analytics-process/public-api.ts
+++ b/lib/insights/src/lib/analytics-process/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/analytics-process/services/analytics.service.ts b/lib/insights/src/lib/analytics-process/services/analytics.service.ts
index b808fb9b1e..95c25095e2 100644
--- a/lib/insights/src/lib/analytics-process/services/analytics.service.ts
+++ b/lib/insights/src/lib/analytics-process/services/analytics.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-alfresco-publish-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-alfresco-publish-task.component.ts
index 9c19b4a43e..3351965289 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-alfresco-publish-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-alfresco-publish-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-box-publish-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-box-publish-task.component.ts
index 61b6cad024..ccb728873f 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-box-publish-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-box-publish-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-business-rule-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-business-rule-task.component.ts
index 520e317fa1..f3b9140bb8 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-business-rule-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-business-rule-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-camel-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-camel-task.component.ts
index cac8ae3988..8ea3a68ef9 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-camel-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-camel-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-container-service-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-container-service-task.component.ts
index 1dbe208065..51314d3907 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-container-service-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-container-service-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-google-drive-publish-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-google-drive-publish-task.component.ts
index 7828029621..51e58cddba 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-google-drive-publish-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-google-drive-publish-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-manual-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-manual-task.component.ts
index e2ab35c2c0..86d95ca001 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-manual-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-manual-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-mule-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-mule-task.component.ts
index 3f1fe42597..55317bede0 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-mule-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-mule-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-receive-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-receive-task.component.ts
index 8a80e292b6..c9ee8cde64 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-receive-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-receive-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-rest-call-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-rest-call-task.component.ts
index 9876fc0a32..db3572168b 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-rest-call-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-rest-call-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-script-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-script-task.component.ts
index 20748a5e69..ccd8beccf0 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-script-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-script-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-send-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-send-task.component.ts
index 7dbb641cc3..a58e27c8f1 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-send-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-send-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-service-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-service-task.component.ts
index a863a39091..3864d799c0 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-service-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-service-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-task.component.ts
index 0e7425a6fa..bbdf38ee34 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/activities/diagram-user-task.component.ts b/lib/insights/src/lib/diagram/components/activities/diagram-user-task.component.ts
index 6f4f4f902b..6b20a149b9 100644
--- a/lib/insights/src/lib/diagram/components/activities/diagram-user-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/activities/diagram-user-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/boundary-events/diagram-boundary-event.component.ts b/lib/insights/src/lib/diagram/components/boundary-events/diagram-boundary-event.component.ts
index 44fb336e32..94bb27e334 100644
--- a/lib/insights/src/lib/diagram/components/boundary-events/diagram-boundary-event.component.ts
+++ b/lib/insights/src/lib/diagram/components/boundary-events/diagram-boundary-event.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/boundary-events/diagram-throw-event.component.ts b/lib/insights/src/lib/diagram/components/boundary-events/diagram-throw-event.component.ts
index ad20600ae8..738eae26f8 100644
--- a/lib/insights/src/lib/diagram/components/boundary-events/diagram-throw-event.component.ts
+++ b/lib/insights/src/lib/diagram/components/boundary-events/diagram-throw-event.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram-element.ts b/lib/insights/src/lib/diagram/components/diagram-element.ts
index 4e75787ef4..af641a5c43 100644
--- a/lib/insights/src/lib/diagram/components/diagram-element.ts
+++ b/lib/insights/src/lib/diagram/components/diagram-element.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram-sequence-flow.component.ts b/lib/insights/src/lib/diagram/components/diagram-sequence-flow.component.ts
index c8ae9e15c7..f4b4a2550a 100644
--- a/lib/insights/src/lib/diagram/components/diagram-sequence-flow.component.ts
+++ b/lib/insights/src/lib/diagram/components/diagram-sequence-flow.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.component.activities.spec.ts b/lib/insights/src/lib/diagram/components/diagram.component.activities.spec.ts
index bb7703d26d..f5a4ff4b9c 100644
--- a/lib/insights/src/lib/diagram/components/diagram.component.activities.spec.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.component.activities.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.component.boundary.spec.ts b/lib/insights/src/lib/diagram/components/diagram.component.boundary.spec.ts
index 2f22fa4499..195efbfec0 100644
--- a/lib/insights/src/lib/diagram/components/diagram.component.boundary.spec.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.component.boundary.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.component.catching.events.spec.ts b/lib/insights/src/lib/diagram/components/diagram.component.catching.events.spec.ts
index 22330f760a..9f89561fc7 100644
--- a/lib/insights/src/lib/diagram/components/diagram.component.catching.events.spec.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.component.catching.events.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.component.events.spec.ts b/lib/insights/src/lib/diagram/components/diagram.component.events.spec.ts
index 6220d9400c..0b396cad50 100644
--- a/lib/insights/src/lib/diagram/components/diagram.component.events.spec.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.component.events.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.component.flows.spec.ts b/lib/insights/src/lib/diagram/components/diagram.component.flows.spec.ts
index 892c5536a1..f44258119f 100644
--- a/lib/insights/src/lib/diagram/components/diagram.component.flows.spec.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.component.flows.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.component.gateways.spec.ts b/lib/insights/src/lib/diagram/components/diagram.component.gateways.spec.ts
index 90dbe36b43..9027c2de0b 100644
--- a/lib/insights/src/lib/diagram/components/diagram.component.gateways.spec.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.component.gateways.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.component.structural.spec.ts b/lib/insights/src/lib/diagram/components/diagram.component.structural.spec.ts
index f2ce6d8a72..493f8ba636 100644
--- a/lib/insights/src/lib/diagram/components/diagram.component.structural.spec.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.component.structural.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.component.swim.spec.ts b/lib/insights/src/lib/diagram/components/diagram.component.swim.spec.ts
index b5dbab8237..9b243cb358 100644
--- a/lib/insights/src/lib/diagram/components/diagram.component.swim.spec.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.component.swim.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.component.throw.spec.ts b/lib/insights/src/lib/diagram/components/diagram.component.throw.spec.ts
index 4e39a7ce59..59bde3e4db 100644
--- a/lib/insights/src/lib/diagram/components/diagram.component.throw.spec.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.component.throw.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.component.ts b/lib/insights/src/lib/diagram/components/diagram.component.ts
index fba8c15283..3afa35db24 100644
--- a/lib/insights/src/lib/diagram/components/diagram.component.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/diagram.element.options.ts b/lib/insights/src/lib/diagram/components/diagram.element.options.ts
index d381335978..db6d88a24c 100644
--- a/lib/insights/src/lib/diagram/components/diagram.element.options.ts
+++ b/lib/insights/src/lib/diagram/components/diagram.element.options.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/events/diagram-end-event.component.ts b/lib/insights/src/lib/diagram/components/events/diagram-end-event.component.ts
index 32b60eb557..b4c8863410 100644
--- a/lib/insights/src/lib/diagram/components/events/diagram-end-event.component.ts
+++ b/lib/insights/src/lib/diagram/components/events/diagram-end-event.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/events/diagram-event.component.ts b/lib/insights/src/lib/diagram/components/events/diagram-event.component.ts
index 5cdf4c1bd8..256f07fdaa 100644
--- a/lib/insights/src/lib/diagram/components/events/diagram-event.component.ts
+++ b/lib/insights/src/lib/diagram/components/events/diagram-event.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/events/diagram-start-event.component.ts b/lib/insights/src/lib/diagram/components/events/diagram-start-event.component.ts
index f94c06c9fc..1a9eb98ea3 100644
--- a/lib/insights/src/lib/diagram/components/events/diagram-start-event.component.ts
+++ b/lib/insights/src/lib/diagram/components/events/diagram-start-event.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/gateways/diagram-event-gateway.component.ts b/lib/insights/src/lib/diagram/components/gateways/diagram-event-gateway.component.ts
index 774218bd16..e868005417 100644
--- a/lib/insights/src/lib/diagram/components/gateways/diagram-event-gateway.component.ts
+++ b/lib/insights/src/lib/diagram/components/gateways/diagram-event-gateway.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/gateways/diagram-exclusive-gateway.component.ts b/lib/insights/src/lib/diagram/components/gateways/diagram-exclusive-gateway.component.ts
index 4f714c1269..a36a984794 100644
--- a/lib/insights/src/lib/diagram/components/gateways/diagram-exclusive-gateway.component.ts
+++ b/lib/insights/src/lib/diagram/components/gateways/diagram-exclusive-gateway.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/gateways/diagram-gateway.component.ts b/lib/insights/src/lib/diagram/components/gateways/diagram-gateway.component.ts
index 1acc677b8d..d8f0f51b32 100644
--- a/lib/insights/src/lib/diagram/components/gateways/diagram-gateway.component.ts
+++ b/lib/insights/src/lib/diagram/components/gateways/diagram-gateway.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/gateways/diagram-inclusive-gateway.component.ts b/lib/insights/src/lib/diagram/components/gateways/diagram-inclusive-gateway.component.ts
index 0168fdd1c7..0ee939bcda 100644
--- a/lib/insights/src/lib/diagram/components/gateways/diagram-inclusive-gateway.component.ts
+++ b/lib/insights/src/lib/diagram/components/gateways/diagram-inclusive-gateway.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/gateways/diagram-parallel-gateway.component.ts b/lib/insights/src/lib/diagram/components/gateways/diagram-parallel-gateway.component.ts
index 20b5b69674..69bec14847 100644
--- a/lib/insights/src/lib/diagram/components/gateways/diagram-parallel-gateway.component.ts
+++ b/lib/insights/src/lib/diagram/components/gateways/diagram-parallel-gateway.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-container-icon-event.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-container-icon-event.component.ts
index 8c4acb4d6d..6f0f6b12c4 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-container-icon-event.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-container-icon-event.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-alfresco-publish-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-alfresco-publish-task.component.ts
index f66a00de90..992720d3a7 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-alfresco-publish-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-alfresco-publish-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-box-publish-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-box-publish-task.component.ts
index 33a34c727c..01542f54ca 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-box-publish-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-box-publish-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-business-rule-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-business-rule-task.component.ts
index 8c48053cbc..03271a0aee 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-business-rule-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-business-rule-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-camel-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-camel-task.component.ts
index e402c404cd..f9527ecd3c 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-camel-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-camel-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-error.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-error.component.ts
index 7d09537955..87cea020a5 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-error.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-error.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-google-drive-publish-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-google-drive-publish-task.component.ts
index 4a10620c2d..a72739e92b 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-google-drive-publish-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-google-drive-publish-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-manual-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-manual-task.component.ts
index d831dfe757..cc801785c9 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-manual-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-manual-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-message.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-message.component.ts
index 00b04e641c..34fee38b1c 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-message.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-message.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-mule-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-mule-task.component.ts
index 59ed263d3f..1c8ab79c11 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-mule-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-mule-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-receive-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-receive-task.component.ts
index ed58b392f1..62fad2888a 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-receive-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-receive-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-rest-call-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-rest-call-task.component.ts
index 18f6a33cc3..f591f1e60e 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-rest-call-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-rest-call-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-script-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-script-task.component.ts
index c43326997d..9fb36c9ef0 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-script-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-script-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-send-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-send-task.component.ts
index 6f3cf48625..759dd82f6c 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-send-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-send-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-service-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-service-task.component.ts
index 5b317fd86d..858cf80008 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-service-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-service-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-signal.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-signal.component.ts
index e7b5349932..dbe3cc7eb2 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-signal.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-signal.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-timer.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-timer.component.ts
index 50697d9b1b..5725c6d5e7 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-timer.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-timer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/icons/diagram-icon-user-task.component.ts b/lib/insights/src/lib/diagram/components/icons/diagram-icon-user-task.component.ts
index e0f5d2bbe3..0e3d8bd94e 100644
--- a/lib/insights/src/lib/diagram/components/icons/diagram-icon-user-task.component.ts
+++ b/lib/insights/src/lib/diagram/components/icons/diagram-icon-user-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/intermediate-catching-events/diagram-intermediate-catching-event.component.ts b/lib/insights/src/lib/diagram/components/intermediate-catching-events/diagram-intermediate-catching-event.component.ts
index 09e9b7943e..4d5793c189 100644
--- a/lib/insights/src/lib/diagram/components/intermediate-catching-events/diagram-intermediate-catching-event.component.ts
+++ b/lib/insights/src/lib/diagram/components/intermediate-catching-events/diagram-intermediate-catching-event.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/anchor.ts b/lib/insights/src/lib/diagram/components/raphael/anchor.ts
index 8b8d5d89b9..29e262fcc5 100644
--- a/lib/insights/src/lib/diagram/components/raphael/anchor.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/anchor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-alfresco-publish.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-alfresco-publish.component.ts
index 331cc43494..2176d96ceb 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-alfresco-publish.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-alfresco-publish.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-box-publish.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-box-publish.component.ts
index f964f4d451..dffcd870c7 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-box-publish.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-box-publish.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-business-rule.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-business-rule.component.ts
index 833fd38a02..87889d6921 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-business-rule.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-business-rule.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-camel.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-camel.component.ts
index 93729f17ff..e0baafae20 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-camel.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-camel.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-error.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-error.component.ts
index 2a30da8f24..1cf36665dc 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-error.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-error.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-google-drive-publish.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-google-drive-publish.component.ts
index 5a6216722e..0493f1aac6 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-google-drive-publish.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-google-drive-publish.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-manual.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-manual.component.ts
index 076cf3068b..e3d09be523 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-manual.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-manual.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-message.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-message.component.ts
index b291a0aedf..d2e316bd21 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-message.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-message.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-mule.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-mule.component.ts
index a48c119493..f312a029bb 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-mule.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-mule.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-receive.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-receive.component.ts
index b2e1cafa1b..8df2314b32 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-receive.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-receive.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-rest-call.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-rest-call.component.ts
index 3dec5da62d..620f454a19 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-rest-call.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-rest-call.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-script.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-script.component.ts
index eb3eefa5de..da593d74ef 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-script.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-script.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-send.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-send.component.ts
index 32edc3a9ab..aaf393ec58 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-send.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-send.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-service.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-service.component.ts
index b181db90e0..f8ae1b3f20 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-service.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-service.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-signal.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-signal.component.ts
index 93aad6876e..d9ca3389c4 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-signal.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-signal.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-timer.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-timer.component.ts
index ae4bf87710..9a3d3eefbc 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-timer.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-timer.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-user.component.ts b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-user.component.ts
index bb67b471fa..5bfd9f6c63 100644
--- a/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-user.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/icons/raphael-icon-user.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/models/point.ts b/lib/insights/src/lib/diagram/components/raphael/models/point.ts
index fd111c43da..4847db4693 100644
--- a/lib/insights/src/lib/diagram/components/raphael/models/point.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/models/point.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/polyline.ts b/lib/insights/src/lib/diagram/components/raphael/polyline.ts
index f300e4775c..4898697d28 100644
--- a/lib/insights/src/lib/diagram/components/raphael/polyline.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/polyline.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael-base.ts b/lib/insights/src/lib/diagram/components/raphael/raphael-base.ts
index 9ca5f2ef07..09c6154e60 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael-base.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael-base.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael-circle.component.ts b/lib/insights/src/lib/diagram/components/raphael/raphael-circle.component.ts
index ec7c41fc5f..033270ae0c 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael-circle.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael-circle.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael-cross.component.ts b/lib/insights/src/lib/diagram/components/raphael/raphael-cross.component.ts
index 1ab421cd8b..dd2dad9011 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael-cross.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael-cross.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael-flow-arrow.component.ts b/lib/insights/src/lib/diagram/components/raphael/raphael-flow-arrow.component.ts
index bccf9e932f..c60775c175 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael-flow-arrow.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael-flow-arrow.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael-multiline-text.component.ts b/lib/insights/src/lib/diagram/components/raphael/raphael-multiline-text.component.ts
index 7d936480c3..0cb9373859 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael-multiline-text.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael-multiline-text.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael-pentagon.component.ts b/lib/insights/src/lib/diagram/components/raphael/raphael-pentagon.component.ts
index 0a78ae37b6..fab25bf922 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael-pentagon.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael-pentagon.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael-plus.component.ts b/lib/insights/src/lib/diagram/components/raphael/raphael-plus.component.ts
index 77832ed014..b11098ef87 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael-plus.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael-plus.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael-rect.component.ts b/lib/insights/src/lib/diagram/components/raphael/raphael-rect.component.ts
index e77349f4ad..546661042e 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael-rect.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael-rect.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael-rhombus.component.ts b/lib/insights/src/lib/diagram/components/raphael/raphael-rhombus.component.ts
index 06006e0961..073a4d3788 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael-rhombus.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael-rhombus.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael-text.component.ts b/lib/insights/src/lib/diagram/components/raphael/raphael-text.component.ts
index 4d330e5b90..e57757c1e1 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael-text.component.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael-text.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/raphael/raphael.service.ts b/lib/insights/src/lib/diagram/components/raphael/raphael.service.ts
index 8af0df31f6..39ae7b860d 100644
--- a/lib/insights/src/lib/diagram/components/raphael/raphael.service.ts
+++ b/lib/insights/src/lib/diagram/components/raphael/raphael.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/structural/diagram-event-subprocess.component.ts b/lib/insights/src/lib/diagram/components/structural/diagram-event-subprocess.component.ts
index 2b02ebfae7..a2f10b5df9 100644
--- a/lib/insights/src/lib/diagram/components/structural/diagram-event-subprocess.component.ts
+++ b/lib/insights/src/lib/diagram/components/structural/diagram-event-subprocess.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/structural/diagram-subprocess.component.ts b/lib/insights/src/lib/diagram/components/structural/diagram-subprocess.component.ts
index a22b0ad6e7..75ea77cac9 100644
--- a/lib/insights/src/lib/diagram/components/structural/diagram-subprocess.component.ts
+++ b/lib/insights/src/lib/diagram/components/structural/diagram-subprocess.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/swimlanes/diagram-lane.component.ts b/lib/insights/src/lib/diagram/components/swimlanes/diagram-lane.component.ts
index ee720d9ecd..731d5fc80d 100644
--- a/lib/insights/src/lib/diagram/components/swimlanes/diagram-lane.component.ts
+++ b/lib/insights/src/lib/diagram/components/swimlanes/diagram-lane.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/swimlanes/diagram-lanes.component.ts b/lib/insights/src/lib/diagram/components/swimlanes/diagram-lanes.component.ts
index 01157989e1..fbc04340ac 100644
--- a/lib/insights/src/lib/diagram/components/swimlanes/diagram-lanes.component.ts
+++ b/lib/insights/src/lib/diagram/components/swimlanes/diagram-lanes.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/swimlanes/diagram-pool.component.ts b/lib/insights/src/lib/diagram/components/swimlanes/diagram-pool.component.ts
index a8e0021388..49614b839b 100644
--- a/lib/insights/src/lib/diagram/components/swimlanes/diagram-pool.component.ts
+++ b/lib/insights/src/lib/diagram/components/swimlanes/diagram-pool.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/swimlanes/diagram-pools.component.ts b/lib/insights/src/lib/diagram/components/swimlanes/diagram-pools.component.ts
index 2ba77cc03a..258a71ef66 100644
--- a/lib/insights/src/lib/diagram/components/swimlanes/diagram-pools.component.ts
+++ b/lib/insights/src/lib/diagram/components/swimlanes/diagram-pools.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/tooltip/diagram-tooltip.component.spec.ts b/lib/insights/src/lib/diagram/components/tooltip/diagram-tooltip.component.spec.ts
index c789a4b2a8..34c22cdb0f 100644
--- a/lib/insights/src/lib/diagram/components/tooltip/diagram-tooltip.component.spec.ts
+++ b/lib/insights/src/lib/diagram/components/tooltip/diagram-tooltip.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/components/tooltip/diagram-tooltip.component.ts b/lib/insights/src/lib/diagram/components/tooltip/diagram-tooltip.component.ts
index c4f34fb181..dceb1df3e0 100644
--- a/lib/insights/src/lib/diagram/components/tooltip/diagram-tooltip.component.ts
+++ b/lib/insights/src/lib/diagram/components/tooltip/diagram-tooltip.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/constants/diagram-colors.ts b/lib/insights/src/lib/diagram/constants/diagram-colors.ts
index 209a58bb65..f41a516fc8 100644
--- a/lib/insights/src/lib/diagram/constants/diagram-colors.ts
+++ b/lib/insights/src/lib/diagram/constants/diagram-colors.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/diagram.module.ts b/lib/insights/src/lib/diagram/diagram.module.ts
index 2ce718d1ab..dabff4a838 100644
--- a/lib/insights/src/lib/diagram/diagram.module.ts
+++ b/lib/insights/src/lib/diagram/diagram.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/chart/bar-chart.model.ts b/lib/insights/src/lib/diagram/models/chart/bar-chart.model.ts
index 7e357dfb69..c1cba19280 100644
--- a/lib/insights/src/lib/diagram/models/chart/bar-chart.model.ts
+++ b/lib/insights/src/lib/diagram/models/chart/bar-chart.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/chart/chart.model.ts b/lib/insights/src/lib/diagram/models/chart/chart.model.ts
index b24d222614..0c885acc94 100644
--- a/lib/insights/src/lib/diagram/models/chart/chart.model.ts
+++ b/lib/insights/src/lib/diagram/models/chart/chart.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/chart/details-table-chart.model.ts b/lib/insights/src/lib/diagram/models/chart/details-table-chart.model.ts
index 9ad1dfa2dc..1a8804f50b 100644
--- a/lib/insights/src/lib/diagram/models/chart/details-table-chart.model.ts
+++ b/lib/insights/src/lib/diagram/models/chart/details-table-chart.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/chart/heat-map-chart.model.ts b/lib/insights/src/lib/diagram/models/chart/heat-map-chart.model.ts
index 2c083bc2a4..f98a744c4e 100644
--- a/lib/insights/src/lib/diagram/models/chart/heat-map-chart.model.ts
+++ b/lib/insights/src/lib/diagram/models/chart/heat-map-chart.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/chart/line-chart.model.ts b/lib/insights/src/lib/diagram/models/chart/line-chart.model.ts
index f11b751139..def5f9857e 100644
--- a/lib/insights/src/lib/diagram/models/chart/line-chart.model.ts
+++ b/lib/insights/src/lib/diagram/models/chart/line-chart.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/chart/multi-bar-chart.model.ts b/lib/insights/src/lib/diagram/models/chart/multi-bar-chart.model.ts
index 57b5fcbc30..ba7fc40859 100644
--- a/lib/insights/src/lib/diagram/models/chart/multi-bar-chart.model.ts
+++ b/lib/insights/src/lib/diagram/models/chart/multi-bar-chart.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/chart/pie-chart.model.ts b/lib/insights/src/lib/diagram/models/chart/pie-chart.model.ts
index 35c1e45170..a0d0b7259d 100644
--- a/lib/insights/src/lib/diagram/models/chart/pie-chart.model.ts
+++ b/lib/insights/src/lib/diagram/models/chart/pie-chart.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/chart/table-chart.model.ts b/lib/insights/src/lib/diagram/models/chart/table-chart.model.ts
index d2f97673ac..f6655a3b25 100644
--- a/lib/insights/src/lib/diagram/models/chart/table-chart.model.ts
+++ b/lib/insights/src/lib/diagram/models/chart/table-chart.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/diagram/diagram-element-property.model.ts b/lib/insights/src/lib/diagram/models/diagram/diagram-element-property.model.ts
index e8441bd674..bbe0adfcf4 100644
--- a/lib/insights/src/lib/diagram/models/diagram/diagram-element-property.model.ts
+++ b/lib/insights/src/lib/diagram/models/diagram/diagram-element-property.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/diagram/diagram-element.model.ts b/lib/insights/src/lib/diagram/models/diagram/diagram-element.model.ts
index 16cd70f7e1..4bf6d7fc9f 100644
--- a/lib/insights/src/lib/diagram/models/diagram/diagram-element.model.ts
+++ b/lib/insights/src/lib/diagram/models/diagram/diagram-element.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/diagram/diagram-event-definition.model.ts b/lib/insights/src/lib/diagram/models/diagram/diagram-event-definition.model.ts
index 581b1c9e71..5ef5547110 100644
--- a/lib/insights/src/lib/diagram/models/diagram/diagram-event-definition.model.ts
+++ b/lib/insights/src/lib/diagram/models/diagram/diagram-event-definition.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/diagram/diagram-flow-element.model.ts b/lib/insights/src/lib/diagram/models/diagram/diagram-flow-element.model.ts
index 5b4c8d3421..329dd40261 100644
--- a/lib/insights/src/lib/diagram/models/diagram/diagram-flow-element.model.ts
+++ b/lib/insights/src/lib/diagram/models/diagram/diagram-flow-element.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/diagram/diagram-lane-element.model.ts b/lib/insights/src/lib/diagram/models/diagram/diagram-lane-element.model.ts
index 1d88a67726..f5e90edb5f 100644
--- a/lib/insights/src/lib/diagram/models/diagram/diagram-lane-element.model.ts
+++ b/lib/insights/src/lib/diagram/models/diagram/diagram-lane-element.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/diagram/diagram-pool-element.model.ts b/lib/insights/src/lib/diagram/models/diagram/diagram-pool-element.model.ts
index 529fa10a3a..fec6344b7b 100644
--- a/lib/insights/src/lib/diagram/models/diagram/diagram-pool-element.model.ts
+++ b/lib/insights/src/lib/diagram/models/diagram/diagram-pool-element.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/diagram/diagram-way-point.model.ts b/lib/insights/src/lib/diagram/models/diagram/diagram-way-point.model.ts
index e3158498d3..b4fdf53fbe 100644
--- a/lib/insights/src/lib/diagram/models/diagram/diagram-way-point.model.ts
+++ b/lib/insights/src/lib/diagram/models/diagram/diagram-way-point.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/diagram/diagram.model.ts b/lib/insights/src/lib/diagram/models/diagram/diagram.model.ts
index 9ed9cd71d3..a318a9ba9e 100644
--- a/lib/insights/src/lib/diagram/models/diagram/diagram.model.ts
+++ b/lib/insights/src/lib/diagram/models/diagram/diagram.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/report/parameter-value.model.ts b/lib/insights/src/lib/diagram/models/report/parameter-value.model.ts
index b67a83de73..af77471c8b 100644
--- a/lib/insights/src/lib/diagram/models/report/parameter-value.model.ts
+++ b/lib/insights/src/lib/diagram/models/report/parameter-value.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/report/report-date-range.model.ts b/lib/insights/src/lib/diagram/models/report/report-date-range.model.ts
index 56809a630a..9e073f43bd 100644
--- a/lib/insights/src/lib/diagram/models/report/report-date-range.model.ts
+++ b/lib/insights/src/lib/diagram/models/report/report-date-range.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/report/report-definition.model.ts b/lib/insights/src/lib/diagram/models/report/report-definition.model.ts
index b27697dc92..d321bf70ba 100644
--- a/lib/insights/src/lib/diagram/models/report/report-definition.model.ts
+++ b/lib/insights/src/lib/diagram/models/report/report-definition.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/report/report-parameter-details.model.ts b/lib/insights/src/lib/diagram/models/report/report-parameter-details.model.ts
index 4f3f6377f5..cdc40e82b6 100644
--- a/lib/insights/src/lib/diagram/models/report/report-parameter-details.model.ts
+++ b/lib/insights/src/lib/diagram/models/report/report-parameter-details.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/report/report-parameters.model.ts b/lib/insights/src/lib/diagram/models/report/report-parameters.model.ts
index 10c1c69de2..906032cde1 100644
--- a/lib/insights/src/lib/diagram/models/report/report-parameters.model.ts
+++ b/lib/insights/src/lib/diagram/models/report/report-parameters.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/models/report/report-query.model.ts b/lib/insights/src/lib/diagram/models/report/report-query.model.ts
index fb8508d30d..70fb132a84 100644
--- a/lib/insights/src/lib/diagram/models/report/report-query.model.ts
+++ b/lib/insights/src/lib/diagram/models/report/report-query.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/public-api.ts b/lib/insights/src/lib/diagram/public-api.ts
index f57cc48739..ef0da4fb42 100644
--- a/lib/insights/src/lib/diagram/public-api.ts
+++ b/lib/insights/src/lib/diagram/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/services/diagram-color.service.ts b/lib/insights/src/lib/diagram/services/diagram-color.service.ts
index 7ecabeeb83..eaaee6d47b 100644
--- a/lib/insights/src/lib/diagram/services/diagram-color.service.ts
+++ b/lib/insights/src/lib/diagram/services/diagram-color.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/diagram/services/diagrams.service.ts b/lib/insights/src/lib/diagram/services/diagrams.service.ts
index af093e2d16..990278488e 100644
--- a/lib/insights/src/lib/diagram/services/diagrams.service.ts
+++ b/lib/insights/src/lib/diagram/services/diagrams.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/insights.module.ts b/lib/insights/src/lib/insights.module.ts
index 2cb5485447..347042d9bb 100644
--- a/lib/insights/src/lib/insights.module.ts
+++ b/lib/insights/src/lib/insights.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/material.module.ts b/lib/insights/src/lib/material.module.ts
index e2dc8b11cd..55a0e921cc 100644
--- a/lib/insights/src/lib/material.module.ts
+++ b/lib/insights/src/lib/material.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/analytics/analytics-component.mock.ts b/lib/insights/src/lib/mock/analytics/analytics-component.mock.ts
index a96e5bdf5e..638455c213 100644
--- a/lib/insights/src/lib/mock/analytics/analytics-component.mock.ts
+++ b/lib/insights/src/lib/mock/analytics/analytics-component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/analytics/analytics-params-report-component.mock.ts b/lib/insights/src/lib/mock/analytics/analytics-params-report-component.mock.ts
index dec969dd84..6d64ef3a65 100644
--- a/lib/insights/src/lib/mock/analytics/analytics-params-report-component.mock.ts
+++ b/lib/insights/src/lib/mock/analytics/analytics-params-report-component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/diagram/diagram-activities.mock.ts b/lib/insights/src/lib/mock/diagram/diagram-activities.mock.ts
index 5de26d6167..7c093476e6 100644
--- a/lib/insights/src/lib/mock/diagram/diagram-activities.mock.ts
+++ b/lib/insights/src/lib/mock/diagram/diagram-activities.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/diagram/diagram-boundary.mock.ts b/lib/insights/src/lib/mock/diagram/diagram-boundary.mock.ts
index b4c01e2507..6d37eb53ab 100644
--- a/lib/insights/src/lib/mock/diagram/diagram-boundary.mock.ts
+++ b/lib/insights/src/lib/mock/diagram/diagram-boundary.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/diagram/diagram-events.mock.ts b/lib/insights/src/lib/mock/diagram/diagram-events.mock.ts
index 40b720933e..183ca1c426 100644
--- a/lib/insights/src/lib/mock/diagram/diagram-events.mock.ts
+++ b/lib/insights/src/lib/mock/diagram/diagram-events.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/diagram/diagram-flows.mock.ts b/lib/insights/src/lib/mock/diagram/diagram-flows.mock.ts
index 68b8425d33..6d962715a5 100644
--- a/lib/insights/src/lib/mock/diagram/diagram-flows.mock.ts
+++ b/lib/insights/src/lib/mock/diagram/diagram-flows.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/diagram/diagram-gateways.mock.ts b/lib/insights/src/lib/mock/diagram/diagram-gateways.mock.ts
index 9c456229fb..55a23ff988 100644
--- a/lib/insights/src/lib/mock/diagram/diagram-gateways.mock.ts
+++ b/lib/insights/src/lib/mock/diagram/diagram-gateways.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/diagram/diagram-intermediate.mock.ts b/lib/insights/src/lib/mock/diagram/diagram-intermediate.mock.ts
index 457bc57a14..e26b9f4ec8 100644
--- a/lib/insights/src/lib/mock/diagram/diagram-intermediate.mock.ts
+++ b/lib/insights/src/lib/mock/diagram/diagram-intermediate.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/diagram/diagram-structural.mock.ts b/lib/insights/src/lib/mock/diagram/diagram-structural.mock.ts
index 2d5113ccbc..7c0c485f12 100644
--- a/lib/insights/src/lib/mock/diagram/diagram-structural.mock.ts
+++ b/lib/insights/src/lib/mock/diagram/diagram-structural.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/diagram/diagram-swimlanes.mock.ts b/lib/insights/src/lib/mock/diagram/diagram-swimlanes.mock.ts
index e6238fdbee..c2f3790617 100644
--- a/lib/insights/src/lib/mock/diagram/diagram-swimlanes.mock.ts
+++ b/lib/insights/src/lib/mock/diagram/diagram-swimlanes.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/diagram/diagram-throw.mock.ts b/lib/insights/src/lib/mock/diagram/diagram-throw.mock.ts
index 1e8284d424..b546cf8564 100644
--- a/lib/insights/src/lib/mock/diagram/diagram-throw.mock.ts
+++ b/lib/insights/src/lib/mock/diagram/diagram-throw.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/index.ts b/lib/insights/src/lib/mock/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/insights/src/lib/mock/index.ts
+++ b/lib/insights/src/lib/mock/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/mock/public-api.ts b/lib/insights/src/lib/mock/public-api.ts
index bd79ae23b6..02349a41b6 100644
--- a/lib/insights/src/lib/mock/public-api.ts
+++ b/lib/insights/src/lib/mock/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/lib/testing/insights.testing.module.ts b/lib/insights/src/lib/testing/insights.testing.module.ts
index 39165ba0d4..e06356a971 100644
--- a/lib/insights/src/lib/testing/insights.testing.module.ts
+++ b/lib/insights/src/lib/testing/insights.testing.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/public-api.ts b/lib/insights/src/public-api.ts
index 44e59359ed..594fa64f47 100644
--- a/lib/insights/src/public-api.ts
+++ b/lib/insights/src/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/insights/src/test.ts b/lib/insights/src/test.ts
index 83997b8083..37b92900e2 100644
--- a/lib/insights/src/test.ts
+++ b/lib/insights/src/test.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/index.ts b/lib/js-api/index.ts
index 5bf6283d7a..91779220e6 100644
--- a/lib/js-api/index.ts
+++ b/lib/js-api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/alfrescoApi.ts b/lib/js-api/src/alfrescoApi.ts
index f46975c506..f3a4e3e30b 100644
--- a/lib/js-api/src/alfrescoApi.ts
+++ b/lib/js-api/src/alfrescoApi.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/alfrescoApiClient.ts b/lib/js-api/src/alfrescoApiClient.ts
index 6683d5e41b..ba956f8ca1 100644
--- a/lib/js-api/src/alfrescoApiClient.ts
+++ b/lib/js-api/src/alfrescoApiClient.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/alfrescoApiConfig.ts b/lib/js-api/src/alfrescoApiConfig.ts
index 5a495ca985..2eaec6e7e7 100644
--- a/lib/js-api/src/alfrescoApiConfig.ts
+++ b/lib/js-api/src/alfrescoApiConfig.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api-clients/api-client.ts b/lib/js-api/src/api-clients/api-client.ts
index 2e4661478d..90b7e13cae 100644
--- a/lib/js-api/src/api-clients/api-client.ts
+++ b/lib/js-api/src/api-clients/api-client.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api-clients/http-client.interface.ts b/lib/js-api/src/api-clients/http-client.interface.ts
index 31a39caef4..14f2273a65 100644
--- a/lib/js-api/src/api-clients/http-client.interface.ts
+++ b/lib/js-api/src/api-clients/http-client.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/about.api.ts b/lib/js-api/src/api/activiti-rest-api/api/about.api.ts
index ebe0cbcc0d..ce0ddba0c1 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/about.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/about.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/accountIntegration.api.ts b/lib/js-api/src/api/activiti-rest-api/api/accountIntegration.api.ts
index 62c11668d6..969c078dc8 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/accountIntegration.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/accountIntegration.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/adminEndpoints.api.ts b/lib/js-api/src/api/activiti-rest-api/api/adminEndpoints.api.ts
index fbdee3df7b..f8098a6956 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/adminEndpoints.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/adminEndpoints.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/adminGroups.api.ts b/lib/js-api/src/api/activiti-rest-api/api/adminGroups.api.ts
index 74725cb699..fc83884cdf 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/adminGroups.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/adminGroups.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/adminTenants.api.ts b/lib/js-api/src/api/activiti-rest-api/api/adminTenants.api.ts
index 2b611b1875..e12a9c6b44 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/adminTenants.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/adminTenants.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/adminUsers.api.ts b/lib/js-api/src/api/activiti-rest-api/api/adminUsers.api.ts
index 85b9df6b52..61c29423ab 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/adminUsers.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/adminUsers.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/appDefinitions.api.ts b/lib/js-api/src/api/activiti-rest-api/api/appDefinitions.api.ts
index d4eaf689c8..ee9dae08f3 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/appDefinitions.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/appDefinitions.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/base.api.ts b/lib/js-api/src/api/activiti-rest-api/api/base.api.ts
index e45cd821ea..acb74969bc 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/base.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/base.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/checklists.api.ts b/lib/js-api/src/api/activiti-rest-api/api/checklists.api.ts
index 216ffe2542..876e602c22 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/checklists.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/checklists.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/comments.api.ts b/lib/js-api/src/api/activiti-rest-api/api/comments.api.ts
index 833dd4378d..8fca0baf91 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/comments.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/comments.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/content.api.ts b/lib/js-api/src/api/activiti-rest-api/api/content.api.ts
index 3643bb838d..33afe650e2 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/content.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/content.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/dataSources.api.ts b/lib/js-api/src/api/activiti-rest-api/api/dataSources.api.ts
index 8e446d1017..268569ea6b 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/dataSources.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/dataSources.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/decisionAudits.api.ts b/lib/js-api/src/api/activiti-rest-api/api/decisionAudits.api.ts
index 23eb28e3e8..db0d30dd12 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/decisionAudits.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/decisionAudits.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/decisionTables.api.ts b/lib/js-api/src/api/activiti-rest-api/api/decisionTables.api.ts
index 4ceebdb1a5..7059e66510 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/decisionTables.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/decisionTables.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/endpoints.api.ts b/lib/js-api/src/api/activiti-rest-api/api/endpoints.api.ts
index abe7639f3c..1b65617436 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/endpoints.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/endpoints.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/formModels.api.ts b/lib/js-api/src/api/activiti-rest-api/api/formModels.api.ts
index 841a9fbf95..589cde633e 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/formModels.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/formModels.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/groups.api.ts b/lib/js-api/src/api/activiti-rest-api/api/groups.api.ts
index 339c89e5b1..138d50cb34 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/groups.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/groups.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/iDMSync.api.ts b/lib/js-api/src/api/activiti-rest-api/api/iDMSync.api.ts
index 96b7dc0f8c..5e5beda20f 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/iDMSync.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/iDMSync.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/index.ts b/lib/js-api/src/api/activiti-rest-api/api/index.ts
index 8805abe0cf..9aec45434f 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/index.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/integrationAlfrescoCloud.api.ts b/lib/js-api/src/api/activiti-rest-api/api/integrationAlfrescoCloud.api.ts
index f5c3914841..3938ef776c 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/integrationAlfrescoCloud.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/integrationAlfrescoCloud.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/integrationAlfrescoOnPremise.api.ts b/lib/js-api/src/api/activiti-rest-api/api/integrationAlfrescoOnPremise.api.ts
index e408878ef6..4e7c7fe5ab 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/integrationAlfrescoOnPremise.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/integrationAlfrescoOnPremise.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/integrationBox.api.ts b/lib/js-api/src/api/activiti-rest-api/api/integrationBox.api.ts
index 458a38f48b..589a85feab 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/integrationBox.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/integrationBox.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/integrationDrive.api.ts b/lib/js-api/src/api/activiti-rest-api/api/integrationDrive.api.ts
index 8c673fb853..c9de9a39f7 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/integrationDrive.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/integrationDrive.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/modelJsonBpmn.api.ts b/lib/js-api/src/api/activiti-rest-api/api/modelJsonBpmn.api.ts
index 28c1fb611e..46003559ee 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/modelJsonBpmn.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/modelJsonBpmn.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/models.api.ts b/lib/js-api/src/api/activiti-rest-api/api/models.api.ts
index 7b45da680c..dff4b9ea2c 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/models.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/models.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/modelsBpmn.api.ts b/lib/js-api/src/api/activiti-rest-api/api/modelsBpmn.api.ts
index a50f448bcc..45b95d23f1 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/modelsBpmn.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/modelsBpmn.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/modelsHistory.api.ts b/lib/js-api/src/api/activiti-rest-api/api/modelsHistory.api.ts
index b1a7a55e52..564ecc19ce 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/modelsHistory.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/modelsHistory.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/processDefinitions.api.ts b/lib/js-api/src/api/activiti-rest-api/api/processDefinitions.api.ts
index aa4fc5f759..f1adfc8181 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/processDefinitions.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/processDefinitions.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/processInstanceVariables.api.ts b/lib/js-api/src/api/activiti-rest-api/api/processInstanceVariables.api.ts
index 1be12fde32..c26bdd066a 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/processInstanceVariables.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/processInstanceVariables.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/processInstances.api.ts b/lib/js-api/src/api/activiti-rest-api/api/processInstances.api.ts
index 26cc59a11d..ed6a0a6146 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/processInstances.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/processInstances.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/processScopes.api.ts b/lib/js-api/src/api/activiti-rest-api/api/processScopes.api.ts
index 661b8cc2bb..e6c8915b22 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/processScopes.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/processScopes.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/report.api.ts b/lib/js-api/src/api/activiti-rest-api/api/report.api.ts
index 7bf02c1183..dd858678f3 100755
--- a/lib/js-api/src/api/activiti-rest-api/api/report.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/report.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/runtimeAppDefinitions.api.ts b/lib/js-api/src/api/activiti-rest-api/api/runtimeAppDefinitions.api.ts
index e240e596c1..59b49312ed 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/runtimeAppDefinitions.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/runtimeAppDefinitions.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/runtimeAppDeployments.api.ts b/lib/js-api/src/api/activiti-rest-api/api/runtimeAppDeployments.api.ts
index 4a7b9a7a92..2a95ae0914 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/runtimeAppDeployments.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/runtimeAppDeployments.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/scriptFiles.api.ts b/lib/js-api/src/api/activiti-rest-api/api/scriptFiles.api.ts
index 36d736845f..3e0a00f751 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/scriptFiles.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/scriptFiles.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/submittedForms.api.ts b/lib/js-api/src/api/activiti-rest-api/api/submittedForms.api.ts
index 2a1a523d69..025d790f8d 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/submittedForms.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/submittedForms.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/systemProperties.api.ts b/lib/js-api/src/api/activiti-rest-api/api/systemProperties.api.ts
index 24b768c881..3d741a79c9 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/systemProperties.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/systemProperties.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/taskActions.api.ts b/lib/js-api/src/api/activiti-rest-api/api/taskActions.api.ts
index 3249f91255..18d2cc1998 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/taskActions.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/taskActions.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/taskForms.api.ts b/lib/js-api/src/api/activiti-rest-api/api/taskForms.api.ts
index 4d3f841851..40e11f56f5 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/taskForms.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/taskForms.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/taskVariables.api.ts b/lib/js-api/src/api/activiti-rest-api/api/taskVariables.api.ts
index 72acb0e66f..ee3fdd9c63 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/taskVariables.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/taskVariables.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/tasks.api.ts b/lib/js-api/src/api/activiti-rest-api/api/tasks.api.ts
index 9349818dc1..d4ae737e53 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/tasks.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/tasks.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/temporary.api.ts b/lib/js-api/src/api/activiti-rest-api/api/temporary.api.ts
index 634db9fc79..1d322cb750 100755
--- a/lib/js-api/src/api/activiti-rest-api/api/temporary.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/temporary.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/types.ts b/lib/js-api/src/api/activiti-rest-api/api/types.ts
index 11ff01dd9b..678a0f417e 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/types.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/types.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/userFilters.api.ts b/lib/js-api/src/api/activiti-rest-api/api/userFilters.api.ts
index b9a39cc787..2c960f6c60 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/userFilters.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/userFilters.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/userProfile.api.ts b/lib/js-api/src/api/activiti-rest-api/api/userProfile.api.ts
index eeebadb2fe..24c8b1ff4a 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/userProfile.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/userProfile.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/api/users.api.ts b/lib/js-api/src/api/activiti-rest-api/api/users.api.ts
index 6026f43d7a..350e8a140d 100644
--- a/lib/js-api/src/api/activiti-rest-api/api/users.api.ts
+++ b/lib/js-api/src/api/activiti-rest-api/api/users.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/index.ts b/lib/js-api/src/api/activiti-rest-api/index.ts
index 6eadb2eda9..2d6a86306e 100644
--- a/lib/js-api/src/api/activiti-rest-api/index.ts
+++ b/lib/js-api/src/api/activiti-rest-api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/abstractGroupRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/abstractGroupRepresentation.ts
index fe8d8b5910..48fd14aaa7 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/abstractGroupRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/abstractGroupRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/abstractUserRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/abstractUserRepresentation.ts
index 38dec1d645..4d6991ed4e 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/abstractUserRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/abstractUserRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/accountRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/accountRepresentation.ts
index 62e89917ef..79b2bd6fac 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/accountRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/accountRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/addGroupCapabilitiesRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/addGroupCapabilitiesRepresentation.ts
index 7ae7b26931..c716abd125 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/addGroupCapabilitiesRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/addGroupCapabilitiesRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/alfrescoContentRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/alfrescoContentRepresentation.ts
index 19295c69f0..8a450e3de0 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/alfrescoContentRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/alfrescoContentRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/alfrescoEndpointRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/alfrescoEndpointRepresentation.ts
index 8d2688d969..23beca7bf2 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/alfrescoEndpointRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/alfrescoEndpointRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/alfrescoNetworkRepresenation.ts b/lib/js-api/src/api/activiti-rest-api/model/alfrescoNetworkRepresenation.ts
index d56229fd6b..c39516a9d7 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/alfrescoNetworkRepresenation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/alfrescoNetworkRepresenation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/alfrescoSiteRepresenation.ts b/lib/js-api/src/api/activiti-rest-api/model/alfrescoSiteRepresenation.ts
index 38d61fac3d..90c9fc5a98 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/alfrescoSiteRepresenation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/alfrescoSiteRepresenation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/appDefinition.ts b/lib/js-api/src/api/activiti-rest-api/model/appDefinition.ts
index c50258acaa..454dfa0b99 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/appDefinition.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/appDefinition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/appDefinitionPublishRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/appDefinitionPublishRepresentation.ts
index db544645dd..ae33a13e70 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/appDefinitionPublishRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/appDefinitionPublishRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/appDefinitionRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/appDefinitionRepresentation.ts
index bf3212b8f4..4f5283a2b6 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/appDefinitionRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/appDefinitionRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/appDefinitionSaveRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/appDefinitionSaveRepresentation.ts
index 4dbfd8f84f..683dc4cb08 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/appDefinitionSaveRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/appDefinitionSaveRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/appDefinitionUpdateResultRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/appDefinitionUpdateResultRepresentation.ts
index 29f2a986ea..86d722e386 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/appDefinitionUpdateResultRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/appDefinitionUpdateResultRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/appDeploymentRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/appDeploymentRepresentation.ts
index 4fbfcca058..2db78c9caf 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/appDeploymentRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/appDeploymentRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/appModelDefinition.ts b/lib/js-api/src/api/activiti-rest-api/model/appModelDefinition.ts
index 8b1d3e4091..fa86d9be23 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/appModelDefinition.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/appModelDefinition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/assigneeIdentifierRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/assigneeIdentifierRepresentation.ts
index effd17942d..354de8f285 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/assigneeIdentifierRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/assigneeIdentifierRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/auditCalculatedValueRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/auditCalculatedValueRepresentation.ts
index b1450a22f4..596ebf6f87 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/auditCalculatedValueRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/auditCalculatedValueRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/auditDecisionExpressionInfoRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/auditDecisionExpressionInfoRepresentation.ts
index 2e14fd6cbd..accb78fc67 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/auditDecisionExpressionInfoRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/auditDecisionExpressionInfoRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/auditDecisionInfoRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/auditDecisionInfoRepresentation.ts
index b0c572c3f6..45316c3d4c 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/auditDecisionInfoRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/auditDecisionInfoRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/auditDecisionRuleInfoRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/auditDecisionRuleInfoRepresentation.ts
index 3d3a9db8b9..ebba424392 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/auditDecisionRuleInfoRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/auditDecisionRuleInfoRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/auditLogEntryRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/auditLogEntryRepresentation.ts
index 0d5480cf66..43fd500c62 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/auditLogEntryRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/auditLogEntryRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/auditLogFormDataRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/auditLogFormDataRepresentation.ts
index 357c08a3c4..f0374b9bde 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/auditLogFormDataRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/auditLogFormDataRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/boxContent.ts b/lib/js-api/src/api/activiti-rest-api/model/boxContent.ts
index 3cca42d963..85e6a368cc 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/boxContent.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/boxContent.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/boxUserAccountCredentialsRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/boxUserAccountCredentialsRepresentation.ts
index 5bdf7df6c3..2e7d512927 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/boxUserAccountCredentialsRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/boxUserAccountCredentialsRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/bulkUserUpdateRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/bulkUserUpdateRepresentation.ts
index b2dae93c57..4dd283bd63 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/bulkUserUpdateRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/bulkUserUpdateRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/changePasswordRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/changePasswordRepresentation.ts
index 947118a6dd..ee5095ed36 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/changePasswordRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/changePasswordRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/checklistOrderRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/checklistOrderRepresentation.ts
index f986ca0e17..4812df4a7c 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/checklistOrderRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/checklistOrderRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/commentAuditInfo.ts b/lib/js-api/src/api/activiti-rest-api/model/commentAuditInfo.ts
index 127e75aa53..82febbabc0 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/commentAuditInfo.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/commentAuditInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/commentRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/commentRepresentation.ts
index 39e81ae090..1217f070d3 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/commentRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/commentRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/completeFormRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/completeFormRepresentation.ts
index 0e470ad71e..be05baaf44 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/completeFormRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/completeFormRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/conditionRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/conditionRepresentation.ts
index 40a67ca2a6..e4209c75c3 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/conditionRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/conditionRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/createEndpointBasicAuthRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/createEndpointBasicAuthRepresentation.ts
index a6d3fd8331..57e802bcb3 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/createEndpointBasicAuthRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/createEndpointBasicAuthRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/createProcessInstanceRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/createProcessInstanceRepresentation.ts
index 35583694eb..3dbfcafe57 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/createProcessInstanceRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/createProcessInstanceRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/createTenantRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/createTenantRepresentation.ts
index 2662890975..583b5fc786 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/createTenantRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/createTenantRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/dataSourceConfigRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/dataSourceConfigRepresentation.ts
index 905f32cd97..e4f30bb231 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/dataSourceConfigRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/dataSourceConfigRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/dataSourceRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/dataSourceRepresentation.ts
index 8c4728064d..7a595d803b 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/dataSourceRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/dataSourceRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/decisionAuditRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/decisionAuditRepresentation.ts
index 5edea3dfaa..e64de787bc 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/decisionAuditRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/decisionAuditRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/decisionTaskRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/decisionTaskRepresentation.ts
index 4464f12a7c..e0661945cc 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/decisionTaskRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/decisionTaskRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/endpointBasicAuthRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/endpointBasicAuthRepresentation.ts
index c5ef1fb125..4f0badb409 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/endpointBasicAuthRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/endpointBasicAuthRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/endpointConfigurationRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/endpointConfigurationRepresentation.ts
index 08ea497e81..0ebf3e8a71 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/endpointConfigurationRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/endpointConfigurationRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/endpointRequestHeaderRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/endpointRequestHeaderRepresentation.ts
index ed7ffb4b5c..2e23abd371 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/endpointRequestHeaderRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/endpointRequestHeaderRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/entityAttributeScopeRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/entityAttributeScopeRepresentation.ts
index 0cfae6fd17..907365bbbc 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/entityAttributeScopeRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/entityAttributeScopeRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/entityVariableScopeRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/entityVariableScopeRepresentation.ts
index b0d47760a6..8d8172dc18 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/entityVariableScopeRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/entityVariableScopeRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/fieldValueInfo.ts b/lib/js-api/src/api/activiti-rest-api/model/fieldValueInfo.ts
index a06361bc82..6fb4d38321 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/fieldValueInfo.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/fieldValueInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/file.ts b/lib/js-api/src/api/activiti-rest-api/model/file.ts
index c16e182c16..b6084b0d64 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/file.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/file.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formDefinitionRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formDefinitionRepresentation.ts
index a89aef6ea8..244347e0bd 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formDefinitionRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formDefinitionRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formFieldRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formFieldRepresentation.ts
index 8d554f7152..cb618ec4d4 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formFieldRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formFieldRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formIdentifierRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formIdentifierRepresentation.ts
index a5c8cb4118..a97b669775 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formIdentifierRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formIdentifierRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formJavascriptEventRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formJavascriptEventRepresentation.ts
index 29029d2b79..656e072eb7 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formJavascriptEventRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formJavascriptEventRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formOutcomeRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formOutcomeRepresentation.ts
index 3055cafd4d..f6e6828fe5 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formOutcomeRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formOutcomeRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formRepresentation.ts
index 967b576ac9..e254af3147 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formSaveRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formSaveRepresentation.ts
index 1fabbc8992..55c3ecca6d 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formSaveRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formSaveRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formScopeRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formScopeRepresentation.ts
index 88a9c9a360..0f83556d40 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formScopeRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formScopeRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formTabRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formTabRepresentation.ts
index 194553a9ce..9fe57fa1a1 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formTabRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formTabRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formValueRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formValueRepresentation.ts
index c6f4c75f35..64f1ec18ac 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formValueRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formValueRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/formVariableRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/formVariableRepresentation.ts
index 35ca182306..ffc013d52e 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/formVariableRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/formVariableRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/globalDateFormatRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/globalDateFormatRepresentation.ts
index 9c72e1a9fd..1a60ea5153 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/globalDateFormatRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/globalDateFormatRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/googleDriveContent.ts b/lib/js-api/src/api/activiti-rest-api/model/googleDriveContent.ts
index 797cbccc7c..274ab6a43d 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/googleDriveContent.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/googleDriveContent.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/groupCapabilityRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/groupCapabilityRepresentation.ts
index a151623e0b..7f1b88ea7b 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/groupCapabilityRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/groupCapabilityRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/groupRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/groupRepresentation.ts
index 36724bd104..ee510afea0 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/groupRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/groupRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/historicProcessInstanceQueryRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/historicProcessInstanceQueryRepresentation.ts
index 3fe332b5b2..5f391249fe 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/historicProcessInstanceQueryRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/historicProcessInstanceQueryRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/historicTaskInstanceQueryRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/historicTaskInstanceQueryRepresentation.ts
index 8665be0216..770c516a71 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/historicTaskInstanceQueryRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/historicTaskInstanceQueryRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/identityLinkRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/identityLinkRepresentation.ts
index ed8d2291de..360db689e1 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/identityLinkRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/identityLinkRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/imageUploadRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/imageUploadRepresentation.ts
index 0b62e14507..4f467da659 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/imageUploadRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/imageUploadRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/index.ts b/lib/js-api/src/api/activiti-rest-api/model/index.ts
index 5f82fd3049..9be05bfe68 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/index.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/jsonNode.ts b/lib/js-api/src/api/activiti-rest-api/model/jsonNode.ts
index 6712a80ac0..43cdaf6156 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/jsonNode.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/jsonNode.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/layoutRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/layoutRepresentation.ts
index b41c12b4c4..cd87e87b6e 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/layoutRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/layoutRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/lightAppRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/lightAppRepresentation.ts
index f941c3e396..33a15e4e50 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/lightAppRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/lightAppRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/lightGroupRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/lightGroupRepresentation.ts
index 8b311a1e38..b0db22175d 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/lightGroupRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/lightGroupRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/lightTenantRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/lightTenantRepresentation.ts
index b9ec873430..708078471f 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/lightTenantRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/lightTenantRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/lightUserRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/lightUserRepresentation.ts
index 8b1ba763d2..e9df9c9a58 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/lightUserRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/lightUserRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/modelRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/modelRepresentation.ts
index 8d1b02ea90..67e04cbd3f 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/modelRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/modelRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/namedObject.ts b/lib/js-api/src/api/activiti-rest-api/model/namedObject.ts
index 37898e7eaa..44e0238607 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/namedObject.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/namedObject.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/objectNode.ts b/lib/js-api/src/api/activiti-rest-api/model/objectNode.ts
index 1122d35e6e..a9b35cd60e 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/objectNode.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/objectNode.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/optionRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/optionRepresentation.ts
index df4436474f..df07ee5843 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/optionRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/optionRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/passwordValidationConstraints.ts b/lib/js-api/src/api/activiti-rest-api/model/passwordValidationConstraints.ts
index 37f2192ac7..49f665f5cd 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/passwordValidationConstraints.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/passwordValidationConstraints.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processContentRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processContentRepresentation.ts
index ce45df7bf8..6f7041a596 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processContentRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processContentRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processDefinitionMetaDataRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processDefinitionMetaDataRepresentation.ts
index 73e8169d75..1ed10e7b9b 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processDefinitionMetaDataRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processDefinitionMetaDataRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processDefinitionRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processDefinitionRepresentation.ts
index dce5e92b38..40b42f99fb 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processDefinitionRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processDefinitionRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processInstanceAuditInfoRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processInstanceAuditInfoRepresentation.ts
index 924b731f17..325ef4ce75 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processInstanceAuditInfoRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processInstanceAuditInfoRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processInstanceFilterRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processInstanceFilterRepresentation.ts
index a46ce018fc..5ae38e8e8c 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processInstanceFilterRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processInstanceFilterRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processInstanceFilterRequestRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processInstanceFilterRequestRepresentation.ts
index 5fe6ff4fba..9b58db3926 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processInstanceFilterRequestRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processInstanceFilterRequestRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processInstanceQueryRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processInstanceQueryRepresentation.ts
index eab949ec9b..d6195ecf76 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processInstanceQueryRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processInstanceQueryRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processInstanceRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processInstanceRepresentation.ts
index 874a055b7e..8926059b55 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processInstanceRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processInstanceRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processInstanceVariableRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processInstanceVariableRepresentation.ts
index ac44b654d9..b042724756 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processInstanceVariableRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processInstanceVariableRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processScopeIdentifierRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processScopeIdentifierRepresentation.ts
index 0bab0c560a..0817aa831b 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processScopeIdentifierRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processScopeIdentifierRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processScopeRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processScopeRepresentation.ts
index e0174072a8..2c8a37530b 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processScopeRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processScopeRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/processScopesRequestRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/processScopesRequestRepresentation.ts
index 3e07d99550..abf4e1188b 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/processScopesRequestRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/processScopesRequestRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/publishIdentityInfoRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/publishIdentityInfoRepresentation.ts
index 87e97d7dc8..5be48cf1db 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/publishIdentityInfoRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/publishIdentityInfoRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/queryVariable.ts b/lib/js-api/src/api/activiti-rest-api/model/queryVariable.ts
index f222dc58cf..af39230a59 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/queryVariable.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/queryVariable.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/relatedContentRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/relatedContentRepresentation.ts
index 892e3c62d5..cba61c757e 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/relatedContentRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/relatedContentRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/relatedProcessTask.ts b/lib/js-api/src/api/activiti-rest-api/model/relatedProcessTask.ts
index f61c5015fc..ce9412e127 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/relatedProcessTask.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/relatedProcessTask.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resetPasswordRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resetPasswordRepresentation.ts
index bb416678e0..f0380f08ae 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resetPasswordRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resetPasswordRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/restVariable.ts b/lib/js-api/src/api/activiti-rest-api/model/restVariable.ts
index 950d511123..d707302a3c 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/restVariable.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/restVariable.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAbstractUserRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAbstractUserRepresentation.ts
index df2f75f0bb..bfe6aa7136 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAbstractUserRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAbstractUserRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAccountRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAccountRepresentation.ts
index 0b4b4adc50..d133c635d9 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAccountRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAccountRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoContentRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoContentRepresentation.ts
index b97d471427..f16dd733b6 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoContentRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoContentRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoEndpointRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoEndpointRepresentation.ts
index 9de3c70378..bc42186ebb 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoEndpointRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoEndpointRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoNetworkRepresenation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoNetworkRepresenation.ts
index b5458b5f2b..27819fb395 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoNetworkRepresenation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoNetworkRepresenation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoSiteRepresenation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoSiteRepresenation.ts
index 90f2148f90..58419f1b34 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoSiteRepresenation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAlfrescoSiteRepresenation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAppDefinitionRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAppDefinitionRepresentation.ts
index 9ce3f4cb87..4db8da6710 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAppDefinitionRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAppDefinitionRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAppDeploymentRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAppDeploymentRepresentation.ts
index 9afd6ab410..9f2ba902fe 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAppDeploymentRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationAppDeploymentRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationBoxContent.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationBoxContent.ts
index 83552ee975..d9940717e5 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationBoxContent.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationBoxContent.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationCommentRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationCommentRepresentation.ts
index 5cff143df9..68631353cf 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationCommentRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationCommentRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDataSourceRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDataSourceRepresentation.ts
index 8e30a5b5b9..7e3632412c 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDataSourceRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDataSourceRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionAuditRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionAuditRepresentation.ts
index 8affe394cf..7f6e620aec 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionAuditRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionAuditRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionTaskRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionTaskRepresentation.ts
index b426dc3d03..949cc21224 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionTaskRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationDecisionTaskRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationFormRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationFormRepresentation.ts
index 61967e7703..96234e0b84 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationFormRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationFormRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationGoogleDriveContent.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationGoogleDriveContent.ts
index 44b9b5ae68..972970c2c8 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationGoogleDriveContent.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationGoogleDriveContent.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationLightGroupRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationLightGroupRepresentation.ts
index 30d5b3b143..f5b654c381 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationLightGroupRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationLightGroupRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationLightUserRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationLightUserRepresentation.ts
index 02400bfe9f..ac8c7c07ff 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationLightUserRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationLightUserRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationModelRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationModelRepresentation.ts
index ac4d1c6817..79edd93f3b 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationModelRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationModelRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessContentRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessContentRepresentation.ts
index 3f240df30d..03e947f241 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessContentRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessContentRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessDefinitionRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessDefinitionRepresentation.ts
index b674ca619a..0ce39422fe 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessDefinitionRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessDefinitionRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessInstanceRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessInstanceRepresentation.ts
index fd6a21b044..e4bb49b65b 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessInstanceRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationProcessInstanceRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedContentRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedContentRepresentation.ts
index 2b03603497..b880b693bf 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedContentRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedContentRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedProcessTask.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedProcessTask.ts
index c01cefb0aa..c7056f3783 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedProcessTask.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRelatedProcessTask.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeDecisionTableRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeDecisionTableRepresentation.ts
index 1405f6e347..29680ae862 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeDecisionTableRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeDecisionTableRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeFormRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeFormRepresentation.ts
index e976fb0d68..0be3df0479 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeFormRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationRuntimeFormRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationSubmittedFormRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationSubmittedFormRepresentation.ts
index 14d8aa1e63..a37a26b172 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationSubmittedFormRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationSubmittedFormRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationTaskRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationTaskRepresentation.ts
index 7d2d0075d4..d9ab9439db 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationTaskRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationTaskRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationUserProcessInstanceFilterRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationUserProcessInstanceFilterRepresentation.ts
index 72e475856c..67d876cd81 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationUserProcessInstanceFilterRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationUserProcessInstanceFilterRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationUserTaskFilterRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationUserTaskFilterRepresentation.ts
index 099f7f277c..7bef09bf51 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationUserTaskFilterRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/resultListDataRepresentationUserTaskFilterRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/runtimeAppDefinitionSaveRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/runtimeAppDefinitionSaveRepresentation.ts
index 472210bbe9..b0f358ee31 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/runtimeAppDefinitionSaveRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/runtimeAppDefinitionSaveRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/runtimeDecisionTableRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/runtimeDecisionTableRepresentation.ts
index ed32e209ca..3576656196 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/runtimeDecisionTableRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/runtimeDecisionTableRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/runtimeFormRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/runtimeFormRepresentation.ts
index e3ca2e72c8..a9458c47ff 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/runtimeFormRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/runtimeFormRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/saveFormRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/saveFormRepresentation.ts
index 72f00ae268..e2af468434 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/saveFormRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/saveFormRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/submittedFormRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/submittedFormRepresentation.ts
index 11fb4815f9..218f2840c0 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/submittedFormRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/submittedFormRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/syncLogEntryRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/syncLogEntryRepresentation.ts
index 0cefa91948..28335f30f2 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/syncLogEntryRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/syncLogEntryRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/systemPropertiesRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/systemPropertiesRepresentation.ts
index 84b44a3260..ebfa412b1c 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/systemPropertiesRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/systemPropertiesRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/taskAuditInfoRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/taskAuditInfoRepresentation.ts
index ef89c3c07d..188e458153 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/taskAuditInfoRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/taskAuditInfoRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/taskFilterRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/taskFilterRepresentation.ts
index ca062cf175..434fe50faf 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/taskFilterRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/taskFilterRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/taskFilterRequestRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/taskFilterRequestRepresentation.ts
index d4d53134dc..4dbbd07591 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/taskFilterRequestRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/taskFilterRequestRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/taskQueryRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/taskQueryRepresentation.ts
index 5213c4c2ae..de134bf0d9 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/taskQueryRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/taskQueryRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/taskRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/taskRepresentation.ts
index b98c908e12..79f2ef5885 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/taskRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/taskRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/taskUpdateRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/taskUpdateRepresentation.ts
index c9d537abd1..3a5384b23f 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/taskUpdateRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/taskUpdateRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/tenantEvent.ts b/lib/js-api/src/api/activiti-rest-api/model/tenantEvent.ts
index 91df6380c1..79dcf0ac6d 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/tenantEvent.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/tenantEvent.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/tenantRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/tenantRepresentation.ts
index c51400b56a..8c1233a0dd 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/tenantRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/tenantRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/userAccountCredentialsRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/userAccountCredentialsRepresentation.ts
index bc0267c97c..a8db818507 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/userAccountCredentialsRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/userAccountCredentialsRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/userActionRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/userActionRepresentation.ts
index 583233f1bc..be0421062b 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/userActionRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/userActionRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/userFilterOrderRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/userFilterOrderRepresentation.ts
index 48d02acdd7..4531c2dc8f 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/userFilterOrderRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/userFilterOrderRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/userIdentifierRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/userIdentifierRepresentation.ts
index b9432d4f5f..88eb998c58 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/userIdentifierRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/userIdentifierRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/userProcessInstanceFilterRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/userProcessInstanceFilterRepresentation.ts
index 84288f51a0..89fc9b15b8 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/userProcessInstanceFilterRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/userProcessInstanceFilterRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/userRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/userRepresentation.ts
index 93c057a7f5..c31d408830 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/userRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/userRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/userRepresentationGroup.ts b/lib/js-api/src/api/activiti-rest-api/model/userRepresentationGroup.ts
index 6fa8f4fa57..b2d501ec6f 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/userRepresentationGroup.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/userRepresentationGroup.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/userTaskFilterRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/userTaskFilterRepresentation.ts
index 7a845e5caa..65532f5d52 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/userTaskFilterRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/userTaskFilterRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/validationErrorRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/validationErrorRepresentation.ts
index ea92201b78..3dc0557a7e 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/validationErrorRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/validationErrorRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/variableMappingRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/variableMappingRepresentation.ts
index 9733cb66eb..c0442193e3 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/variableMappingRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/variableMappingRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/activiti-rest-api/model/variableScopeRepresentation.ts b/lib/js-api/src/api/activiti-rest-api/model/variableScopeRepresentation.ts
index 46d45f59d7..7d9885a18f 100644
--- a/lib/js-api/src/api/activiti-rest-api/model/variableScopeRepresentation.ts
+++ b/lib/js-api/src/api/activiti-rest-api/model/variableScopeRepresentation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/auth-rest-api/api/authentication.api.ts b/lib/js-api/src/api/auth-rest-api/api/authentication.api.ts
index 0641df4673..cb4692124a 100644
--- a/lib/js-api/src/api/auth-rest-api/api/authentication.api.ts
+++ b/lib/js-api/src/api/auth-rest-api/api/authentication.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/auth-rest-api/api/base.api.ts b/lib/js-api/src/api/auth-rest-api/api/base.api.ts
index 999709a57c..a0223e8411 100644
--- a/lib/js-api/src/api/auth-rest-api/api/base.api.ts
+++ b/lib/js-api/src/api/auth-rest-api/api/base.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/auth-rest-api/api/index.ts b/lib/js-api/src/api/auth-rest-api/api/index.ts
index 2bdc302141..a629fb3c69 100644
--- a/lib/js-api/src/api/auth-rest-api/api/index.ts
+++ b/lib/js-api/src/api/auth-rest-api/api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/auth-rest-api/index.ts b/lib/js-api/src/api/auth-rest-api/index.ts
index 6eadb2eda9..2d6a86306e 100644
--- a/lib/js-api/src/api/auth-rest-api/index.ts
+++ b/lib/js-api/src/api/auth-rest-api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/auth-rest-api/model/index.ts b/lib/js-api/src/api/auth-rest-api/model/index.ts
index c0a2f083cc..4dd8eab12b 100644
--- a/lib/js-api/src/api/auth-rest-api/model/index.ts
+++ b/lib/js-api/src/api/auth-rest-api/model/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/auth-rest-api/model/ticket.ts b/lib/js-api/src/api/auth-rest-api/model/ticket.ts
index a79f65978b..1bc81cba6a 100644
--- a/lib/js-api/src/api/auth-rest-api/model/ticket.ts
+++ b/lib/js-api/src/api/auth-rest-api/model/ticket.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/auth-rest-api/model/ticketBody.ts b/lib/js-api/src/api/auth-rest-api/model/ticketBody.ts
index 9add2c0290..f5eee46eb6 100644
--- a/lib/js-api/src/api/auth-rest-api/model/ticketBody.ts
+++ b/lib/js-api/src/api/auth-rest-api/model/ticketBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/auth-rest-api/model/ticketEntry.ts b/lib/js-api/src/api/auth-rest-api/model/ticketEntry.ts
index 2b7aab241c..abc5cbb42f 100644
--- a/lib/js-api/src/api/auth-rest-api/model/ticketEntry.ts
+++ b/lib/js-api/src/api/auth-rest-api/model/ticketEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/auth-rest-api/model/validTicket.ts b/lib/js-api/src/api/auth-rest-api/model/validTicket.ts
index de90ad4e2a..a906a78e4f 100644
--- a/lib/js-api/src/api/auth-rest-api/model/validTicket.ts
+++ b/lib/js-api/src/api/auth-rest-api/model/validTicket.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/auth-rest-api/model/validTicketEntry.ts b/lib/js-api/src/api/auth-rest-api/model/validTicketEntry.ts
index be64280726..3f82b6464f 100644
--- a/lib/js-api/src/api/auth-rest-api/model/validTicketEntry.ts
+++ b/lib/js-api/src/api/auth-rest-api/model/validTicketEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/api/base.api.ts b/lib/js-api/src/api/content-custom-api/api/base.api.ts
index f952ab8b32..3f7d47f197 100644
--- a/lib/js-api/src/api/content-custom-api/api/base.api.ts
+++ b/lib/js-api/src/api/content-custom-api/api/base.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/api/classes.api.ts b/lib/js-api/src/api/content-custom-api/api/classes.api.ts
index fd9934ff9e..0d878060db 100755
--- a/lib/js-api/src/api/content-custom-api/api/classes.api.ts
+++ b/lib/js-api/src/api/content-custom-api/api/classes.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/api/content.api.ts b/lib/js-api/src/api/content-custom-api/api/content.api.ts
index 42bea7ad92..4da2a85ad9 100644
--- a/lib/js-api/src/api/content-custom-api/api/content.api.ts
+++ b/lib/js-api/src/api/content-custom-api/api/content.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/api/customModel.api.ts b/lib/js-api/src/api/content-custom-api/api/customModel.api.ts
index da2af52286..3736842866 100644
--- a/lib/js-api/src/api/content-custom-api/api/customModel.api.ts
+++ b/lib/js-api/src/api/content-custom-api/api/customModel.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/api/index.ts b/lib/js-api/src/api/content-custom-api/api/index.ts
index ead074fa07..e7084934e8 100644
--- a/lib/js-api/src/api/content-custom-api/api/index.ts
+++ b/lib/js-api/src/api/content-custom-api/api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/api/upload.api.ts b/lib/js-api/src/api/content-custom-api/api/upload.api.ts
index 96aa3903a7..d9151b3304 100644
--- a/lib/js-api/src/api/content-custom-api/api/upload.api.ts
+++ b/lib/js-api/src/api/content-custom-api/api/upload.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/api/webscript.api.ts b/lib/js-api/src/api/content-custom-api/api/webscript.api.ts
index e644f6a048..c7bcd3d4db 100644
--- a/lib/js-api/src/api/content-custom-api/api/webscript.api.ts
+++ b/lib/js-api/src/api/content-custom-api/api/webscript.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/index.ts b/lib/js-api/src/api/content-custom-api/index.ts
index 6eadb2eda9..2d6a86306e 100644
--- a/lib/js-api/src/api/content-custom-api/index.ts
+++ b/lib/js-api/src/api/content-custom-api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/model/classDescription.ts b/lib/js-api/src/api/content-custom-api/model/classDescription.ts
index fbaec5e1c4..b115d82060 100644
--- a/lib/js-api/src/api/content-custom-api/model/classDescription.ts
+++ b/lib/js-api/src/api/content-custom-api/model/classDescription.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/model/classPropertyDescription.ts b/lib/js-api/src/api/content-custom-api/model/classPropertyDescription.ts
index 0396670084..f7585fa89c 100644
--- a/lib/js-api/src/api/content-custom-api/model/classPropertyDescription.ts
+++ b/lib/js-api/src/api/content-custom-api/model/classPropertyDescription.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/model/dateAlfresco.ts b/lib/js-api/src/api/content-custom-api/model/dateAlfresco.ts
index 586b8d20a0..b38a7ab700 100644
--- a/lib/js-api/src/api/content-custom-api/model/dateAlfresco.ts
+++ b/lib/js-api/src/api/content-custom-api/model/dateAlfresco.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/model/index.ts b/lib/js-api/src/api/content-custom-api/model/index.ts
index f38a7169d8..e87c6f9f98 100644
--- a/lib/js-api/src/api/content-custom-api/model/index.ts
+++ b/lib/js-api/src/api/content-custom-api/model/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-custom-api/model/pagination.ts b/lib/js-api/src/api/content-custom-api/model/pagination.ts
index 50efbd7a86..a8379a3b1b 100644
--- a/lib/js-api/src/api/content-custom-api/model/pagination.ts
+++ b/lib/js-api/src/api/content-custom-api/model/pagination.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/actions.api.ts b/lib/js-api/src/api/content-rest-api/api/actions.api.ts
index a3bd446247..3fd446eaf2 100644
--- a/lib/js-api/src/api/content-rest-api/api/actions.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/actions.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/activities.api.ts b/lib/js-api/src/api/content-rest-api/api/activities.api.ts
index 2f6faab012..d36d752351 100644
--- a/lib/js-api/src/api/content-rest-api/api/activities.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/activities.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/audit.api.ts b/lib/js-api/src/api/content-rest-api/api/audit.api.ts
index 834ae27bdb..3c696b9331 100644
--- a/lib/js-api/src/api/content-rest-api/api/audit.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/audit.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/base.api.ts b/lib/js-api/src/api/content-rest-api/api/base.api.ts
index 6af5830d9f..922222d778 100644
--- a/lib/js-api/src/api/content-rest-api/api/base.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/base.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/categories.api.ts b/lib/js-api/src/api/content-rest-api/api/categories.api.ts
index a4758907d0..9afa7ac018 100644
--- a/lib/js-api/src/api/content-rest-api/api/categories.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/categories.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/comments.api.ts b/lib/js-api/src/api/content-rest-api/api/comments.api.ts
index 20011ff4d9..d8e5de76dc 100644
--- a/lib/js-api/src/api/content-rest-api/api/comments.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/comments.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/downloads.api.ts b/lib/js-api/src/api/content-rest-api/api/downloads.api.ts
index d6ef95123d..353f08ec90 100644
--- a/lib/js-api/src/api/content-rest-api/api/downloads.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/downloads.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/favorites.api.ts b/lib/js-api/src/api/content-rest-api/api/favorites.api.ts
index 4b299aeece..6d31760103 100644
--- a/lib/js-api/src/api/content-rest-api/api/favorites.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/favorites.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/groups.api.ts b/lib/js-api/src/api/content-rest-api/api/groups.api.ts
index b974dbc3cd..9d00994a7c 100644
--- a/lib/js-api/src/api/content-rest-api/api/groups.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/groups.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/index.ts b/lib/js-api/src/api/content-rest-api/api/index.ts
index a3c2c47a6c..8f7c57a64c 100644
--- a/lib/js-api/src/api/content-rest-api/api/index.ts
+++ b/lib/js-api/src/api/content-rest-api/api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/networks.api.ts b/lib/js-api/src/api/content-rest-api/api/networks.api.ts
index b9e594dda5..2f663fd2f3 100644
--- a/lib/js-api/src/api/content-rest-api/api/networks.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/networks.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/nodes.api.ts b/lib/js-api/src/api/content-rest-api/api/nodes.api.ts
index 863d55956a..3a551af21a 100644
--- a/lib/js-api/src/api/content-rest-api/api/nodes.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/nodes.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/people.api.ts b/lib/js-api/src/api/content-rest-api/api/people.api.ts
index 1990e0406a..8f5d194eb9 100644
--- a/lib/js-api/src/api/content-rest-api/api/people.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/people.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/preferences.api.ts b/lib/js-api/src/api/content-rest-api/api/preferences.api.ts
index db9853f333..81874113a2 100644
--- a/lib/js-api/src/api/content-rest-api/api/preferences.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/preferences.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/probes.api.ts b/lib/js-api/src/api/content-rest-api/api/probes.api.ts
index 97544c1a3e..474d875ac0 100644
--- a/lib/js-api/src/api/content-rest-api/api/probes.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/probes.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/queries.api.ts b/lib/js-api/src/api/content-rest-api/api/queries.api.ts
index 556f993b5d..facc9235eb 100644
--- a/lib/js-api/src/api/content-rest-api/api/queries.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/queries.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/ratings.api.ts b/lib/js-api/src/api/content-rest-api/api/ratings.api.ts
index 78532b055e..73ea5d0109 100644
--- a/lib/js-api/src/api/content-rest-api/api/ratings.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/ratings.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/renditions.api.ts b/lib/js-api/src/api/content-rest-api/api/renditions.api.ts
index db94a4fb0d..b4f0f0e8cb 100644
--- a/lib/js-api/src/api/content-rest-api/api/renditions.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/renditions.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/sharedlinks.api.ts b/lib/js-api/src/api/content-rest-api/api/sharedlinks.api.ts
index ae9ad4114d..bf16e9faff 100644
--- a/lib/js-api/src/api/content-rest-api/api/sharedlinks.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/sharedlinks.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/sites.api.ts b/lib/js-api/src/api/content-rest-api/api/sites.api.ts
index 4198790453..89c2e663e0 100644
--- a/lib/js-api/src/api/content-rest-api/api/sites.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/sites.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/tags.api.ts b/lib/js-api/src/api/content-rest-api/api/tags.api.ts
index 398a2d9b52..e434db44ad 100644
--- a/lib/js-api/src/api/content-rest-api/api/tags.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/tags.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/trashcan.api.ts b/lib/js-api/src/api/content-rest-api/api/trashcan.api.ts
index 2d6bdb6a10..ee59149e99 100644
--- a/lib/js-api/src/api/content-rest-api/api/trashcan.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/trashcan.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/types.ts b/lib/js-api/src/api/content-rest-api/api/types.ts
index 63f165a2d0..23ea458715 100644
--- a/lib/js-api/src/api/content-rest-api/api/types.ts
+++ b/lib/js-api/src/api/content-rest-api/api/types.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/api/versions.api.ts b/lib/js-api/src/api/content-rest-api/api/versions.api.ts
index 966de805b8..8235cbbe64 100644
--- a/lib/js-api/src/api/content-rest-api/api/versions.api.ts
+++ b/lib/js-api/src/api/content-rest-api/api/versions.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/index.ts b/lib/js-api/src/api/content-rest-api/index.ts
index 6eadb2eda9..2d6a86306e 100644
--- a/lib/js-api/src/api/content-rest-api/index.ts
+++ b/lib/js-api/src/api/content-rest-api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/CategoryLinkBody.ts b/lib/js-api/src/api/content-rest-api/model/CategoryLinkBody.ts
index d3073ae630..06f22a5c2f 100644
--- a/lib/js-api/src/api/content-rest-api/model/CategoryLinkBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/CategoryLinkBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/actionBodyExec.ts b/lib/js-api/src/api/content-rest-api/model/actionBodyExec.ts
index b3d2843b5b..46049359c4 100644
--- a/lib/js-api/src/api/content-rest-api/model/actionBodyExec.ts
+++ b/lib/js-api/src/api/content-rest-api/model/actionBodyExec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/actionDefinition.ts b/lib/js-api/src/api/content-rest-api/model/actionDefinition.ts
index f1dfb41e13..5cf1d334b2 100644
--- a/lib/js-api/src/api/content-rest-api/model/actionDefinition.ts
+++ b/lib/js-api/src/api/content-rest-api/model/actionDefinition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/actionDefinitionEntry.ts b/lib/js-api/src/api/content-rest-api/model/actionDefinitionEntry.ts
index 555d055546..e825501f55 100644
--- a/lib/js-api/src/api/content-rest-api/model/actionDefinitionEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/actionDefinitionEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/actionDefinitionList.ts b/lib/js-api/src/api/content-rest-api/model/actionDefinitionList.ts
index 17b25ccbf7..ec985a7bcd 100644
--- a/lib/js-api/src/api/content-rest-api/model/actionDefinitionList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/actionDefinitionList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/actionDefinitionListList.ts b/lib/js-api/src/api/content-rest-api/model/actionDefinitionListList.ts
index 8172d4db13..011ec0f28b 100644
--- a/lib/js-api/src/api/content-rest-api/model/actionDefinitionListList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/actionDefinitionListList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/actionExecResult.ts b/lib/js-api/src/api/content-rest-api/model/actionExecResult.ts
index c3e5f201ea..8ff39ad32b 100644
--- a/lib/js-api/src/api/content-rest-api/model/actionExecResult.ts
+++ b/lib/js-api/src/api/content-rest-api/model/actionExecResult.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/actionExecResultEntry.ts b/lib/js-api/src/api/content-rest-api/model/actionExecResultEntry.ts
index d0179d6578..9e4ce63a39 100644
--- a/lib/js-api/src/api/content-rest-api/model/actionExecResultEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/actionExecResultEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/actionParameterDefinition.ts b/lib/js-api/src/api/content-rest-api/model/actionParameterDefinition.ts
index cc2645da8c..5a0a24a7aa 100644
--- a/lib/js-api/src/api/content-rest-api/model/actionParameterDefinition.ts
+++ b/lib/js-api/src/api/content-rest-api/model/actionParameterDefinition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/activity.ts b/lib/js-api/src/api/content-rest-api/model/activity.ts
index c8465db537..c03acf8f6e 100644
--- a/lib/js-api/src/api/content-rest-api/model/activity.ts
+++ b/lib/js-api/src/api/content-rest-api/model/activity.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/activityEntry.ts b/lib/js-api/src/api/content-rest-api/model/activityEntry.ts
index 67a81c6f46..058c2bcc42 100644
--- a/lib/js-api/src/api/content-rest-api/model/activityEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/activityEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/activityPaging.ts b/lib/js-api/src/api/content-rest-api/model/activityPaging.ts
index 1e12ae795a..7b7ce929b9 100644
--- a/lib/js-api/src/api/content-rest-api/model/activityPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/activityPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/activityPagingList.ts b/lib/js-api/src/api/content-rest-api/model/activityPagingList.ts
index 803fe3fa10..245d9be983 100644
--- a/lib/js-api/src/api/content-rest-api/model/activityPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/activityPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/association.ts b/lib/js-api/src/api/content-rest-api/model/association.ts
index 32d73bd6a5..d64ea09bf1 100644
--- a/lib/js-api/src/api/content-rest-api/model/association.ts
+++ b/lib/js-api/src/api/content-rest-api/model/association.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/associationBody.ts b/lib/js-api/src/api/content-rest-api/model/associationBody.ts
index 87dea1cea6..aa39406102 100644
--- a/lib/js-api/src/api/content-rest-api/model/associationBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/associationBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/associationEntry.ts b/lib/js-api/src/api/content-rest-api/model/associationEntry.ts
index 82bb9e5227..40b4809476 100644
--- a/lib/js-api/src/api/content-rest-api/model/associationEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/associationEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/associationInfo.ts b/lib/js-api/src/api/content-rest-api/model/associationInfo.ts
index 830824b64e..436ae18121 100644
--- a/lib/js-api/src/api/content-rest-api/model/associationInfo.ts
+++ b/lib/js-api/src/api/content-rest-api/model/associationInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/auditApp.ts b/lib/js-api/src/api/content-rest-api/model/auditApp.ts
index 66d14b6cfb..3f95a45198 100644
--- a/lib/js-api/src/api/content-rest-api/model/auditApp.ts
+++ b/lib/js-api/src/api/content-rest-api/model/auditApp.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/auditAppEntry.ts b/lib/js-api/src/api/content-rest-api/model/auditAppEntry.ts
index cf75724838..567a52f1c3 100644
--- a/lib/js-api/src/api/content-rest-api/model/auditAppEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/auditAppEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/auditAppPaging.ts b/lib/js-api/src/api/content-rest-api/model/auditAppPaging.ts
index bb22344060..37c84ea785 100644
--- a/lib/js-api/src/api/content-rest-api/model/auditAppPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/auditAppPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/auditAppPagingList.ts b/lib/js-api/src/api/content-rest-api/model/auditAppPagingList.ts
index 72dc0ea337..7cce843344 100644
--- a/lib/js-api/src/api/content-rest-api/model/auditAppPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/auditAppPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/auditBodyUpdate.ts b/lib/js-api/src/api/content-rest-api/model/auditBodyUpdate.ts
index ffeb1f2a3f..c0aff511b6 100644
--- a/lib/js-api/src/api/content-rest-api/model/auditBodyUpdate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/auditBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/auditEntry.ts b/lib/js-api/src/api/content-rest-api/model/auditEntry.ts
index dd9340bcc2..712d3389d6 100644
--- a/lib/js-api/src/api/content-rest-api/model/auditEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/auditEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/auditEntryEntry.ts b/lib/js-api/src/api/content-rest-api/model/auditEntryEntry.ts
index d44d061f2e..c62a6bcf94 100644
--- a/lib/js-api/src/api/content-rest-api/model/auditEntryEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/auditEntryEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/auditEntryPaging.ts b/lib/js-api/src/api/content-rest-api/model/auditEntryPaging.ts
index e7e8cd83bf..871c889c81 100644
--- a/lib/js-api/src/api/content-rest-api/model/auditEntryPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/auditEntryPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/auditEntryPagingList.ts b/lib/js-api/src/api/content-rest-api/model/auditEntryPagingList.ts
index 5557ea4483..a7784b1039 100644
--- a/lib/js-api/src/api/content-rest-api/model/auditEntryPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/auditEntryPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/capabilities.ts b/lib/js-api/src/api/content-rest-api/model/capabilities.ts
index dec575ceae..204d417df6 100644
--- a/lib/js-api/src/api/content-rest-api/model/capabilities.ts
+++ b/lib/js-api/src/api/content-rest-api/model/capabilities.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/category.ts b/lib/js-api/src/api/content-rest-api/model/category.ts
index f5b50c71fb..1297e569a1 100644
--- a/lib/js-api/src/api/content-rest-api/model/category.ts
+++ b/lib/js-api/src/api/content-rest-api/model/category.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/categoryBody.ts b/lib/js-api/src/api/content-rest-api/model/categoryBody.ts
index 22b7a14076..19f9415334 100644
--- a/lib/js-api/src/api/content-rest-api/model/categoryBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/categoryBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/categoryEntry.ts b/lib/js-api/src/api/content-rest-api/model/categoryEntry.ts
index 845b8f1f2e..c9a03ae195 100644
--- a/lib/js-api/src/api/content-rest-api/model/categoryEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/categoryEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/categoryPaging.ts b/lib/js-api/src/api/content-rest-api/model/categoryPaging.ts
index 889bddfe80..1f6dbc0324 100644
--- a/lib/js-api/src/api/content-rest-api/model/categoryPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/categoryPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/categoryPagingList.ts b/lib/js-api/src/api/content-rest-api/model/categoryPagingList.ts
index d6e24efa7e..54c552f5c2 100644
--- a/lib/js-api/src/api/content-rest-api/model/categoryPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/categoryPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/childAssociation.ts b/lib/js-api/src/api/content-rest-api/model/childAssociation.ts
index 76dc53cede..35d3f90d67 100644
--- a/lib/js-api/src/api/content-rest-api/model/childAssociation.ts
+++ b/lib/js-api/src/api/content-rest-api/model/childAssociation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/childAssociationBody.ts b/lib/js-api/src/api/content-rest-api/model/childAssociationBody.ts
index 239ab86fb0..e90a0f0cec 100644
--- a/lib/js-api/src/api/content-rest-api/model/childAssociationBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/childAssociationBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/childAssociationEntry.ts b/lib/js-api/src/api/content-rest-api/model/childAssociationEntry.ts
index fcb6d6fbef..a58715f623 100644
--- a/lib/js-api/src/api/content-rest-api/model/childAssociationEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/childAssociationEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/childAssociationInfo.ts b/lib/js-api/src/api/content-rest-api/model/childAssociationInfo.ts
index 00c05ce3b1..ebf89327f9 100644
--- a/lib/js-api/src/api/content-rest-api/model/childAssociationInfo.ts
+++ b/lib/js-api/src/api/content-rest-api/model/childAssociationInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/clientBody.ts b/lib/js-api/src/api/content-rest-api/model/clientBody.ts
index 6c6ee63dbc..2660103e18 100644
--- a/lib/js-api/src/api/content-rest-api/model/clientBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/clientBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/comment.ts b/lib/js-api/src/api/content-rest-api/model/comment.ts
index b44f336f29..fb5e90e15d 100644
--- a/lib/js-api/src/api/content-rest-api/model/comment.ts
+++ b/lib/js-api/src/api/content-rest-api/model/comment.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/commentBody.ts b/lib/js-api/src/api/content-rest-api/model/commentBody.ts
index 2f9db1cdef..0aacdbfa11 100644
--- a/lib/js-api/src/api/content-rest-api/model/commentBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/commentBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/commentEntry.ts b/lib/js-api/src/api/content-rest-api/model/commentEntry.ts
index 7958aa6c33..3e7460455d 100644
--- a/lib/js-api/src/api/content-rest-api/model/commentEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/commentEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/commentPaging.ts b/lib/js-api/src/api/content-rest-api/model/commentPaging.ts
index fe7c77fe02..4c10dfacf3 100644
--- a/lib/js-api/src/api/content-rest-api/model/commentPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/commentPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/commentPagingList.ts b/lib/js-api/src/api/content-rest-api/model/commentPagingList.ts
index 4a4f8430cc..fb5a2993d6 100644
--- a/lib/js-api/src/api/content-rest-api/model/commentPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/commentPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/company.ts b/lib/js-api/src/api/content-rest-api/model/company.ts
index 47220f9a95..4912921a78 100644
--- a/lib/js-api/src/api/content-rest-api/model/company.ts
+++ b/lib/js-api/src/api/content-rest-api/model/company.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/constraint.ts b/lib/js-api/src/api/content-rest-api/model/constraint.ts
index 5b4cae3b5e..b73f1ef885 100644
--- a/lib/js-api/src/api/content-rest-api/model/constraint.ts
+++ b/lib/js-api/src/api/content-rest-api/model/constraint.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/contentInfo.ts b/lib/js-api/src/api/content-rest-api/model/contentInfo.ts
index 75a8d39b91..756ebe07db 100644
--- a/lib/js-api/src/api/content-rest-api/model/contentInfo.ts
+++ b/lib/js-api/src/api/content-rest-api/model/contentInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/definition.ts b/lib/js-api/src/api/content-rest-api/model/definition.ts
index 36decff345..979b73ccaf 100644
--- a/lib/js-api/src/api/content-rest-api/model/definition.ts
+++ b/lib/js-api/src/api/content-rest-api/model/definition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/deletedNode.ts b/lib/js-api/src/api/content-rest-api/model/deletedNode.ts
index a0b940f286..a7f3a9b748 100644
--- a/lib/js-api/src/api/content-rest-api/model/deletedNode.ts
+++ b/lib/js-api/src/api/content-rest-api/model/deletedNode.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/deletedNodeBodyRestore.ts b/lib/js-api/src/api/content-rest-api/model/deletedNodeBodyRestore.ts
index d3bf161079..eb9eb332d0 100644
--- a/lib/js-api/src/api/content-rest-api/model/deletedNodeBodyRestore.ts
+++ b/lib/js-api/src/api/content-rest-api/model/deletedNodeBodyRestore.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/deletedNodeEntry.ts b/lib/js-api/src/api/content-rest-api/model/deletedNodeEntry.ts
index 2f86fa2172..16421301ea 100644
--- a/lib/js-api/src/api/content-rest-api/model/deletedNodeEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/deletedNodeEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/deletedNodesPaging.ts b/lib/js-api/src/api/content-rest-api/model/deletedNodesPaging.ts
index 47f1d8f894..979ba9100a 100644
--- a/lib/js-api/src/api/content-rest-api/model/deletedNodesPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/deletedNodesPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/deletedNodesPagingList.ts b/lib/js-api/src/api/content-rest-api/model/deletedNodesPagingList.ts
index 89e4bcddda..842b177a0c 100644
--- a/lib/js-api/src/api/content-rest-api/model/deletedNodesPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/deletedNodesPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/directAccessUrl.ts b/lib/js-api/src/api/content-rest-api/model/directAccessUrl.ts
index f6caa91abf..9e79c329a0 100644
--- a/lib/js-api/src/api/content-rest-api/model/directAccessUrl.ts
+++ b/lib/js-api/src/api/content-rest-api/model/directAccessUrl.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/directAccessUrlEntry.ts b/lib/js-api/src/api/content-rest-api/model/directAccessUrlEntry.ts
index f6d57c5d40..e850828278 100644
--- a/lib/js-api/src/api/content-rest-api/model/directAccessUrlEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/directAccessUrlEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/download.ts b/lib/js-api/src/api/content-rest-api/model/download.ts
index 26c7150488..a8d5cae204 100644
--- a/lib/js-api/src/api/content-rest-api/model/download.ts
+++ b/lib/js-api/src/api/content-rest-api/model/download.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/downloadBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/downloadBodyCreate.ts
index 0479a9cac5..2a30f624a6 100644
--- a/lib/js-api/src/api/content-rest-api/model/downloadBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/downloadBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/downloadEntry.ts b/lib/js-api/src/api/content-rest-api/model/downloadEntry.ts
index d94ec2c4f0..454c69bb34 100644
--- a/lib/js-api/src/api/content-rest-api/model/downloadEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/downloadEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/errorError.ts b/lib/js-api/src/api/content-rest-api/model/errorError.ts
index 70e1e53f81..bf0f4686d0 100644
--- a/lib/js-api/src/api/content-rest-api/model/errorError.ts
+++ b/lib/js-api/src/api/content-rest-api/model/errorError.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/favorite.ts b/lib/js-api/src/api/content-rest-api/model/favorite.ts
index 705f091e5e..c5b46482a8 100644
--- a/lib/js-api/src/api/content-rest-api/model/favorite.ts
+++ b/lib/js-api/src/api/content-rest-api/model/favorite.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/favoriteBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/favoriteBodyCreate.ts
index 56f6456e06..cedaab50f4 100644
--- a/lib/js-api/src/api/content-rest-api/model/favoriteBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/favoriteBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/favoriteEntry.ts b/lib/js-api/src/api/content-rest-api/model/favoriteEntry.ts
index 4e19e28878..f8a67e527e 100644
--- a/lib/js-api/src/api/content-rest-api/model/favoriteEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/favoriteEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/favoritePaging.ts b/lib/js-api/src/api/content-rest-api/model/favoritePaging.ts
index 4f65b9b41d..2b3677c161 100644
--- a/lib/js-api/src/api/content-rest-api/model/favoritePaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/favoritePaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/favoritePagingList.ts b/lib/js-api/src/api/content-rest-api/model/favoritePagingList.ts
index 0b22f9a218..34244c49a1 100644
--- a/lib/js-api/src/api/content-rest-api/model/favoritePagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/favoritePagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/favoriteSite.ts b/lib/js-api/src/api/content-rest-api/model/favoriteSite.ts
index af12ed3a52..ab72270905 100644
--- a/lib/js-api/src/api/content-rest-api/model/favoriteSite.ts
+++ b/lib/js-api/src/api/content-rest-api/model/favoriteSite.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/favoriteSiteBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/favoriteSiteBodyCreate.ts
index dd2bb90b77..5ce25cfde9 100644
--- a/lib/js-api/src/api/content-rest-api/model/favoriteSiteBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/favoriteSiteBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/favoriteSiteEntry.ts b/lib/js-api/src/api/content-rest-api/model/favoriteSiteEntry.ts
index 340a6423a9..df55496aad 100644
--- a/lib/js-api/src/api/content-rest-api/model/favoriteSiteEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/favoriteSiteEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/group.ts b/lib/js-api/src/api/content-rest-api/model/group.ts
index 2a35d48001..800cf012ba 100644
--- a/lib/js-api/src/api/content-rest-api/model/group.ts
+++ b/lib/js-api/src/api/content-rest-api/model/group.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/groupBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/groupBodyCreate.ts
index 1015c4a43d..f7581bb8de 100644
--- a/lib/js-api/src/api/content-rest-api/model/groupBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/groupBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/groupBodyUpdate.ts b/lib/js-api/src/api/content-rest-api/model/groupBodyUpdate.ts
index bf9e381fba..3391e5bfad 100644
--- a/lib/js-api/src/api/content-rest-api/model/groupBodyUpdate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/groupBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/groupEntry.ts b/lib/js-api/src/api/content-rest-api/model/groupEntry.ts
index dea5238580..6a893784b7 100644
--- a/lib/js-api/src/api/content-rest-api/model/groupEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/groupEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/groupMember.ts b/lib/js-api/src/api/content-rest-api/model/groupMember.ts
index cc6391e75d..4680e9842a 100644
--- a/lib/js-api/src/api/content-rest-api/model/groupMember.ts
+++ b/lib/js-api/src/api/content-rest-api/model/groupMember.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/groupMemberEntry.ts b/lib/js-api/src/api/content-rest-api/model/groupMemberEntry.ts
index 095813075d..df554805c1 100644
--- a/lib/js-api/src/api/content-rest-api/model/groupMemberEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/groupMemberEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/groupMemberPaging.ts b/lib/js-api/src/api/content-rest-api/model/groupMemberPaging.ts
index 1fbf9d0b1c..5972173798 100644
--- a/lib/js-api/src/api/content-rest-api/model/groupMemberPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/groupMemberPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/groupMemberPagingList.ts b/lib/js-api/src/api/content-rest-api/model/groupMemberPagingList.ts
index 86739b844d..2aaf82bc36 100644
--- a/lib/js-api/src/api/content-rest-api/model/groupMemberPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/groupMemberPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/groupMembershipBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/groupMembershipBodyCreate.ts
index 508e82b2f6..d55c6554cb 100644
--- a/lib/js-api/src/api/content-rest-api/model/groupMembershipBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/groupMembershipBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/groupPaging.ts b/lib/js-api/src/api/content-rest-api/model/groupPaging.ts
index 3256949c17..b8b41c6f02 100644
--- a/lib/js-api/src/api/content-rest-api/model/groupPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/groupPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/groupPagingList.ts b/lib/js-api/src/api/content-rest-api/model/groupPagingList.ts
index 927cca0e65..309aeaacfc 100644
--- a/lib/js-api/src/api/content-rest-api/model/groupPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/groupPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/index.ts b/lib/js-api/src/api/content-rest-api/model/index.ts
index 2339fe1c89..16ad8dad1d 100644
--- a/lib/js-api/src/api/content-rest-api/model/index.ts
+++ b/lib/js-api/src/api/content-rest-api/model/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/modelError.ts b/lib/js-api/src/api/content-rest-api/model/modelError.ts
index 627a167056..f218111da0 100644
--- a/lib/js-api/src/api/content-rest-api/model/modelError.ts
+++ b/lib/js-api/src/api/content-rest-api/model/modelError.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/networkQuota.ts b/lib/js-api/src/api/content-rest-api/model/networkQuota.ts
index c7ad79d2a3..a6bf5f1cc1 100644
--- a/lib/js-api/src/api/content-rest-api/model/networkQuota.ts
+++ b/lib/js-api/src/api/content-rest-api/model/networkQuota.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/node.ts b/lib/js-api/src/api/content-rest-api/model/node.ts
index f7242054f7..984508681b 100644
--- a/lib/js-api/src/api/content-rest-api/model/node.ts
+++ b/lib/js-api/src/api/content-rest-api/model/node.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeAssociation.ts b/lib/js-api/src/api/content-rest-api/model/nodeAssociation.ts
index 432492c57d..3cb9bd0289 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeAssociation.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeAssociation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeAssociationEntry.ts b/lib/js-api/src/api/content-rest-api/model/nodeAssociationEntry.ts
index ec6d8255c7..58446518d6 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeAssociationEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeAssociationEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeAssociationPaging.ts b/lib/js-api/src/api/content-rest-api/model/nodeAssociationPaging.ts
index 7191029430..670290f452 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeAssociationPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeAssociationPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeAssociationPagingList.ts b/lib/js-api/src/api/content-rest-api/model/nodeAssociationPagingList.ts
index 5c471474ef..8c6d91f505 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeAssociationPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeAssociationPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeBodyCopy.ts b/lib/js-api/src/api/content-rest-api/model/nodeBodyCopy.ts
index 76c1c29304..6b1cd5a40b 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeBodyCopy.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeBodyCopy.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/nodeBodyCreate.ts
index f7466060f9..827abf79f2 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeBodyCreateAssociation.ts b/lib/js-api/src/api/content-rest-api/model/nodeBodyCreateAssociation.ts
index 57cbde53bd..d587f46024 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeBodyCreateAssociation.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeBodyCreateAssociation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeBodyLock.ts b/lib/js-api/src/api/content-rest-api/model/nodeBodyLock.ts
index f22dc50d49..e71dba855e 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeBodyLock.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeBodyLock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeBodyMove.ts b/lib/js-api/src/api/content-rest-api/model/nodeBodyMove.ts
index d9f43e27ef..417810d1f0 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeBodyMove.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeBodyMove.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeBodyUpdate.ts b/lib/js-api/src/api/content-rest-api/model/nodeBodyUpdate.ts
index e4ec1f0a20..766b1cee70 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeBodyUpdate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeChildAssociation.ts b/lib/js-api/src/api/content-rest-api/model/nodeChildAssociation.ts
index 00c60123b9..253d04c36b 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeChildAssociation.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeChildAssociation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationEntry.ts b/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationEntry.ts
index b8c8ce09fc..8f608b181c 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationPaging.ts b/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationPaging.ts
index 80b73537d3..ac61dc47f9 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationPagingList.ts b/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationPagingList.ts
index a722457f73..8e4a83667a 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeChildAssociationPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodeEntry.ts b/lib/js-api/src/api/content-rest-api/model/nodeEntry.ts
index 93fb7603c4..cfb0eaf941 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodeEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodeEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodePaging.ts b/lib/js-api/src/api/content-rest-api/model/nodePaging.ts
index 929c00bdc9..7af1aea5ee 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodePaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodePaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/nodePagingList.ts b/lib/js-api/src/api/content-rest-api/model/nodePagingList.ts
index d1de8d0dfb..96de0b3257 100644
--- a/lib/js-api/src/api/content-rest-api/model/nodePagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/nodePagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/pagination.ts b/lib/js-api/src/api/content-rest-api/model/pagination.ts
index 4c32c49547..ca07d1b300 100644
--- a/lib/js-api/src/api/content-rest-api/model/pagination.ts
+++ b/lib/js-api/src/api/content-rest-api/model/pagination.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/passwordResetBody.ts b/lib/js-api/src/api/content-rest-api/model/passwordResetBody.ts
index 36202d3e14..26715ab8a9 100644
--- a/lib/js-api/src/api/content-rest-api/model/passwordResetBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/passwordResetBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/pathElement.ts b/lib/js-api/src/api/content-rest-api/model/pathElement.ts
index 2c13a1c34b..42948180b4 100644
--- a/lib/js-api/src/api/content-rest-api/model/pathElement.ts
+++ b/lib/js-api/src/api/content-rest-api/model/pathElement.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/pathInfo.ts b/lib/js-api/src/api/content-rest-api/model/pathInfo.ts
index 87068a2c2d..35abd57edf 100644
--- a/lib/js-api/src/api/content-rest-api/model/pathInfo.ts
+++ b/lib/js-api/src/api/content-rest-api/model/pathInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/permissionElement.ts b/lib/js-api/src/api/content-rest-api/model/permissionElement.ts
index 8032aa97cd..94b3b1fc8d 100644
--- a/lib/js-api/src/api/content-rest-api/model/permissionElement.ts
+++ b/lib/js-api/src/api/content-rest-api/model/permissionElement.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/permissionsBody.ts b/lib/js-api/src/api/content-rest-api/model/permissionsBody.ts
index cceee39a90..06189107f1 100644
--- a/lib/js-api/src/api/content-rest-api/model/permissionsBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/permissionsBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/permissionsInfo.ts b/lib/js-api/src/api/content-rest-api/model/permissionsInfo.ts
index 6c5c10f9ff..54cc9ba8fa 100644
--- a/lib/js-api/src/api/content-rest-api/model/permissionsInfo.ts
+++ b/lib/js-api/src/api/content-rest-api/model/permissionsInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/person.ts b/lib/js-api/src/api/content-rest-api/model/person.ts
index c7dfd3a666..5c740850b2 100644
--- a/lib/js-api/src/api/content-rest-api/model/person.ts
+++ b/lib/js-api/src/api/content-rest-api/model/person.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/personBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/personBodyCreate.ts
index d233cbc4de..1caac7e894 100644
--- a/lib/js-api/src/api/content-rest-api/model/personBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/personBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/personBodyUpdate.ts b/lib/js-api/src/api/content-rest-api/model/personBodyUpdate.ts
index 2859f9d5fe..b50c08f6e4 100644
--- a/lib/js-api/src/api/content-rest-api/model/personBodyUpdate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/personBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/personEntry.ts b/lib/js-api/src/api/content-rest-api/model/personEntry.ts
index c7f598e2b3..1fa63d6b82 100644
--- a/lib/js-api/src/api/content-rest-api/model/personEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/personEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/personNetwork.ts b/lib/js-api/src/api/content-rest-api/model/personNetwork.ts
index 928a6d1da1..98808ea6c8 100644
--- a/lib/js-api/src/api/content-rest-api/model/personNetwork.ts
+++ b/lib/js-api/src/api/content-rest-api/model/personNetwork.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/personNetworkEntry.ts b/lib/js-api/src/api/content-rest-api/model/personNetworkEntry.ts
index 37aac7197f..31934d48dc 100644
--- a/lib/js-api/src/api/content-rest-api/model/personNetworkEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/personNetworkEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/personNetworkPaging.ts b/lib/js-api/src/api/content-rest-api/model/personNetworkPaging.ts
index 113ed8b147..74ffe9f94c 100644
--- a/lib/js-api/src/api/content-rest-api/model/personNetworkPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/personNetworkPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/personNetworkPagingList.ts b/lib/js-api/src/api/content-rest-api/model/personNetworkPagingList.ts
index 87e9ef4d48..638175c6e7 100644
--- a/lib/js-api/src/api/content-rest-api/model/personNetworkPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/personNetworkPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/personPaging.ts b/lib/js-api/src/api/content-rest-api/model/personPaging.ts
index 960531b452..c4b6848c83 100644
--- a/lib/js-api/src/api/content-rest-api/model/personPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/personPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/personPagingList.ts b/lib/js-api/src/api/content-rest-api/model/personPagingList.ts
index 197ff17299..1750bde1f3 100644
--- a/lib/js-api/src/api/content-rest-api/model/personPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/personPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/preference.ts b/lib/js-api/src/api/content-rest-api/model/preference.ts
index 7a6a2fa963..b5ef43152a 100644
--- a/lib/js-api/src/api/content-rest-api/model/preference.ts
+++ b/lib/js-api/src/api/content-rest-api/model/preference.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/preferenceEntry.ts b/lib/js-api/src/api/content-rest-api/model/preferenceEntry.ts
index ef275f072c..2338281b3b 100644
--- a/lib/js-api/src/api/content-rest-api/model/preferenceEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/preferenceEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/preferencePaging.ts b/lib/js-api/src/api/content-rest-api/model/preferencePaging.ts
index 24792d9a02..55daaeacda 100644
--- a/lib/js-api/src/api/content-rest-api/model/preferencePaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/preferencePaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/preferencePagingList.ts b/lib/js-api/src/api/content-rest-api/model/preferencePagingList.ts
index 8803b3f3f8..aa4b0d78bb 100644
--- a/lib/js-api/src/api/content-rest-api/model/preferencePagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/preferencePagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/probeEntry.ts b/lib/js-api/src/api/content-rest-api/model/probeEntry.ts
index bf085e1bc1..5f82a777e1 100644
--- a/lib/js-api/src/api/content-rest-api/model/probeEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/probeEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/probeEntryEntry.ts b/lib/js-api/src/api/content-rest-api/model/probeEntryEntry.ts
index 19f450957d..311f5f26fe 100644
--- a/lib/js-api/src/api/content-rest-api/model/probeEntryEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/probeEntryEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/property.ts b/lib/js-api/src/api/content-rest-api/model/property.ts
index 8bd5d6c5ab..154a0c9c0e 100644
--- a/lib/js-api/src/api/content-rest-api/model/property.ts
+++ b/lib/js-api/src/api/content-rest-api/model/property.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/rating.ts b/lib/js-api/src/api/content-rest-api/model/rating.ts
index aedc3ace07..812f5b1d23 100644
--- a/lib/js-api/src/api/content-rest-api/model/rating.ts
+++ b/lib/js-api/src/api/content-rest-api/model/rating.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/ratingAggregate.ts b/lib/js-api/src/api/content-rest-api/model/ratingAggregate.ts
index c13bb9d42d..fbcedc910a 100644
--- a/lib/js-api/src/api/content-rest-api/model/ratingAggregate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/ratingAggregate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/ratingBody.ts b/lib/js-api/src/api/content-rest-api/model/ratingBody.ts
index edf58128c3..24317384d9 100644
--- a/lib/js-api/src/api/content-rest-api/model/ratingBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/ratingBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/ratingEntry.ts b/lib/js-api/src/api/content-rest-api/model/ratingEntry.ts
index 8790065dfb..eed3c2f9bd 100644
--- a/lib/js-api/src/api/content-rest-api/model/ratingEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/ratingEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/ratingPaging.ts b/lib/js-api/src/api/content-rest-api/model/ratingPaging.ts
index d7940f45c5..6d088999f9 100644
--- a/lib/js-api/src/api/content-rest-api/model/ratingPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/ratingPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/ratingPagingList.ts b/lib/js-api/src/api/content-rest-api/model/ratingPagingList.ts
index 7cf3f2a00c..77b007eb7b 100644
--- a/lib/js-api/src/api/content-rest-api/model/ratingPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/ratingPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/rendition.ts b/lib/js-api/src/api/content-rest-api/model/rendition.ts
index 2bc27d555b..5a2ed8097c 100644
--- a/lib/js-api/src/api/content-rest-api/model/rendition.ts
+++ b/lib/js-api/src/api/content-rest-api/model/rendition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/renditionBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/renditionBodyCreate.ts
index f0693cbc9c..8bdbc81e6d 100644
--- a/lib/js-api/src/api/content-rest-api/model/renditionBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/renditionBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/renditionEntry.ts b/lib/js-api/src/api/content-rest-api/model/renditionEntry.ts
index 519681199e..25a9c7fcc5 100644
--- a/lib/js-api/src/api/content-rest-api/model/renditionEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/renditionEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/renditionPaging.ts b/lib/js-api/src/api/content-rest-api/model/renditionPaging.ts
index fdbf115edf..286fd274d8 100644
--- a/lib/js-api/src/api/content-rest-api/model/renditionPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/renditionPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/renditionPagingList.ts b/lib/js-api/src/api/content-rest-api/model/renditionPagingList.ts
index 1637f46ee0..61b22955cf 100644
--- a/lib/js-api/src/api/content-rest-api/model/renditionPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/renditionPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/revertBody.ts b/lib/js-api/src/api/content-rest-api/model/revertBody.ts
index 55634f3de3..c745486a02 100644
--- a/lib/js-api/src/api/content-rest-api/model/revertBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/revertBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/sharedLink.ts b/lib/js-api/src/api/content-rest-api/model/sharedLink.ts
index aeb87560bd..ad6ca94601 100644
--- a/lib/js-api/src/api/content-rest-api/model/sharedLink.ts
+++ b/lib/js-api/src/api/content-rest-api/model/sharedLink.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/sharedLinkBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/sharedLinkBodyCreate.ts
index f415cdab32..36a0ddccce 100644
--- a/lib/js-api/src/api/content-rest-api/model/sharedLinkBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/sharedLinkBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/sharedLinkBodyEmail.ts b/lib/js-api/src/api/content-rest-api/model/sharedLinkBodyEmail.ts
index 52971f76a5..374cf44595 100644
--- a/lib/js-api/src/api/content-rest-api/model/sharedLinkBodyEmail.ts
+++ b/lib/js-api/src/api/content-rest-api/model/sharedLinkBodyEmail.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/sharedLinkEntry.ts b/lib/js-api/src/api/content-rest-api/model/sharedLinkEntry.ts
index 6b39bdb4b7..af8138f0b5 100644
--- a/lib/js-api/src/api/content-rest-api/model/sharedLinkEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/sharedLinkEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/sharedLinkPaging.ts b/lib/js-api/src/api/content-rest-api/model/sharedLinkPaging.ts
index 8c5db86a84..a0782c0158 100644
--- a/lib/js-api/src/api/content-rest-api/model/sharedLinkPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/sharedLinkPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/sharedLinkPagingList.ts b/lib/js-api/src/api/content-rest-api/model/sharedLinkPagingList.ts
index 9e6f1cf581..72afbe985c 100644
--- a/lib/js-api/src/api/content-rest-api/model/sharedLinkPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/sharedLinkPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/site.ts b/lib/js-api/src/api/content-rest-api/model/site.ts
index 7d400850b0..815a7614cd 100644
--- a/lib/js-api/src/api/content-rest-api/model/site.ts
+++ b/lib/js-api/src/api/content-rest-api/model/site.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/siteBodyCreate.ts
index a4bd9ceda8..f4c9330354 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteBodyUpdate.ts b/lib/js-api/src/api/content-rest-api/model/siteBodyUpdate.ts
index 3041955d32..6ce6553584 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteBodyUpdate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteContainer.ts b/lib/js-api/src/api/content-rest-api/model/siteContainer.ts
index 430456eae6..e62d5a82ef 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteContainer.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteContainer.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteContainerEntry.ts b/lib/js-api/src/api/content-rest-api/model/siteContainerEntry.ts
index 56039b47c1..52381233aa 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteContainerEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteContainerEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteContainerPaging.ts b/lib/js-api/src/api/content-rest-api/model/siteContainerPaging.ts
index 5ab49bf919..f1ab771146 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteContainerPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteContainerPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteContainerPagingList.ts b/lib/js-api/src/api/content-rest-api/model/siteContainerPagingList.ts
index 5ee6489b39..4aad779a84 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteContainerPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteContainerPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteEntry.ts b/lib/js-api/src/api/content-rest-api/model/siteEntry.ts
index 354685cd6c..f645a58816 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteEntryRelations.ts b/lib/js-api/src/api/content-rest-api/model/siteEntryRelations.ts
index c240114298..d14fd3d7df 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteEntryRelations.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteEntryRelations.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteGroup.ts b/lib/js-api/src/api/content-rest-api/model/siteGroup.ts
index 51cb184a8b..8daf6ce45e 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteGroup.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteGroup.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteGroupEntry.ts b/lib/js-api/src/api/content-rest-api/model/siteGroupEntry.ts
index e9f9df8ff0..1419af5ed0 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteGroupEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteGroupEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteGroupPaging.ts b/lib/js-api/src/api/content-rest-api/model/siteGroupPaging.ts
index 9b6437955f..8fb49bcac9 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteGroupPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteGroupPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteGroupPagingList.ts b/lib/js-api/src/api/content-rest-api/model/siteGroupPagingList.ts
index d64ddc4253..12d98f6d5c 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteGroupPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteGroupPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMember.ts b/lib/js-api/src/api/content-rest-api/model/siteMember.ts
index 7f21e30cfc..c8d6e89abf 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMember.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMember.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMemberEntry.ts b/lib/js-api/src/api/content-rest-api/model/siteMemberEntry.ts
index a9c704a4b5..d70dbb3de1 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMemberEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMemberEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMemberPaging.ts b/lib/js-api/src/api/content-rest-api/model/siteMemberPaging.ts
index fdec8af18e..e8aba57a5c 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMemberPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMemberPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMemberPagingList.ts b/lib/js-api/src/api/content-rest-api/model/siteMemberPagingList.ts
index 57779f5acc..8da2c61de5 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMemberPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMemberPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipApprovalBody.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipApprovalBody.ts
index 4a05b76be5..39235a30a4 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipApprovalBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipApprovalBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipBodyCreate.ts
index df6d40757c..b5cfea13a2 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipBodyUpdate.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipBodyUpdate.ts
index e638c28565..5fcb8393ae 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipBodyUpdate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRejectionBody.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRejectionBody.ts
index 3ef9ab8e92..238adcf856 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRejectionBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRejectionBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequest.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequest.ts
index 73a690d1a0..c29317d48a 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequest.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequest.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestBodyCreate.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestBodyCreate.ts
index 8f3cafd2d3..b22be21a7d 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestBodyCreate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestBodyUpdate.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestBodyUpdate.ts
index f5a8775bd8..7773715d8d 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestBodyUpdate.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestEntry.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestEntry.ts
index 8fa66a7ad2..dbd949c4a9 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestPaging.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestPaging.ts
index 4bd5acc82b..6271069099 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestPagingList.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestPagingList.ts
index 42204d771d..532f2192cc 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPerson.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPerson.ts
index 0e3c84f7ed..ebf33de2d3 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPerson.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPerson.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonEntry.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonEntry.ts
index f024720dae..503b801c2e 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonPaging.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonPaging.ts
index bb67974e5d..6ea9b56647 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonPagingList.ts b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonPagingList.ts
index 020d682b9b..1a98f5d381 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteMembershipRequestWithPersonPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/sitePaging.ts b/lib/js-api/src/api/content-rest-api/model/sitePaging.ts
index 741877edb5..db2cc640cb 100644
--- a/lib/js-api/src/api/content-rest-api/model/sitePaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/sitePaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/sitePagingList.ts b/lib/js-api/src/api/content-rest-api/model/sitePagingList.ts
index b06eb940d9..9f1a46eea5 100644
--- a/lib/js-api/src/api/content-rest-api/model/sitePagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/sitePagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteRole.ts b/lib/js-api/src/api/content-rest-api/model/siteRole.ts
index d3918ea737..1a53fd3113 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteRole.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteRole.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteRoleEntry.ts b/lib/js-api/src/api/content-rest-api/model/siteRoleEntry.ts
index 6323fde947..c5b4f381e2 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteRoleEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteRoleEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteRolePaging.ts b/lib/js-api/src/api/content-rest-api/model/siteRolePaging.ts
index a4bfe04692..08f58a61e4 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteRolePaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteRolePaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/siteRolePagingList.ts b/lib/js-api/src/api/content-rest-api/model/siteRolePagingList.ts
index 1252394d33..bea42918f7 100644
--- a/lib/js-api/src/api/content-rest-api/model/siteRolePagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/siteRolePagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/tag.ts b/lib/js-api/src/api/content-rest-api/model/tag.ts
index abc5faa274..4ed8d41954 100644
--- a/lib/js-api/src/api/content-rest-api/model/tag.ts
+++ b/lib/js-api/src/api/content-rest-api/model/tag.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/tagBody.ts b/lib/js-api/src/api/content-rest-api/model/tagBody.ts
index 3cba0a01ba..7c00ae08d5 100644
--- a/lib/js-api/src/api/content-rest-api/model/tagBody.ts
+++ b/lib/js-api/src/api/content-rest-api/model/tagBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/tagEntry.ts b/lib/js-api/src/api/content-rest-api/model/tagEntry.ts
index 217e3b9b16..236583e3cd 100644
--- a/lib/js-api/src/api/content-rest-api/model/tagEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/tagEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/tagPaging.ts b/lib/js-api/src/api/content-rest-api/model/tagPaging.ts
index 3514d2cae5..db16989e5d 100644
--- a/lib/js-api/src/api/content-rest-api/model/tagPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/tagPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/tagPagingList.ts b/lib/js-api/src/api/content-rest-api/model/tagPagingList.ts
index 6807bc3033..baaaf56dff 100644
--- a/lib/js-api/src/api/content-rest-api/model/tagPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/tagPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/userInfo.ts b/lib/js-api/src/api/content-rest-api/model/userInfo.ts
index 451fba3816..e8c8211fed 100644
--- a/lib/js-api/src/api/content-rest-api/model/userInfo.ts
+++ b/lib/js-api/src/api/content-rest-api/model/userInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/version.ts b/lib/js-api/src/api/content-rest-api/model/version.ts
index 7ad7b05255..ed6c0bb7dd 100644
--- a/lib/js-api/src/api/content-rest-api/model/version.ts
+++ b/lib/js-api/src/api/content-rest-api/model/version.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/versionEntry.ts b/lib/js-api/src/api/content-rest-api/model/versionEntry.ts
index f148a5d6a4..a40c53fe09 100644
--- a/lib/js-api/src/api/content-rest-api/model/versionEntry.ts
+++ b/lib/js-api/src/api/content-rest-api/model/versionEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/versionPaging.ts b/lib/js-api/src/api/content-rest-api/model/versionPaging.ts
index 55f4640139..51af9774a6 100644
--- a/lib/js-api/src/api/content-rest-api/model/versionPaging.ts
+++ b/lib/js-api/src/api/content-rest-api/model/versionPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/content-rest-api/model/versionPagingList.ts b/lib/js-api/src/api/content-rest-api/model/versionPagingList.ts
index 056f693e1d..5a7db4ae22 100644
--- a/lib/js-api/src/api/content-rest-api/model/versionPagingList.ts
+++ b/lib/js-api/src/api/content-rest-api/model/versionPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/api/base.api.ts b/lib/js-api/src/api/discovery-rest-api/api/base.api.ts
index ec2dedb4f1..8583890c9c 100644
--- a/lib/js-api/src/api/discovery-rest-api/api/base.api.ts
+++ b/lib/js-api/src/api/discovery-rest-api/api/base.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/api/discovery.api.ts b/lib/js-api/src/api/discovery-rest-api/api/discovery.api.ts
index d6a12c121c..261e437984 100644
--- a/lib/js-api/src/api/discovery-rest-api/api/discovery.api.ts
+++ b/lib/js-api/src/api/discovery-rest-api/api/discovery.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/api/index.ts b/lib/js-api/src/api/discovery-rest-api/api/index.ts
index cfb56c6869..ad1011d5db 100644
--- a/lib/js-api/src/api/discovery-rest-api/api/index.ts
+++ b/lib/js-api/src/api/discovery-rest-api/api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/index.ts b/lib/js-api/src/api/discovery-rest-api/index.ts
index 6eadb2eda9..2d6a86306e 100644
--- a/lib/js-api/src/api/discovery-rest-api/index.ts
+++ b/lib/js-api/src/api/discovery-rest-api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/model/discoveryEntry.ts b/lib/js-api/src/api/discovery-rest-api/model/discoveryEntry.ts
index 62c663c7c2..f185e0fe92 100644
--- a/lib/js-api/src/api/discovery-rest-api/model/discoveryEntry.ts
+++ b/lib/js-api/src/api/discovery-rest-api/model/discoveryEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/model/entitlementsInfo.ts b/lib/js-api/src/api/discovery-rest-api/model/entitlementsInfo.ts
index 503413d85b..cb79df72b8 100644
--- a/lib/js-api/src/api/discovery-rest-api/model/entitlementsInfo.ts
+++ b/lib/js-api/src/api/discovery-rest-api/model/entitlementsInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/model/index.ts b/lib/js-api/src/api/discovery-rest-api/model/index.ts
index 8996228273..3922e20cd8 100644
--- a/lib/js-api/src/api/discovery-rest-api/model/index.ts
+++ b/lib/js-api/src/api/discovery-rest-api/model/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/model/licenseInfo.ts b/lib/js-api/src/api/discovery-rest-api/model/licenseInfo.ts
index 0834488552..a84d2c63a9 100644
--- a/lib/js-api/src/api/discovery-rest-api/model/licenseInfo.ts
+++ b/lib/js-api/src/api/discovery-rest-api/model/licenseInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/model/moduleInfo.ts b/lib/js-api/src/api/discovery-rest-api/model/moduleInfo.ts
index f61e26ac96..0e97dcba76 100644
--- a/lib/js-api/src/api/discovery-rest-api/model/moduleInfo.ts
+++ b/lib/js-api/src/api/discovery-rest-api/model/moduleInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/model/repositoryEntry.ts b/lib/js-api/src/api/discovery-rest-api/model/repositoryEntry.ts
index 9285b5a411..06d2970dcc 100644
--- a/lib/js-api/src/api/discovery-rest-api/model/repositoryEntry.ts
+++ b/lib/js-api/src/api/discovery-rest-api/model/repositoryEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/model/repositoryInfo.ts b/lib/js-api/src/api/discovery-rest-api/model/repositoryInfo.ts
index 977d833e80..cce294f19d 100644
--- a/lib/js-api/src/api/discovery-rest-api/model/repositoryInfo.ts
+++ b/lib/js-api/src/api/discovery-rest-api/model/repositoryInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/model/statusInfo.ts b/lib/js-api/src/api/discovery-rest-api/model/statusInfo.ts
index 55c892b9b4..649699151b 100644
--- a/lib/js-api/src/api/discovery-rest-api/model/statusInfo.ts
+++ b/lib/js-api/src/api/discovery-rest-api/model/statusInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/discovery-rest-api/model/versionInfo.ts b/lib/js-api/src/api/discovery-rest-api/model/versionInfo.ts
index 1a83a1805b..7b9819fbd0 100644
--- a/lib/js-api/src/api/discovery-rest-api/model/versionInfo.ts
+++ b/lib/js-api/src/api/discovery-rest-api/model/versionInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/authorityClearance.api.ts b/lib/js-api/src/api/gs-classification-rest-api/api/authorityClearance.api.ts
index 2b7385239c..af75ad2706 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/authorityClearance.api.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/authorityClearance.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/base.api.ts b/lib/js-api/src/api/gs-classification-rest-api/api/base.api.ts
index d313884ccb..6f0dadd216 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/base.api.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/base.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/classificationGuides.api.ts b/lib/js-api/src/api/gs-classification-rest-api/api/classificationGuides.api.ts
index 55447b4a1a..66a194f4d4 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/classificationGuides.api.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/classificationGuides.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/classificationReasons.api.ts b/lib/js-api/src/api/gs-classification-rest-api/api/classificationReasons.api.ts
index 6a4de547e6..85fd1493bb 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/classificationReasons.api.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/classificationReasons.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/declassificationExemptions.api.ts b/lib/js-api/src/api/gs-classification-rest-api/api/declassificationExemptions.api.ts
index 076495fb2a..411e449f9d 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/declassificationExemptions.api.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/declassificationExemptions.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/defaultClassificationValues.api.ts b/lib/js-api/src/api/gs-classification-rest-api/api/defaultClassificationValues.api.ts
index 7a8564c924..a63fa5a203 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/defaultClassificationValues.api.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/defaultClassificationValues.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/index.ts b/lib/js-api/src/api/gs-classification-rest-api/api/index.ts
index 39847e786e..80a22e4829 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/index.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/nodeSecurityMarks.api.ts b/lib/js-api/src/api/gs-classification-rest-api/api/nodeSecurityMarks.api.ts
index ad5dfa5827..40b41988e2 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/nodeSecurityMarks.api.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/nodeSecurityMarks.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/securityControlSettings.api.ts b/lib/js-api/src/api/gs-classification-rest-api/api/securityControlSettings.api.ts
index 6e763775c0..fb2d70daf2 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/securityControlSettings.api.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/securityControlSettings.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/securityGroups.api.ts b/lib/js-api/src/api/gs-classification-rest-api/api/securityGroups.api.ts
index 81a5cfe12e..33e5db3896 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/securityGroups.api.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/securityGroups.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/securityMarks.api.ts b/lib/js-api/src/api/gs-classification-rest-api/api/securityMarks.api.ts
index 913f2027ed..1d9e1f189d 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/securityMarks.api.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/securityMarks.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/api/types.ts b/lib/js-api/src/api/gs-classification-rest-api/api/types.ts
index 09f1a9682c..5b3ba042e9 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/api/types.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/api/types.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/index.ts b/lib/js-api/src/api/gs-classification-rest-api/index.ts
index 6eadb2eda9..2d6a86306e 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/index.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroup.ts b/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroup.ts
index 89f53b209b..15381e2ba9 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroup.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroup.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupEntry.ts b/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupEntry.ts
index 1524591de3..9615b0bb95 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupEntry.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupPaging.ts b/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupPaging.ts
index d31ebb0013..6bb7057d71 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupPaging.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupPagingList.ts b/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupPagingList.ts
index c4f8c13a88..ec4ce03893 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupPagingList.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceGroupPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceMark.ts b/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceMark.ts
index 2d8de0e790..67c020f05c 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceMark.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/authorityClearanceMark.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuide.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuide.ts
index 9bd98c379c..08cf006798 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuide.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuide.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideBody.ts
index fb0a416bc9..2ea2df5fd4 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideEntry.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideEntry.ts
index 8bf5b6977b..3490a8dc3f 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideEntry.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideInTopic.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideInTopic.ts
index a363fc00b8..0b068b09cf 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideInTopic.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuideInTopic.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidePaging.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidePaging.ts
index 4a83692d42..32eac9c791 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidePaging.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidePaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidePagingList.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidePagingList.ts
index f3f289c680..aef7633668 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidePagingList.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidePagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuides.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuides.ts
index 2927ce4ce0..31fee4316f 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuides.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuides.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesBody.ts
index 90d5b38853..a0be22e148 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesEntry.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesEntry.ts
index 2da0ecc3b3..7d68f6d33b 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesEntry.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesInTopic.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesInTopic.ts
index 722e17069c..c5bc3b3636 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesInTopic.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationGuidesInTopic.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationInformation.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationInformation.ts
index 8e04e40409..7f091dd4f5 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationInformation.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationInformation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationReason.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationReason.ts
index 02308b27cd..b814966c5f 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationReason.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationReason.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonBody.ts
index 9093adf77c..7bc412270f 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonEntry.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonEntry.ts
index ea09516581..21f7dd42ef 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonEntry.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonsPaging.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonsPaging.ts
index 092a895a22..244febfde2 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonsPaging.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonsPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonsPagingList.ts b/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonsPagingList.ts
index 6d602b7cdf..18ef52d8b5 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonsPagingList.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/classificationReasonsPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/combinedInstructionBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/combinedInstructionBody.ts
index 9f21903f79..cfaef79e2c 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/combinedInstructionBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/combinedInstructionBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationDate.ts b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationDate.ts
index e30d98ea4c..172afbcce8 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationDate.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationDate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemption.ts b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemption.ts
index 911bd4a3e1..cef68bb07f 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemption.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemption.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionBody.ts
index df6789c4ad..5a518abaf9 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionEntry.ts b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionEntry.ts
index f61365134b..aa13b7a78b 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionEntry.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionsPaging.ts b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionsPaging.ts
index 37a1dee72b..c3cd23d497 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionsPaging.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionsPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionsPagingList.ts b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionsPagingList.ts
index c994466e96..ca14b810e2 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionsPagingList.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/declassificationExemptionsPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/index.ts b/lib/js-api/src/api/gs-classification-rest-api/model/index.ts
index 6af87d6181..7aa60783a2 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/index.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/instruction.ts b/lib/js-api/src/api/gs-classification-rest-api/model/instruction.ts
index 7034c446a0..f43dde7ed7 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/instruction.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/instruction.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/instructionBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/instructionBody.ts
index 362ae7ee80..95fe301d4f 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/instructionBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/instructionBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/instructionEntry.ts b/lib/js-api/src/api/gs-classification-rest-api/model/instructionEntry.ts
index 627f85af9d..0bf9eb8eca 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/instructionEntry.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/instructionEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/nodeSecurityMarkBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/nodeSecurityMarkBody.ts
index f12aeb5de7..c4464a11a4 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/nodeSecurityMarkBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/nodeSecurityMarkBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/path.ts b/lib/js-api/src/api/gs-classification-rest-api/model/path.ts
index dcf5e6b5d5..e91c3fd49e 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/path.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/path.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSetting.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSetting.ts
index c58bdd8d86..c97de20894 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSetting.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSetting.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSettingBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSettingBody.ts
index 64ce8b834a..4bac194c0b 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSettingBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSettingBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSettingEntry.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSettingEntry.ts
index 057cc85e72..7abd8ab6e7 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSettingEntry.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityControlSettingEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityGroup.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityGroup.ts
index 3777526828..d114e1c92a 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityGroup.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityGroup.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupBody.ts
index 3daa09718e..ed0bcd8683 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupEntry.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupEntry.ts
index 86d763a112..4bea89fc1f 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupEntry.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupPaging.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupPaging.ts
index d8263e0e3d..600da82e22 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupPaging.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupPagingList.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupPagingList.ts
index dd070ac13b..3f92f7214f 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupPagingList.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityGroupPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityMark.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityMark.ts
index 0adb5848e3..ab5b6f5f47 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityMark.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityMark.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkBody.ts
index 375d49769e..bb9c370e18 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkEntry.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkEntry.ts
index c11857c613..7bfb91160e 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkEntry.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkInformation.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkInformation.ts
index a07b1b7ce3..0b8db49198 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkInformation.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkInformation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkInformationBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkInformationBody.ts
index 59b4de7d06..0bdbe6523e 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkInformationBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkInformationBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkPaging.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkPaging.ts
index 7ef42ef65d..0b7fcfd25b 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkPaging.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkPagingList.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkPagingList.ts
index 95d8ec4612..46e0a41bbc 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkPagingList.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarkPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarks.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarks.ts
index 59eee0dc66..9af6ce70de 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarks.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarks.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarksBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarksBody.ts
index 6d9df2434f..2f74a24451 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/securityMarksBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/securityMarksBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/subtopicPaging.ts b/lib/js-api/src/api/gs-classification-rest-api/model/subtopicPaging.ts
index f2e5d76dc5..0ac1f1561c 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/subtopicPaging.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/subtopicPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/topic.ts b/lib/js-api/src/api/gs-classification-rest-api/model/topic.ts
index eba7801ea7..70dcc250a9 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/topic.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/topic.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/topicBody.ts b/lib/js-api/src/api/gs-classification-rest-api/model/topicBody.ts
index df8423f068..2a2d8315ee 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/topicBody.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/topicBody.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/topicEntry.ts b/lib/js-api/src/api/gs-classification-rest-api/model/topicEntry.ts
index b3ce30392c..d64291d9e8 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/topicEntry.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/topicEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/topicPaging.ts b/lib/js-api/src/api/gs-classification-rest-api/model/topicPaging.ts
index 169710e92b..8393bc35c4 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/topicPaging.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/topicPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-classification-rest-api/model/topicPagingList.ts b/lib/js-api/src/api/gs-classification-rest-api/model/topicPagingList.ts
index 6a2b3126d1..10d63c887a 100644
--- a/lib/js-api/src/api/gs-classification-rest-api/model/topicPagingList.ts
+++ b/lib/js-api/src/api/gs-classification-rest-api/model/topicPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/base.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/base.api.ts
index d313884ccb..6f0dadd216 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/base.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/base.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/filePlans.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/filePlans.api.ts
index 475c8f0a3c..dbdefe2e35 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/filePlans.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/filePlans.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/files.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/files.api.ts
index a0b3d92812..61f95e0193 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/files.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/files.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/gsSites.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/gsSites.api.ts
index c3a13fa852..0f7e801086 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/gsSites.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/gsSites.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/index.ts b/lib/js-api/src/api/gs-core-rest-api/api/index.ts
index ac09af2d58..087eb26628 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/index.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/recordCategories.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/recordCategories.api.ts
index 8fef9fb1a9..0cc6eb03b9 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/recordCategories.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/recordCategories.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/recordFolders.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/recordFolders.api.ts
index 7b7b36cd9e..0d5963c02f 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/recordFolders.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/recordFolders.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/records.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/records.api.ts
index dcd5c07f07..1ed06c2aee 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/records.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/records.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/transferContainers.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/transferContainers.api.ts
index c992bc4f35..2d2c989e44 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/transferContainers.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/transferContainers.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/transfers.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/transfers.api.ts
index 6e1884c1c3..7bd5311ae9 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/transfers.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/transfers.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/types.ts b/lib/js-api/src/api/gs-core-rest-api/api/types.ts
index 1838a5bac1..5fa89b3c2a 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/types.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/types.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/unfiledContainers.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/unfiledContainers.api.ts
index 9f78cd8e3c..594ea15781 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/unfiledContainers.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/unfiledContainers.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/api/unfiledRecordFolders.api.ts b/lib/js-api/src/api/gs-core-rest-api/api/unfiledRecordFolders.api.ts
index ee54efe5f4..9c0d27cd70 100644
--- a/lib/js-api/src/api/gs-core-rest-api/api/unfiledRecordFolders.api.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/api/unfiledRecordFolders.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/index.ts b/lib/js-api/src/api/gs-core-rest-api/index.ts
index 6eadb2eda9..2d6a86306e 100644
--- a/lib/js-api/src/api/gs-core-rest-api/index.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/filePlan.ts b/lib/js-api/src/api/gs-core-rest-api/model/filePlan.ts
index 87e5b18491..3288a987ca 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/filePlan.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/filePlan.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/filePlanBodyUpdate.ts b/lib/js-api/src/api/gs-core-rest-api/model/filePlanBodyUpdate.ts
index 32d7e41e27..ff26b0b069 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/filePlanBodyUpdate.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/filePlanBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/filePlanComponentBodyUpdate.ts b/lib/js-api/src/api/gs-core-rest-api/model/filePlanComponentBodyUpdate.ts
index f6df58c1d8..554384d8e1 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/filePlanComponentBodyUpdate.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/filePlanComponentBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/filePlanEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/filePlanEntry.ts
index 2c03fe1438..1b44dbd29c 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/filePlanEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/filePlanEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/index.ts b/lib/js-api/src/api/gs-core-rest-api/model/index.ts
index f23b511d57..5b5449c74b 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/index.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/rMNodeBodyCreate.ts b/lib/js-api/src/api/gs-core-rest-api/model/rMNodeBodyCreate.ts
index 6fdc33a476..b7578cc7a4 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/rMNodeBodyCreate.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/rMNodeBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/rMNodeBodyCreateWithRelativePath.ts b/lib/js-api/src/api/gs-core-rest-api/model/rMNodeBodyCreateWithRelativePath.ts
index d363af97a6..ca4d26cdc4 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/rMNodeBodyCreateWithRelativePath.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/rMNodeBodyCreateWithRelativePath.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/rMSite.ts b/lib/js-api/src/api/gs-core-rest-api/model/rMSite.ts
index 2bd7b612ea..265b2f0952 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/rMSite.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/rMSite.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/rMSiteBodyCreate.ts b/lib/js-api/src/api/gs-core-rest-api/model/rMSiteBodyCreate.ts
index 093d50de56..a406035b8d 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/rMSiteBodyCreate.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/rMSiteBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/rMSiteBodyUpdate.ts b/lib/js-api/src/api/gs-core-rest-api/model/rMSiteBodyUpdate.ts
index dcdfbd81e4..fdc5d0afd1 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/rMSiteBodyUpdate.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/rMSiteBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/rMSiteEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/rMSiteEntry.ts
index 1f2cff8700..daab900257 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/rMSiteEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/rMSiteEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/record.ts b/lib/js-api/src/api/gs-core-rest-api/model/record.ts
index 6dfac4c8b1..905e63afc0 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/record.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/record.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordCategory.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordCategory.ts
index c1853a2321..29951f826b 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordCategory.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordCategory.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChild.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChild.ts
index c0786cebc3..71abc8c635 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChild.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChild.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildEntry.ts
index 369a9abdf2..388984dcd6 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildPaging.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildPaging.ts
index a6d89ccba9..7af2410da6 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildPaging.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildPagingList.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildPagingList.ts
index d849bb31ef..50143976ec 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildPagingList.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryChildPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryEntry.ts
index e94da5a463..20f6c36dc2 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryPaging.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryPaging.ts
index 3f2c12e780..38a043b6c3 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryPaging.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryPagingList.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryPagingList.ts
index f900e6d40a..40eb4710ec 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryPagingList.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordCategoryPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordEntry.ts
index 38d68aec21..e7445be2b6 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordFolder.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordFolder.ts
index 302ab55f54..01145d3bb5 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordFolder.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordFolder.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordFolderAssociationPaging.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordFolderAssociationPaging.ts
index 215b5ec994..25c1aeccd6 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordFolderAssociationPaging.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordFolderAssociationPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordFolderAssociationPagingList.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordFolderAssociationPagingList.ts
index 55cb2ba7d3..b926efac1c 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordFolderAssociationPagingList.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordFolderAssociationPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordFolderChildAssociation.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordFolderChildAssociation.ts
index d105d23ba0..42df48c2bf 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordFolderChildAssociation.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordFolderChildAssociation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordFolderChildAssociationEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordFolderChildAssociationEntry.ts
index bf1cedd009..16e3f73ae3 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordFolderChildAssociationEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordFolderChildAssociationEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/recordFolderEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/recordFolderEntry.ts
index 3a4ffec45a..1d57c9fc13 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/recordFolderEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/recordFolderEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/requestBodyFile.ts b/lib/js-api/src/api/gs-core-rest-api/model/requestBodyFile.ts
index bf2c8f1a81..fa3554df43 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/requestBodyFile.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/requestBodyFile.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/rootCategoryBodyCreate.ts b/lib/js-api/src/api/gs-core-rest-api/model/rootCategoryBodyCreate.ts
index a31c3669e9..cf7184dafa 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/rootCategoryBodyCreate.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/rootCategoryBodyCreate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transfer.ts b/lib/js-api/src/api/gs-core-rest-api/model/transfer.ts
index 0373183708..34a8e3fcf6 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transfer.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transfer.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferAssociationPaging.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferAssociationPaging.ts
index 21c1e2dd38..a5d95a353e 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferAssociationPaging.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferAssociationPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferAssociationPagingList.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferAssociationPagingList.ts
index dc12fc5148..41707cef47 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferAssociationPagingList.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferAssociationPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferChild.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferChild.ts
index eb452d0747..eff1023518 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferChild.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferChild.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferChildAssociation.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferChildAssociation.ts
index 66e3b2c2d5..de3c2b8928 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferChildAssociation.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferChildAssociation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferChildAssociationEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferChildAssociationEntry.ts
index e152c95d01..8afeeb6df9 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferChildAssociationEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferChildAssociationEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferContainer.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferContainer.ts
index 86f53c4d6f..b0152dc7a8 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferContainer.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferContainer.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerAssociationPaging.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerAssociationPaging.ts
index 5a8f29a1ef..e8c60e598a 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerAssociationPaging.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerAssociationPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerAssociationPagingList.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerAssociationPagingList.ts
index 7a0563c859..008ab425a1 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerAssociationPagingList.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerAssociationPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerBodyUpdate.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerBodyUpdate.ts
index 84b658eeb1..057fe0b28f 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerBodyUpdate.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChild.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChild.ts
index d39ce51784..56615aba2f 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChild.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChild.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChildAssociation.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChildAssociation.ts
index 519f5cde19..57eae83ab5 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChildAssociation.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChildAssociation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChildAssociationEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChildAssociationEntry.ts
index 2448de9eba..1ec4af9756 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChildAssociationEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerChildAssociationEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerEntry.ts
index 1e83aa50f3..91edd11479 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferContainerEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferContainerEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/transferEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/transferEntry.ts
index 08fd915e5e..30a9651e38 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/transferEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/transferEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainer.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainer.ts
index 0dbe522ebd..2cac0c4f10 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainer.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainer.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerAssociationPaging.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerAssociationPaging.ts
index 0d6d7995f7..f16b9dca79 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerAssociationPaging.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerAssociationPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerAssociationPagingList.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerAssociationPagingList.ts
index 8e10f6abe7..c537f846c3 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerAssociationPagingList.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerAssociationPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChild.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChild.ts
index 8d51609aaa..550a60fdee 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChild.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChild.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChildAssociation.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChildAssociation.ts
index fd022a46b1..c1c8b72d65 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChildAssociation.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChildAssociation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChildAssociationEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChildAssociationEntry.ts
index 22e23a1d61..d7bebb1ee1 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChildAssociationEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerChildAssociationEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerEntry.ts
index 489cdcbe6e..754cd5885c 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledContainerEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordContainerBodyUpdate.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordContainerBodyUpdate.ts
index d0555a1926..5767a3ac09 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordContainerBodyUpdate.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordContainerBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolder.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolder.ts
index 2b83691ba4..1443769227 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolder.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolder.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPaging.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPaging.ts
index 92ff10a58a..d98fce6ba3 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPaging.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPagingList.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPagingList.ts
index d95734cb9d..be9b02fb9e 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPagingList.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderAssociationPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderBodyUpdate.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderBodyUpdate.ts
index f4f6c9fd88..363f1e41ce 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderBodyUpdate.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderBodyUpdate.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChild.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChild.ts
index d0cde38c61..53f88b3405 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChild.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChild.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociation.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociation.ts
index 4f93b8217c..c06ede4aa7 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociation.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociationEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociationEntry.ts
index 3e3f337cfd..4c0b7a3533 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociationEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderChildAssociationEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderEntry.ts b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderEntry.ts
index 63321e081d..5e52fdc0c9 100644
--- a/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderEntry.ts
+++ b/lib/js-api/src/api/gs-core-rest-api/model/unfiledRecordFolderEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/api/aspects.api.ts b/lib/js-api/src/api/model-rest-api/api/aspects.api.ts
index f1d88ed96e..95ad879a2b 100644
--- a/lib/js-api/src/api/model-rest-api/api/aspects.api.ts
+++ b/lib/js-api/src/api/model-rest-api/api/aspects.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/api/base.api.ts b/lib/js-api/src/api/model-rest-api/api/base.api.ts
index 6af5830d9f..922222d778 100644
--- a/lib/js-api/src/api/model-rest-api/api/base.api.ts
+++ b/lib/js-api/src/api/model-rest-api/api/base.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/api/index.ts b/lib/js-api/src/api/model-rest-api/api/index.ts
index 8cf56e638d..47c2be716a 100644
--- a/lib/js-api/src/api/model-rest-api/api/index.ts
+++ b/lib/js-api/src/api/model-rest-api/api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/api/types.api.ts b/lib/js-api/src/api/model-rest-api/api/types.api.ts
index 16d782f915..3f64271c02 100644
--- a/lib/js-api/src/api/model-rest-api/api/types.api.ts
+++ b/lib/js-api/src/api/model-rest-api/api/types.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/index.ts b/lib/js-api/src/api/model-rest-api/index.ts
index 6eadb2eda9..2d6a86306e 100644
--- a/lib/js-api/src/api/model-rest-api/index.ts
+++ b/lib/js-api/src/api/model-rest-api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/abstractClass.ts b/lib/js-api/src/api/model-rest-api/model/abstractClass.ts
index c957f913eb..71ac7df736 100644
--- a/lib/js-api/src/api/model-rest-api/model/abstractClass.ts
+++ b/lib/js-api/src/api/model-rest-api/model/abstractClass.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/abstractClassAssociation.ts b/lib/js-api/src/api/model-rest-api/model/abstractClassAssociation.ts
index 935810dd53..547238ebcb 100644
--- a/lib/js-api/src/api/model-rest-api/model/abstractClassAssociation.ts
+++ b/lib/js-api/src/api/model-rest-api/model/abstractClassAssociation.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/abstractClassAssociationSource.ts b/lib/js-api/src/api/model-rest-api/model/abstractClassAssociationSource.ts
index 13151978fe..141e4c34e6 100644
--- a/lib/js-api/src/api/model-rest-api/model/abstractClassAssociationSource.ts
+++ b/lib/js-api/src/api/model-rest-api/model/abstractClassAssociationSource.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/aspect.ts b/lib/js-api/src/api/model-rest-api/model/aspect.ts
index ab4394c7c2..de1870d244 100644
--- a/lib/js-api/src/api/model-rest-api/model/aspect.ts
+++ b/lib/js-api/src/api/model-rest-api/model/aspect.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/aspectEntry.ts b/lib/js-api/src/api/model-rest-api/model/aspectEntry.ts
index df25984029..21906f50e7 100644
--- a/lib/js-api/src/api/model-rest-api/model/aspectEntry.ts
+++ b/lib/js-api/src/api/model-rest-api/model/aspectEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/aspectPaging.ts b/lib/js-api/src/api/model-rest-api/model/aspectPaging.ts
index 553df124fc..d340e2e019 100644
--- a/lib/js-api/src/api/model-rest-api/model/aspectPaging.ts
+++ b/lib/js-api/src/api/model-rest-api/model/aspectPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/aspectPagingList.ts b/lib/js-api/src/api/model-rest-api/model/aspectPagingList.ts
index d0b1582e9c..4973daaf60 100644
--- a/lib/js-api/src/api/model-rest-api/model/aspectPagingList.ts
+++ b/lib/js-api/src/api/model-rest-api/model/aspectPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/index.ts b/lib/js-api/src/api/model-rest-api/model/index.ts
index 987bea2b65..18236be9a3 100644
--- a/lib/js-api/src/api/model-rest-api/model/index.ts
+++ b/lib/js-api/src/api/model-rest-api/model/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/model.ts b/lib/js-api/src/api/model-rest-api/model/model.ts
index 72b8e3cec3..4ee59c08c9 100644
--- a/lib/js-api/src/api/model-rest-api/model/model.ts
+++ b/lib/js-api/src/api/model-rest-api/model/model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/type.ts b/lib/js-api/src/api/model-rest-api/model/type.ts
index d980511224..41db4a4fff 100644
--- a/lib/js-api/src/api/model-rest-api/model/type.ts
+++ b/lib/js-api/src/api/model-rest-api/model/type.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/typeEntry.ts b/lib/js-api/src/api/model-rest-api/model/typeEntry.ts
index ce5d1ee792..1ac796cfa4 100644
--- a/lib/js-api/src/api/model-rest-api/model/typeEntry.ts
+++ b/lib/js-api/src/api/model-rest-api/model/typeEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/typePaging.ts b/lib/js-api/src/api/model-rest-api/model/typePaging.ts
index 8747c0d957..25f1d50fc1 100644
--- a/lib/js-api/src/api/model-rest-api/model/typePaging.ts
+++ b/lib/js-api/src/api/model-rest-api/model/typePaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/model-rest-api/model/typePagingList.ts b/lib/js-api/src/api/model-rest-api/model/typePagingList.ts
index 05ed2fc63b..93cee7edc5 100644
--- a/lib/js-api/src/api/model-rest-api/model/typePagingList.ts
+++ b/lib/js-api/src/api/model-rest-api/model/typePagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/api/index.ts b/lib/js-api/src/api/search-rest-api/api/index.ts
index 75b8feaa50..05efb517da 100644
--- a/lib/js-api/src/api/search-rest-api/api/index.ts
+++ b/lib/js-api/src/api/search-rest-api/api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/api/search.api.ts b/lib/js-api/src/api/search-rest-api/api/search.api.ts
index 7aabd7497a..f832d8a020 100644
--- a/lib/js-api/src/api/search-rest-api/api/search.api.ts
+++ b/lib/js-api/src/api/search-rest-api/api/search.api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/index.ts b/lib/js-api/src/api/search-rest-api/index.ts
index 6eadb2eda9..2d6a86306e 100644
--- a/lib/js-api/src/api/search-rest-api/index.ts
+++ b/lib/js-api/src/api/search-rest-api/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/contentInfo.ts b/lib/js-api/src/api/search-rest-api/model/contentInfo.ts
index 8f764a6b8b..5eb442a9bc 100644
--- a/lib/js-api/src/api/search-rest-api/model/contentInfo.ts
+++ b/lib/js-api/src/api/search-rest-api/model/contentInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/genericBucket.ts b/lib/js-api/src/api/search-rest-api/model/genericBucket.ts
index d636a128ae..4ac5fe94b1 100644
--- a/lib/js-api/src/api/search-rest-api/model/genericBucket.ts
+++ b/lib/js-api/src/api/search-rest-api/model/genericBucket.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/genericBucketBucketInfo.ts b/lib/js-api/src/api/search-rest-api/model/genericBucketBucketInfo.ts
index ceeacfcf12..427230dd81 100644
--- a/lib/js-api/src/api/search-rest-api/model/genericBucketBucketInfo.ts
+++ b/lib/js-api/src/api/search-rest-api/model/genericBucketBucketInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/genericFacetResponse.ts b/lib/js-api/src/api/search-rest-api/model/genericFacetResponse.ts
index b3d0e5d1a6..780340c4fd 100644
--- a/lib/js-api/src/api/search-rest-api/model/genericFacetResponse.ts
+++ b/lib/js-api/src/api/search-rest-api/model/genericFacetResponse.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/genericMetric.ts b/lib/js-api/src/api/search-rest-api/model/genericMetric.ts
index 1ac75f8863..a5ea873729 100644
--- a/lib/js-api/src/api/search-rest-api/model/genericMetric.ts
+++ b/lib/js-api/src/api/search-rest-api/model/genericMetric.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/index.ts b/lib/js-api/src/api/search-rest-api/model/index.ts
index 8016139a5e..588fc2add9 100644
--- a/lib/js-api/src/api/search-rest-api/model/index.ts
+++ b/lib/js-api/src/api/search-rest-api/model/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestDefaults.ts b/lib/js-api/src/api/search-rest-api/model/requestDefaults.ts
index 773ff4b6e0..774e2f00ae 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestDefaults.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestDefaults.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestFacetField.ts b/lib/js-api/src/api/search-rest-api/model/requestFacetField.ts
index d0051a0e3e..0d0568fff3 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestFacetField.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestFacetField.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestFacetFields.ts b/lib/js-api/src/api/search-rest-api/model/requestFacetFields.ts
index ca34d645f5..bc0b0a1774 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestFacetFields.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestFacetFields.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestFacetIntervals.ts b/lib/js-api/src/api/search-rest-api/model/requestFacetIntervals.ts
index 4b44781504..1edc098d43 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestFacetIntervals.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestFacetIntervals.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestFacetIntervalsIntervals.ts b/lib/js-api/src/api/search-rest-api/model/requestFacetIntervalsIntervals.ts
index 3dfc546dc6..b93dfac4a2 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestFacetIntervalsIntervals.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestFacetIntervalsIntervals.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestFacetQueries.ts b/lib/js-api/src/api/search-rest-api/model/requestFacetQueries.ts
index a1500fdfd1..dae8a4c8a1 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestFacetQueries.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestFacetQueries.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestFacetQueriesInner.ts b/lib/js-api/src/api/search-rest-api/model/requestFacetQueriesInner.ts
index 4d6c12947b..9c174a32ac 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestFacetQueriesInner.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestFacetQueriesInner.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestFacetSet.ts b/lib/js-api/src/api/search-rest-api/model/requestFacetSet.ts
index d2969b5691..8251ddf0d2 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestFacetSet.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestFacetSet.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestFields.ts b/lib/js-api/src/api/search-rest-api/model/requestFields.ts
index 2264234950..84a54590fa 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestFields.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestFields.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestFilterQueries.ts b/lib/js-api/src/api/search-rest-api/model/requestFilterQueries.ts
index 0491c85dee..fe1624fcff 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestFilterQueries.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestFilterQueries.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestFilterQueriesInner.ts b/lib/js-api/src/api/search-rest-api/model/requestFilterQueriesInner.ts
index 54f2448bdb..7222af91c4 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestFilterQueriesInner.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestFilterQueriesInner.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestHighlight.ts b/lib/js-api/src/api/search-rest-api/model/requestHighlight.ts
index bbd2e387bf..11004a42f9 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestHighlight.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestHighlight.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestHighlightFields.ts b/lib/js-api/src/api/search-rest-api/model/requestHighlightFields.ts
index 84d0ce49c6..07d7da32ec 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestHighlightFields.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestHighlightFields.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestInclude.ts b/lib/js-api/src/api/search-rest-api/model/requestInclude.ts
index 6f9a115d36..54b922006e 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestInclude.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestInclude.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestLimits.ts b/lib/js-api/src/api/search-rest-api/model/requestLimits.ts
index 6e5b81f8f4..e3d8604173 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestLimits.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestLimits.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestLocalization.ts b/lib/js-api/src/api/search-rest-api/model/requestLocalization.ts
index 4ff937070c..8050ba4d1f 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestLocalization.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestLocalization.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestPagination.ts b/lib/js-api/src/api/search-rest-api/model/requestPagination.ts
index 6ca4c9557e..8ad17ff822 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestPagination.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestPagination.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestPivot.ts b/lib/js-api/src/api/search-rest-api/model/requestPivot.ts
index 9825bde0e9..79ff1773b2 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestPivot.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestPivot.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestQuery.ts b/lib/js-api/src/api/search-rest-api/model/requestQuery.ts
index 6e4f9cd2e6..904df6303b 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestQuery.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestQuery.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestRange.ts b/lib/js-api/src/api/search-rest-api/model/requestRange.ts
index 3396886b07..8b6e750bd2 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestRange.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestRange.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestScope.ts b/lib/js-api/src/api/search-rest-api/model/requestScope.ts
index cda4a242ac..8198c1da79 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestScope.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestScope.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestSortDefinition.ts b/lib/js-api/src/api/search-rest-api/model/requestSortDefinition.ts
index 774c6d22cf..b4ce67a30d 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestSortDefinition.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestSortDefinition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestSortDefinitionInner.ts b/lib/js-api/src/api/search-rest-api/model/requestSortDefinitionInner.ts
index 738ccb6fa2..f7e770aac8 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestSortDefinitionInner.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestSortDefinitionInner.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestSpellcheck.ts b/lib/js-api/src/api/search-rest-api/model/requestSpellcheck.ts
index 7a9eba6a46..0f786bc821 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestSpellcheck.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestSpellcheck.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestStats.ts b/lib/js-api/src/api/search-rest-api/model/requestStats.ts
index 431809ebed..0054058c8e 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestStats.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestStats.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestTemplates.ts b/lib/js-api/src/api/search-rest-api/model/requestTemplates.ts
index e72551d682..3705380fca 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestTemplates.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestTemplates.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/requestTemplatesInner.ts b/lib/js-api/src/api/search-rest-api/model/requestTemplatesInner.ts
index ea6f22b08a..d8fa74eadc 100644
--- a/lib/js-api/src/api/search-rest-api/model/requestTemplatesInner.ts
+++ b/lib/js-api/src/api/search-rest-api/model/requestTemplatesInner.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/responseConsistency.ts b/lib/js-api/src/api/search-rest-api/model/responseConsistency.ts
index 5e5a4cf4a1..8b79c24ab1 100644
--- a/lib/js-api/src/api/search-rest-api/model/responseConsistency.ts
+++ b/lib/js-api/src/api/search-rest-api/model/responseConsistency.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/resultBuckets.ts b/lib/js-api/src/api/search-rest-api/model/resultBuckets.ts
index d669ed955e..92eeb0610c 100644
--- a/lib/js-api/src/api/search-rest-api/model/resultBuckets.ts
+++ b/lib/js-api/src/api/search-rest-api/model/resultBuckets.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/resultBucketsBuckets.ts b/lib/js-api/src/api/search-rest-api/model/resultBucketsBuckets.ts
index 023f85c196..6b1e997db1 100644
--- a/lib/js-api/src/api/search-rest-api/model/resultBucketsBuckets.ts
+++ b/lib/js-api/src/api/search-rest-api/model/resultBucketsBuckets.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/resultNode.ts b/lib/js-api/src/api/search-rest-api/model/resultNode.ts
index b9ff3199d0..c18fbec65e 100644
--- a/lib/js-api/src/api/search-rest-api/model/resultNode.ts
+++ b/lib/js-api/src/api/search-rest-api/model/resultNode.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/resultSetContext.ts b/lib/js-api/src/api/search-rest-api/model/resultSetContext.ts
index fbeacd4e37..59c9d9afe7 100644
--- a/lib/js-api/src/api/search-rest-api/model/resultSetContext.ts
+++ b/lib/js-api/src/api/search-rest-api/model/resultSetContext.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/resultSetContextFacetQueries.ts b/lib/js-api/src/api/search-rest-api/model/resultSetContextFacetQueries.ts
index cd8c67b09d..37d5c2516a 100644
--- a/lib/js-api/src/api/search-rest-api/model/resultSetContextFacetQueries.ts
+++ b/lib/js-api/src/api/search-rest-api/model/resultSetContextFacetQueries.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/resultSetContextSpellcheck.ts b/lib/js-api/src/api/search-rest-api/model/resultSetContextSpellcheck.ts
index 2efc65185e..a946850088 100644
--- a/lib/js-api/src/api/search-rest-api/model/resultSetContextSpellcheck.ts
+++ b/lib/js-api/src/api/search-rest-api/model/resultSetContextSpellcheck.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/resultSetPaging.ts b/lib/js-api/src/api/search-rest-api/model/resultSetPaging.ts
index 92c247aaf3..0db1005615 100644
--- a/lib/js-api/src/api/search-rest-api/model/resultSetPaging.ts
+++ b/lib/js-api/src/api/search-rest-api/model/resultSetPaging.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/resultSetPagingList.ts b/lib/js-api/src/api/search-rest-api/model/resultSetPagingList.ts
index 8c8d90f269..019f3a4f2d 100644
--- a/lib/js-api/src/api/search-rest-api/model/resultSetPagingList.ts
+++ b/lib/js-api/src/api/search-rest-api/model/resultSetPagingList.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/resultSetRowEntry.ts b/lib/js-api/src/api/search-rest-api/model/resultSetRowEntry.ts
index 46ac1cde2a..32b0d25cf8 100644
--- a/lib/js-api/src/api/search-rest-api/model/resultSetRowEntry.ts
+++ b/lib/js-api/src/api/search-rest-api/model/resultSetRowEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/searchEntry.ts b/lib/js-api/src/api/search-rest-api/model/searchEntry.ts
index bcce64fef9..e7e3dab9aa 100644
--- a/lib/js-api/src/api/search-rest-api/model/searchEntry.ts
+++ b/lib/js-api/src/api/search-rest-api/model/searchEntry.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/searchEntryHighlight.ts b/lib/js-api/src/api/search-rest-api/model/searchEntryHighlight.ts
index 10016134df..b623cdac3e 100644
--- a/lib/js-api/src/api/search-rest-api/model/searchEntryHighlight.ts
+++ b/lib/js-api/src/api/search-rest-api/model/searchEntryHighlight.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/api/search-rest-api/model/searchRequest.ts b/lib/js-api/src/api/search-rest-api/model/searchRequest.ts
index ab3e841ad1..25e197ca66 100644
--- a/lib/js-api/src/api/search-rest-api/model/searchRequest.ts
+++ b/lib/js-api/src/api/search-rest-api/model/searchRequest.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/assert.ts b/lib/js-api/src/assert.ts
index 744db21d31..781d668ecf 100644
--- a/lib/js-api/src/assert.ts
+++ b/lib/js-api/src/assert.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/authentication/authentication.ts b/lib/js-api/src/authentication/authentication.ts
index 4dbf7ea9d9..2cd5d58b08 100644
--- a/lib/js-api/src/authentication/authentication.ts
+++ b/lib/js-api/src/authentication/authentication.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/authentication/basicAuth.ts b/lib/js-api/src/authentication/basicAuth.ts
index fcc7db0ee8..c31ca33881 100644
--- a/lib/js-api/src/authentication/basicAuth.ts
+++ b/lib/js-api/src/authentication/basicAuth.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/authentication/contentAuth.ts b/lib/js-api/src/authentication/contentAuth.ts
index 297e49afe7..a3a54a2e55 100644
--- a/lib/js-api/src/authentication/contentAuth.ts
+++ b/lib/js-api/src/authentication/contentAuth.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/authentication/oauth2.ts b/lib/js-api/src/authentication/oauth2.ts
index 0e45411c18..4c06250888 100644
--- a/lib/js-api/src/authentication/oauth2.ts
+++ b/lib/js-api/src/authentication/oauth2.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/authentication/oauth2Auth.ts b/lib/js-api/src/authentication/oauth2Auth.ts
index b5e6d718f7..3a49fa5074 100644
--- a/lib/js-api/src/authentication/oauth2Auth.ts
+++ b/lib/js-api/src/authentication/oauth2Auth.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/authentication/oauth2Config.ts b/lib/js-api/src/authentication/oauth2Config.ts
index 46ee7530a8..e03b421eef 100644
--- a/lib/js-api/src/authentication/oauth2Config.ts
+++ b/lib/js-api/src/authentication/oauth2Config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/authentication/processAuth.ts b/lib/js-api/src/authentication/processAuth.ts
index d9302f3024..109bb71458 100644
--- a/lib/js-api/src/authentication/processAuth.ts
+++ b/lib/js-api/src/authentication/processAuth.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/contentClient.ts b/lib/js-api/src/contentClient.ts
index 59316d6e5a..9f4fc8c792 100644
--- a/lib/js-api/src/contentClient.ts
+++ b/lib/js-api/src/contentClient.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/index.ts b/lib/js-api/src/index.ts
index 3a60211fa6..702cb0aa4a 100644
--- a/lib/js-api/src/index.ts
+++ b/lib/js-api/src/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/processClient.ts b/lib/js-api/src/processClient.ts
index 1fc4008f5c..d532207a88 100644
--- a/lib/js-api/src/processClient.ts
+++ b/lib/js-api/src/processClient.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/storage.ts b/lib/js-api/src/storage.ts
index 0b04aa78d6..e100b1ca83 100644
--- a/lib/js-api/src/storage.ts
+++ b/lib/js-api/src/storage.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/superagentHttpClient.ts b/lib/js-api/src/superagentHttpClient.ts
index c1c11a5f7a..5a5a636b97 100644
--- a/lib/js-api/src/superagentHttpClient.ts
+++ b/lib/js-api/src/superagentHttpClient.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/to-deprecate/alfresco-api-type.ts b/lib/js-api/src/to-deprecate/alfresco-api-type.ts
index 0f36965d8f..8346a461ab 100644
--- a/lib/js-api/src/to-deprecate/alfresco-api-type.ts
+++ b/lib/js-api/src/to-deprecate/alfresco-api-type.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/utils/index.ts b/lib/js-api/src/utils/index.ts
index 2a0c8d198d..edf588ef19 100644
--- a/lib/js-api/src/utils/index.ts
+++ b/lib/js-api/src/utils/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/utils/is-browser.ts b/lib/js-api/src/utils/is-browser.ts
index d17a5e8590..e29e41b361 100644
--- a/lib/js-api/src/utils/is-browser.ts
+++ b/lib/js-api/src/utils/is-browser.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/utils/param-to-string.ts b/lib/js-api/src/utils/param-to-string.ts
index dd1cd3903e..1267bebab4 100644
--- a/lib/js-api/src/utils/param-to-string.ts
+++ b/lib/js-api/src/utils/param-to-string.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/src/utils/path-matcher.ts b/lib/js-api/src/utils/path-matcher.ts
index 654b680f3c..c3b8759fb4 100644
--- a/lib/js-api/src/utils/path-matcher.ts
+++ b/lib/js-api/src/utils/path-matcher.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/alfrescoApi.spec.ts b/lib/js-api/test/alfrescoApi.spec.ts
index 0202705a46..ff45f607ec 100644
--- a/lib/js-api/test/alfrescoApi.spec.ts
+++ b/lib/js-api/test/alfrescoApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/alfrescoApiClient.spec.ts b/lib/js-api/test/alfrescoApiClient.spec.ts
index 495912a89b..b7344b62f1 100644
--- a/lib/js-api/test/alfrescoApiClient.spec.ts
+++ b/lib/js-api/test/alfrescoApiClient.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/alfrescoContent.spec.ts b/lib/js-api/test/alfrescoContent.spec.ts
index e6390e63c6..a0d804fb1b 100644
--- a/lib/js-api/test/alfrescoContent.spec.ts
+++ b/lib/js-api/test/alfrescoContent.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/auth.spec.ts b/lib/js-api/test/auth.spec.ts
index 11fc5929f4..fdf5f7a7be 100644
--- a/lib/js-api/test/auth.spec.ts
+++ b/lib/js-api/test/auth.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/bpmAuth.spec.ts b/lib/js-api/test/bpmAuth.spec.ts
index bd0e4fb1bd..d8aa5e2a99 100644
--- a/lib/js-api/test/bpmAuth.spec.ts
+++ b/lib/js-api/test/bpmAuth.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/changeConfig.spec.ts b/lib/js-api/test/changeConfig.spec.ts
index a17285dabc..02d5a628a0 100644
--- a/lib/js-api/test/changeConfig.spec.ts
+++ b/lib/js-api/test/changeConfig.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/categoriesApi.spec.ts b/lib/js-api/test/content-services/categoriesApi.spec.ts
index 2b0e0f161e..f00dc5c7c4 100644
--- a/lib/js-api/test/content-services/categoriesApi.spec.ts
+++ b/lib/js-api/test/content-services/categoriesApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/commentsApi.spec.ts b/lib/js-api/test/content-services/commentsApi.spec.ts
index 50ece3c777..59f598125a 100644
--- a/lib/js-api/test/content-services/commentsApi.spec.ts
+++ b/lib/js-api/test/content-services/commentsApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/customModelApi.spec.ts b/lib/js-api/test/content-services/customModelApi.spec.ts
index 6e286429dc..ef11e48273 100644
--- a/lib/js-api/test/content-services/customModelApi.spec.ts
+++ b/lib/js-api/test/content-services/customModelApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/groupsApi.spec.ts b/lib/js-api/test/content-services/groupsApi.spec.ts
index 4e37d4152a..9a31eacb65 100644
--- a/lib/js-api/test/content-services/groupsApi.spec.ts
+++ b/lib/js-api/test/content-services/groupsApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/nodeApi.spec.ts b/lib/js-api/test/content-services/nodeApi.spec.ts
index f13144cf4b..bf46b3f038 100644
--- a/lib/js-api/test/content-services/nodeApi.spec.ts
+++ b/lib/js-api/test/content-services/nodeApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/peopleApi.spec.ts b/lib/js-api/test/content-services/peopleApi.spec.ts
index 3a987e9052..cd439ae5d7 100644
--- a/lib/js-api/test/content-services/peopleApi.spec.ts
+++ b/lib/js-api/test/content-services/peopleApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/queriesApi.spec.ts b/lib/js-api/test/content-services/queriesApi.spec.ts
index d098da2501..42f348fa45 100644
--- a/lib/js-api/test/content-services/queriesApi.spec.ts
+++ b/lib/js-api/test/content-services/queriesApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/renditionApi.spec.ts b/lib/js-api/test/content-services/renditionApi.spec.ts
index 619bf69849..2638fd26cf 100644
--- a/lib/js-api/test/content-services/renditionApi.spec.ts
+++ b/lib/js-api/test/content-services/renditionApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/tagApi.spec.ts b/lib/js-api/test/content-services/tagApi.spec.ts
index 0c2134b6f0..84adbf2cf5 100644
--- a/lib/js-api/test/content-services/tagApi.spec.ts
+++ b/lib/js-api/test/content-services/tagApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/versionsApi.spec.ts b/lib/js-api/test/content-services/versionsApi.spec.ts
index 2a726ce1c9..19ef6e41f6 100644
--- a/lib/js-api/test/content-services/versionsApi.spec.ts
+++ b/lib/js-api/test/content-services/versionsApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/content-services/webScriptApi.spec.ts b/lib/js-api/test/content-services/webScriptApi.spec.ts
index 1eff25b704..a00ea0350a 100644
--- a/lib/js-api/test/content-services/webScriptApi.spec.ts
+++ b/lib/js-api/test/content-services/webScriptApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/discoveryApi.spec.ts b/lib/js-api/test/discoveryApi.spec.ts
index 21f8216050..4c1a8f038b 100644
--- a/lib/js-api/test/discoveryApi.spec.ts
+++ b/lib/js-api/test/discoveryApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/ecmAuth.spec.ts b/lib/js-api/test/ecmAuth.spec.ts
index bc6c069c9d..5c78f0b1c5 100644
--- a/lib/js-api/test/ecmAuth.spec.ts
+++ b/lib/js-api/test/ecmAuth.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/governance-services/authorityClearanceApi.spec.ts b/lib/js-api/test/governance-services/authorityClearanceApi.spec.ts
index 38d1619a41..aeb3e14503 100644
--- a/lib/js-api/test/governance-services/authorityClearanceApi.spec.ts
+++ b/lib/js-api/test/governance-services/authorityClearanceApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/governance-services/gsSitesApi.spec.ts b/lib/js-api/test/governance-services/gsSitesApi.spec.ts
index 197a00491b..57a523aece 100644
--- a/lib/js-api/test/governance-services/gsSitesApi.spec.ts
+++ b/lib/js-api/test/governance-services/gsSitesApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/governance-services/nodeSecurityMarksApi.spec.ts b/lib/js-api/test/governance-services/nodeSecurityMarksApi.spec.ts
index 3542dcb3c8..ad2de32c01 100644
--- a/lib/js-api/test/governance-services/nodeSecurityMarksApi.spec.ts
+++ b/lib/js-api/test/governance-services/nodeSecurityMarksApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/governance-services/securityGroupApi.spec.ts b/lib/js-api/test/governance-services/securityGroupApi.spec.ts
index ac47c61e28..b92a6ea6e9 100644
--- a/lib/js-api/test/governance-services/securityGroupApi.spec.ts
+++ b/lib/js-api/test/governance-services/securityGroupApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/governance-services/securityMarksApi.spec.ts b/lib/js-api/test/governance-services/securityMarksApi.spec.ts
index 7083e04b1a..cd82b64da5 100644
--- a/lib/js-api/test/governance-services/securityMarksApi.spec.ts
+++ b/lib/js-api/test/governance-services/securityMarksApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/base.mock.ts b/lib/js-api/test/mockObjects/base.mock.ts
index a3f15cdb48..fdf5538ce2 100644
--- a/lib/js-api/test/mockObjects/base.mock.ts
+++ b/lib/js-api/test/mockObjects/base.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/categories.mock.ts b/lib/js-api/test/mockObjects/content-services/categories.mock.ts
index aa9c2c5fa3..85eeea9130 100644
--- a/lib/js-api/test/mockObjects/content-services/categories.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/categories.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/comment.mock.ts b/lib/js-api/test/mockObjects/content-services/comment.mock.ts
index ce0ca3489a..cecaf0f64d 100644
--- a/lib/js-api/test/mockObjects/content-services/comment.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/comment.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/custom-model.mock.ts b/lib/js-api/test/mockObjects/content-services/custom-model.mock.ts
index bf77c147af..60b796ea9c 100644
--- a/lib/js-api/test/mockObjects/content-services/custom-model.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/custom-model.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/discovery.mock.ts b/lib/js-api/test/mockObjects/content-services/discovery.mock.ts
index 2515da3b82..614dadea77 100644
--- a/lib/js-api/test/mockObjects/content-services/discovery.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/discovery.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/ecm-auth.mock.ts b/lib/js-api/test/mockObjects/content-services/ecm-auth.mock.ts
index 96313142f0..198616f368 100644
--- a/lib/js-api/test/mockObjects/content-services/ecm-auth.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/ecm-auth.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/find-nodes.mock.ts b/lib/js-api/test/mockObjects/content-services/find-nodes.mock.ts
index 8d6703e1a9..d96556b4f5 100644
--- a/lib/js-api/test/mockObjects/content-services/find-nodes.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/find-nodes.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/groups.mock.ts b/lib/js-api/test/mockObjects/content-services/groups.mock.ts
index 43450caed1..2d393dcfac 100644
--- a/lib/js-api/test/mockObjects/content-services/groups.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/groups.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/node.mock.ts b/lib/js-api/test/mockObjects/content-services/node.mock.ts
index d4ba760cce..d960b924e5 100644
--- a/lib/js-api/test/mockObjects/content-services/node.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/node.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/people.mock.ts b/lib/js-api/test/mockObjects/content-services/people.mock.ts
index ece5d5df73..ff2a05df79 100644
--- a/lib/js-api/test/mockObjects/content-services/people.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/people.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/rendition.mock.ts b/lib/js-api/test/mockObjects/content-services/rendition.mock.ts
index 3ed09121d8..261dfaa6bc 100644
--- a/lib/js-api/test/mockObjects/content-services/rendition.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/rendition.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/search.mock.ts b/lib/js-api/test/mockObjects/content-services/search.mock.ts
index 7eb8649e24..16e83e277b 100644
--- a/lib/js-api/test/mockObjects/content-services/search.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/search.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/tag.mock.ts b/lib/js-api/test/mockObjects/content-services/tag.mock.ts
index 2f4e63216b..0919047c48 100644
--- a/lib/js-api/test/mockObjects/content-services/tag.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/tag.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/upload.mock.ts b/lib/js-api/test/mockObjects/content-services/upload.mock.ts
index 6b37225abd..55be29483b 100644
--- a/lib/js-api/test/mockObjects/content-services/upload.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/upload.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/version.mock.ts b/lib/js-api/test/mockObjects/content-services/version.mock.ts
index 4d227af9e5..4d9e58e635 100644
--- a/lib/js-api/test/mockObjects/content-services/version.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/version.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/content-services/webscript.mock.ts b/lib/js-api/test/mockObjects/content-services/webscript.mock.ts
index 398d8999e8..f80d396a9b 100644
--- a/lib/js-api/test/mockObjects/content-services/webscript.mock.ts
+++ b/lib/js-api/test/mockObjects/content-services/webscript.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/goverance-services/authority-clearance.mock.ts b/lib/js-api/test/mockObjects/goverance-services/authority-clearance.mock.ts
index d92e5db422..680d5aafed 100644
--- a/lib/js-api/test/mockObjects/goverance-services/authority-clearance.mock.ts
+++ b/lib/js-api/test/mockObjects/goverance-services/authority-clearance.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/goverance-services/gs-sites.mock.ts b/lib/js-api/test/mockObjects/goverance-services/gs-sites.mock.ts
index 892be0877a..17e4938074 100644
--- a/lib/js-api/test/mockObjects/goverance-services/gs-sites.mock.ts
+++ b/lib/js-api/test/mockObjects/goverance-services/gs-sites.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/goverance-services/node-security-marks.mock.ts b/lib/js-api/test/mockObjects/goverance-services/node-security-marks.mock.ts
index e02305b795..938252ab34 100644
--- a/lib/js-api/test/mockObjects/goverance-services/node-security-marks.mock.ts
+++ b/lib/js-api/test/mockObjects/goverance-services/node-security-marks.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/goverance-services/security-groups.mock.ts b/lib/js-api/test/mockObjects/goverance-services/security-groups.mock.ts
index eb82c713fe..4ab2e7abbf 100644
--- a/lib/js-api/test/mockObjects/goverance-services/security-groups.mock.ts
+++ b/lib/js-api/test/mockObjects/goverance-services/security-groups.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/goverance-services/security-marks.mock.ts b/lib/js-api/test/mockObjects/goverance-services/security-marks.mock.ts
index 02a10b4a11..d1b790ad0e 100644
--- a/lib/js-api/test/mockObjects/goverance-services/security-marks.mock.ts
+++ b/lib/js-api/test/mockObjects/goverance-services/security-marks.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/index.ts b/lib/js-api/test/mockObjects/index.ts
index 3dc4b92aa9..c3df053f61 100644
--- a/lib/js-api/test/mockObjects/index.ts
+++ b/lib/js-api/test/mockObjects/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/oauth2/oauth.mock.ts b/lib/js-api/test/mockObjects/oauth2/oauth.mock.ts
index 5187349aae..c58e000cd7 100644
--- a/lib/js-api/test/mockObjects/oauth2/oauth.mock.ts
+++ b/lib/js-api/test/mockObjects/oauth2/oauth.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/process-services/bpm-auth.mock.ts b/lib/js-api/test/mockObjects/process-services/bpm-auth.mock.ts
index 115c0b48fd..0d941bdbf3 100644
--- a/lib/js-api/test/mockObjects/process-services/bpm-auth.mock.ts
+++ b/lib/js-api/test/mockObjects/process-services/bpm-auth.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/process-services/model-json.mock.ts b/lib/js-api/test/mockObjects/process-services/model-json.mock.ts
index 28e5ac6fd1..cf0631a7d7 100644
--- a/lib/js-api/test/mockObjects/process-services/model-json.mock.ts
+++ b/lib/js-api/test/mockObjects/process-services/model-json.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/process-services/models.mock.ts b/lib/js-api/test/mockObjects/process-services/models.mock.ts
index c9f3bb9709..3bb477ea8c 100644
--- a/lib/js-api/test/mockObjects/process-services/models.mock.ts
+++ b/lib/js-api/test/mockObjects/process-services/models.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/process-services/process-instance-variables.mock.ts b/lib/js-api/test/mockObjects/process-services/process-instance-variables.mock.ts
index 2a976c959e..f23dce442d 100644
--- a/lib/js-api/test/mockObjects/process-services/process-instance-variables.mock.ts
+++ b/lib/js-api/test/mockObjects/process-services/process-instance-variables.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/process-services/process.mock.ts b/lib/js-api/test/mockObjects/process-services/process.mock.ts
index 0112dcff9e..35e7e88e2d 100644
--- a/lib/js-api/test/mockObjects/process-services/process.mock.ts
+++ b/lib/js-api/test/mockObjects/process-services/process.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/process-services/profile.mock.ts b/lib/js-api/test/mockObjects/process-services/profile.mock.ts
index f2b2121a18..d154fa3e7d 100644
--- a/lib/js-api/test/mockObjects/process-services/profile.mock.ts
+++ b/lib/js-api/test/mockObjects/process-services/profile.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/process-services/reports.mock.ts b/lib/js-api/test/mockObjects/process-services/reports.mock.ts
index 12b04fe5f7..a63d3e1990 100644
--- a/lib/js-api/test/mockObjects/process-services/reports.mock.ts
+++ b/lib/js-api/test/mockObjects/process-services/reports.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/process-services/task-form.mock.ts b/lib/js-api/test/mockObjects/process-services/task-form.mock.ts
index f4869e93ef..f4982c5ec6 100644
--- a/lib/js-api/test/mockObjects/process-services/task-form.mock.ts
+++ b/lib/js-api/test/mockObjects/process-services/task-form.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/process-services/tasks.mock.ts b/lib/js-api/test/mockObjects/process-services/tasks.mock.ts
index c8bc643ddf..ce8edcf780 100644
--- a/lib/js-api/test/mockObjects/process-services/tasks.mock.ts
+++ b/lib/js-api/test/mockObjects/process-services/tasks.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/mockObjects/process-services/user-filters.mock.ts b/lib/js-api/test/mockObjects/process-services/user-filters.mock.ts
index 3d48533202..da7073d148 100644
--- a/lib/js-api/test/mockObjects/process-services/user-filters.mock.ts
+++ b/lib/js-api/test/mockObjects/process-services/user-filters.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/oauth2Auth.spec.ts b/lib/js-api/test/oauth2Auth.spec.ts
index 3e7ac4c6ab..315ec84d20 100644
--- a/lib/js-api/test/oauth2Auth.spec.ts
+++ b/lib/js-api/test/oauth2Auth.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/oauth2AuthImplicitFlow.spec.ts b/lib/js-api/test/oauth2AuthImplicitFlow.spec.ts
index 93962b3573..e5d9abb3b5 100644
--- a/lib/js-api/test/oauth2AuthImplicitFlow.spec.ts
+++ b/lib/js-api/test/oauth2AuthImplicitFlow.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/path-matcher.spec.ts b/lib/js-api/test/path-matcher.spec.ts
index 15796bc2f3..bc4557a99d 100644
--- a/lib/js-api/test/path-matcher.spec.ts
+++ b/lib/js-api/test/path-matcher.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/peopleApi.spec.ts b/lib/js-api/test/peopleApi.spec.ts
index 80c5718bf6..cfdf0c8aac 100644
--- a/lib/js-api/test/peopleApi.spec.ts
+++ b/lib/js-api/test/peopleApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/process-services/modelApi.spec.ts b/lib/js-api/test/process-services/modelApi.spec.ts
index 51ac886d4c..6570020b5f 100644
--- a/lib/js-api/test/process-services/modelApi.spec.ts
+++ b/lib/js-api/test/process-services/modelApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/process-services/modelJsonBpmnApi.spec.ts b/lib/js-api/test/process-services/modelJsonBpmnApi.spec.ts
index c8658d0dab..bdac7de4bc 100644
--- a/lib/js-api/test/process-services/modelJsonBpmnApi.spec.ts
+++ b/lib/js-api/test/process-services/modelJsonBpmnApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/process-services/processApi.spec.ts b/lib/js-api/test/process-services/processApi.spec.ts
index 58564ab189..0c22e6a2da 100644
--- a/lib/js-api/test/process-services/processApi.spec.ts
+++ b/lib/js-api/test/process-services/processApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/process-services/processInstanceVariablesApi.spec.ts b/lib/js-api/test/process-services/processInstanceVariablesApi.spec.ts
index d89c1ef44e..320ab2cd52 100644
--- a/lib/js-api/test/process-services/processInstanceVariablesApi.spec.ts
+++ b/lib/js-api/test/process-services/processInstanceVariablesApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/process-services/profileApi.spec.ts b/lib/js-api/test/process-services/profileApi.spec.ts
index d3823e6b4d..34a676df79 100644
--- a/lib/js-api/test/process-services/profileApi.spec.ts
+++ b/lib/js-api/test/process-services/profileApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/process-services/reportApi.spec.ts b/lib/js-api/test/process-services/reportApi.spec.ts
index e044625f30..432c65b6a8 100644
--- a/lib/js-api/test/process-services/reportApi.spec.ts
+++ b/lib/js-api/test/process-services/reportApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/process-services/taskApi.spec.ts b/lib/js-api/test/process-services/taskApi.spec.ts
index e5b1130762..456bcae6ba 100644
--- a/lib/js-api/test/process-services/taskApi.spec.ts
+++ b/lib/js-api/test/process-services/taskApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/process-services/taskFormApi.spec.ts b/lib/js-api/test/process-services/taskFormApi.spec.ts
index 654ea991f1..f59a1eba85 100644
--- a/lib/js-api/test/process-services/taskFormApi.spec.ts
+++ b/lib/js-api/test/process-services/taskFormApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/process-services/userFiltersApi.spec.ts b/lib/js-api/test/process-services/userFiltersApi.spec.ts
index e8ac4d6871..0d045ca35d 100644
--- a/lib/js-api/test/process-services/userFiltersApi.spec.ts
+++ b/lib/js-api/test/process-services/userFiltersApi.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/searchApi.spec.spec.ts b/lib/js-api/test/searchApi.spec.spec.ts
index 2a92494f03..077b834558 100644
--- a/lib/js-api/test/searchApi.spec.spec.ts
+++ b/lib/js-api/test/searchApi.spec.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/superagentHttpClient.spec.ts b/lib/js-api/test/superagentHttpClient.spec.ts
index ff4c4fdeb3..47741f133e 100644
--- a/lib/js-api/test/superagentHttpClient.spec.ts
+++ b/lib/js-api/test/superagentHttpClient.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/js-api/test/upload.spec.ts b/lib/js-api/test/upload.spec.ts
index 11f5992b0a..4103dab0f2 100644
--- a/lib/js-api/test/upload.spec.ts
+++ b/lib/js-api/test/upload.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/index.ts b/lib/process-services-cloud/index.ts
index 7d18c6831c..e357b2379e 100644
--- a/lib/process-services-cloud/index.ts
+++ b/lib/process-services-cloud/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/app-list-cloud.module.spec.ts b/lib/process-services-cloud/src/lib/app/app-list-cloud.module.spec.ts
index 5d44b6faef..e20cde27fe 100644
--- a/lib/process-services-cloud/src/lib/app/app-list-cloud.module.spec.ts
+++ b/lib/process-services-cloud/src/lib/app/app-list-cloud.module.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/app-list-cloud.module.ts b/lib/process-services-cloud/src/lib/app/app-list-cloud.module.ts
index 909384e7fd..9624b9237c 100644
--- a/lib/process-services-cloud/src/lib/app/app-list-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/app/app-list-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.spec.ts
index 1dc7c3448e..2d366db307 100644
--- a/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.stories.ts b/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.stories.ts
index 13cf762333..9e8ff1006d 100644
--- a/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.stories.ts
+++ b/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.ts b/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.ts
index f3e23fb07a..93493f96a4 100644
--- a/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.spec.ts
index d8e520c11f..40b14aa9ad 100644
--- a/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.stories.ts b/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.stories.ts
index 0bad4ae593..06c00bc953 100644
--- a/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.stories.ts
+++ b/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.ts b/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.ts
index 6f7d0e3cfb..402682a90c 100644
--- a/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/mock/app-model.mock.ts b/lib/process-services-cloud/src/lib/app/mock/app-model.mock.ts
index 6dd62be15e..0f261f8af1 100644
--- a/lib/process-services-cloud/src/lib/app/mock/app-model.mock.ts
+++ b/lib/process-services-cloud/src/lib/app/mock/app-model.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/models/application-instance.model.ts b/lib/process-services-cloud/src/lib/app/models/application-instance.model.ts
index 4d91f62454..792afa6945 100644
--- a/lib/process-services-cloud/src/lib/app/models/application-instance.model.ts
+++ b/lib/process-services-cloud/src/lib/app/models/application-instance.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/public-api.ts b/lib/process-services-cloud/src/lib/app/public-api.ts
index 71da190ee4..a33bcef1ad 100644
--- a/lib/process-services-cloud/src/lib/app/public-api.ts
+++ b/lib/process-services-cloud/src/lib/app/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.spec.ts
index 29c7534a4c..866c0f3598 100644
--- a/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts b/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts
index ded241a64e..5d907846b4 100644
--- a/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/app/services/apps-process-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.spec.ts b/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.spec.ts
index a0b5fec913..bb36ba0dc3 100644
--- a/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.stories.ts b/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.stories.ts
index 1847edc60f..b8508114b5 100644
--- a/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.stories.ts
+++ b/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.ts b/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.ts
index 11c2a8a83a..fced08a9c0 100644
--- a/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.ts
+++ b/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.service.spec.ts b/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.service.spec.ts
index 40508b53b5..5d5bf8d6b6 100644
--- a/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.service.ts b/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.service.ts
index e5452948f1..b73a7dbfe2 100644
--- a/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.service.ts
+++ b/lib/process-services-cloud/src/lib/common/date-range-filter/date-range-filter.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/index.ts b/lib/process-services-cloud/src/lib/common/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services-cloud/src/lib/common/index.ts
+++ b/lib/process-services-cloud/src/lib/common/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/interface/environment.interface.ts b/lib/process-services-cloud/src/lib/common/interface/environment.interface.ts
index fe77a32684..3588e3fc6b 100644
--- a/lib/process-services-cloud/src/lib/common/interface/environment.interface.ts
+++ b/lib/process-services-cloud/src/lib/common/interface/environment.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/interface/index.ts b/lib/process-services-cloud/src/lib/common/interface/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services-cloud/src/lib/common/interface/index.ts
+++ b/lib/process-services-cloud/src/lib/common/interface/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/interface/public-api.ts b/lib/process-services-cloud/src/lib/common/interface/public-api.ts
index 1bdcb5b67e..f8496b963d 100644
--- a/lib/process-services-cloud/src/lib/common/interface/public-api.ts
+++ b/lib/process-services-cloud/src/lib/common/interface/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/mock/date-range-filter.mock.ts b/lib/process-services-cloud/src/lib/common/mock/date-range-filter.mock.ts
index de0c8855ab..2c22483e23 100644
--- a/lib/process-services-cloud/src/lib/common/mock/date-range-filter.mock.ts
+++ b/lib/process-services-cloud/src/lib/common/mock/date-range-filter.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/mock/environment.mock.ts b/lib/process-services-cloud/src/lib/common/mock/environment.mock.ts
index 3383b468e5..08b58e6ad7 100644
--- a/lib/process-services-cloud/src/lib/common/mock/environment.mock.ts
+++ b/lib/process-services-cloud/src/lib/common/mock/environment.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/process-common.module.ts b/lib/process-services-cloud/src/lib/common/process-common.module.ts
index 82fb18b626..d153f5994e 100644
--- a/lib/process-services-cloud/src/lib/common/process-common.module.ts
+++ b/lib/process-services-cloud/src/lib/common/process-common.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/common/public-api.ts b/lib/process-services-cloud/src/lib/common/public-api.ts
index ccb58e5d3a..5f488151b2 100644
--- a/lib/process-services-cloud/src/lib/common/public-api.ts
+++ b/lib/process-services-cloud/src/lib/common/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/cloud-form-rendering.service.ts b/lib/process-services-cloud/src/lib/form/components/cloud-form-rendering.service.ts
index d7b2204a2a..05cf2177a6 100644
--- a/lib/process-services-cloud/src/lib/form/components/cloud-form-rendering.service.ts
+++ b/lib/process-services-cloud/src/lib/form/components/cloud-form-rendering.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/form-cloud-custom-outcomes.component.spec.ts b/lib/process-services-cloud/src/lib/form/components/form-cloud-custom-outcomes.component.spec.ts
index f1a208dc26..22b9717794 100644
--- a/lib/process-services-cloud/src/lib/form/components/form-cloud-custom-outcomes.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/form-cloud-custom-outcomes.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/form-cloud-custom-outcomes.component.ts b/lib/process-services-cloud/src/lib/form/components/form-cloud-custom-outcomes.component.ts
index 6f880140e2..9307736778 100644
--- a/lib/process-services-cloud/src/lib/form/components/form-cloud-custom-outcomes.component.ts
+++ b/lib/process-services-cloud/src/lib/form/components/form-cloud-custom-outcomes.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/form-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/form/components/form-cloud.component.spec.ts
index 986e0b9547..516b06c42f 100644
--- a/lib/process-services-cloud/src/lib/form/components/form-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/form-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts b/lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts
index 58900b44c4..860d96f484 100644
--- a/lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/form/components/form-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.spec.ts
index 2ec0e23b69..c06b0e6c41 100644
--- a/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.stories.ts b/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.stories.ts
index a1a52acd5d..e6aa5b8ab6 100644
--- a/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.stories.ts
+++ b/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.ts b/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.ts
index e146182c95..6b89404893 100644
--- a/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/form/components/form-definition-selector-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.spec.ts
index a63bb7ce8e..92e8fd44ef 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.ts b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.ts
index 39b93df794..c27fe34a41 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.spec.ts
index 7ebbd53b46..979019d010 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.ts b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.ts
index d9bb84f570..432ccc4fc1 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/upload-cloud.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/upload-cloud.widget.ts
index 7a72ef0939..45bd82fe55 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/upload-cloud.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/upload-cloud.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table-adapter.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table-adapter.widget.spec.ts
index 04d9dd2e55..612392ccb5 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table-adapter.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table-adapter.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table-adapter.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table-adapter.widget.ts
index 26d5201f31..c213f9940d 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table-adapter.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table-adapter.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table.widget.spec.ts
index 2bef6e98af..146d29f01f 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table.widget.ts
index 70806d0d6a..331e8d2e16 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/data-table.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/helpers/data-table-path-parser.helper.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/helpers/data-table-path-parser.helper.spec.ts
index b506d33389..2f26c46d45 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/helpers/data-table-path-parser.helper.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/helpers/data-table-path-parser.helper.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/helpers/data-table-path-parser.helper.ts b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/helpers/data-table-path-parser.helper.ts
index 5b5f510927..35946b1a50 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/helpers/data-table-path-parser.helper.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/helpers/data-table-path-parser.helper.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/mocks/data-table-path-parser.helper.mock.ts b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/mocks/data-table-path-parser.helper.mock.ts
index dce14d0dad..ce4549d87e 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/mocks/data-table-path-parser.helper.mock.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/mocks/data-table-path-parser.helper.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/mocks/data-table-widget.mock.ts b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/mocks/data-table-widget.mock.ts
index edfc53dba2..b3230dd7d2 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/data-table/mocks/data-table-widget.mock.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/data-table/mocks/data-table-widget.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.spec.ts
index c6b987ddb1..ee58759a5b 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.ts
index c917788707..0f0aceb4a6 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/display-external-property/display-external-property.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/display-external-property/display-external-property.widget.spec.ts
index 038cb98058..2626c5b4b9 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/display-external-property/display-external-property.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/display-external-property/display-external-property.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/display-external-property/display-external-property.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/display-external-property/display-external-property.widget.ts
index 57242b578e..97152fcbcf 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/display-external-property/display-external-property.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/display-external-property/display-external-property.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/display-rich-text/display-rich-text.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/display-rich-text/display-rich-text.widget.spec.ts
index 324c81391b..d63d815b8e 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/display-rich-text/display-rich-text.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/display-rich-text/display-rich-text.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/display-rich-text/display-rich-text.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/display-rich-text/display-rich-text.widget.ts
index dc21d070c5..d2ae1168b5 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/display-rich-text/display-rich-text.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/display-rich-text/display-rich-text.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.spec.ts
index 079752593b..340dc227cb 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.ts
index ec7975a262..57e1e1e23b 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/file-viewer/file-viewer.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/file-viewer/file-viewer.widget.spec.ts
index ec05b61734..cb029ab2f0 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/file-viewer/file-viewer.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/file-viewer/file-viewer.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/file-viewer/file-viewer.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/file-viewer/file-viewer.widget.ts
index 2df157d8f5..146067c3a2 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/file-viewer/file-viewer.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/file-viewer/file-viewer.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.spec.ts
index 3288b0e096..f0f63a8ed9 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.ts
index b9addc9226..d022b94271 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/group/group-cloud.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.spec.ts
index 8ad6bbc0c6..af2c64dfd9 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.ts
index a345122284..5d3f924673 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/people/people-cloud.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component.ts b/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component.ts
index ae0bb5d8f4..c8a293cb14 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer.widget.spec.ts
index 78be6b03ad..4bb0210d25 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.spec.ts
index 0f685628da..51e3318537 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.ts
index 06262b0d2d..e26401af4b 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/properties-viewer/properties-viewer.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.spec.ts b/lib/process-services-cloud/src/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.spec.ts
index 18822cb365..956685538d 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.ts b/lib/process-services-cloud/src/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.ts
index 3e351a9148..95c2a5477b 100644
--- a/lib/process-services-cloud/src/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.ts
+++ b/lib/process-services-cloud/src/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/form-cloud.module.ts b/lib/process-services-cloud/src/lib/form/form-cloud.module.ts
index b4e2657fbb..a6f38795b5 100644
--- a/lib/process-services-cloud/src/lib/form/form-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/form/form-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/mocks/attach-file-cloud-widget.mock.ts b/lib/process-services-cloud/src/lib/form/mocks/attach-file-cloud-widget.mock.ts
index 81771f1200..3eb5ccff04 100644
--- a/lib/process-services-cloud/src/lib/form/mocks/attach-file-cloud-widget.mock.ts
+++ b/lib/process-services-cloud/src/lib/form/mocks/attach-file-cloud-widget.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/mocks/cloud-form.mock.ts b/lib/process-services-cloud/src/lib/form/mocks/cloud-form.mock.ts
index 35de61179f..98687d4fce 100644
--- a/lib/process-services-cloud/src/lib/form/mocks/cloud-form.mock.ts
+++ b/lib/process-services-cloud/src/lib/form/mocks/cloud-form.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/mocks/dropdown.mock.ts b/lib/process-services-cloud/src/lib/form/mocks/dropdown.mock.ts
index 20262f4297..0982abb388 100644
--- a/lib/process-services-cloud/src/lib/form/mocks/dropdown.mock.ts
+++ b/lib/process-services-cloud/src/lib/form/mocks/dropdown.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/mocks/form-cloud.service.mock.ts b/lib/process-services-cloud/src/lib/form/mocks/form-cloud.service.mock.ts
index ec4e43082f..898a5b1bda 100644
--- a/lib/process-services-cloud/src/lib/form/mocks/form-cloud.service.mock.ts
+++ b/lib/process-services-cloud/src/lib/form/mocks/form-cloud.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/mocks/form-definition-selector-cloud.service.mock.ts b/lib/process-services-cloud/src/lib/form/mocks/form-definition-selector-cloud.service.mock.ts
index 40a2ed793c..102f73b128 100644
--- a/lib/process-services-cloud/src/lib/form/mocks/form-definition-selector-cloud.service.mock.ts
+++ b/lib/process-services-cloud/src/lib/form/mocks/form-definition-selector-cloud.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/mocks/form-representation.mock.ts b/lib/process-services-cloud/src/lib/form/mocks/form-representation.mock.ts
index a81f81b4b5..4015ba553c 100644
--- a/lib/process-services-cloud/src/lib/form/mocks/form-representation.mock.ts
+++ b/lib/process-services-cloud/src/lib/form/mocks/form-representation.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/models/form-cloud-representation.model.ts b/lib/process-services-cloud/src/lib/form/models/form-cloud-representation.model.ts
index 35e3589b2e..ad30b3f5f0 100644
--- a/lib/process-services-cloud/src/lib/form/models/form-cloud-representation.model.ts
+++ b/lib/process-services-cloud/src/lib/form/models/form-cloud-representation.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/models/form-cloud.model.spec.ts b/lib/process-services-cloud/src/lib/form/models/form-cloud.model.spec.ts
index a0cd753778..bb5ed8466a 100644
--- a/lib/process-services-cloud/src/lib/form/models/form-cloud.model.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/models/form-cloud.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/models/task-variable-cloud.model.ts b/lib/process-services-cloud/src/lib/form/models/task-variable-cloud.model.ts
index b673815ac8..0414524452 100644
--- a/lib/process-services-cloud/src/lib/form/models/task-variable-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/form/models/task-variable-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/public-api.ts b/lib/process-services-cloud/src/lib/form/public-api.ts
index fb0391a50f..702c92df01 100644
--- a/lib/process-services-cloud/src/lib/form/public-api.ts
+++ b/lib/process-services-cloud/src/lib/form/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.spec.ts b/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.spec.ts
index 3ea32b24eb..517eda360f 100644
--- a/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.ts b/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.ts
index fb123132d8..40e96aa6d7 100644
--- a/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.ts
+++ b/lib/process-services-cloud/src/lib/form/services/content-cloud-node-selector.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/display-mode.service.spec.ts b/lib/process-services-cloud/src/lib/form/services/display-mode.service.spec.ts
index 78560a0d86..9cad3aed1d 100644
--- a/lib/process-services-cloud/src/lib/form/services/display-mode.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/services/display-mode.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/display-mode.service.ts b/lib/process-services-cloud/src/lib/form/services/display-mode.service.ts
index d32fd64e00..2718182c87 100644
--- a/lib/process-services-cloud/src/lib/form/services/display-mode.service.ts
+++ b/lib/process-services-cloud/src/lib/form/services/display-mode.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/form-cloud.service.interface.ts b/lib/process-services-cloud/src/lib/form/services/form-cloud.service.interface.ts
index 40633bd8a5..4792056eaa 100644
--- a/lib/process-services-cloud/src/lib/form/services/form-cloud.service.interface.ts
+++ b/lib/process-services-cloud/src/lib/form/services/form-cloud.service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/form-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/form/services/form-cloud.service.spec.ts
index afa3eede1c..e60e22e09c 100644
--- a/lib/process-services-cloud/src/lib/form/services/form-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/services/form-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/form-cloud.service.ts b/lib/process-services-cloud/src/lib/form/services/form-cloud.service.ts
index 8679464252..06f10c7e38 100644
--- a/lib/process-services-cloud/src/lib/form/services/form-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/form/services/form-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.interface.ts b/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.interface.ts
index 5e66e8d435..be2504b765 100644
--- a/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.interface.ts
+++ b/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.spec.ts
index 35703215ee..4f6491dd1d 100644
--- a/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.ts b/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.ts
index 1008cbce64..e40acf2874 100644
--- a/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/form/services/form-definition-selector-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/form/services/process-cloud-content.service.ts b/lib/process-services-cloud/src/lib/form/services/process-cloud-content.service.ts
index ccbb4c99dc..5d280857be 100644
--- a/lib/process-services-cloud/src/lib/form/services/process-cloud-content.service.ts
+++ b/lib/process-services-cloud/src/lib/form/services/process-cloud-content.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.spec.ts
index c82cfa3c64..1fefde4685 100644
--- a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.stories.ts b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.stories.ts
index 6c59b6f53c..1df7a4e7be 100644
--- a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.stories.ts
+++ b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.ts b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.ts
index 302e8ac3cb..6284142fa7 100644
--- a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/group-cloud.module.ts b/lib/process-services-cloud/src/lib/group/group-cloud.module.ts
index 2465a01709..509de8ed62 100644
--- a/lib/process-services-cloud/src/lib/group/group-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/group/group-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/mock/group-cloud.mock.ts b/lib/process-services-cloud/src/lib/group/mock/group-cloud.mock.ts
index 61c1815487..f42c7760b9 100644
--- a/lib/process-services-cloud/src/lib/group/mock/group-cloud.mock.ts
+++ b/lib/process-services-cloud/src/lib/group/mock/group-cloud.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/mock/identity-group.service.mock.ts b/lib/process-services-cloud/src/lib/group/mock/identity-group.service.mock.ts
index 00bb943cb7..772a22faa9 100644
--- a/lib/process-services-cloud/src/lib/group/mock/identity-group.service.mock.ts
+++ b/lib/process-services-cloud/src/lib/group/mock/identity-group.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/models/identity-group.model.ts b/lib/process-services-cloud/src/lib/group/models/identity-group.model.ts
index 44120d594e..07890cca92 100644
--- a/lib/process-services-cloud/src/lib/group/models/identity-group.model.ts
+++ b/lib/process-services-cloud/src/lib/group/models/identity-group.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/pipe/group-initial.pipe.spec.ts b/lib/process-services-cloud/src/lib/group/pipe/group-initial.pipe.spec.ts
index 888d4bebba..7c73785370 100644
--- a/lib/process-services-cloud/src/lib/group/pipe/group-initial.pipe.spec.ts
+++ b/lib/process-services-cloud/src/lib/group/pipe/group-initial.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/pipe/group-initial.pipe.ts b/lib/process-services-cloud/src/lib/group/pipe/group-initial.pipe.ts
index 6701b0789c..cb9e83a2f0 100644
--- a/lib/process-services-cloud/src/lib/group/pipe/group-initial.pipe.ts
+++ b/lib/process-services-cloud/src/lib/group/pipe/group-initial.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/public-api.ts b/lib/process-services-cloud/src/lib/group/public-api.ts
index 144c7c6c5d..4e4fe249af 100644
--- a/lib/process-services-cloud/src/lib/group/public-api.ts
+++ b/lib/process-services-cloud/src/lib/group/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/services/identity-group-filter.interface.ts b/lib/process-services-cloud/src/lib/group/services/identity-group-filter.interface.ts
index bedf50d409..c465af1100 100644
--- a/lib/process-services-cloud/src/lib/group/services/identity-group-filter.interface.ts
+++ b/lib/process-services-cloud/src/lib/group/services/identity-group-filter.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/services/identity-group-service.token.ts b/lib/process-services-cloud/src/lib/group/services/identity-group-service.token.ts
index b13d00042f..3ac8d00088 100644
--- a/lib/process-services-cloud/src/lib/group/services/identity-group-service.token.ts
+++ b/lib/process-services-cloud/src/lib/group/services/identity-group-service.token.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/services/identity-group.service.interface.ts b/lib/process-services-cloud/src/lib/group/services/identity-group.service.interface.ts
index 459b9c681f..bb1a822b32 100644
--- a/lib/process-services-cloud/src/lib/group/services/identity-group.service.interface.ts
+++ b/lib/process-services-cloud/src/lib/group/services/identity-group.service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/services/identity-group.service.spec.ts b/lib/process-services-cloud/src/lib/group/services/identity-group.service.spec.ts
index c77405ad21..978c618604 100644
--- a/lib/process-services-cloud/src/lib/group/services/identity-group.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/group/services/identity-group.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/group/services/identity-group.service.ts b/lib/process-services-cloud/src/lib/group/services/identity-group.service.ts
index 46aaa35f47..67170e2a86 100644
--- a/lib/process-services-cloud/src/lib/group/services/identity-group.service.ts
+++ b/lib/process-services-cloud/src/lib/group/services/identity-group.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/material.module.ts b/lib/process-services-cloud/src/lib/material.module.ts
index f94046de08..1b3f24fd0a 100644
--- a/lib/process-services-cloud/src/lib/material.module.ts
+++ b/lib/process-services-cloud/src/lib/material.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/mock/process-instance-variable.mock.ts b/lib/process-services-cloud/src/lib/mock/process-instance-variable.mock.ts
index 7387335c86..c7e03dcb94 100644
--- a/lib/process-services-cloud/src/lib/mock/process-instance-variable.mock.ts
+++ b/lib/process-services-cloud/src/lib/mock/process-instance-variable.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/mock/task-cloud-model.mock.ts b/lib/process-services-cloud/src/lib/mock/task-cloud-model.mock.ts
index 9c8ac9e13c..e3c0086797 100644
--- a/lib/process-services-cloud/src/lib/mock/task-cloud-model.mock.ts
+++ b/lib/process-services-cloud/src/lib/mock/task-cloud-model.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/mock/user-preference.mock.ts b/lib/process-services-cloud/src/lib/mock/user-preference.mock.ts
index 74b31bca7b..76261c4054 100644
--- a/lib/process-services-cloud/src/lib/mock/user-preference.mock.ts
+++ b/lib/process-services-cloud/src/lib/mock/user-preference.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/application-version.model.ts b/lib/process-services-cloud/src/lib/models/application-version.model.ts
index d1f6eba65f..c94bac1caa 100644
--- a/lib/process-services-cloud/src/lib/models/application-version.model.ts
+++ b/lib/process-services-cloud/src/lib/models/application-version.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/data-column-custom-data.ts b/lib/process-services-cloud/src/lib/models/data-column-custom-data.ts
index 82590f4c2e..bb2a35d56e 100644
--- a/lib/process-services-cloud/src/lib/models/data-column-custom-data.ts
+++ b/lib/process-services-cloud/src/lib/models/data-column-custom-data.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/date-cloud-filter.model.ts b/lib/process-services-cloud/src/lib/models/date-cloud-filter.model.ts
index 784a12265b..516d34f56f 100644
--- a/lib/process-services-cloud/src/lib/models/date-cloud-filter.model.ts
+++ b/lib/process-services-cloud/src/lib/models/date-cloud-filter.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/date-format-cloud.model.ts b/lib/process-services-cloud/src/lib/models/date-format-cloud.model.ts
index 786c8c316b..96de4ccda3 100644
--- a/lib/process-services-cloud/src/lib/models/date-format-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/models/date-format-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/engine-event-cloud.model.ts b/lib/process-services-cloud/src/lib/models/engine-event-cloud.model.ts
index 3d1fd2c0f4..73f982d920 100644
--- a/lib/process-services-cloud/src/lib/models/engine-event-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/models/engine-event-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/filter-cloud-model.ts b/lib/process-services-cloud/src/lib/models/filter-cloud-model.ts
index 3f54650fdb..258aa0a525 100644
--- a/lib/process-services-cloud/src/lib/models/filter-cloud-model.ts
+++ b/lib/process-services-cloud/src/lib/models/filter-cloud-model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/process-definition-cloud.model.ts b/lib/process-services-cloud/src/lib/models/process-definition-cloud.model.ts
index 5ad290236f..07b89b7cec 100755
--- a/lib/process-services-cloud/src/lib/models/process-definition-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/models/process-definition-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/process-instance-variable.model.ts b/lib/process-services-cloud/src/lib/models/process-instance-variable.model.ts
index 0443233fa6..be4fde63bb 100644
--- a/lib/process-services-cloud/src/lib/models/process-instance-variable.model.ts
+++ b/lib/process-services-cloud/src/lib/models/process-instance-variable.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/task-cloud.model.ts b/lib/process-services-cloud/src/lib/models/task-cloud.model.ts
index f4672479a8..48e359618c 100644
--- a/lib/process-services-cloud/src/lib/models/task-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/models/task-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/task-list-sorting.model.ts b/lib/process-services-cloud/src/lib/models/task-list-sorting.model.ts
index 7a50c23d71..6a6a5a363f 100644
--- a/lib/process-services-cloud/src/lib/models/task-list-sorting.model.ts
+++ b/lib/process-services-cloud/src/lib/models/task-list-sorting.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/models/variable-definition.ts b/lib/process-services-cloud/src/lib/models/variable-definition.ts
index 7c500f398e..8b12a2e077 100644
--- a/lib/process-services-cloud/src/lib/models/variable-definition.ts
+++ b/lib/process-services-cloud/src/lib/models/variable-definition.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.spec.ts
index d6cf48e84f..c6a25ea88a 100644
--- a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.stories.ts b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.stories.ts
index d72413a4ab..e3e8056008 100644
--- a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.stories.ts
+++ b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.ts b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.ts
index 6189faaa75..8e8ad7da55 100644
--- a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/mock/identity-user.service.mock.ts b/lib/process-services-cloud/src/lib/people/mock/identity-user.service.mock.ts
index 224784fe8d..2f82917b53 100644
--- a/lib/process-services-cloud/src/lib/people/mock/identity-user.service.mock.ts
+++ b/lib/process-services-cloud/src/lib/people/mock/identity-user.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/mock/jwt-helper.service.spec.ts b/lib/process-services-cloud/src/lib/people/mock/jwt-helper.service.spec.ts
index f23c216c3c..5a6557383b 100644
--- a/lib/process-services-cloud/src/lib/people/mock/jwt-helper.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/people/mock/jwt-helper.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/mock/people-cloud.mock.ts b/lib/process-services-cloud/src/lib/people/mock/people-cloud.mock.ts
index c35b6c3237..1c53f95dc8 100644
--- a/lib/process-services-cloud/src/lib/people/mock/people-cloud.mock.ts
+++ b/lib/process-services-cloud/src/lib/people/mock/people-cloud.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/models/identity-user.model.ts b/lib/process-services-cloud/src/lib/people/models/identity-user.model.ts
index afd02c0ae0..1b4b8c74fe 100644
--- a/lib/process-services-cloud/src/lib/people/models/identity-user.model.ts
+++ b/lib/process-services-cloud/src/lib/people/models/identity-user.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/people-cloud.module.ts b/lib/process-services-cloud/src/lib/people/people-cloud.module.ts
index 4332f0b98a..96fc7b8129 100644
--- a/lib/process-services-cloud/src/lib/people/people-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/people/people-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/public-api.ts b/lib/process-services-cloud/src/lib/people/public-api.ts
index 1cbaa88ebb..bbcc54c77c 100644
--- a/lib/process-services-cloud/src/lib/people/public-api.ts
+++ b/lib/process-services-cloud/src/lib/people/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/services/identity-user-filter.interface.ts b/lib/process-services-cloud/src/lib/people/services/identity-user-filter.interface.ts
index a1571f4eb9..08163eb4b2 100644
--- a/lib/process-services-cloud/src/lib/people/services/identity-user-filter.interface.ts
+++ b/lib/process-services-cloud/src/lib/people/services/identity-user-filter.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/services/identity-user-service.token.ts b/lib/process-services-cloud/src/lib/people/services/identity-user-service.token.ts
index 0357f08bbf..7bf1e6c32e 100644
--- a/lib/process-services-cloud/src/lib/people/services/identity-user-service.token.ts
+++ b/lib/process-services-cloud/src/lib/people/services/identity-user-service.token.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/services/identity-user.service.interface.ts b/lib/process-services-cloud/src/lib/people/services/identity-user.service.interface.ts
index 83a032dc47..7424e05d7e 100644
--- a/lib/process-services-cloud/src/lib/people/services/identity-user.service.interface.ts
+++ b/lib/process-services-cloud/src/lib/people/services/identity-user.service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/services/identity-user.service.spec.ts b/lib/process-services-cloud/src/lib/people/services/identity-user.service.spec.ts
index 67e4328cd6..edb188785e 100644
--- a/lib/process-services-cloud/src/lib/people/services/identity-user.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/people/services/identity-user.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/people/services/identity-user.service.ts b/lib/process-services-cloud/src/lib/people/services/identity-user.service.ts
index e0020bb720..385fdfcac3 100644
--- a/lib/process-services-cloud/src/lib/people/services/identity-user.service.ts
+++ b/lib/process-services-cloud/src/lib/people/services/identity-user.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/pipes/process-name-cloud.pipe.spec.ts b/lib/process-services-cloud/src/lib/pipes/process-name-cloud.pipe.spec.ts
index c5da80734b..0be7ef0af4 100644
--- a/lib/process-services-cloud/src/lib/pipes/process-name-cloud.pipe.spec.ts
+++ b/lib/process-services-cloud/src/lib/pipes/process-name-cloud.pipe.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/pipes/process-name-cloud.pipe.ts b/lib/process-services-cloud/src/lib/pipes/process-name-cloud.pipe.ts
index 9896a12e52..bc0a665654 100644
--- a/lib/process-services-cloud/src/lib/pipes/process-name-cloud.pipe.ts
+++ b/lib/process-services-cloud/src/lib/pipes/process-name-cloud.pipe.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/pipes/process-services-cloud-pipe.module.ts b/lib/process-services-cloud/src/lib/pipes/process-services-cloud-pipe.module.ts
index 32068759cd..f8c2a30f08 100644
--- a/lib/process-services-cloud/src/lib/pipes/process-services-cloud-pipe.module.ts
+++ b/lib/process-services-cloud/src/lib/pipes/process-services-cloud-pipe.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process-services-cloud.module.ts b/lib/process-services-cloud/src/lib/process-services-cloud.module.ts
index 1941696171..2bebb21b91 100644
--- a/lib/process-services-cloud/src/lib/process-services-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/process-services-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/directives/cancel-process.directive.spec.ts b/lib/process-services-cloud/src/lib/process/directives/cancel-process.directive.spec.ts
index e2b785ca06..e5fadb8f33 100644
--- a/lib/process-services-cloud/src/lib/process/directives/cancel-process.directive.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/directives/cancel-process.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/directives/cancel-process.directive.ts b/lib/process-services-cloud/src/lib/process/directives/cancel-process.directive.ts
index ae9a71282d..6084ebdbfa 100644
--- a/lib/process-services-cloud/src/lib/process/directives/cancel-process.directive.ts
+++ b/lib/process-services-cloud/src/lib/process/directives/cancel-process.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/directives/process-directive.module.ts b/lib/process-services-cloud/src/lib/process/directives/process-directive.module.ts
index 83e5966c18..bcb15cb4cb 100644
--- a/lib/process-services-cloud/src/lib/process/directives/process-directive.module.ts
+++ b/lib/process-services-cloud/src/lib/process/directives/process-directive.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/directives/public-api.ts b/lib/process-services-cloud/src/lib/process/directives/public-api.ts
index a66422a125..c2e12f100c 100644
--- a/lib/process-services-cloud/src/lib/process/directives/public-api.ts
+++ b/lib/process-services-cloud/src/lib/process/directives/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/mock/process-cloud.service.mock.ts b/lib/process-services-cloud/src/lib/process/mock/process-cloud.service.mock.ts
index ac70278498..d70fc00dbd 100644
--- a/lib/process-services-cloud/src/lib/process/mock/process-cloud.service.mock.ts
+++ b/lib/process-services-cloud/src/lib/process/mock/process-cloud.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/mock/process-instance-details-cloud.mock.ts b/lib/process-services-cloud/src/lib/process/mock/process-instance-details-cloud.mock.ts
index 723ce7f17f..2a2946bff4 100644
--- a/lib/process-services-cloud/src/lib/process/mock/process-instance-details-cloud.mock.ts
+++ b/lib/process-services-cloud/src/lib/process/mock/process-instance-details-cloud.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-cloud.module.ts b/lib/process-services-cloud/src/lib/process/process-cloud.module.ts
index 37f658b1bb..c54b67af54 100644
--- a/lib/process-services-cloud/src/lib/process/process-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/process/process-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.spec.ts
index 2c93c66630..a41f2ca546 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.ts b/lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.ts
index 31293de0fa..d0f0ff4988 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/components/edit-process-filter-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.spec.ts
index 5a865a6e3a..40f53987d0 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.ts b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.ts
index 26051926e1..ce397995d3 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.spec.ts
index 18e4336d57..93c3292b7b 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.ts b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.ts
index 71758fa527..db7531446d 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filters-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/mock/process-filters-cloud.mock.ts b/lib/process-services-cloud/src/lib/process/process-filters/mock/process-filters-cloud.mock.ts
index 6d9f197f66..7eda6562c2 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/mock/process-filters-cloud.mock.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/mock/process-filters-cloud.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/models/process-filter-cloud.model.spec.ts b/lib/process-services-cloud/src/lib/process/process-filters/models/process-filter-cloud.model.spec.ts
index 4e09373048..950ab2b901 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/models/process-filter-cloud.model.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/models/process-filter-cloud.model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/models/process-filter-cloud.model.ts b/lib/process-services-cloud/src/lib/process/process-filters/models/process-filter-cloud.model.ts
index 259a42735d..9ff7b47a06 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/models/process-filter-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/models/process-filter-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/process-filters-cloud.module.ts b/lib/process-services-cloud/src/lib/process/process-filters/process-filters-cloud.module.ts
index 9d01723921..f2f0f464ff 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/process-filters-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/process-filters-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/public-api.ts b/lib/process-services-cloud/src/lib/process/process-filters/public-api.ts
index 8a378b67c9..7d0b72a805 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/public-api.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.spec.ts
index 4e5fb0fb72..6a68053881 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.ts b/lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.ts
index ef4e8748f7..6f02a40350 100644
--- a/lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/process/process-filters/services/process-filter-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.spec.ts
index c3163b5895..01d7a117bf 100644
--- a/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.stories.ts b/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.stories.ts
index 09ec5296f4..3582ce01c9 100644
--- a/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.stories.ts
+++ b/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.ts b/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.ts
index 4e3f7972ff..01068cff4a 100644
--- a/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-header/process-header-cloud.module.spec.ts b/lib/process-services-cloud/src/lib/process/process-header/process-header-cloud.module.spec.ts
index 450914436c..7a67b15df2 100644
--- a/lib/process-services-cloud/src/lib/process/process-header/process-header-cloud.module.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/process-header/process-header-cloud.module.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-header/process-header-cloud.module.ts b/lib/process-services-cloud/src/lib/process/process-header/process-header-cloud.module.ts
index c147cf9ba1..802a8e4307 100644
--- a/lib/process-services-cloud/src/lib/process/process-header/process-header-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/process/process-header/process-header-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-header/public-api.ts b/lib/process-services-cloud/src/lib/process/process-header/public-api.ts
index 322ded0e10..499e5bbc8c 100644
--- a/lib/process-services-cloud/src/lib/process/process-header/public-api.ts
+++ b/lib/process-services-cloud/src/lib/process/process-header/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.spec.ts
index f788a8b086..e1d1f6c1a5 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.ts b/lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.ts
index 5ba14d8764..dfd63c9989 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/components/process-list-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/datatable/process-list-datatable-adapter.spec.ts b/lib/process-services-cloud/src/lib/process/process-list/datatable/process-list-datatable-adapter.spec.ts
index 7434720f08..e67d46a4fa 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/datatable/process-list-datatable-adapter.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/datatable/process-list-datatable-adapter.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/datatable/process-list-datatable-adapter.ts b/lib/process-services-cloud/src/lib/process/process-list/datatable/process-list-datatable-adapter.ts
index 054d9299ae..836b6e257d 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/datatable/process-list-datatable-adapter.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/datatable/process-list-datatable-adapter.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/mock/process-list-service.mock.ts b/lib/process-services-cloud/src/lib/process/process-list/mock/process-list-service.mock.ts
index 60aca6b5f1..a0ae3e6ee3 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/mock/process-list-service.mock.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/mock/process-list-service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/models/perocess-instance-cloud-view.model.ts b/lib/process-services-cloud/src/lib/process/process-list/models/perocess-instance-cloud-view.model.ts
index afc371f7e0..08d337a97b 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/models/perocess-instance-cloud-view.model.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/models/perocess-instance-cloud-view.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-preferences.ts b/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-preferences.ts
index ef1a457ec8..c65c15b47f 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-preferences.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-preferences.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-preset.model.ts b/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-preset.model.ts
index 1b9c19631d..92c2b670cf 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-preset.model.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-preset.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-query-request.model.ts b/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-query-request.model.ts
index 9382d9e2d0..be9494697f 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-query-request.model.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-query-request.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/models/process-list-sorting.model.ts b/lib/process-services-cloud/src/lib/process/process-list/models/process-list-sorting.model.ts
index 9da1d639cd..b43753d821 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/models/process-list-sorting.model.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/models/process-list-sorting.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/process-list-cloud.module.ts b/lib/process-services-cloud/src/lib/process/process-list/process-list-cloud.module.ts
index 18fd6ef56b..28d5de3e25 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/process-list-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/process-list-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/public-api.ts b/lib/process-services-cloud/src/lib/process/process-list/public-api.ts
index ae8e6a1a34..d2887f3118 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/public-api.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.spec.ts
index ac261c1d55..16cb8b0cf0 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.ts b/lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.ts
index e528962324..abf51a84a5 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/process-list/services/process-task-list-cloud.service.ts b/lib/process-services-cloud/src/lib/process/process-list/services/process-task-list-cloud.service.ts
index 4bf0098f7c..d4078cfc80 100644
--- a/lib/process-services-cloud/src/lib/process/process-list/services/process-task-list-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/process/process-list/services/process-task-list-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/public-api.ts b/lib/process-services-cloud/src/lib/process/public-api.ts
index 7ebc9701f1..61aa7a4b75 100644
--- a/lib/process-services-cloud/src/lib/process/public-api.ts
+++ b/lib/process-services-cloud/src/lib/process/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/services/process-cloud.interface.ts b/lib/process-services-cloud/src/lib/process/services/process-cloud.interface.ts
index 27a4fc2d09..768b870ddd 100644
--- a/lib/process-services-cloud/src/lib/process/services/process-cloud.interface.ts
+++ b/lib/process-services-cloud/src/lib/process/services/process-cloud.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/services/process-cloud.service.ts b/lib/process-services-cloud/src/lib/process/services/process-cloud.service.ts
index 347e28dacb..a6670ea93e 100644
--- a/lib/process-services-cloud/src/lib/process/services/process-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/process/services/process-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.spec.ts
index 1ef9ac5a39..f85a446dee 100755
--- a/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.ts b/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.ts
index 49b6b65e55..9af6ed7346 100755
--- a/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/start-process/mock/start-process.component.mock.ts b/lib/process-services-cloud/src/lib/process/start-process/mock/start-process.component.mock.ts
index e09ccc7659..f41d84c005 100755
--- a/lib/process-services-cloud/src/lib/process/start-process/mock/start-process.component.mock.ts
+++ b/lib/process-services-cloud/src/lib/process/start-process/mock/start-process.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/start-process/models/process-instance-cloud.model.ts b/lib/process-services-cloud/src/lib/process/start-process/models/process-instance-cloud.model.ts
index 8f86f8b0b0..7788c8f129 100755
--- a/lib/process-services-cloud/src/lib/process/start-process/models/process-instance-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/process/start-process/models/process-instance-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/start-process/models/process-payload-cloud.model.ts b/lib/process-services-cloud/src/lib/process/start-process/models/process-payload-cloud.model.ts
index 8c03b3cc84..47407554d4 100755
--- a/lib/process-services-cloud/src/lib/process/start-process/models/process-payload-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/process/start-process/models/process-payload-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/start-process/public-api.ts b/lib/process-services-cloud/src/lib/process/start-process/public-api.ts
index df4f9228ae..6c7b17dd7b 100644
--- a/lib/process-services-cloud/src/lib/process/start-process/public-api.ts
+++ b/lib/process-services-cloud/src/lib/process/start-process/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.spec.ts
index ae0181c0f3..c02bab27bd 100755
--- a/lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.ts b/lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.ts
index 023c6d2974..ce9b0cbe15 100755
--- a/lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/process/start-process/services/start-process-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/process/start-process/start-process-cloud.module.ts b/lib/process-services-cloud/src/lib/process/start-process/start-process-cloud.module.ts
index 7ac653c12c..e0dbd711a2 100644
--- a/lib/process-services-cloud/src/lib/process/start-process/start-process-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/process/start-process/start-process-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/rich-text-editor/editorjs-config.ts b/lib/process-services-cloud/src/lib/rich-text-editor/editorjs-config.ts
index 0d1b78b609..dd7eda98f4 100644
--- a/lib/process-services-cloud/src/lib/rich-text-editor/editorjs-config.ts
+++ b/lib/process-services-cloud/src/lib/rich-text-editor/editorjs-config.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/rich-text-editor/index.ts b/lib/process-services-cloud/src/lib/rich-text-editor/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services-cloud/src/lib/rich-text-editor/index.ts
+++ b/lib/process-services-cloud/src/lib/rich-text-editor/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/rich-text-editor/mocks/rich-text-editor.mock.ts b/lib/process-services-cloud/src/lib/rich-text-editor/mocks/rich-text-editor.mock.ts
index 726055c906..48d7e1105c 100644
--- a/lib/process-services-cloud/src/lib/rich-text-editor/mocks/rich-text-editor.mock.ts
+++ b/lib/process-services-cloud/src/lib/rich-text-editor/mocks/rich-text-editor.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/rich-text-editor/public-api.ts b/lib/process-services-cloud/src/lib/rich-text-editor/public-api.ts
index 0df9c55faa..8fb568ec85 100644
--- a/lib/process-services-cloud/src/lib/rich-text-editor/public-api.ts
+++ b/lib/process-services-cloud/src/lib/rich-text-editor/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.spec.ts b/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.spec.ts
index ce77a3501b..1f7585a751 100644
--- a/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.stories.ts b/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.stories.ts
index b5ab66fdda..c919e25e0f 100644
--- a/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.stories.ts
+++ b/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.ts b/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.ts
index ea1406d470..2e5bb6a99f 100644
--- a/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.ts
+++ b/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.module.ts b/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.module.ts
index ab744c3317..20e70faf81 100644
--- a/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.module.ts
+++ b/lib/process-services-cloud/src/lib/rich-text-editor/rich-text-editor.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/base-cloud.service.ts b/lib/process-services-cloud/src/lib/services/base-cloud.service.ts
index aca9fcf801..040822fc06 100644
--- a/lib/process-services-cloud/src/lib/services/base-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/services/base-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/cloud-token.service.ts b/lib/process-services-cloud/src/lib/services/cloud-token.service.ts
index 0025f05e8f..d9ca89cd0c 100644
--- a/lib/process-services-cloud/src/lib/services/cloud-token.service.ts
+++ b/lib/process-services-cloud/src/lib/services/cloud-token.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/form-fields.interfaces.ts b/lib/process-services-cloud/src/lib/services/form-fields.interfaces.ts
index bdbf9e42a5..769adb64ed 100644
--- a/lib/process-services-cloud/src/lib/services/form-fields.interfaces.ts
+++ b/lib/process-services-cloud/src/lib/services/form-fields.interfaces.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/local-preference-cloud.service.ts b/lib/process-services-cloud/src/lib/services/local-preference-cloud.service.ts
index 3d8fecbb4d..da96335a0b 100644
--- a/lib/process-services-cloud/src/lib/services/local-preference-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/services/local-preference-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/notification-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/services/notification-cloud.service.spec.ts
index 627b2db0a6..9374153402 100644
--- a/lib/process-services-cloud/src/lib/services/notification-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/services/notification-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/notification-cloud.service.ts b/lib/process-services-cloud/src/lib/services/notification-cloud.service.ts
index 517b632d1f..6938559cc2 100644
--- a/lib/process-services-cloud/src/lib/services/notification-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/services/notification-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/preference-cloud.interface.ts b/lib/process-services-cloud/src/lib/services/preference-cloud.interface.ts
index 56ea33ddb8..9a42a91bad 100644
--- a/lib/process-services-cloud/src/lib/services/preference-cloud.interface.ts
+++ b/lib/process-services-cloud/src/lib/services/preference-cloud.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/public-api.ts b/lib/process-services-cloud/src/lib/services/public-api.ts
index f8ea0a04d7..5da40b1da7 100644
--- a/lib/process-services-cloud/src/lib/services/public-api.ts
+++ b/lib/process-services-cloud/src/lib/services/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/task-list-cloud.service.interface.ts b/lib/process-services-cloud/src/lib/services/task-list-cloud.service.interface.ts
index 8f75f3c8e0..5015a8a341 100644
--- a/lib/process-services-cloud/src/lib/services/task-list-cloud.service.interface.ts
+++ b/lib/process-services-cloud/src/lib/services/task-list-cloud.service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/user-preference-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/services/user-preference-cloud.service.spec.ts
index 88428caec1..0404d6bc5a 100644
--- a/lib/process-services-cloud/src/lib/services/user-preference-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/services/user-preference-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/user-preference-cloud.service.ts b/lib/process-services-cloud/src/lib/services/user-preference-cloud.service.ts
index 2872f1826a..3bf0650b7a 100644
--- a/lib/process-services-cloud/src/lib/services/user-preference-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/services/user-preference-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/variable-mapper.sevice.spec.ts b/lib/process-services-cloud/src/lib/services/variable-mapper.sevice.spec.ts
index 79ebef8a7f..73f5f132e1 100644
--- a/lib/process-services-cloud/src/lib/services/variable-mapper.sevice.spec.ts
+++ b/lib/process-services-cloud/src/lib/services/variable-mapper.sevice.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/services/variable-mapper.sevice.ts b/lib/process-services-cloud/src/lib/services/variable-mapper.sevice.ts
index 5792bb1d1f..76b3a5fbef 100644
--- a/lib/process-services-cloud/src/lib/services/variable-mapper.sevice.ts
+++ b/lib/process-services-cloud/src/lib/services/variable-mapper.sevice.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/directives/claim-task-cloud.directive.spec.ts b/lib/process-services-cloud/src/lib/task/directives/claim-task-cloud.directive.spec.ts
index 578ff654d7..e35c8f467f 100644
--- a/lib/process-services-cloud/src/lib/task/directives/claim-task-cloud.directive.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/directives/claim-task-cloud.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/directives/claim-task-cloud.directive.ts b/lib/process-services-cloud/src/lib/task/directives/claim-task-cloud.directive.ts
index 50b7fd9797..023fa1b9a6 100644
--- a/lib/process-services-cloud/src/lib/task/directives/claim-task-cloud.directive.ts
+++ b/lib/process-services-cloud/src/lib/task/directives/claim-task-cloud.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/directives/complete-task.directive.spec.ts b/lib/process-services-cloud/src/lib/task/directives/complete-task.directive.spec.ts
index 5c0122ad70..3b84ff420b 100644
--- a/lib/process-services-cloud/src/lib/task/directives/complete-task.directive.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/directives/complete-task.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/directives/complete-task.directive.ts b/lib/process-services-cloud/src/lib/task/directives/complete-task.directive.ts
index d44042e11c..1c8496850c 100644
--- a/lib/process-services-cloud/src/lib/task/directives/complete-task.directive.ts
+++ b/lib/process-services-cloud/src/lib/task/directives/complete-task.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/directives/public-api.ts b/lib/process-services-cloud/src/lib/task/directives/public-api.ts
index b7dd63a30d..12186ff4f9 100644
--- a/lib/process-services-cloud/src/lib/task/directives/public-api.ts
+++ b/lib/process-services-cloud/src/lib/task/directives/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/directives/task-directive.module.ts b/lib/process-services-cloud/src/lib/task/directives/task-directive.module.ts
index fec2553254..7269b46115 100644
--- a/lib/process-services-cloud/src/lib/task/directives/task-directive.module.ts
+++ b/lib/process-services-cloud/src/lib/task/directives/task-directive.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/directives/unclaim-task-cloud.directive.spec.ts b/lib/process-services-cloud/src/lib/task/directives/unclaim-task-cloud.directive.spec.ts
index cb476ec3c6..6fa935798a 100644
--- a/lib/process-services-cloud/src/lib/task/directives/unclaim-task-cloud.directive.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/directives/unclaim-task-cloud.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/directives/unclaim-task-cloud.directive.ts b/lib/process-services-cloud/src/lib/task/directives/unclaim-task-cloud.directive.ts
index 70d4d047c0..cb9fe0eb3a 100644
--- a/lib/process-services-cloud/src/lib/task/directives/unclaim-task-cloud.directive.ts
+++ b/lib/process-services-cloud/src/lib/task/directives/unclaim-task-cloud.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/mock/task-cloud.service.mock.ts b/lib/process-services-cloud/src/lib/task/mock/task-cloud.service.mock.ts
index 685f04e3f5..53b1ea4e5d 100644
--- a/lib/process-services-cloud/src/lib/task/mock/task-cloud.service.mock.ts
+++ b/lib/process-services-cloud/src/lib/task/mock/task-cloud.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/models/public-api.ts b/lib/process-services-cloud/src/lib/task/models/public-api.ts
index 50d7e9adae..5f1b43178b 100644
--- a/lib/process-services-cloud/src/lib/task/models/public-api.ts
+++ b/lib/process-services-cloud/src/lib/task/models/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/models/task.model.ts b/lib/process-services-cloud/src/lib/task/models/task.model.ts
index 4d39d54d31..d24d8b341f 100644
--- a/lib/process-services-cloud/src/lib/task/models/task.model.ts
+++ b/lib/process-services-cloud/src/lib/task/models/task.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/public-api.ts b/lib/process-services-cloud/src/lib/task/public-api.ts
index f26febe164..f499980401 100644
--- a/lib/process-services-cloud/src/lib/task/public-api.ts
+++ b/lib/process-services-cloud/src/lib/task/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/services/start-task-cloud.service.ts b/lib/process-services-cloud/src/lib/task/services/start-task-cloud.service.ts
index 8244ffe9e4..f7e02d6c27 100644
--- a/lib/process-services-cloud/src/lib/task/services/start-task-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/task/services/start-task-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/services/task-cloud.service.interface.ts b/lib/process-services-cloud/src/lib/task/services/task-cloud.service.interface.ts
index 9772a7e211..2c33e72a4b 100644
--- a/lib/process-services-cloud/src/lib/task/services/task-cloud.service.interface.ts
+++ b/lib/process-services-cloud/src/lib/task/services/task-cloud.service.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/services/task-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/task/services/task-cloud.service.spec.ts
index 246f015a76..e9ac001125 100644
--- a/lib/process-services-cloud/src/lib/task/services/task-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/services/task-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/services/task-cloud.service.ts b/lib/process-services-cloud/src/lib/task/services/task-cloud.service.ts
index e4be2e8293..4cf355b0d4 100644
--- a/lib/process-services-cloud/src/lib/task/services/task-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/task/services/task-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.spec.ts
index 4abd451d73..678fba6c28 100644
--- a/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.ts b/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.ts
index 0e39ffdc31..5247bbf2b0 100644
--- a/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/start-task/mock/task-details.mock.ts b/lib/process-services-cloud/src/lib/task/start-task/mock/task-details.mock.ts
index bf83927d83..08569844cc 100644
--- a/lib/process-services-cloud/src/lib/task/start-task/mock/task-details.mock.ts
+++ b/lib/process-services-cloud/src/lib/task/start-task/mock/task-details.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/start-task/mock/user-cloud.mock.ts b/lib/process-services-cloud/src/lib/task/start-task/mock/user-cloud.mock.ts
index ede322a6c8..91027ed7ff 100644
--- a/lib/process-services-cloud/src/lib/task/start-task/mock/user-cloud.mock.ts
+++ b/lib/process-services-cloud/src/lib/task/start-task/mock/user-cloud.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/start-task/models/start-task-cloud-request.model.ts b/lib/process-services-cloud/src/lib/task/start-task/models/start-task-cloud-request.model.ts
index 7fb88287cc..d38ce02f4d 100644
--- a/lib/process-services-cloud/src/lib/task/start-task/models/start-task-cloud-request.model.ts
+++ b/lib/process-services-cloud/src/lib/task/start-task/models/start-task-cloud-request.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts b/lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts
index 04cb8a2087..912bdf2d83 100644
--- a/lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/task/start-task/models/task-details-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/start-task/public-api.ts b/lib/process-services-cloud/src/lib/task/start-task/public-api.ts
index 459b1282aa..37fbd1bc02 100644
--- a/lib/process-services-cloud/src/lib/task/start-task/public-api.ts
+++ b/lib/process-services-cloud/src/lib/task/start-task/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.spec.ts
index 1b63830218..974b19b954 100644
--- a/lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/start-task/services/start-task-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/start-task/start-task-cloud.module.ts b/lib/process-services-cloud/src/lib/task/start-task/start-task-cloud.module.ts
index 77ae1c054c..f5364bfe8e 100644
--- a/lib/process-services-cloud/src/lib/task/start-task/start-task-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/task/start-task/start-task-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-cloud.module.ts b/lib/process-services-cloud/src/lib/task/task-cloud.module.ts
index 94e874e3e7..26cbc9fd8b 100644
--- a/lib/process-services-cloud/src/lib/task/task-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/task/task-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/base-task-filters-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/base-task-filters-cloud.component.ts
index e47f3dcf52..7b29a37291 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/base-task-filters-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/base-task-filters-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.ts
index 8773144574..a57d2927c4 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter-cloud.component.spec.ts
index 8897320d40..dab0a9da56 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter-cloud.component.ts
index 9c098305e3..deebc8a348 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.spec.ts
index 2e36913196..1d586985aa 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.ts
index 1eb06663e7..d4196ac102 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/edit-task-filters/edit-task-filter-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/service-task-filters-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/service-task-filters-cloud.component.spec.ts
index 75e2638fb7..d8f6addf3f 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/service-task-filters-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/service-task-filters-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/service-task-filters-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/service-task-filters-cloud.component.ts
index 62e271a348..8fe1f8409f 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/service-task-filters-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/service-task-filters-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.spec.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.spec.ts
index 9b2c077eec..8c00b6dd44 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.ts
index e5963fbd4c..390529ffab 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.spec.ts
index bfba91cf8a..3681ccad49 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.ts
index 098dbf1858..f36ef366ff 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.spec.ts
index 0f1dbed595..ad336bcd82 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.ts
index 27eec2aa7f..51300de73f 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filters-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/mock/edit-task-filter-cloud.mock.ts b/lib/process-services-cloud/src/lib/task/task-filters/mock/edit-task-filter-cloud.mock.ts
index 4fa54b1ac2..37433bb852 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/mock/edit-task-filter-cloud.mock.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/mock/edit-task-filter-cloud.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/mock/task-filters-cloud.mock.ts b/lib/process-services-cloud/src/lib/task/task-filters/mock/task-filters-cloud.mock.ts
index 4298aa3bc6..6584cd4d13 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/mock/task-filters-cloud.mock.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/mock/task-filters-cloud.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts b/lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts
index 31415490e8..0a6ed24829 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/models/filter-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/public-api.ts b/lib/process-services-cloud/src/lib/task/task-filters/public-api.ts
index 5c4b72810a..4a7d9f2c06 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/public-api.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/services/service-task-filter-cloud.service.ts b/lib/process-services-cloud/src/lib/task/task-filters/services/service-task-filter-cloud.service.ts
index a0db0bb2bd..aa7d9ea407 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/services/service-task-filter-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/services/service-task-filter-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.spec.ts
index 8633dde78f..a6085a3a91 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts b/lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts
index 4f48998f08..1c209ea72d 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/services/task-filter-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-filters/task-filters-cloud.module.ts b/lib/process-services-cloud/src/lib/task/task-filters/task-filters-cloud.module.ts
index bbf727c21b..225e4630f8 100644
--- a/lib/process-services-cloud/src/lib/task/task-filters/task-filters-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/task/task-filters/task-filters-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.spec.ts
index 2d913adc97..b42c8b40ab 100644
--- a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.stories.ts b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.stories.ts
index 1dc7587e7e..0d90c7a1e2 100644
--- a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.stories.ts
+++ b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.ts
index 91639db01d..857567c859 100644
--- a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-form/public-api.ts b/lib/process-services-cloud/src/lib/task/task-form/public-api.ts
index 92e62b8204..b75729a771 100644
--- a/lib/process-services-cloud/src/lib/task/task-form/public-api.ts
+++ b/lib/process-services-cloud/src/lib/task/task-form/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-form/task-form.module.ts b/lib/process-services-cloud/src/lib/task/task-form/task-form.module.ts
index 5ffafc43ef..4a23edf819 100644
--- a/lib/process-services-cloud/src/lib/task/task-form/task-form.module.ts
+++ b/lib/process-services-cloud/src/lib/task/task-form/task-form.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.spec.ts
index 1bbc972d47..28ac5e4493 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.stories.ts b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.stories.ts
index 33dd7f0d8d..c1b7a1e9a3 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.stories.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.stories.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts
index b8394462c9..191df48ed1 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-claim-task.mock.ts b/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-claim-task.mock.ts
index 08c93eea36..5bbeda3654 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-claim-task.mock.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-claim-task.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-complete-task.mock.ts b/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-complete-task.mock.ts
index 4c6694f4bb..efbdf66486 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-complete-task.mock.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-complete-task.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-task-details-response.mock.ts b/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-task-details-response.mock.ts
index 728fd3475e..c43be567f8 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-task-details-response.mock.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/mocks/fake-task-details-response.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-header/mocks/task-details-cloud.mock.ts b/lib/process-services-cloud/src/lib/task/task-header/mocks/task-details-cloud.mock.ts
index 3ec21a7a58..29e5464c6e 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/mocks/task-details-cloud.mock.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/mocks/task-details-cloud.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-header/public-api.ts b/lib/process-services-cloud/src/lib/task/task-header/public-api.ts
index 7e655d1012..72df705ca9 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/public-api.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-header/task-header-cloud.module.spec.ts b/lib/process-services-cloud/src/lib/task/task-header/task-header-cloud.module.spec.ts
index 02b226ae5e..5baab00138 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/task-header-cloud.module.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/task-header-cloud.module.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-header/task-header-cloud.module.ts b/lib/process-services-cloud/src/lib/task/task-header/task-header-cloud.module.ts
index 6dcb94ff2e..9536b793f9 100644
--- a/lib/process-services-cloud/src/lib/task/task-header/task-header-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/task/task-header/task-header-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/components/base-task-list-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-list/components/base-task-list-cloud.component.ts
index 42a8e35863..857fd16395 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/components/base-task-list-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/components/base-task-list-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/components/service-task-list-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task/task-list/components/service-task-list-cloud.component.spec.ts
index 71b73ea135..078eb134ac 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/components/service-task-list-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/components/service-task-list-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/components/service-task-list-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-list/components/service-task-list-cloud.component.ts
index da18137f35..89864b564c 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/components/service-task-list-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/components/service-task-list-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.spec.ts
index 914db127fb..a28dd37f7f 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.ts
index 347f7974ed..a7c911c812 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/components/task-list-cloud.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/datatable/task-list-datatable-adapter.spec.ts b/lib/process-services-cloud/src/lib/task/task-list/datatable/task-list-datatable-adapter.spec.ts
index 59418027cc..10d5e7a375 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/datatable/task-list-datatable-adapter.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/datatable/task-list-datatable-adapter.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/datatable/task-list-datatable-adapter.ts b/lib/process-services-cloud/src/lib/task/task-list/datatable/task-list-datatable-adapter.ts
index 9255a13df9..d338edd88f 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/datatable/task-list-datatable-adapter.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/datatable/task-list-datatable-adapter.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/mock/fake-task-response.mock.ts b/lib/process-services-cloud/src/lib/task/task-list/mock/fake-task-response.mock.ts
index abff5bd8fa..702054c728 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/mock/fake-task-response.mock.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/mock/fake-task-response.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/models/service-task-cloud.model.ts b/lib/process-services-cloud/src/lib/task/task-list/models/service-task-cloud.model.ts
index c4340d396c..d6f4d14b7e 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/models/service-task-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/models/service-task-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/models/task-cloud-view.model.ts b/lib/process-services-cloud/src/lib/task/task-list/models/task-cloud-view.model.ts
index 9eff263a16..522a5bb3b8 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/models/task-cloud-view.model.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/models/task-cloud-view.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/models/task-preset-cloud.model.ts b/lib/process-services-cloud/src/lib/task/task-list/models/task-preset-cloud.model.ts
index 8b49934749..fa5194fdcd 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/models/task-preset-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/models/task-preset-cloud.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/models/tasks-cloud-preferences.ts b/lib/process-services-cloud/src/lib/task/task-list/models/tasks-cloud-preferences.ts
index 79b69a1d6a..bc5cbcc410 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/models/tasks-cloud-preferences.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/models/tasks-cloud-preferences.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/public-api.ts b/lib/process-services-cloud/src/lib/task/task-list/public-api.ts
index 724d49a8c9..5d8600d05f 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/public-api.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/services/service-task-list-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/task/task-list/services/service-task-list-cloud.service.spec.ts
index 6f94ad60fe..b1f83fee0d 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/services/service-task-list-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/services/service-task-list-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/services/service-task-list-cloud.service.ts b/lib/process-services-cloud/src/lib/task/task-list/services/service-task-list-cloud.service.ts
index 130b2d7db9..75aa508838 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/services/service-task-list-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/services/service-task-list-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.spec.ts b/lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.spec.ts
index d35a7f0692..364a6b026c 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts b/lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts
index 5dc78e7b16..d0c8d7be1b 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/services/task-list-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/task-list-cloud.module.spec.ts b/lib/process-services-cloud/src/lib/task/task-list/task-list-cloud.module.spec.ts
index a083b31094..be40a0c079 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/task-list-cloud.module.spec.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/task-list-cloud.module.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/task-list-cloud.module.ts b/lib/process-services-cloud/src/lib/task/task-list/task-list-cloud.module.ts
index 4d83c12330..48ff4d03d0 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/task-list-cloud.module.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/task-list-cloud.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/task/task-list/testing/task-list.testing.module.ts b/lib/process-services-cloud/src/lib/task/task-list/testing/task-list.testing.module.ts
index e0b93eb8fa..f102703a35 100644
--- a/lib/process-services-cloud/src/lib/task/task-list/testing/task-list.testing.module.ts
+++ b/lib/process-services-cloud/src/lib/task/task-list/testing/task-list.testing.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/testing/process-service-cloud.testing.module.ts b/lib/process-services-cloud/src/lib/testing/process-service-cloud.testing.module.ts
index ff2ccedeb2..8be4061a2a 100644
--- a/lib/process-services-cloud/src/lib/testing/process-service-cloud.testing.module.ts
+++ b/lib/process-services-cloud/src/lib/testing/process-service-cloud.testing.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/testing/process-services-cloud-story.module.ts b/lib/process-services-cloud/src/lib/testing/process-services-cloud-story.module.ts
index 92f7f07648..505bee5850 100644
--- a/lib/process-services-cloud/src/lib/testing/process-services-cloud-story.module.ts
+++ b/lib/process-services-cloud/src/lib/testing/process-services-cloud-story.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/types.ts b/lib/process-services-cloud/src/lib/types.ts
index ba351bb1a2..10b9fe5645 100644
--- a/lib/process-services-cloud/src/lib/types.ts
+++ b/lib/process-services-cloud/src/lib/types.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/lib/validators/numeric-field.validator.ts b/lib/process-services-cloud/src/lib/validators/numeric-field.validator.ts
index 4ef84fabdf..d967b74416 100644
--- a/lib/process-services-cloud/src/lib/validators/numeric-field.validator.ts
+++ b/lib/process-services-cloud/src/lib/validators/numeric-field.validator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/public-api.ts b/lib/process-services-cloud/src/public-api.ts
index 093cde6886..595910cbe0 100644
--- a/lib/process-services-cloud/src/public-api.ts
+++ b/lib/process-services-cloud/src/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services-cloud/src/test.ts b/lib/process-services-cloud/src/test.ts
index 3a4c337c75..b33a89a5f3 100644
--- a/lib/process-services-cloud/src/test.ts
+++ b/lib/process-services-cloud/src/test.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/index.ts b/lib/process-services/index.ts
index 7d18c6831c..e357b2379e 100644
--- a/lib/process-services/index.ts
+++ b/lib/process-services/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/app-list/apps-list.component.spec.ts b/lib/process-services/src/lib/app-list/apps-list.component.spec.ts
index 504d1703ca..8195463e4b 100644
--- a/lib/process-services/src/lib/app-list/apps-list.component.spec.ts
+++ b/lib/process-services/src/lib/app-list/apps-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/app-list/apps-list.component.ts b/lib/process-services/src/lib/app-list/apps-list.component.ts
index 74dd5b511f..f9ed33f9b3 100644
--- a/lib/process-services/src/lib/app-list/apps-list.component.ts
+++ b/lib/process-services/src/lib/app-list/apps-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/app-list/apps-list.module.ts b/lib/process-services/src/lib/app-list/apps-list.module.ts
index c390d8f6d2..924e656609 100644
--- a/lib/process-services/src/lib/app-list/apps-list.module.ts
+++ b/lib/process-services/src/lib/app-list/apps-list.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/app-list/icon.model.ts b/lib/process-services/src/lib/app-list/icon.model.ts
index 4f20412f1d..c38048ca6b 100644
--- a/lib/process-services/src/lib/app-list/icon.model.ts
+++ b/lib/process-services/src/lib/app-list/icon.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/app-list/index.ts b/lib/process-services/src/lib/app-list/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/app-list/index.ts
+++ b/lib/process-services/src/lib/app-list/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/app-list/public-api.ts b/lib/process-services/src/lib/app-list/public-api.ts
index 3a5beb257b..d3937e09c3 100644
--- a/lib/process-services/src/lib/app-list/public-api.ts
+++ b/lib/process-services/src/lib/app-list/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/app-list/select-apps-dialog.component.spec.ts b/lib/process-services/src/lib/app-list/select-apps-dialog.component.spec.ts
index 0d8d758aa4..f7d8709b43 100644
--- a/lib/process-services/src/lib/app-list/select-apps-dialog.component.spec.ts
+++ b/lib/process-services/src/lib/app-list/select-apps-dialog.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/app-list/select-apps-dialog.component.ts b/lib/process-services/src/lib/app-list/select-apps-dialog.component.ts
index 274c0743f8..edcea230c5 100644
--- a/lib/process-services/src/lib/app-list/select-apps-dialog.component.ts
+++ b/lib/process-services/src/lib/app-list/select-apps-dialog.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/app-list/services/apps-process.service.ts b/lib/process-services/src/lib/app-list/services/apps-process.service.ts
index 10cd0be66b..8f2cf3f56d 100644
--- a/lib/process-services/src/lib/app-list/services/apps-process.service.ts
+++ b/lib/process-services/src/lib/app-list/services/apps-process.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/attachment.module.ts b/lib/process-services/src/lib/attachment/attachment.module.ts
index dfef96552f..6c8f4ec958 100644
--- a/lib/process-services/src/lib/attachment/attachment.module.ts
+++ b/lib/process-services/src/lib/attachment/attachment.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/create-process-attachment.component.spec.ts b/lib/process-services/src/lib/attachment/create-process-attachment.component.spec.ts
index 4f44d3002e..db678364e1 100644
--- a/lib/process-services/src/lib/attachment/create-process-attachment.component.spec.ts
+++ b/lib/process-services/src/lib/attachment/create-process-attachment.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/create-process-attachment.component.ts b/lib/process-services/src/lib/attachment/create-process-attachment.component.ts
index fe0cd6fdd5..df97aee1a9 100644
--- a/lib/process-services/src/lib/attachment/create-process-attachment.component.ts
+++ b/lib/process-services/src/lib/attachment/create-process-attachment.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/create-task-attachment.component.spec.ts b/lib/process-services/src/lib/attachment/create-task-attachment.component.spec.ts
index 88c35d43ee..b442bea274 100644
--- a/lib/process-services/src/lib/attachment/create-task-attachment.component.spec.ts
+++ b/lib/process-services/src/lib/attachment/create-task-attachment.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/create-task-attachment.component.ts b/lib/process-services/src/lib/attachment/create-task-attachment.component.ts
index 9a99a26a33..b4e42c3b02 100644
--- a/lib/process-services/src/lib/attachment/create-task-attachment.component.ts
+++ b/lib/process-services/src/lib/attachment/create-task-attachment.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/index.ts b/lib/process-services/src/lib/attachment/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/attachment/index.ts
+++ b/lib/process-services/src/lib/attachment/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/process-attachment-list.component.spec.ts b/lib/process-services/src/lib/attachment/process-attachment-list.component.spec.ts
index 6af2023fe0..1cb6f4c32b 100644
--- a/lib/process-services/src/lib/attachment/process-attachment-list.component.spec.ts
+++ b/lib/process-services/src/lib/attachment/process-attachment-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/process-attachment-list.component.ts b/lib/process-services/src/lib/attachment/process-attachment-list.component.ts
index 42f8c3c4f9..3dfb2639c2 100644
--- a/lib/process-services/src/lib/attachment/process-attachment-list.component.ts
+++ b/lib/process-services/src/lib/attachment/process-attachment-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/public-api.ts b/lib/process-services/src/lib/attachment/public-api.ts
index cf1cfe0ee4..c492b0dbd9 100644
--- a/lib/process-services/src/lib/attachment/public-api.ts
+++ b/lib/process-services/src/lib/attachment/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/task-attachment-list.component.spec.ts b/lib/process-services/src/lib/attachment/task-attachment-list.component.spec.ts
index 417f602980..36cf4a4e5f 100644
--- a/lib/process-services/src/lib/attachment/task-attachment-list.component.spec.ts
+++ b/lib/process-services/src/lib/attachment/task-attachment-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/attachment/task-attachment-list.component.ts b/lib/process-services/src/lib/attachment/task-attachment-list.component.ts
index 2983defa72..2892eae8fd 100644
--- a/lib/process-services/src/lib/attachment/task-attachment-list.component.ts
+++ b/lib/process-services/src/lib/attachment/task-attachment-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/common/index.ts b/lib/process-services/src/lib/common/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/common/index.ts
+++ b/lib/process-services/src/lib/common/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/common/models/bpm-user.model.ts b/lib/process-services/src/lib/common/models/bpm-user.model.ts
index 808ef27682..8aa7912c03 100644
--- a/lib/process-services/src/lib/common/models/bpm-user.model.ts
+++ b/lib/process-services/src/lib/common/models/bpm-user.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/common/models/user-process.model.ts b/lib/process-services/src/lib/common/models/user-process.model.ts
index 8454afefe6..4f297d896b 100644
--- a/lib/process-services/src/lib/common/models/user-process.model.ts
+++ b/lib/process-services/src/lib/common/models/user-process.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/common/public-api.ts b/lib/process-services/src/lib/common/public-api.ts
index 948b091976..68796dc5f5 100644
--- a/lib/process-services/src/lib/common/public-api.ts
+++ b/lib/process-services/src/lib/common/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/common/services/people-process.service.spec.ts b/lib/process-services/src/lib/common/services/people-process.service.spec.ts
index 3d9a3312c7..c0007a21f0 100644
--- a/lib/process-services/src/lib/common/services/people-process.service.spec.ts
+++ b/lib/process-services/src/lib/common/services/people-process.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/common/services/people-process.service.ts b/lib/process-services/src/lib/common/services/people-process.service.ts
index 0874a37fb4..6d48e83393 100644
--- a/lib/process-services/src/lib/common/services/people-process.service.ts
+++ b/lib/process-services/src/lib/common/services/people-process.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/events/validate-dynamic-table-row.event.ts b/lib/process-services/src/lib/form/events/validate-dynamic-table-row.event.ts
index c7bde7c572..b46443bcff 100644
--- a/lib/process-services/src/lib/form/events/validate-dynamic-table-row.event.ts
+++ b/lib/process-services/src/lib/form/events/validate-dynamic-table-row.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/form-custom-outcomes.component.ts b/lib/process-services/src/lib/form/form-custom-outcomes.component.ts
index 56bcb70cef..49f0fe7542 100644
--- a/lib/process-services/src/lib/form/form-custom-outcomes.component.ts
+++ b/lib/process-services/src/lib/form/form-custom-outcomes.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/form-list/form-list.component.spec.ts b/lib/process-services/src/lib/form/form-list/form-list.component.spec.ts
index d165677ba7..7cf82ead8b 100644
--- a/lib/process-services/src/lib/form/form-list/form-list.component.spec.ts
+++ b/lib/process-services/src/lib/form/form-list/form-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/form-list/form-list.component.ts b/lib/process-services/src/lib/form/form-list/form-list.component.ts
index 858bc01a3e..3c6e14371c 100644
--- a/lib/process-services/src/lib/form/form-list/form-list.component.ts
+++ b/lib/process-services/src/lib/form/form-list/form-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/form.component.spec.ts b/lib/process-services/src/lib/form/form.component.spec.ts
index 652377159e..10a59333b4 100644
--- a/lib/process-services/src/lib/form/form.component.spec.ts
+++ b/lib/process-services/src/lib/form/form.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/form.component.ts b/lib/process-services/src/lib/form/form.component.ts
index b7c4dfa11f..8c010cd0c6 100644
--- a/lib/process-services/src/lib/form/form.component.ts
+++ b/lib/process-services/src/lib/form/form.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/form.component.visibility.spec.ts b/lib/process-services/src/lib/form/form.component.visibility.spec.ts
index 44ffd78093..0f6e8994ea 100644
--- a/lib/process-services/src/lib/form/form.component.visibility.spec.ts
+++ b/lib/process-services/src/lib/form/form.component.visibility.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/form.module.ts b/lib/process-services/src/lib/form/form.module.ts
index af44d257e5..e705e7ac65 100644
--- a/lib/process-services/src/lib/form/form.module.ts
+++ b/lib/process-services/src/lib/form/form.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/index.ts b/lib/process-services/src/lib/form/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/form/index.ts
+++ b/lib/process-services/src/lib/form/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/model/form-definition.model.ts b/lib/process-services/src/lib/form/model/form-definition.model.ts
index 080288afe1..b5f9ec5d2c 100644
--- a/lib/process-services/src/lib/form/model/form-definition.model.ts
+++ b/lib/process-services/src/lib/form/model/form-definition.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/process-form-rendering.service.spec.ts b/lib/process-services/src/lib/form/process-form-rendering.service.spec.ts
index 086d45ee60..4605c6e40f 100644
--- a/lib/process-services/src/lib/form/process-form-rendering.service.spec.ts
+++ b/lib/process-services/src/lib/form/process-form-rendering.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/process-form-rendering.service.ts b/lib/process-services/src/lib/form/process-form-rendering.service.ts
index 4e3287b826..1c55a148bc 100644
--- a/lib/process-services/src/lib/form/process-form-rendering.service.ts
+++ b/lib/process-services/src/lib/form/process-form-rendering.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/public-api.ts b/lib/process-services/src/lib/form/public-api.ts
index 4856553bbd..adbb911d96 100644
--- a/lib/process-services/src/lib/form/public-api.ts
+++ b/lib/process-services/src/lib/form/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/activiti-alfresco.service.ts b/lib/process-services/src/lib/form/services/activiti-alfresco.service.ts
index a7c3c3aec8..cefc4dcf81 100644
--- a/lib/process-services/src/lib/form/services/activiti-alfresco.service.ts
+++ b/lib/process-services/src/lib/form/services/activiti-alfresco.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/ecm-model.service.spec.ts b/lib/process-services/src/lib/form/services/ecm-model.service.spec.ts
index 51a560f40c..7e709744e1 100644
--- a/lib/process-services/src/lib/form/services/ecm-model.service.spec.ts
+++ b/lib/process-services/src/lib/form/services/ecm-model.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/ecm-model.service.ts b/lib/process-services/src/lib/form/services/ecm-model.service.ts
index 94996076d6..5b7e3c4ab9 100644
--- a/lib/process-services/src/lib/form/services/ecm-model.service.ts
+++ b/lib/process-services/src/lib/form/services/ecm-model.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/editor.service.ts b/lib/process-services/src/lib/form/services/editor.service.ts
index 460cd70df9..890f8107db 100644
--- a/lib/process-services/src/lib/form/services/editor.service.ts
+++ b/lib/process-services/src/lib/form/services/editor.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/external-alfresco-api.service.ts b/lib/process-services/src/lib/form/services/external-alfresco-api.service.ts
index 8fcd365663..ff60dc8311 100644
--- a/lib/process-services/src/lib/form/services/external-alfresco-api.service.ts
+++ b/lib/process-services/src/lib/form/services/external-alfresco-api.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/index.ts b/lib/process-services/src/lib/form/services/index.ts
index 2b41c2aec1..7ee891e11a 100644
--- a/lib/process-services/src/lib/form/services/index.ts
+++ b/lib/process-services/src/lib/form/services/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/model.service.ts b/lib/process-services/src/lib/form/services/model.service.ts
index 2310fefa90..d32f4fb98d 100644
--- a/lib/process-services/src/lib/form/services/model.service.ts
+++ b/lib/process-services/src/lib/form/services/model.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/process-content.service.spec.ts b/lib/process-services/src/lib/form/services/process-content.service.spec.ts
index 0d9d30dd77..57d69b74f1 100644
--- a/lib/process-services/src/lib/form/services/process-content.service.spec.ts
+++ b/lib/process-services/src/lib/form/services/process-content.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/process-content.service.ts b/lib/process-services/src/lib/form/services/process-content.service.ts
index 705d977e6c..fe9f49984b 100644
--- a/lib/process-services/src/lib/form/services/process-content.service.ts
+++ b/lib/process-services/src/lib/form/services/process-content.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/process-definition.service.ts b/lib/process-services/src/lib/form/services/process-definition.service.ts
index 1b00e1d529..627186dbf1 100644
--- a/lib/process-services/src/lib/form/services/process-definition.service.ts
+++ b/lib/process-services/src/lib/form/services/process-definition.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/task-form.service.ts b/lib/process-services/src/lib/form/services/task-form.service.ts
index d0114324be..886f7faeff 100644
--- a/lib/process-services/src/lib/form/services/task-form.service.ts
+++ b/lib/process-services/src/lib/form/services/task-form.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/services/task.service.ts b/lib/process-services/src/lib/form/services/task.service.ts
index c9bda8e6d3..31ea884fc8 100644
--- a/lib/process-services/src/lib/form/services/task.service.ts
+++ b/lib/process-services/src/lib/form/services/task.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/start-form.component.mock.ts b/lib/process-services/src/lib/form/start-form.component.mock.ts
index 685152efc5..9d7594bd6e 100644
--- a/lib/process-services/src/lib/form/start-form.component.mock.ts
+++ b/lib/process-services/src/lib/form/start-form.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/start-form.component.spec.ts b/lib/process-services/src/lib/form/start-form.component.spec.ts
index 43779f0765..880c44940d 100644
--- a/lib/process-services/src/lib/form/start-form.component.spec.ts
+++ b/lib/process-services/src/lib/form/start-form.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/start-form.component.ts b/lib/process-services/src/lib/form/start-form.component.ts
index 5eb796f042..36061b1f50 100644
--- a/lib/process-services/src/lib/form/start-form.component.ts
+++ b/lib/process-services/src/lib/form/start-form.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog-component.interface.ts b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog-component.interface.ts
index 201389ae46..41929f455a 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog-component.interface.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog-component.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.spec.ts b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.spec.ts
index 3d73032960..8544090c6c 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.ts b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.ts
index 57698741ce..2a61ca576a 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.service.spec.ts b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.service.spec.ts
index 20f6900b41..06c7df1606 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.service.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.service.ts b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.service.ts
index fd42e41e3c..d6563197eb 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.service.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.spec.ts b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.spec.ts
index 7d83a3ab34..7d12df7323 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.ts b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.ts
index a261e7d8cc..a06a1bc942 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-folder-widget.component.spec.ts b/lib/process-services/src/lib/form/widgets/content-widget/attach-folder-widget.component.spec.ts
index 3bcbaf7520..e9e7983b29 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/attach-folder-widget.component.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-folder-widget.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-folder-widget.component.ts b/lib/process-services/src/lib/form/widgets/content-widget/attach-folder-widget.component.ts
index 37868400a5..d251eddf64 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/attach-folder-widget.component.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-folder-widget.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/content-widget.module.ts b/lib/process-services/src/lib/form/widgets/content-widget/content-widget.module.ts
index 4a4fa29c6b..e87339c8b8 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/content-widget.module.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/content-widget.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/index.ts b/lib/process-services/src/lib/form/widgets/content-widget/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/index.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/content-widget/public-api.ts b/lib/process-services/src/lib/form/widgets/content-widget/public-api.ts
index 0a767ddd46..1545300a27 100644
--- a/lib/process-services/src/lib/form/widgets/content-widget/public-api.ts
+++ b/lib/process-services/src/lib/form/widgets/content-widget/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/document/content.widget.spec.ts b/lib/process-services/src/lib/form/widgets/document/content.widget.spec.ts
index 8893db0f9c..f36aa4926d 100644
--- a/lib/process-services/src/lib/form/widgets/document/content.widget.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/document/content.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/document/content.widget.ts b/lib/process-services/src/lib/form/widgets/document/content.widget.ts
index cb5fd45d1e..892f4ca3ae 100644
--- a/lib/process-services/src/lib/form/widgets/document/content.widget.ts
+++ b/lib/process-services/src/lib/form/widgets/document/content.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/document/document.widget.ts b/lib/process-services/src/lib/form/widgets/document/document.widget.ts
index ccb05dedbe..77bd1df43b 100644
--- a/lib/process-services/src/lib/form/widgets/document/document.widget.ts
+++ b/lib/process-services/src/lib/form/widgets/document/document.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.spec.ts b/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.spec.ts
index ed50543138..02efa02984 100644
--- a/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.ts b/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.ts
index 7f90b9ed84..6f7ded746e 100644
--- a/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.ts
+++ b/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.module.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.module.ts
index 9ae13d4ed5..acb87d7842 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.module.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.widget.spec.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.widget.spec.ts
index 64f63f7f6e..97da391691 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.widget.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.widget.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.widget.ts
index f210d71cc8..ae8cd8fc1e 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.widget.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/dynamic-table.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/amount/amount.editor.spec.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/amount/amount.editor.spec.ts
index b79e07147f..a60b229418 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/amount/amount.editor.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/amount/amount.editor.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/amount/amount.editor.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/amount/amount.editor.ts
index 24ce5c4c3b..e6c16daa0c 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/amount/amount.editor.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/amount/amount.editor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/boolean/boolean.editor.spec.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/boolean/boolean.editor.spec.ts
index d0c1e7aeae..47420b0f82 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/boolean/boolean.editor.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/boolean/boolean.editor.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/boolean/boolean.editor.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/boolean/boolean.editor.ts
index e05e44b340..3543c4afd1 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/boolean/boolean.editor.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/boolean/boolean.editor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/date/date.editor.spec.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/date/date.editor.spec.ts
index 7d794ec8db..620b8071ba 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/date/date.editor.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/date/date.editor.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/date/date.editor.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/date/date.editor.ts
index 80520bcdc3..e4b082fdc7 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/date/date.editor.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/date/date.editor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/datetime/datetime.editor.spec.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/datetime/datetime.editor.spec.ts
index a321d1ed3b..6b48c72bb1 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/datetime/datetime.editor.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/datetime/datetime.editor.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/datetime/datetime.editor.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/datetime/datetime.editor.ts
index 3406ec58bb..5e22efe9bd 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/datetime/datetime.editor.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/datetime/datetime.editor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts
index ef431a6b0d..5bf444bd48 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/dropdown/dropdown.editor.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts
index cf162e2401..8b72509f8e 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/dropdown/dropdown.editor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/cell-validator.model.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/cell-validator.model.ts
index c702cb3919..8f8cea5905 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/cell-validator.model.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/cell-validator.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/date-cell-validator-model.spec.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/date-cell-validator-model.spec.ts
index a370f810ff..347c7fdd2c 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/date-cell-validator-model.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/date-cell-validator-model.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/date-cell-validator-model.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/date-cell-validator-model.ts
index 40266ea6a4..bc96135bad 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/date-cell-validator-model.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/date-cell-validator-model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-row-validation-summary.model.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-row-validation-summary.model.ts
index a31afec798..0d7bd42b4f 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-row-validation-summary.model.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-row-validation-summary.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-column-option.model.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-column-option.model.ts
index 33fa50da2b..c7ab17fa1b 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-column-option.model.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-column-option.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-column.model.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-column.model.ts
index 1478de9d73..91a3e5ca8d 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-column.model.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-column.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-row.model.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-row.model.ts
index 584e9e23d8..a225d52760 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-row.model.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table-row.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table.widget.model.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table.widget.model.ts
index 36604f326e..3181504eba 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table.widget.model.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/dynamic-table.widget.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/number-cell-validator.model.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/number-cell-validator.model.ts
index 272eec7868..47fd29428a 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/number-cell-validator.model.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/number-cell-validator.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/required-cell-validator.model.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/required-cell-validator.model.ts
index c01d1ba847..25e94f6580 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/required-cell-validator.model.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/models/required-cell-validator.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/row-editor/row.editor.spec.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/row-editor/row.editor.spec.ts
index 17f22e4bc0..cbbc83c530 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/row-editor/row.editor.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/row-editor/row.editor.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/row-editor/row.editor.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/row-editor/row.editor.ts
index 6f85a8bd97..65f4495bb7 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/row-editor/row.editor.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/row-editor/row.editor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/text/text.editor.spec.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/text/text.editor.spec.ts
index 3042181f27..b95879ad13 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/text/text.editor.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/text/text.editor.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/text/text.editor.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/text/text.editor.ts
index bf018e44ac..d10fc1d870 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/editors/text/text.editor.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/editors/text/text.editor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/index.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/index.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/dynamic-table/public-api.ts b/lib/process-services/src/lib/form/widgets/dynamic-table/public-api.ts
index 34b82f3c68..43b6700c3b 100644
--- a/lib/process-services/src/lib/form/widgets/dynamic-table/public-api.ts
+++ b/lib/process-services/src/lib/form/widgets/dynamic-table/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/file-viewer/file-viewer.widget.spec.ts b/lib/process-services/src/lib/form/widgets/file-viewer/file-viewer.widget.spec.ts
index a56baa1857..ba46a40265 100644
--- a/lib/process-services/src/lib/form/widgets/file-viewer/file-viewer.widget.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/file-viewer/file-viewer.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/file-viewer/file-viewer.widget.ts b/lib/process-services/src/lib/form/widgets/file-viewer/file-viewer.widget.ts
index 31f81cf3da..2005f3abab 100644
--- a/lib/process-services/src/lib/form/widgets/file-viewer/file-viewer.widget.ts
+++ b/lib/process-services/src/lib/form/widgets/file-viewer/file-viewer.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/functional-group/functional-group.widget.spec.ts b/lib/process-services/src/lib/form/widgets/functional-group/functional-group.widget.spec.ts
index 5205098529..67cd9b844a 100644
--- a/lib/process-services/src/lib/form/widgets/functional-group/functional-group.widget.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/functional-group/functional-group.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/functional-group/functional-group.widget.ts b/lib/process-services/src/lib/form/widgets/functional-group/functional-group.widget.ts
index 8fa4f13d72..fe478482e0 100644
--- a/lib/process-services/src/lib/form/widgets/functional-group/functional-group.widget.ts
+++ b/lib/process-services/src/lib/form/widgets/functional-group/functional-group.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/index.ts b/lib/process-services/src/lib/form/widgets/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/form/widgets/index.ts
+++ b/lib/process-services/src/lib/form/widgets/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/people/people.widget.spec.ts b/lib/process-services/src/lib/form/widgets/people/people.widget.spec.ts
index 82f77ac34f..aedbdbd7c9 100644
--- a/lib/process-services/src/lib/form/widgets/people/people.widget.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/people/people.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/people/people.widget.ts b/lib/process-services/src/lib/form/widgets/people/people.widget.ts
index 7dc166da5d..287de1adfe 100644
--- a/lib/process-services/src/lib/form/widgets/people/people.widget.ts
+++ b/lib/process-services/src/lib/form/widgets/people/people.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/public-api.ts b/lib/process-services/src/lib/form/widgets/public-api.ts
index 40949ef14e..f856ee1765 100644
--- a/lib/process-services/src/lib/form/widgets/public-api.ts
+++ b/lib/process-services/src/lib/form/widgets/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/radio-buttons/radio-buttons.widget.spec.ts b/lib/process-services/src/lib/form/widgets/radio-buttons/radio-buttons.widget.spec.ts
index 0209c81584..cae79d9ff2 100644
--- a/lib/process-services/src/lib/form/widgets/radio-buttons/radio-buttons.widget.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/radio-buttons/radio-buttons.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/radio-buttons/radio-buttons.widget.ts b/lib/process-services/src/lib/form/widgets/radio-buttons/radio-buttons.widget.ts
index 8718a128c3..d1c3a9e2e6 100644
--- a/lib/process-services/src/lib/form/widgets/radio-buttons/radio-buttons.widget.ts
+++ b/lib/process-services/src/lib/form/widgets/radio-buttons/radio-buttons.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/typeahead/typeahead.widget.spec.ts b/lib/process-services/src/lib/form/widgets/typeahead/typeahead.widget.spec.ts
index 8763d1529d..8fc509fce8 100644
--- a/lib/process-services/src/lib/form/widgets/typeahead/typeahead.widget.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/typeahead/typeahead.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/typeahead/typeahead.widget.ts b/lib/process-services/src/lib/form/widgets/typeahead/typeahead.widget.ts
index 5ef82f16ee..992ed0b5ea 100644
--- a/lib/process-services/src/lib/form/widgets/typeahead/typeahead.widget.ts
+++ b/lib/process-services/src/lib/form/widgets/typeahead/typeahead.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/upload/upload.widget.spec.ts b/lib/process-services/src/lib/form/widgets/upload/upload.widget.spec.ts
index 542c4a56ff..fc5155dc91 100644
--- a/lib/process-services/src/lib/form/widgets/upload/upload.widget.spec.ts
+++ b/lib/process-services/src/lib/form/widgets/upload/upload.widget.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/form/widgets/upload/upload.widget.ts b/lib/process-services/src/lib/form/widgets/upload/upload.widget.ts
index 72bf0cf93b..c872605e69 100644
--- a/lib/process-services/src/lib/form/widgets/upload/upload.widget.ts
+++ b/lib/process-services/src/lib/form/widgets/upload/upload.widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/material.module.ts b/lib/process-services/src/lib/material.module.ts
index 5e6debbd00..051ba4306d 100644
--- a/lib/process-services/src/lib/material.module.ts
+++ b/lib/process-services/src/lib/material.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/apps-list.mock.ts b/lib/process-services/src/lib/mock/apps-list.mock.ts
index c86e13697f..1dfcab27c7 100644
--- a/lib/process-services/src/lib/mock/apps-list.mock.ts
+++ b/lib/process-services/src/lib/mock/apps-list.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/index.ts b/lib/process-services/src/lib/mock/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/mock/index.ts
+++ b/lib/process-services/src/lib/mock/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/process/process-attachments.mock.ts b/lib/process-services/src/lib/mock/process/process-attachments.mock.ts
index ee97761df1..41bc9908c3 100644
--- a/lib/process-services/src/lib/mock/process/process-attachments.mock.ts
+++ b/lib/process-services/src/lib/mock/process/process-attachments.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/process/process-comments.mock.ts b/lib/process-services/src/lib/mock/process/process-comments.mock.ts
index e74571a767..394b29161a 100644
--- a/lib/process-services/src/lib/mock/process/process-comments.mock.ts
+++ b/lib/process-services/src/lib/mock/process/process-comments.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/process/process-filters.mock.ts b/lib/process-services/src/lib/mock/process/process-filters.mock.ts
index b1755f17d5..7e687d0f2d 100644
--- a/lib/process-services/src/lib/mock/process/process-filters.mock.ts
+++ b/lib/process-services/src/lib/mock/process/process-filters.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/process/process-instances-list.mock.ts b/lib/process-services/src/lib/mock/process/process-instances-list.mock.ts
index 95b2216541..c22e9ac4f0 100644
--- a/lib/process-services/src/lib/mock/process/process-instances-list.mock.ts
+++ b/lib/process-services/src/lib/mock/process/process-instances-list.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/process/process.model.mock.ts b/lib/process-services/src/lib/mock/process/process.model.mock.ts
index 9714060961..c34848a035 100644
--- a/lib/process-services/src/lib/mock/process/process.model.mock.ts
+++ b/lib/process-services/src/lib/mock/process/process.model.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/process/process.service.mock.ts b/lib/process-services/src/lib/mock/process/process.service.mock.ts
index 94b4583f53..8a7c089b1d 100644
--- a/lib/process-services/src/lib/mock/process/process.service.mock.ts
+++ b/lib/process-services/src/lib/mock/process/process.service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/process/start-process.component.mock.ts b/lib/process-services/src/lib/mock/process/start-process.component.mock.ts
index f636d79868..6891603dad 100644
--- a/lib/process-services/src/lib/mock/process/start-process.component.mock.ts
+++ b/lib/process-services/src/lib/mock/process/start-process.component.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/public-api.ts b/lib/process-services/src/lib/mock/public-api.ts
index 0d7ee60207..e75e5328ae 100644
--- a/lib/process-services/src/lib/mock/public-api.ts
+++ b/lib/process-services/src/lib/mock/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/task/task-attachments.mock.ts b/lib/process-services/src/lib/mock/task/task-attachments.mock.ts
index 5430815d66..ff1f321d1d 100644
--- a/lib/process-services/src/lib/mock/task/task-attachments.mock.ts
+++ b/lib/process-services/src/lib/mock/task/task-attachments.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/task/task-details.mock.ts b/lib/process-services/src/lib/mock/task/task-details.mock.ts
index c6eafb8385..b5e49d27be 100644
--- a/lib/process-services/src/lib/mock/task/task-details.mock.ts
+++ b/lib/process-services/src/lib/mock/task/task-details.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/task/task-filters.mock.ts b/lib/process-services/src/lib/mock/task/task-filters.mock.ts
index 6d36ff9bec..37ba1a5906 100644
--- a/lib/process-services/src/lib/mock/task/task-filters.mock.ts
+++ b/lib/process-services/src/lib/mock/task/task-filters.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/task/task-list.mock.ts b/lib/process-services/src/lib/mock/task/task-list.mock.ts
index af07ac9ede..23906f4c1e 100644
--- a/lib/process-services/src/lib/mock/task/task-list.mock.ts
+++ b/lib/process-services/src/lib/mock/task/task-list.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/mock/task/tasklist-service.mock.ts b/lib/process-services/src/lib/mock/task/tasklist-service.mock.ts
index a2032cb222..c7a458923d 100644
--- a/lib/process-services/src/lib/mock/task/tasklist-service.mock.ts
+++ b/lib/process-services/src/lib/mock/task/tasklist-service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/components/people-list/people-list.component.spec.ts b/lib/process-services/src/lib/people/components/people-list/people-list.component.spec.ts
index 7d92fc6d9e..ab0cb1eacd 100644
--- a/lib/process-services/src/lib/people/components/people-list/people-list.component.spec.ts
+++ b/lib/process-services/src/lib/people/components/people-list/people-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/components/people-list/people-list.component.ts b/lib/process-services/src/lib/people/components/people-list/people-list.component.ts
index 3718b19fc0..1ba4240425 100644
--- a/lib/process-services/src/lib/people/components/people-list/people-list.component.ts
+++ b/lib/process-services/src/lib/people/components/people-list/people-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/components/people-search-field/people-search-field.component.spec.ts b/lib/process-services/src/lib/people/components/people-search-field/people-search-field.component.spec.ts
index 843e18b6c4..f4be31fe68 100644
--- a/lib/process-services/src/lib/people/components/people-search-field/people-search-field.component.spec.ts
+++ b/lib/process-services/src/lib/people/components/people-search-field/people-search-field.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/components/people-search-field/people-search-field.component.ts b/lib/process-services/src/lib/people/components/people-search-field/people-search-field.component.ts
index f6ce873384..2167def22a 100644
--- a/lib/process-services/src/lib/people/components/people-search-field/people-search-field.component.ts
+++ b/lib/process-services/src/lib/people/components/people-search-field/people-search-field.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/components/people-search/people-search.component.spec.ts b/lib/process-services/src/lib/people/components/people-search/people-search.component.spec.ts
index 41d5161756..e5c3c3775d 100644
--- a/lib/process-services/src/lib/people/components/people-search/people-search.component.spec.ts
+++ b/lib/process-services/src/lib/people/components/people-search/people-search.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/components/people-search/people-search.component.ts b/lib/process-services/src/lib/people/components/people-search/people-search.component.ts
index dbb8416d7e..a7d41d8db9 100644
--- a/lib/process-services/src/lib/people/components/people-search/people-search.component.ts
+++ b/lib/process-services/src/lib/people/components/people-search/people-search.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/components/people-selector/people-selector.component.spec.ts b/lib/process-services/src/lib/people/components/people-selector/people-selector.component.spec.ts
index c235eaa9cf..2703d02081 100644
--- a/lib/process-services/src/lib/people/components/people-selector/people-selector.component.spec.ts
+++ b/lib/process-services/src/lib/people/components/people-selector/people-selector.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/components/people-selector/people-selector.component.ts b/lib/process-services/src/lib/people/components/people-selector/people-selector.component.ts
index aecfef018f..a967d7652d 100644
--- a/lib/process-services/src/lib/people/components/people-selector/people-selector.component.ts
+++ b/lib/process-services/src/lib/people/components/people-selector/people-selector.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/components/people/people.component.spec.ts b/lib/process-services/src/lib/people/components/people/people.component.spec.ts
index 9297bab5e7..37d019c903 100644
--- a/lib/process-services/src/lib/people/components/people/people.component.spec.ts
+++ b/lib/process-services/src/lib/people/components/people/people.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/components/people/people.component.ts b/lib/process-services/src/lib/people/components/people/people.component.ts
index f96385be4f..537e565c78 100644
--- a/lib/process-services/src/lib/people/components/people/people.component.ts
+++ b/lib/process-services/src/lib/people/components/people/people.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/directives/people-search-action-label.directive.ts b/lib/process-services/src/lib/people/directives/people-search-action-label.directive.ts
index 787b1860e9..3301613427 100644
--- a/lib/process-services/src/lib/people/directives/people-search-action-label.directive.ts
+++ b/lib/process-services/src/lib/people/directives/people-search-action-label.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/directives/people-search-title.directive.ts b/lib/process-services/src/lib/people/directives/people-search-title.directive.ts
index 34c2384ab3..7300839f23 100644
--- a/lib/process-services/src/lib/people/directives/people-search-title.directive.ts
+++ b/lib/process-services/src/lib/people/directives/people-search-title.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/helpers/get-display-user.ts b/lib/process-services/src/lib/people/helpers/get-display-user.ts
index 0814e861fd..7db154617c 100644
--- a/lib/process-services/src/lib/people/helpers/get-display-user.ts
+++ b/lib/process-services/src/lib/people/helpers/get-display-user.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/index.ts b/lib/process-services/src/lib/people/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/people/index.ts
+++ b/lib/process-services/src/lib/people/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/interfaces/perform-search-callback.interface.ts b/lib/process-services/src/lib/people/interfaces/perform-search-callback.interface.ts
index 36f5499256..67b922b5c4 100644
--- a/lib/process-services/src/lib/people/interfaces/perform-search-callback.interface.ts
+++ b/lib/process-services/src/lib/people/interfaces/perform-search-callback.interface.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/people.module.ts b/lib/process-services/src/lib/people/people.module.ts
index 9231a98328..ea6ea86e97 100644
--- a/lib/process-services/src/lib/people/people.module.ts
+++ b/lib/process-services/src/lib/people/people.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/people/public-api.ts b/lib/process-services/src/lib/people/public-api.ts
index da3d6777c8..ca0c39f8ae 100644
--- a/lib/process-services/src/lib/people/public-api.ts
+++ b/lib/process-services/src/lib/people/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-comments/index.ts b/lib/process-services/src/lib/process-comments/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/process-comments/index.ts
+++ b/lib/process-services/src/lib/process-comments/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-comments/mock/comment-process-service.mock.ts b/lib/process-services/src/lib/process-comments/mock/comment-process-service.mock.ts
index 4fa80f4a99..2e77cf3e73 100644
--- a/lib/process-services/src/lib/process-comments/mock/comment-process-service.mock.ts
+++ b/lib/process-services/src/lib/process-comments/mock/comment-process-service.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-comments/mock/comment-process.mock.ts b/lib/process-services/src/lib/process-comments/mock/comment-process.mock.ts
index 6ba7b188a4..fba4e69e9c 100644
--- a/lib/process-services/src/lib/process-comments/mock/comment-process.mock.ts
+++ b/lib/process-services/src/lib/process-comments/mock/comment-process.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-comments/process-comments.component.spec.ts b/lib/process-services/src/lib/process-comments/process-comments.component.spec.ts
index a2b7e4941c..04bfae1511 100644
--- a/lib/process-services/src/lib/process-comments/process-comments.component.spec.ts
+++ b/lib/process-services/src/lib/process-comments/process-comments.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-comments/process-comments.component.ts b/lib/process-services/src/lib/process-comments/process-comments.component.ts
index 9bbad2b2fe..bc772d89ae 100644
--- a/lib/process-services/src/lib/process-comments/process-comments.component.ts
+++ b/lib/process-services/src/lib/process-comments/process-comments.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-comments/process-comments.module.ts b/lib/process-services/src/lib/process-comments/process-comments.module.ts
index 0b4bc43c3d..e516fb360c 100644
--- a/lib/process-services/src/lib/process-comments/process-comments.module.ts
+++ b/lib/process-services/src/lib/process-comments/process-comments.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-comments/public-api.ts b/lib/process-services/src/lib/process-comments/public-api.ts
index 030d811df0..b3c5d98d50 100644
--- a/lib/process-services/src/lib/process-comments/public-api.ts
+++ b/lib/process-services/src/lib/process-comments/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-comments/services/comment-process.service.ts b/lib/process-services/src/lib/process-comments/services/comment-process.service.ts
index 6fedc59666..7a502f1e39 100644
--- a/lib/process-services/src/lib/process-comments/services/comment-process.service.ts
+++ b/lib/process-services/src/lib/process-comments/services/comment-process.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-audit.directive.spec.ts b/lib/process-services/src/lib/process-list/components/process-audit.directive.spec.ts
index 893e46fa1e..92e941f3f1 100644
--- a/lib/process-services/src/lib/process-list/components/process-audit.directive.spec.ts
+++ b/lib/process-services/src/lib/process-list/components/process-audit.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-audit.directive.ts b/lib/process-services/src/lib/process-list/components/process-audit.directive.ts
index 4113214546..bbf0ab7f14 100644
--- a/lib/process-services/src/lib/process-list/components/process-audit.directive.ts
+++ b/lib/process-services/src/lib/process-list/components/process-audit.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-filters.component.spec.ts b/lib/process-services/src/lib/process-list/components/process-filters.component.spec.ts
index 8d9b80dd88..47706d8a03 100644
--- a/lib/process-services/src/lib/process-list/components/process-filters.component.spec.ts
+++ b/lib/process-services/src/lib/process-list/components/process-filters.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-filters.component.ts b/lib/process-services/src/lib/process-list/components/process-filters.component.ts
index 6023f338f1..94a0447974 100644
--- a/lib/process-services/src/lib/process-list/components/process-filters.component.ts
+++ b/lib/process-services/src/lib/process-list/components/process-filters.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-instance-details.component.spec.ts b/lib/process-services/src/lib/process-list/components/process-instance-details.component.spec.ts
index 6c7238e2d4..3e9436b82b 100644
--- a/lib/process-services/src/lib/process-list/components/process-instance-details.component.spec.ts
+++ b/lib/process-services/src/lib/process-list/components/process-instance-details.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-instance-details.component.ts b/lib/process-services/src/lib/process-list/components/process-instance-details.component.ts
index fd508b1872..9fc01cd778 100644
--- a/lib/process-services/src/lib/process-list/components/process-instance-details.component.ts
+++ b/lib/process-services/src/lib/process-list/components/process-instance-details.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-instance-header.component.spec.ts b/lib/process-services/src/lib/process-list/components/process-instance-header.component.spec.ts
index 436b63959c..5fb81e5097 100644
--- a/lib/process-services/src/lib/process-list/components/process-instance-header.component.spec.ts
+++ b/lib/process-services/src/lib/process-list/components/process-instance-header.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-instance-header.component.ts b/lib/process-services/src/lib/process-list/components/process-instance-header.component.ts
index 1c3dd2c250..c723d819d6 100644
--- a/lib/process-services/src/lib/process-list/components/process-instance-header.component.ts
+++ b/lib/process-services/src/lib/process-list/components/process-instance-header.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.spec.ts b/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.spec.ts
index cbfd6c8ebd..05876b59d2 100644
--- a/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.spec.ts
+++ b/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.ts b/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.ts
index 5bec801fa2..0e6121766c 100644
--- a/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.ts
+++ b/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-list.component.spec.ts b/lib/process-services/src/lib/process-list/components/process-list.component.spec.ts
index c8be203e34..4ab58a4d61 100644
--- a/lib/process-services/src/lib/process-list/components/process-list.component.spec.ts
+++ b/lib/process-services/src/lib/process-list/components/process-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/process-list.component.ts b/lib/process-services/src/lib/process-list/components/process-list.component.ts
index c09e7f7e9f..fde6c4e365 100644
--- a/lib/process-services/src/lib/process-list/components/process-list.component.ts
+++ b/lib/process-services/src/lib/process-list/components/process-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/start-process.component.spec.ts b/lib/process-services/src/lib/process-list/components/start-process.component.spec.ts
index dc13389b0a..4c991b9dc2 100644
--- a/lib/process-services/src/lib/process-list/components/start-process.component.spec.ts
+++ b/lib/process-services/src/lib/process-list/components/start-process.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/components/start-process.component.ts b/lib/process-services/src/lib/process-list/components/start-process.component.ts
index 15aa9a0ada..bda7f9719e 100644
--- a/lib/process-services/src/lib/process-list/components/start-process.component.ts
+++ b/lib/process-services/src/lib/process-list/components/start-process.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/index.ts b/lib/process-services/src/lib/process-list/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/process-list/index.ts
+++ b/lib/process-services/src/lib/process-list/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/models/filter-process.model.ts b/lib/process-services/src/lib/process-list/models/filter-process.model.ts
index 2b5a3737b6..35cceddc90 100644
--- a/lib/process-services/src/lib/process-list/models/filter-process.model.ts
+++ b/lib/process-services/src/lib/process-list/models/filter-process.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/models/process-definition.model.ts b/lib/process-services/src/lib/process-list/models/process-definition.model.ts
index d1490834ac..4bfa254d1d 100644
--- a/lib/process-services/src/lib/process-list/models/process-definition.model.ts
+++ b/lib/process-services/src/lib/process-list/models/process-definition.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/models/process-instance-filter.model.ts b/lib/process-services/src/lib/process-list/models/process-instance-filter.model.ts
index 59b0fda0f8..fac88a6bad 100644
--- a/lib/process-services/src/lib/process-list/models/process-instance-filter.model.ts
+++ b/lib/process-services/src/lib/process-list/models/process-instance-filter.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/models/process-instance-variable.model.ts b/lib/process-services/src/lib/process-list/models/process-instance-variable.model.ts
index 2b712d7b10..6b68fbadd4 100644
--- a/lib/process-services/src/lib/process-list/models/process-instance-variable.model.ts
+++ b/lib/process-services/src/lib/process-list/models/process-instance-variable.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/models/process-instance.model.ts b/lib/process-services/src/lib/process-list/models/process-instance.model.ts
index 5c4276b303..4b56f19e14 100644
--- a/lib/process-services/src/lib/process-list/models/process-instance.model.ts
+++ b/lib/process-services/src/lib/process-list/models/process-instance.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/models/process-list.model.ts b/lib/process-services/src/lib/process-list/models/process-list.model.ts
index 830a121ac7..23ec423340 100644
--- a/lib/process-services/src/lib/process-list/models/process-list.model.ts
+++ b/lib/process-services/src/lib/process-list/models/process-list.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/models/process-preset.model.ts b/lib/process-services/src/lib/process-list/models/process-preset.model.ts
index 7b04de839c..81ac46f3d7 100644
--- a/lib/process-services/src/lib/process-list/models/process-preset.model.ts
+++ b/lib/process-services/src/lib/process-list/models/process-preset.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/process-list.module.ts b/lib/process-services/src/lib/process-list/process-list.module.ts
index c9862ae5f6..1870f8b8c9 100644
--- a/lib/process-services/src/lib/process-list/process-list.module.ts
+++ b/lib/process-services/src/lib/process-list/process-list.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/public-api.ts b/lib/process-services/src/lib/process-list/public-api.ts
index 66af9fe8d1..f2e0fcc09e 100644
--- a/lib/process-services/src/lib/process-list/public-api.ts
+++ b/lib/process-services/src/lib/process-list/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/services/process-filter.service.spec.ts b/lib/process-services/src/lib/process-list/services/process-filter.service.spec.ts
index f7d74156ee..19f31e4864 100644
--- a/lib/process-services/src/lib/process-list/services/process-filter.service.spec.ts
+++ b/lib/process-services/src/lib/process-list/services/process-filter.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/services/process-filter.service.ts b/lib/process-services/src/lib/process-list/services/process-filter.service.ts
index fd6e318425..803e19e7a7 100644
--- a/lib/process-services/src/lib/process-list/services/process-filter.service.ts
+++ b/lib/process-services/src/lib/process-list/services/process-filter.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/services/process.service.spec.ts b/lib/process-services/src/lib/process-list/services/process.service.spec.ts
index 807bd703a7..2b43b31088 100644
--- a/lib/process-services/src/lib/process-list/services/process.service.spec.ts
+++ b/lib/process-services/src/lib/process-list/services/process.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-list/services/process.service.ts b/lib/process-services/src/lib/process-list/services/process.service.ts
index a177a06654..456252c90e 100644
--- a/lib/process-services/src/lib/process-list/services/process.service.ts
+++ b/lib/process-services/src/lib/process-list/services/process.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-user-info/index.ts b/lib/process-services/src/lib/process-user-info/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/process-user-info/index.ts
+++ b/lib/process-services/src/lib/process-user-info/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-user-info/process-user-info.component.spec.ts b/lib/process-services/src/lib/process-user-info/process-user-info.component.spec.ts
index 0d93526f1a..b038811850 100644
--- a/lib/process-services/src/lib/process-user-info/process-user-info.component.spec.ts
+++ b/lib/process-services/src/lib/process-user-info/process-user-info.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-user-info/process-user-info.component.ts b/lib/process-services/src/lib/process-user-info/process-user-info.component.ts
index 3d4f2b84f1..55ddb04350 100644
--- a/lib/process-services/src/lib/process-user-info/process-user-info.component.ts
+++ b/lib/process-services/src/lib/process-user-info/process-user-info.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-user-info/process-user-info.module.ts b/lib/process-services/src/lib/process-user-info/process-user-info.module.ts
index 85490e252a..549ee7abba 100644
--- a/lib/process-services/src/lib/process-user-info/process-user-info.module.ts
+++ b/lib/process-services/src/lib/process-user-info/process-user-info.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process-user-info/public-api.ts b/lib/process-services/src/lib/process-user-info/public-api.ts
index 2a7188a0c0..cb9c393255 100644
--- a/lib/process-services/src/lib/process-user-info/public-api.ts
+++ b/lib/process-services/src/lib/process-user-info/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/process.module.ts b/lib/process-services/src/lib/process.module.ts
index 1226d2e606..e908615357 100644
--- a/lib/process-services/src/lib/process.module.ts
+++ b/lib/process-services/src/lib/process.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-comments/index.ts b/lib/process-services/src/lib/task-comments/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/task-comments/index.ts
+++ b/lib/process-services/src/lib/task-comments/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-comments/mocks/task-comments.mock.ts b/lib/process-services/src/lib/task-comments/mocks/task-comments.mock.ts
index a3a94b1e5e..feeb216136 100644
--- a/lib/process-services/src/lib/task-comments/mocks/task-comments.mock.ts
+++ b/lib/process-services/src/lib/task-comments/mocks/task-comments.mock.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-comments/public-api.ts b/lib/process-services/src/lib/task-comments/public-api.ts
index c686e73745..9f8ab1c2d5 100644
--- a/lib/process-services/src/lib/task-comments/public-api.ts
+++ b/lib/process-services/src/lib/task-comments/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-comments/services/task-comments.service.spec.ts b/lib/process-services/src/lib/task-comments/services/task-comments.service.spec.ts
index fe2bea74a6..e8beed959f 100644
--- a/lib/process-services/src/lib/task-comments/services/task-comments.service.spec.ts
+++ b/lib/process-services/src/lib/task-comments/services/task-comments.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-comments/services/task-comments.service.ts b/lib/process-services/src/lib/task-comments/services/task-comments.service.ts
index 75371c9a6f..1a32582a62 100644
--- a/lib/process-services/src/lib/task-comments/services/task-comments.service.ts
+++ b/lib/process-services/src/lib/task-comments/services/task-comments.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-comments/task-comments.component.ts b/lib/process-services/src/lib/task-comments/task-comments.component.ts
index 055dc4d97b..68cb88a68b 100644
--- a/lib/process-services/src/lib/task-comments/task-comments.component.ts
+++ b/lib/process-services/src/lib/task-comments/task-comments.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-comments/task-comments.module.ts b/lib/process-services/src/lib/task-comments/task-comments.module.ts
index 12c56d9ba8..4d6a426d9a 100644
--- a/lib/process-services/src/lib/task-comments/task-comments.module.ts
+++ b/lib/process-services/src/lib/task-comments/task-comments.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/attach-form.component.spec.ts b/lib/process-services/src/lib/task-list/components/attach-form.component.spec.ts
index d9c8a21d17..315595dd18 100644
--- a/lib/process-services/src/lib/task-list/components/attach-form.component.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/attach-form.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/attach-form.component.ts b/lib/process-services/src/lib/task-list/components/attach-form.component.ts
index 7178db4fdc..844fa30ed2 100644
--- a/lib/process-services/src/lib/task-list/components/attach-form.component.ts
+++ b/lib/process-services/src/lib/task-list/components/attach-form.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/checklist.component.spec.ts b/lib/process-services/src/lib/task-list/components/checklist.component.spec.ts
index 984f0e6ef0..6bd429e774 100644
--- a/lib/process-services/src/lib/task-list/components/checklist.component.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/checklist.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/checklist.component.ts b/lib/process-services/src/lib/task-list/components/checklist.component.ts
index e61c9ede54..c57ef2ec3f 100644
--- a/lib/process-services/src/lib/task-list/components/checklist.component.ts
+++ b/lib/process-services/src/lib/task-list/components/checklist.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/no-task-detail-template.directive.spec.ts b/lib/process-services/src/lib/task-list/components/no-task-detail-template.directive.spec.ts
index 01dc1f033b..8b575ec59c 100644
--- a/lib/process-services/src/lib/task-list/components/no-task-detail-template.directive.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/no-task-detail-template.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/no-task-detail-template.directive.ts b/lib/process-services/src/lib/task-list/components/no-task-detail-template.directive.ts
index 1f4a238e5d..3a7e66306a 100644
--- a/lib/process-services/src/lib/task-list/components/no-task-detail-template.directive.ts
+++ b/lib/process-services/src/lib/task-list/components/no-task-detail-template.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/start-task.component.spec.ts b/lib/process-services/src/lib/task-list/components/start-task.component.spec.ts
index 7c4732fa46..379e365067 100644
--- a/lib/process-services/src/lib/task-list/components/start-task.component.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/start-task.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/start-task.component.ts b/lib/process-services/src/lib/task-list/components/start-task.component.ts
index fa33dfb5ba..157bb02366 100644
--- a/lib/process-services/src/lib/task-list/components/start-task.component.ts
+++ b/lib/process-services/src/lib/task-list/components/start-task.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-audit.directive.spec.ts b/lib/process-services/src/lib/task-list/components/task-audit.directive.spec.ts
index 17cf79cfa0..99f1d79769 100644
--- a/lib/process-services/src/lib/task-list/components/task-audit.directive.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/task-audit.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-audit.directive.ts b/lib/process-services/src/lib/task-list/components/task-audit.directive.ts
index 9dea01bf36..b9660ee49c 100644
--- a/lib/process-services/src/lib/task-list/components/task-audit.directive.ts
+++ b/lib/process-services/src/lib/task-list/components/task-audit.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-details.component.spec.ts b/lib/process-services/src/lib/task-list/components/task-details.component.spec.ts
index eb22920f32..21cdb539a4 100644
--- a/lib/process-services/src/lib/task-list/components/task-details.component.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/task-details.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-details.component.ts b/lib/process-services/src/lib/task-list/components/task-details.component.ts
index 6b57618ff6..bfaf80b24c 100644
--- a/lib/process-services/src/lib/task-list/components/task-details.component.ts
+++ b/lib/process-services/src/lib/task-list/components/task-details.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-filters.component.spec.ts b/lib/process-services/src/lib/task-list/components/task-filters.component.spec.ts
index 25f6d601d0..8ab9f78fb2 100644
--- a/lib/process-services/src/lib/task-list/components/task-filters.component.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/task-filters.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-filters.component.ts b/lib/process-services/src/lib/task-list/components/task-filters.component.ts
index aab3e84bc8..e3809aeb83 100644
--- a/lib/process-services/src/lib/task-list/components/task-filters.component.ts
+++ b/lib/process-services/src/lib/task-list/components/task-filters.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-form/claim-task.directive.spec.ts b/lib/process-services/src/lib/task-list/components/task-form/claim-task.directive.spec.ts
index 5781c7585e..524c410a15 100644
--- a/lib/process-services/src/lib/task-list/components/task-form/claim-task.directive.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/task-form/claim-task.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-form/claim-task.directive.ts b/lib/process-services/src/lib/task-list/components/task-form/claim-task.directive.ts
index c66cbafb30..deb57a3a70 100644
--- a/lib/process-services/src/lib/task-list/components/task-form/claim-task.directive.ts
+++ b/lib/process-services/src/lib/task-list/components/task-form/claim-task.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-form/task-form.component.spec.ts b/lib/process-services/src/lib/task-list/components/task-form/task-form.component.spec.ts
index 211d1eb3b9..70b62d5003 100644
--- a/lib/process-services/src/lib/task-list/components/task-form/task-form.component.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/task-form/task-form.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-form/task-form.component.ts b/lib/process-services/src/lib/task-list/components/task-form/task-form.component.ts
index e3b9385627..e08125fa6d 100644
--- a/lib/process-services/src/lib/task-list/components/task-form/task-form.component.ts
+++ b/lib/process-services/src/lib/task-list/components/task-form/task-form.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-form/unclaim-task.directive.spec.ts b/lib/process-services/src/lib/task-list/components/task-form/unclaim-task.directive.spec.ts
index 9f0de50157..bd197c4cae 100644
--- a/lib/process-services/src/lib/task-list/components/task-form/unclaim-task.directive.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/task-form/unclaim-task.directive.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-form/unclaim-task.directive.ts b/lib/process-services/src/lib/task-list/components/task-form/unclaim-task.directive.ts
index 08710e7ba0..5faeddd2e6 100644
--- a/lib/process-services/src/lib/task-list/components/task-form/unclaim-task.directive.ts
+++ b/lib/process-services/src/lib/task-list/components/task-form/unclaim-task.directive.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-header.component.spec.ts b/lib/process-services/src/lib/task-list/components/task-header.component.spec.ts
index 32b490df73..e1e58de5d5 100644
--- a/lib/process-services/src/lib/task-list/components/task-header.component.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/task-header.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-header.component.ts b/lib/process-services/src/lib/task-list/components/task-header.component.ts
index e89dd3423a..15467e8943 100644
--- a/lib/process-services/src/lib/task-list/components/task-header.component.ts
+++ b/lib/process-services/src/lib/task-list/components/task-header.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-list.component.spec.ts b/lib/process-services/src/lib/task-list/components/task-list.component.spec.ts
index ad6ff1895b..36479b3c1f 100644
--- a/lib/process-services/src/lib/task-list/components/task-list.component.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/task-list.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-list.component.ts b/lib/process-services/src/lib/task-list/components/task-list.component.ts
index a71e9a8f7a..1d20bbd55f 100644
--- a/lib/process-services/src/lib/task-list/components/task-list.component.ts
+++ b/lib/process-services/src/lib/task-list/components/task-list.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-standalone.component.spec.ts b/lib/process-services/src/lib/task-list/components/task-standalone.component.spec.ts
index 4055b0c848..3a440007b2 100644
--- a/lib/process-services/src/lib/task-list/components/task-standalone.component.spec.ts
+++ b/lib/process-services/src/lib/task-list/components/task-standalone.component.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/components/task-standalone.component.ts b/lib/process-services/src/lib/task-list/components/task-standalone.component.ts
index 5a23b302fc..78c49751d6 100644
--- a/lib/process-services/src/lib/task-list/components/task-standalone.component.ts
+++ b/lib/process-services/src/lib/task-list/components/task-standalone.component.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/index.ts b/lib/process-services/src/lib/task-list/index.ts
index e58e5c1c41..54beb1a252 100644
--- a/lib/process-services/src/lib/task-list/index.ts
+++ b/lib/process-services/src/lib/task-list/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/models/filter.model.ts b/lib/process-services/src/lib/task-list/models/filter.model.ts
index 3dddc807e0..3e49d5d513 100644
--- a/lib/process-services/src/lib/task-list/models/filter.model.ts
+++ b/lib/process-services/src/lib/task-list/models/filter.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/models/form.model.ts b/lib/process-services/src/lib/task-list/models/form.model.ts
index 52ce32d676..115a879f82 100644
--- a/lib/process-services/src/lib/task-list/models/form.model.ts
+++ b/lib/process-services/src/lib/task-list/models/form.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/models/start-task.model.ts b/lib/process-services/src/lib/task-list/models/start-task.model.ts
index 44e0d45bb1..6367437b5d 100644
--- a/lib/process-services/src/lib/task-list/models/start-task.model.ts
+++ b/lib/process-services/src/lib/task-list/models/start-task.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/models/task-details.event.ts b/lib/process-services/src/lib/task-list/models/task-details.event.ts
index 34d11e5506..9f4e194437 100644
--- a/lib/process-services/src/lib/task-list/models/task-details.event.ts
+++ b/lib/process-services/src/lib/task-list/models/task-details.event.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/models/task-details.model.ts b/lib/process-services/src/lib/task-list/models/task-details.model.ts
index ee89a68f49..707569eff1 100644
--- a/lib/process-services/src/lib/task-list/models/task-details.model.ts
+++ b/lib/process-services/src/lib/task-list/models/task-details.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/models/task-list.model.ts b/lib/process-services/src/lib/task-list/models/task-list.model.ts
index aee1ec5d83..a4b0d212de 100644
--- a/lib/process-services/src/lib/task-list/models/task-list.model.ts
+++ b/lib/process-services/src/lib/task-list/models/task-list.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/models/task-preset.model.ts b/lib/process-services/src/lib/task-list/models/task-preset.model.ts
index 47069ee0cd..3265de3967 100644
--- a/lib/process-services/src/lib/task-list/models/task-preset.model.ts
+++ b/lib/process-services/src/lib/task-list/models/task-preset.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/models/user-event.model.ts b/lib/process-services/src/lib/task-list/models/user-event.model.ts
index 005f7c9991..cf87a1183f 100644
--- a/lib/process-services/src/lib/task-list/models/user-event.model.ts
+++ b/lib/process-services/src/lib/task-list/models/user-event.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/models/user-group.model.ts b/lib/process-services/src/lib/task-list/models/user-group.model.ts
index e7ed931011..a2a9550c62 100644
--- a/lib/process-services/src/lib/task-list/models/user-group.model.ts
+++ b/lib/process-services/src/lib/task-list/models/user-group.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/public-api.ts b/lib/process-services/src/lib/task-list/public-api.ts
index ced81b082d..58a6742bfb 100644
--- a/lib/process-services/src/lib/task-list/public-api.ts
+++ b/lib/process-services/src/lib/task-list/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/services/process-upload.service.ts b/lib/process-services/src/lib/task-list/services/process-upload.service.ts
index 3da7e8b58e..a5ce4a8113 100644
--- a/lib/process-services/src/lib/task-list/services/process-upload.service.ts
+++ b/lib/process-services/src/lib/task-list/services/process-upload.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/services/task-filter.service.spec.ts b/lib/process-services/src/lib/task-list/services/task-filter.service.spec.ts
index dba1612834..d973ff18b4 100644
--- a/lib/process-services/src/lib/task-list/services/task-filter.service.spec.ts
+++ b/lib/process-services/src/lib/task-list/services/task-filter.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/services/task-filter.service.ts b/lib/process-services/src/lib/task-list/services/task-filter.service.ts
index 67617c082c..f2e633916f 100644
--- a/lib/process-services/src/lib/task-list/services/task-filter.service.ts
+++ b/lib/process-services/src/lib/task-list/services/task-filter.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/services/task-upload.service.ts b/lib/process-services/src/lib/task-list/services/task-upload.service.ts
index 48bd29e3d6..738b86e593 100644
--- a/lib/process-services/src/lib/task-list/services/task-upload.service.ts
+++ b/lib/process-services/src/lib/task-list/services/task-upload.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/services/tasklist.service.spec.ts b/lib/process-services/src/lib/task-list/services/tasklist.service.spec.ts
index 921695ba59..e6be7a9e7a 100644
--- a/lib/process-services/src/lib/task-list/services/tasklist.service.spec.ts
+++ b/lib/process-services/src/lib/task-list/services/tasklist.service.spec.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/services/tasklist.service.ts b/lib/process-services/src/lib/task-list/services/tasklist.service.ts
index f8d77d4b19..a8cac9b0b2 100644
--- a/lib/process-services/src/lib/task-list/services/tasklist.service.ts
+++ b/lib/process-services/src/lib/task-list/services/tasklist.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/task-list.module.ts b/lib/process-services/src/lib/task-list/task-list.module.ts
index cc621dd6e9..aa3fc1b6fc 100644
--- a/lib/process-services/src/lib/task-list/task-list.module.ts
+++ b/lib/process-services/src/lib/task-list/task-list.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/task-list/validators/task-description.validator.ts b/lib/process-services/src/lib/task-list/validators/task-description.validator.ts
index dacbb77670..157f07e52a 100644
--- a/lib/process-services/src/lib/task-list/validators/task-description.validator.ts
+++ b/lib/process-services/src/lib/task-list/validators/task-description.validator.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/lib/testing/process.testing.module.ts b/lib/process-services/src/lib/testing/process.testing.module.ts
index cf1425926e..1b5a59bbaa 100644
--- a/lib/process-services/src/lib/testing/process.testing.module.ts
+++ b/lib/process-services/src/lib/testing/process.testing.module.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/public-api.ts b/lib/process-services/src/public-api.ts
index ed8c53a348..22a53f3b92 100644
--- a/lib/process-services/src/public-api.ts
+++ b/lib/process-services/src/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/process-services/src/test.ts b/lib/process-services/src/test.ts
index 078f950596..04ff2f2114 100644
--- a/lib/process-services/src/test.ts
+++ b/lib/process-services/src/test.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/stories/src/index.ts b/lib/stories/src/index.ts
index a180d14612..d8fe8dcf99 100644
--- a/lib/stories/src/index.ts
+++ b/lib/stories/src/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/index.ts b/lib/testing/index.ts
index f716afc4aa..a04aa716a7 100644
--- a/lib/testing/index.ts
+++ b/lib/testing/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/actions/model.actions.ts b/lib/testing/src/lib/protractor/content-services/actions/model.actions.ts
index bc1567ab53..e0f6ecb872 100644
--- a/lib/testing/src/lib/protractor/content-services/actions/model.actions.ts
+++ b/lib/testing/src/lib/protractor/content-services/actions/model.actions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/actions/public-api.ts b/lib/testing/src/lib/protractor/content-services/actions/public-api.ts
index 7d38516d60..ab352d31cd 100644
--- a/lib/testing/src/lib/protractor/content-services/actions/public-api.ts
+++ b/lib/testing/src/lib/protractor/content-services/actions/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/actions/upload.actions.ts b/lib/testing/src/lib/protractor/content-services/actions/upload.actions.ts
index e896db3003..07dd6c9f19 100644
--- a/lib/testing/src/lib/protractor/content-services/actions/upload.actions.ts
+++ b/lib/testing/src/lib/protractor/content-services/actions/upload.actions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/dialog/content-node-selector-dialog.page.ts b/lib/testing/src/lib/protractor/content-services/dialog/content-node-selector-dialog.page.ts
index 7ff3263c05..747ab43bc9 100644
--- a/lib/testing/src/lib/protractor/content-services/dialog/content-node-selector-dialog.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/dialog/content-node-selector-dialog.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/dialog/public-api.ts b/lib/testing/src/lib/protractor/content-services/dialog/public-api.ts
index ca4d2840db..042178b69e 100644
--- a/lib/testing/src/lib/protractor/content-services/dialog/public-api.ts
+++ b/lib/testing/src/lib/protractor/content-services/dialog/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/breadcrumb/breadcrumb-dropdown.page.ts b/lib/testing/src/lib/protractor/content-services/pages/breadcrumb/breadcrumb-dropdown.page.ts
index a226be074b..5e2c417899 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/breadcrumb/breadcrumb-dropdown.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/breadcrumb/breadcrumb-dropdown.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/breadcrumb/public-api.ts b/lib/testing/src/lib/protractor/content-services/pages/breadcrumb/public-api.ts
index 4feda5d6ec..28707bf7bc 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/breadcrumb/public-api.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/breadcrumb/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/document-list.page.ts b/lib/testing/src/lib/protractor/content-services/pages/document-list.page.ts
index c14e85ed4d..0fef54261d 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/document-list.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/document-list.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/public-api.ts b/lib/testing/src/lib/protractor/content-services/pages/public-api.ts
index 9393654db6..594a2b3ac8 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/public-api.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/search/number-range-filter.page.ts b/lib/testing/src/lib/protractor/content-services/pages/search/number-range-filter.page.ts
index 25aded7548..54c5ec334b 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/search/number-range-filter.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/search/number-range-filter.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/search/public-api.ts b/lib/testing/src/lib/protractor/content-services/pages/search/public-api.ts
index a204757827..1a67c3c9a8 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/search/public-api.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/search/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/search/search-categories.page.ts b/lib/testing/src/lib/protractor/content-services/pages/search/search-categories.page.ts
index 56dc08d0b0..c8e06da81c 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/search/search-categories.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/search/search-categories.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/search/search-check-list.page.ts b/lib/testing/src/lib/protractor/content-services/pages/search/search-check-list.page.ts
index d2936cc3f7..0c48389183 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/search/search-check-list.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/search/search-check-list.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/search/search-radio.page.ts b/lib/testing/src/lib/protractor/content-services/pages/search/search-radio.page.ts
index f69f3d31f3..5220afbe8b 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/search/search-radio.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/search/search-radio.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/search/search-slider.page.ts b/lib/testing/src/lib/protractor/content-services/pages/search/search-slider.page.ts
index 8c7c0d5fbf..a8c09346d3 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/search/search-slider.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/search/search-slider.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/search/search-sorting-picker.page.ts b/lib/testing/src/lib/protractor/content-services/pages/search/search-sorting-picker.page.ts
index 58fc31b1c0..b7fc5ae523 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/search/search-sorting-picker.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/search/search-sorting-picker.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/search/search-text.page.ts b/lib/testing/src/lib/protractor/content-services/pages/search/search-text.page.ts
index 610d73bec2..d58d1813ad 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/search/search-text.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/search/search-text.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/pages/upload-button.page.ts b/lib/testing/src/lib/protractor/content-services/pages/upload-button.page.ts
index 5866b1284d..2fd0dba983 100644
--- a/lib/testing/src/lib/protractor/content-services/pages/upload-button.page.ts
+++ b/lib/testing/src/lib/protractor/content-services/pages/upload-button.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/content-services/public-api.ts b/lib/testing/src/lib/protractor/content-services/public-api.ts
index b26f61524c..d34b01f1ac 100644
--- a/lib/testing/src/lib/protractor/content-services/public-api.ts
+++ b/lib/testing/src/lib/protractor/content-services/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/actions/api.service.factory.ts b/lib/testing/src/lib/protractor/core/actions/api.service.factory.ts
index 948eff2ca3..a3e4078140 100644
--- a/lib/testing/src/lib/protractor/core/actions/api.service.factory.ts
+++ b/lib/testing/src/lib/protractor/core/actions/api.service.factory.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/actions/drop.actions.ts b/lib/testing/src/lib/protractor/core/actions/drop.actions.ts
index 83d5f1a8cb..022bfbadd1 100644
--- a/lib/testing/src/lib/protractor/core/actions/drop.actions.ts
+++ b/lib/testing/src/lib/protractor/core/actions/drop.actions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/actions/identity/group-identity.service.ts b/lib/testing/src/lib/protractor/core/actions/identity/group-identity.service.ts
index 22c8c479ea..e38b3586ef 100644
--- a/lib/testing/src/lib/protractor/core/actions/identity/group-identity.service.ts
+++ b/lib/testing/src/lib/protractor/core/actions/identity/group-identity.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/actions/identity/identity.service.ts b/lib/testing/src/lib/protractor/core/actions/identity/identity.service.ts
index beebe29f2b..0abab77ee9 100644
--- a/lib/testing/src/lib/protractor/core/actions/identity/identity.service.ts
+++ b/lib/testing/src/lib/protractor/core/actions/identity/identity.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/actions/identity/public-api.ts b/lib/testing/src/lib/protractor/core/actions/identity/public-api.ts
index 9a16fc961b..70c9205c20 100644
--- a/lib/testing/src/lib/protractor/core/actions/identity/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/actions/identity/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/actions/identity/query.service.ts b/lib/testing/src/lib/protractor/core/actions/identity/query.service.ts
index 7b98364c82..7d7e16e231 100644
--- a/lib/testing/src/lib/protractor/core/actions/identity/query.service.ts
+++ b/lib/testing/src/lib/protractor/core/actions/identity/query.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/actions/identity/roles.service.ts b/lib/testing/src/lib/protractor/core/actions/identity/roles.service.ts
index 23f192fcfb..e2002fcb00 100644
--- a/lib/testing/src/lib/protractor/core/actions/identity/roles.service.ts
+++ b/lib/testing/src/lib/protractor/core/actions/identity/roles.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/actions/public-api.ts b/lib/testing/src/lib/protractor/core/actions/public-api.ts
index 052bad64b6..50580f755c 100644
--- a/lib/testing/src/lib/protractor/core/actions/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/actions/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/actions/search.service.ts b/lib/testing/src/lib/protractor/core/actions/search.service.ts
index e8f366bb5d..aa02092447 100644
--- a/lib/testing/src/lib/protractor/core/actions/search.service.ts
+++ b/lib/testing/src/lib/protractor/core/actions/search.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/actions/users.actions.ts b/lib/testing/src/lib/protractor/core/actions/users.actions.ts
index d4e60cb58d..6a4dabf0da 100644
--- a/lib/testing/src/lib/protractor/core/actions/users.actions.ts
+++ b/lib/testing/src/lib/protractor/core/actions/users.actions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/dialog/edit-json-dialog.ts b/lib/testing/src/lib/protractor/core/dialog/edit-json-dialog.ts
index 888766dee2..97d784a775 100644
--- a/lib/testing/src/lib/protractor/core/dialog/edit-json-dialog.ts
+++ b/lib/testing/src/lib/protractor/core/dialog/edit-json-dialog.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/dialog/public-api.ts b/lib/testing/src/lib/protractor/core/dialog/public-api.ts
index 06e37ca369..afc2f1a6ce 100644
--- a/lib/testing/src/lib/protractor/core/dialog/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/dialog/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/models/application-model.ts b/lib/testing/src/lib/protractor/core/models/application-model.ts
index e1d20c18a1..e96e0c746f 100644
--- a/lib/testing/src/lib/protractor/core/models/application-model.ts
+++ b/lib/testing/src/lib/protractor/core/models/application-model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/models/file.model.ts b/lib/testing/src/lib/protractor/core/models/file.model.ts
index ac4a37c177..07b452bf94 100644
--- a/lib/testing/src/lib/protractor/core/models/file.model.ts
+++ b/lib/testing/src/lib/protractor/core/models/file.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/models/public-api.ts b/lib/testing/src/lib/protractor/core/models/public-api.ts
index 5703ab1b48..a0fb7e79a4 100644
--- a/lib/testing/src/lib/protractor/core/models/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/models/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/models/tenant.ts b/lib/testing/src/lib/protractor/core/models/tenant.ts
index 1d1071f8a3..8fbc8d77b4 100644
--- a/lib/testing/src/lib/protractor/core/models/tenant.ts
+++ b/lib/testing/src/lib/protractor/core/models/tenant.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/models/user.model.ts b/lib/testing/src/lib/protractor/core/models/user.model.ts
index c3ca8069c4..b99e6c2f16 100644
--- a/lib/testing/src/lib/protractor/core/models/user.model.ts
+++ b/lib/testing/src/lib/protractor/core/models/user.model.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/bread-crumb.page.ts b/lib/testing/src/lib/protractor/core/pages/bread-crumb.page.ts
index 0214f4d59e..38c985d254 100644
--- a/lib/testing/src/lib/protractor/core/pages/bread-crumb.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/bread-crumb.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/card-view/card-view-boolean-item.page.ts b/lib/testing/src/lib/protractor/core/pages/card-view/card-view-boolean-item.page.ts
index de08e9eb87..2d3c0217fb 100644
--- a/lib/testing/src/lib/protractor/core/pages/card-view/card-view-boolean-item.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/card-view/card-view-boolean-item.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/card-view/card-view-date-item.page.ts b/lib/testing/src/lib/protractor/core/pages/card-view/card-view-date-item.page.ts
index 84f4d65ac7..383806bed8 100644
--- a/lib/testing/src/lib/protractor/core/pages/card-view/card-view-date-item.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/card-view/card-view-date-item.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/card-view/card-view-select-item.page.ts b/lib/testing/src/lib/protractor/core/pages/card-view/card-view-select-item.page.ts
index 0d8dc116c1..415f42c288 100644
--- a/lib/testing/src/lib/protractor/core/pages/card-view/card-view-select-item.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/card-view/card-view-select-item.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/card-view/card-view-text-item.page.ts b/lib/testing/src/lib/protractor/core/pages/card-view/card-view-text-item.page.ts
index 24c046c080..803f2a81e8 100644
--- a/lib/testing/src/lib/protractor/core/pages/card-view/card-view-text-item.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/card-view/card-view-text-item.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/card-view/public-api.ts b/lib/testing/src/lib/protractor/core/pages/card-view/public-api.ts
index 09693f64a1..d14c3c6c7c 100644
--- a/lib/testing/src/lib/protractor/core/pages/card-view/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/pages/card-view/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/config-editor-page.ts b/lib/testing/src/lib/protractor/core/pages/config-editor-page.ts
index 7587ad0982..d487d20834 100644
--- a/lib/testing/src/lib/protractor/core/pages/config-editor-page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/config-editor-page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/context-menu.page.ts b/lib/testing/src/lib/protractor/core/pages/context-menu.page.ts
index 0b2ff88917..3b23040728 100644
--- a/lib/testing/src/lib/protractor/core/pages/context-menu.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/context-menu.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/data-table-component.page.ts b/lib/testing/src/lib/protractor/core/pages/data-table-component.page.ts
index a776a45b9c..9ec7ad551c 100644
--- a/lib/testing/src/lib/protractor/core/pages/data-table-component.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/data-table-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/data-table/column.ts b/lib/testing/src/lib/protractor/core/pages/data-table/column.ts
index 1dae9889a8..731feed600 100644
--- a/lib/testing/src/lib/protractor/core/pages/data-table/column.ts
+++ b/lib/testing/src/lib/protractor/core/pages/data-table/column.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/data-table/columns-selector.ts b/lib/testing/src/lib/protractor/core/pages/data-table/columns-selector.ts
index 6586ee67c9..5b83ea1001 100644
--- a/lib/testing/src/lib/protractor/core/pages/data-table/columns-selector.ts
+++ b/lib/testing/src/lib/protractor/core/pages/data-table/columns-selector.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/data-table/data-table-builder.ts b/lib/testing/src/lib/protractor/core/pages/data-table/data-table-builder.ts
index 4ac95726e8..3607bb2811 100644
--- a/lib/testing/src/lib/protractor/core/pages/data-table/data-table-builder.ts
+++ b/lib/testing/src/lib/protractor/core/pages/data-table/data-table-builder.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/data-table/data-table-item.ts b/lib/testing/src/lib/protractor/core/pages/data-table/data-table-item.ts
index 290070172e..8b7a2989ee 100644
--- a/lib/testing/src/lib/protractor/core/pages/data-table/data-table-item.ts
+++ b/lib/testing/src/lib/protractor/core/pages/data-table/data-table-item.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/data-table/date-column.ts b/lib/testing/src/lib/protractor/core/pages/data-table/date-column.ts
index 4e2c9555d4..bf38660a2e 100644
--- a/lib/testing/src/lib/protractor/core/pages/data-table/date-column.ts
+++ b/lib/testing/src/lib/protractor/core/pages/data-table/date-column.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/data-table/public-api.ts b/lib/testing/src/lib/protractor/core/pages/data-table/public-api.ts
index 87a6753343..39f63c2b16 100644
--- a/lib/testing/src/lib/protractor/core/pages/data-table/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/pages/data-table/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/data-table/text-column.ts b/lib/testing/src/lib/protractor/core/pages/data-table/text-column.ts
index 48ee1a29ba..c29f2a9925 100644
--- a/lib/testing/src/lib/protractor/core/pages/data-table/text-column.ts
+++ b/lib/testing/src/lib/protractor/core/pages/data-table/text-column.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/form-fields.ts b/lib/testing/src/lib/protractor/core/pages/form/form-fields.ts
index bd37c0d9bf..424f557e46 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/form-fields.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/form-fields.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/form.page.ts b/lib/testing/src/lib/protractor/core/pages/form/form.page.ts
index 1741ce34c7..35030e7007 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/form.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/form.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/public-api.ts b/lib/testing/src/lib/protractor/core/pages/form/public-api.ts
index 00a145d263..8b26e5ac56 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/start-form.page.ts b/lib/testing/src/lib/protractor/core/pages/form/start-form.page.ts
index abea0b8681..8cfd2432e9 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/start-form.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/start-form.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/amount-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/amount-widget.page.ts
index e0846734d5..9a0fd10a2c 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/amount-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/amount-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/attach-file-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/attach-file-widget.page.ts
index 624e64e0c0..624764ded2 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/attach-file-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/attach-file-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/attach-folder-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/attach-folder-widget.page.ts
index 41ad0173c0..052e7622ba 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/attach-folder-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/attach-folder-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/checkbox-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/checkbox-widget.page.ts
index 0aee70cedd..8fc576b6ef 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/checkbox-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/checkbox-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/container-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/container-widget.page.ts
index 39b873ba60..77be2f00ff 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/container-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/container-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/date-time-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/date-time-widget.page.ts
index c587ac5cdb..816ad77917 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/date-time-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/date-time-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/date-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/date-widget.page.ts
index f2816e7b15..796b90524e 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/date-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/date-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/display-text-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/display-text-widget.page.ts
index ec2aeac9ae..01163c6d78 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/display-text-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/display-text-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/display-value-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/display-value-widget.page.ts
index b0e6821e15..6d081700c9 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/display-value-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/display-value-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/document-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/document-widget.page.ts
index 77134b9098..8831016725 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/document-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/document-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/dropdown-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/dropdown-widget.page.ts
index 27ef2f769b..bd5611afd9 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/dropdown-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/dropdown-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/dynamic-table-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/dynamic-table-widget.page.ts
index 2c2c2a77ce..9302e96d64 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/dynamic-table-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/dynamic-table-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/group-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/group-widget.page.ts
index e0c7eb6b89..718c68c6c5 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/group-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/group-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/header-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/header-widget.page.ts
index 402e879652..7f98c70b1e 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/header-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/header-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/hyperlink-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/hyperlink-widget.page.ts
index b63cd367ad..2b4c84f2be 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/hyperlink-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/hyperlink-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/json-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/json-widget.page.ts
index e914c0c803..d5d082ab25 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/json-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/json-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/multiline-text-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/multiline-text-widget.page.ts
index 71f9b197ad..78db740b93 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/multiline-text-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/multiline-text-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/number-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/number-widget.page.ts
index 107f81243d..8fc763f0ab 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/number-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/number-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/people-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/people-widget.page.ts
index 063102f3c8..d48d056148 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/people-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/people-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/public-api.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/public-api.ts
index 483e3bfadd..424362d205 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/radio-buttons-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/radio-buttons-widget.page.ts
index 9504cd88a2..4793be1dea 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/radio-buttons-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/radio-buttons-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/tab.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/tab.page.ts
index cd7606500e..17001b2359 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/tab.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/tab.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/text-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/text-widget.page.ts
index 2bcd8bb885..8520ff8c33 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/text-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/text-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/typeahead-widget.page.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/typeahead-widget.page.ts
index 5850d2f116..46839a2490 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/typeahead-widget.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/typeahead-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/form/widgets/widget.ts b/lib/testing/src/lib/protractor/core/pages/form/widgets/widget.ts
index 677938a9f4..ca6c585405 100644
--- a/lib/testing/src/lib/protractor/core/pages/form/widgets/widget.ts
+++ b/lib/testing/src/lib/protractor/core/pages/form/widgets/widget.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/header.page.ts b/lib/testing/src/lib/protractor/core/pages/header.page.ts
index f01b157b09..0cb907bcbf 100644
--- a/lib/testing/src/lib/protractor/core/pages/header.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/header.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/login.page.ts b/lib/testing/src/lib/protractor/core/pages/login.page.ts
index 62bd09fc6b..934fb02bab 100644
--- a/lib/testing/src/lib/protractor/core/pages/login.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/login.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/material/checkbox.page.ts b/lib/testing/src/lib/protractor/core/pages/material/checkbox.page.ts
index 5b5a0f965e..1017f25d0b 100644
--- a/lib/testing/src/lib/protractor/core/pages/material/checkbox.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/material/checkbox.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/material/date-picker-calendar.page.ts b/lib/testing/src/lib/protractor/core/pages/material/date-picker-calendar.page.ts
index 79e0c30244..22f1eca63a 100644
--- a/lib/testing/src/lib/protractor/core/pages/material/date-picker-calendar.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/material/date-picker-calendar.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/material/date-picker.page.ts b/lib/testing/src/lib/protractor/core/pages/material/date-picker.page.ts
index d1142ce3f1..d5d74ce1f4 100644
--- a/lib/testing/src/lib/protractor/core/pages/material/date-picker.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/material/date-picker.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/material/date-time-picker-calendar.page.ts b/lib/testing/src/lib/protractor/core/pages/material/date-time-picker-calendar.page.ts
index 4fa63d53e6..437d447fcf 100644
--- a/lib/testing/src/lib/protractor/core/pages/material/date-time-picker-calendar.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/material/date-time-picker-calendar.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/material/date-time-picker.page.ts b/lib/testing/src/lib/protractor/core/pages/material/date-time-picker.page.ts
index c6e5cfba6b..c72356b7c1 100644
--- a/lib/testing/src/lib/protractor/core/pages/material/date-time-picker.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/material/date-time-picker.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/material/dropdown.page.ts b/lib/testing/src/lib/protractor/core/pages/material/dropdown.page.ts
index 7f9cedbff4..e2200ba100 100644
--- a/lib/testing/src/lib/protractor/core/pages/material/dropdown.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/material/dropdown.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts b/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts
index b0d0636caa..ad62f1af0e 100644
--- a/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts
+++ b/lib/testing/src/lib/protractor/core/pages/material/material-locators.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/material/public-api.ts b/lib/testing/src/lib/protractor/core/pages/material/public-api.ts
index 2be3c63a24..f2e16fc6e1 100644
--- a/lib/testing/src/lib/protractor/core/pages/material/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/pages/material/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/material/tabs.page.ts b/lib/testing/src/lib/protractor/core/pages/material/tabs.page.ts
index bf41407858..5520c27f5c 100644
--- a/lib/testing/src/lib/protractor/core/pages/material/tabs.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/material/tabs.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/material/toggle.page.ts b/lib/testing/src/lib/protractor/core/pages/material/toggle.page.ts
index 618e61e28d..fea6b3f44e 100644
--- a/lib/testing/src/lib/protractor/core/pages/material/toggle.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/material/toggle.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/pagination.page.ts b/lib/testing/src/lib/protractor/core/pages/pagination.page.ts
index b660f43151..4cc8790a55 100644
--- a/lib/testing/src/lib/protractor/core/pages/pagination.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/pagination.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/public-api.ts b/lib/testing/src/lib/protractor/core/pages/public-api.ts
index 2cdbcc890b..fc65f02f9c 100644
--- a/lib/testing/src/lib/protractor/core/pages/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/pages/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/settings.page.ts b/lib/testing/src/lib/protractor/core/pages/settings.page.ts
index a7285d5c19..479a11acef 100644
--- a/lib/testing/src/lib/protractor/core/pages/settings.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/settings.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/snackbar.page.ts b/lib/testing/src/lib/protractor/core/pages/snackbar.page.ts
index 68e0b1e71b..3cc2cff501 100644
--- a/lib/testing/src/lib/protractor/core/pages/snackbar.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/snackbar.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/user-info.page.ts b/lib/testing/src/lib/protractor/core/pages/user-info.page.ts
index d286e8d811..e7af4a7edb 100644
--- a/lib/testing/src/lib/protractor/core/pages/user-info.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/user-info.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/pages/viewer.page.ts b/lib/testing/src/lib/protractor/core/pages/viewer.page.ts
index f35d9690e4..09fbf52648 100644
--- a/lib/testing/src/lib/protractor/core/pages/viewer.page.ts
+++ b/lib/testing/src/lib/protractor/core/pages/viewer.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/public-api.ts b/lib/testing/src/lib/protractor/core/public-api.ts
index ae5a7d6716..20519289ac 100644
--- a/lib/testing/src/lib/protractor/core/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/test-element.ts b/lib/testing/src/lib/protractor/core/test-element.ts
index 66ef72b074..a86c3a653a 100644
--- a/lib/testing/src/lib/protractor/core/test-element.ts
+++ b/lib/testing/src/lib/protractor/core/test-element.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/utils/array.util.ts b/lib/testing/src/lib/protractor/core/utils/array.util.ts
index b502d3427a..5ea9a1f1c3 100644
--- a/lib/testing/src/lib/protractor/core/utils/array.util.ts
+++ b/lib/testing/src/lib/protractor/core/utils/array.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/utils/browser-actions.ts b/lib/testing/src/lib/protractor/core/utils/browser-actions.ts
index 1dff23697e..132764b494 100644
--- a/lib/testing/src/lib/protractor/core/utils/browser-actions.ts
+++ b/lib/testing/src/lib/protractor/core/utils/browser-actions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/utils/browser-visibility.ts b/lib/testing/src/lib/protractor/core/utils/browser-visibility.ts
index 2acbbdf205..17734513ae 100644
--- a/lib/testing/src/lib/protractor/core/utils/browser-visibility.ts
+++ b/lib/testing/src/lib/protractor/core/utils/browser-visibility.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/utils/file-browser.util.ts b/lib/testing/src/lib/protractor/core/utils/file-browser.util.ts
index 29c07281ad..4396e42ef3 100644
--- a/lib/testing/src/lib/protractor/core/utils/file-browser.util.ts
+++ b/lib/testing/src/lib/protractor/core/utils/file-browser.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/utils/form.util.ts b/lib/testing/src/lib/protractor/core/utils/form.util.ts
index 2cf29ff71d..1ff6c30338 100644
--- a/lib/testing/src/lib/protractor/core/utils/form.util.ts
+++ b/lib/testing/src/lib/protractor/core/utils/form.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/utils/local-storage.util.ts b/lib/testing/src/lib/protractor/core/utils/local-storage.util.ts
index e962b6918c..55beffb104 100644
--- a/lib/testing/src/lib/protractor/core/utils/local-storage.util.ts
+++ b/lib/testing/src/lib/protractor/core/utils/local-storage.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/utils/logger.ts b/lib/testing/src/lib/protractor/core/utils/logger.ts
index a4354af2a8..a53c38af40 100644
--- a/lib/testing/src/lib/protractor/core/utils/logger.ts
+++ b/lib/testing/src/lib/protractor/core/utils/logger.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/utils/protractor.util.ts b/lib/testing/src/lib/protractor/core/utils/protractor.util.ts
index 271a34aced..48905522ae 100644
--- a/lib/testing/src/lib/protractor/core/utils/protractor.util.ts
+++ b/lib/testing/src/lib/protractor/core/utils/protractor.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/utils/public-api.ts b/lib/testing/src/lib/protractor/core/utils/public-api.ts
index 6b4868fe3c..f4ce528882 100644
--- a/lib/testing/src/lib/protractor/core/utils/public-api.ts
+++ b/lib/testing/src/lib/protractor/core/utils/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/core/utils/wait-actions.ts b/lib/testing/src/lib/protractor/core/utils/wait-actions.ts
index adadd05c00..226256972a 100644
--- a/lib/testing/src/lib/protractor/core/utils/wait-actions.ts
+++ b/lib/testing/src/lib/protractor/core/utils/wait-actions.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/application.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/application.ts
index 39e1f8fde1..2d2fd0202a 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/actions/application.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/application.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/descriptor.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/descriptor.ts
index d78423f304..0cdefbda2d 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/actions/descriptor.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/descriptor.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/form-cloud.service.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/form-cloud.service.ts
index bc60cf0fd3..4cb3ec49be 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/actions/form-cloud.service.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/form-cloud.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/message-events.service.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/message-events.service.ts
index 21ad34b529..9d3073c3cf 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/actions/message-events.service.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/message-events.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/process-definitions.service.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/process-definitions.service.ts
index 9c4e592093..7bf96cbfa6 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/actions/process-definitions.service.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/process-definitions.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/process-instances.service.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/process-instances.service.ts
index 4002da9e56..ce941fa13e 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/actions/process-instances.service.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/process-instances.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/process.services.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/process.services.ts
index a0a8f8326f..a9be596e24 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/actions/process.services.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/process.services.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/project.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/project.ts
index c616aee2e3..bdc64479f1 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/actions/project.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/project.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/public-api.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/public-api.ts
index fe054ac090..d72b7076e6 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/actions/public-api.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/actions/tasks.service.ts b/lib/testing/src/lib/protractor/process-services-cloud/actions/tasks.service.ts
index eaad3b763c..4538fd3547 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/actions/tasks.service.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/actions/tasks.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/app/app-list-cloud.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/app/app-list-cloud.page.ts
index ee32e481d3..b87147a987 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/app/app-list-cloud.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/app/app-list-cloud.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/app/public-api.ts b/lib/testing/src/lib/protractor/process-services-cloud/app/public-api.ts
index 066c1b53b8..d177dbe66d 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/app/public-api.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/app/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/edit-process-filter-dialog.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/edit-process-filter-dialog.page.ts
index 6e3edcb35f..1b641fd7c8 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/edit-process-filter-dialog.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/edit-process-filter-dialog.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/edit-task-filter-dialog.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/edit-task-filter-dialog.page.ts
index a0a7ebd19f..557a7d9a1d 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/edit-task-filter-dialog.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/edit-task-filter-dialog.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/public-api.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/public-api.ts
index d821c4f514..723759b580 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/public-api.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/dialog/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-process-filter-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-process-filter-cloud-component.page.ts
index 4b57f0e2ce..dc7fa34fdc 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-process-filter-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-process-filter-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-task-filter-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-task-filter-cloud-component.page.ts
index cf0e89e7b5..b54dec0d26 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-task-filter-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/edit-task-filter-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/form-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/form-cloud-component.page.ts
index 3e1b092877..7b2e9af39e 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/form-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/form-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/form/public-api.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/form/public-api.ts
index 26d6ea1c56..0b20864eda 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/form/public-api.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/form/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/attach-file-widget-cloud.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/attach-file-widget-cloud.page.ts
index a49d0c1171..dff12a6bfe 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/attach-file-widget-cloud.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/attach-file-widget-cloud.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/process-cloud-widget.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/process-cloud-widget.page.ts
index b7a2f31ea6..ea488f3dc7 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/process-cloud-widget.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/process-cloud-widget.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/public-api.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/public-api.ts
index 3c890a9c5c..0b9d6af7f0 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/public-api.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/form/widget/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/group-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/group-cloud-component.page.ts
index 01391f6f7a..2c57d5df24 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/group-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/group-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/people-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/people-cloud-component.page.ts
index 336c936610..d33e08f5c5 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/people-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/people-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/process-filters-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/process-filters-cloud-component.page.ts
index 968f9c3607..93ba1e9cb5 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/process-filters-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/process-filters-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/process-header-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/process-header-cloud-component.page.ts
index cdf22b7304..b2f0ed2293 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/process-header-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/process-header-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/process-list-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/process-list-cloud-component.page.ts
index ea2a1a45a6..2f8865bea8 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/process-list-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/process-list-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/public-api.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/public-api.ts
index 06cba16947..9a96e91a2e 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/public-api.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/start-process-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/start-process-cloud-component.page.ts
index bf17234bce..005cba5530 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/start-process-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/start-process-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/start-tasks-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/start-tasks-cloud-component.page.ts
index 852263f31a..bf96d5d547 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/start-tasks-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/start-tasks-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/task-filters-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/task-filters-cloud-component.page.ts
index 10c17c98e6..b132e3f37a 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/task-filters-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/task-filters-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/task-form-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/task-form-cloud-component.page.ts
index e694c732e5..f6be68e6b1 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/task-form-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/task-form-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/task-header-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/task-header-cloud-component.page.ts
index 5ea15989ff..0c35114597 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/task-header-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/task-header-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/pages/task-list-cloud-component.page.ts b/lib/testing/src/lib/protractor/process-services-cloud/pages/task-list-cloud-component.page.ts
index 4e0f8a8c31..492274739f 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/pages/task-list-cloud-component.page.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/pages/task-list-cloud-component.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/public-api.ts b/lib/testing/src/lib/protractor/process-services-cloud/public-api.ts
index c7674a841a..dbea8b60db 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/public-api.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services-cloud/resources/resources.ts b/lib/testing/src/lib/protractor/process-services-cloud/resources/resources.ts
index 764136022e..c37b24199c 100644
--- a/lib/testing/src/lib/protractor/process-services-cloud/resources/resources.ts
+++ b/lib/testing/src/lib/protractor/process-services-cloud/resources/resources.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/actions/applications.util.ts b/lib/testing/src/lib/protractor/process-services/actions/applications.util.ts
index 22320a8919..6686329a7c 100644
--- a/lib/testing/src/lib/protractor/process-services/actions/applications.util.ts
+++ b/lib/testing/src/lib/protractor/process-services/actions/applications.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/actions/integration.service.ts b/lib/testing/src/lib/protractor/process-services/actions/integration.service.ts
index bfa2ce1817..882e3c4ac8 100644
--- a/lib/testing/src/lib/protractor/process-services/actions/integration.service.ts
+++ b/lib/testing/src/lib/protractor/process-services/actions/integration.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/actions/models.service.ts b/lib/testing/src/lib/protractor/process-services/actions/models.service.ts
index 0010d0a6fe..259d037bdf 100644
--- a/lib/testing/src/lib/protractor/process-services/actions/models.service.ts
+++ b/lib/testing/src/lib/protractor/process-services/actions/models.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/actions/process.util.ts b/lib/testing/src/lib/protractor/process-services/actions/process.util.ts
index 60f577a8b0..554e2f19a0 100644
--- a/lib/testing/src/lib/protractor/process-services/actions/process.util.ts
+++ b/lib/testing/src/lib/protractor/process-services/actions/process.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/actions/public-api.ts b/lib/testing/src/lib/protractor/process-services/actions/public-api.ts
index e0edbde73e..c3bc3e6cf5 100644
--- a/lib/testing/src/lib/protractor/process-services/actions/public-api.ts
+++ b/lib/testing/src/lib/protractor/process-services/actions/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/actions/task-actions.util.ts b/lib/testing/src/lib/protractor/process-services/actions/task-actions.util.ts
index adda9c3f1c..8dddc6d815 100644
--- a/lib/testing/src/lib/protractor/process-services/actions/task-actions.util.ts
+++ b/lib/testing/src/lib/protractor/process-services/actions/task-actions.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/actions/task.util.ts b/lib/testing/src/lib/protractor/process-services/actions/task.util.ts
index ccd70a7142..2579bd19c1 100644
--- a/lib/testing/src/lib/protractor/process-services/actions/task.util.ts
+++ b/lib/testing/src/lib/protractor/process-services/actions/task.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/actions/user-filters.util.ts b/lib/testing/src/lib/protractor/process-services/actions/user-filters.util.ts
index b3f8e06327..a644b751d2 100644
--- a/lib/testing/src/lib/protractor/process-services/actions/user-filters.util.ts
+++ b/lib/testing/src/lib/protractor/process-services/actions/user-filters.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/pages/filters.page.ts b/lib/testing/src/lib/protractor/process-services/pages/filters.page.ts
index 731588ce67..246d3eb596 100644
--- a/lib/testing/src/lib/protractor/process-services/pages/filters.page.ts
+++ b/lib/testing/src/lib/protractor/process-services/pages/filters.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/pages/process-filters.page.ts b/lib/testing/src/lib/protractor/process-services/pages/process-filters.page.ts
index 24ed3e8340..4bfe71d535 100644
--- a/lib/testing/src/lib/protractor/process-services/pages/process-filters.page.ts
+++ b/lib/testing/src/lib/protractor/process-services/pages/process-filters.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/pages/process-instance-header.page.ts b/lib/testing/src/lib/protractor/process-services/pages/process-instance-header.page.ts
index 0497ffdaae..ebad7df13e 100644
--- a/lib/testing/src/lib/protractor/process-services/pages/process-instance-header.page.ts
+++ b/lib/testing/src/lib/protractor/process-services/pages/process-instance-header.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/pages/process-instance-tasks.page.ts b/lib/testing/src/lib/protractor/process-services/pages/process-instance-tasks.page.ts
index 64fb627524..899fd91057 100644
--- a/lib/testing/src/lib/protractor/process-services/pages/process-instance-tasks.page.ts
+++ b/lib/testing/src/lib/protractor/process-services/pages/process-instance-tasks.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/pages/process-list.page.ts b/lib/testing/src/lib/protractor/process-services/pages/process-list.page.ts
index aedddbed7c..8ef0e50bc6 100644
--- a/lib/testing/src/lib/protractor/process-services/pages/process-list.page.ts
+++ b/lib/testing/src/lib/protractor/process-services/pages/process-list.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/pages/public-api.ts b/lib/testing/src/lib/protractor/process-services/pages/public-api.ts
index 8ea889a38d..88995e7d57 100644
--- a/lib/testing/src/lib/protractor/process-services/pages/public-api.ts
+++ b/lib/testing/src/lib/protractor/process-services/pages/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/pages/start-process.page.ts b/lib/testing/src/lib/protractor/process-services/pages/start-process.page.ts
index 15f8c894c6..a17c46bbc8 100644
--- a/lib/testing/src/lib/protractor/process-services/pages/start-process.page.ts
+++ b/lib/testing/src/lib/protractor/process-services/pages/start-process.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/pages/task-filters.page.ts b/lib/testing/src/lib/protractor/process-services/pages/task-filters.page.ts
index 4284cb9ddc..80fca39b40 100644
--- a/lib/testing/src/lib/protractor/process-services/pages/task-filters.page.ts
+++ b/lib/testing/src/lib/protractor/process-services/pages/task-filters.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/pages/task-form.page.ts b/lib/testing/src/lib/protractor/process-services/pages/task-form.page.ts
index b36670af6a..9d205afe9d 100644
--- a/lib/testing/src/lib/protractor/process-services/pages/task-form.page.ts
+++ b/lib/testing/src/lib/protractor/process-services/pages/task-form.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/pages/task-list.page.ts b/lib/testing/src/lib/protractor/process-services/pages/task-list.page.ts
index 6ae1289e6e..19d6c37c6f 100644
--- a/lib/testing/src/lib/protractor/process-services/pages/task-list.page.ts
+++ b/lib/testing/src/lib/protractor/process-services/pages/task-list.page.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/process-services/public-api.ts b/lib/testing/src/lib/protractor/process-services/public-api.ts
index 6806dd8dc2..72c62361a2 100644
--- a/lib/testing/src/lib/protractor/process-services/public-api.ts
+++ b/lib/testing/src/lib/protractor/process-services/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/protractor/public-api.ts b/lib/testing/src/lib/protractor/public-api.ts
index bc08f94e6d..a2826a420c 100644
--- a/lib/testing/src/lib/protractor/public-api.ts
+++ b/lib/testing/src/lib/protractor/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/public-api.ts b/lib/testing/src/lib/public-api.ts
index 3b7e970327..cc59abbf9b 100644
--- a/lib/testing/src/lib/public-api.ts
+++ b/lib/testing/src/lib/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/shared/api/api.service.ts b/lib/testing/src/lib/shared/api/api.service.ts
index f469401dd4..1e3f48e0fc 100644
--- a/lib/testing/src/lib/shared/api/api.service.ts
+++ b/lib/testing/src/lib/shared/api/api.service.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/shared/api/api.util.ts b/lib/testing/src/lib/shared/api/api.util.ts
index f88c9c630b..efa2a1be99 100644
--- a/lib/testing/src/lib/shared/api/api.util.ts
+++ b/lib/testing/src/lib/shared/api/api.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/shared/api/e2e-request-api.helper.ts b/lib/testing/src/lib/shared/api/e2e-request-api.helper.ts
index 371445d2a7..d4b238a901 100644
--- a/lib/testing/src/lib/shared/api/e2e-request-api.helper.ts
+++ b/lib/testing/src/lib/shared/api/e2e-request-api.helper.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/shared/api/public-api.ts b/lib/testing/src/lib/shared/api/public-api.ts
index 1b4a337b85..e8aaf9a6c7 100644
--- a/lib/testing/src/lib/shared/api/public-api.ts
+++ b/lib/testing/src/lib/shared/api/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/shared/index.ts b/lib/testing/src/lib/shared/index.ts
index 2bab8c11a1..f3c6d0a94c 100644
--- a/lib/testing/src/lib/shared/index.ts
+++ b/lib/testing/src/lib/shared/index.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/shared/utils/logger.ts b/lib/testing/src/lib/shared/utils/logger.ts
index 72c33f2e64..472433c55f 100644
--- a/lib/testing/src/lib/shared/utils/logger.ts
+++ b/lib/testing/src/lib/shared/utils/logger.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/shared/utils/public-api.ts b/lib/testing/src/lib/shared/utils/public-api.ts
index 89d4feac99..677769e2be 100644
--- a/lib/testing/src/lib/shared/utils/public-api.ts
+++ b/lib/testing/src/lib/shared/utils/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/lib/shared/utils/string.util.ts b/lib/testing/src/lib/shared/utils/string.util.ts
index f66f7a3cdd..4e1f3c159f 100644
--- a/lib/testing/src/lib/shared/utils/string.util.ts
+++ b/lib/testing/src/lib/shared/utils/string.util.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/public-api.ts b/lib/testing/src/public-api.ts
index 970e432947..9a8f2f261b 100644
--- a/lib/testing/src/public-api.ts
+++ b/lib/testing/src/public-api.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lib/testing/src/resources.ts b/lib/testing/src/resources.ts
index ac1d7219df..4829dd1a29 100644
--- a/lib/testing/src/resources.ts
+++ b/lib/testing/src/resources.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/license-community.txt b/license-community.txt
index 085cd6692f..9c648ce8fd 100644
--- a/license-community.txt
+++ b/license-community.txt
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tools/doc/mdNav.ts b/tools/doc/mdNav.ts
index b24081c6ec..0bd420b09b 100644
--- a/tools/doc/mdNav.ts
+++ b/tools/doc/mdNav.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tools/doc/mqDefs.ts b/tools/doc/mqDefs.ts
index 0b8cc39e7e..237cb34948 100644
--- a/tools/doc/mqDefs.ts
+++ b/tools/doc/mqDefs.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tools/doc/sourceInfoClasses.ts b/tools/doc/sourceInfoClasses.ts
index fbb94d46ff..171096da48 100644
--- a/tools/doc/sourceInfoClasses.ts
+++ b/tools/doc/sourceInfoClasses.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tools/doc/tools/fileChecker.ts b/tools/doc/tools/fileChecker.ts
index 2371d6bc04..c57b823388 100644
--- a/tools/doc/tools/fileChecker.ts
+++ b/tools/doc/tools/fileChecker.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tools/doc/tools/gqIndex.ts b/tools/doc/tools/gqIndex.ts
index 9a8c5ccfc4..177f9bd754 100644
--- a/tools/doc/tools/gqIndex.ts
+++ b/tools/doc/tools/gqIndex.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tools/doc/tools/linkFixer.ts b/tools/doc/tools/linkFixer.ts
index f2e5bff580..bb2d78005b 100644
--- a/tools/doc/tools/linkFixer.ts
+++ b/tools/doc/tools/linkFixer.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tools/doc/tools/sourceLinker.ts b/tools/doc/tools/sourceLinker.ts
index ae41b6e771..ccab4a8aaf 100644
--- a/tools/doc/tools/sourceLinker.ts
+++ b/tools/doc/tools/sourceLinker.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tools/doc/tools/tsInfo.ts b/tools/doc/tools/tsInfo.ts
index 395d966953..bda90ab274 100644
--- a/tools/doc/tools/tsInfo.ts
+++ b/tools/doc/tools/tsInfo.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tools/doc/tools/tutorialIndex.ts b/tools/doc/tools/tutorialIndex.ts
index ec40ecdc64..c7c3b6d735 100644
--- a/tools/doc/tools/tutorialIndex.ts
+++ b/tools/doc/tools/tutorialIndex.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tools/doc/tools/typeLinker.ts b/tools/doc/tools/typeLinker.ts
index 582723c10a..cbd21a80f7 100644
--- a/tools/doc/tools/typeLinker.ts
+++ b/tools/doc/tools/typeLinker.ts
@@ -1,6 +1,6 @@
/*!
* @license
- * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
+ * Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.