From 5dc05cc82e65e9252275450dc376ed168b66f5bb Mon Sep 17 00:00:00 2001 From: Alexander Quast <alexander.quast@open-xchange.com> Date: Fri, 26 Jan 2024 14:27:21 +0100 Subject: [PATCH] Update license header to use current legal entity --- integration/caching_test.js | 2 +- integration/config_test.js | 2 +- integration/global-setup.js | 2 +- integration/update-version_test.js | 2 +- license-header | 4 ++-- spec/app_root_test.js | 2 +- spec/dependencies_test.js | 2 +- spec/file-depencies_test.js | 2 +- spec/file_caching_test.js | 2 +- spec/headers_test.js | 2 +- spec/manifest_parsing_test.js | 2 +- spec/meta_test.js | 2 +- spec/pwa_test.js | 2 +- spec/redirect_test.js | 2 +- spec/salt_test.js | 2 +- spec/server_test.js | 2 +- spec/util.js | 2 +- spec/util_test.js | 2 +- spec/version_mismatches_test.js | 2 +- src/cache.js | 2 +- src/config_map.js | 2 +- src/errors.js | 2 +- src/files.js | 2 +- src/index.js | 2 +- src/lightship.js | 2 +- src/logger.js | 2 +- src/manifests.js | 2 +- src/plugins/cors.js | 2 +- src/plugins/formbody.js | 2 +- src/plugins/helmet.js | 2 +- src/plugins/metrics.js | 2 +- src/plugins/sensible.js | 2 +- src/plugins/swagger.js | 2 +- src/plugins/url-data.js | 2 +- src/redis.js | 2 +- src/routes/autohooks.js | 2 +- src/routes/log.js | 2 +- src/routes/manifests.js | 2 +- src/routes/metadata.js | 2 +- src/routes/redirects.js | 2 +- src/routes/serve-files.js | 2 +- src/routes/webmanifest.js | 2 +- src/updater.js | 2 +- src/util.js | 2 +- src/version.js | 2 +- 45 files changed, 46 insertions(+), 46 deletions(-) diff --git a/integration/caching_test.js b/integration/caching_test.js index de4e7f0..92ef35b 100644 --- a/integration/caching_test.js +++ b/integration/caching_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/integration/config_test.js b/integration/config_test.js index 53ec8c1..2a69ee8 100644 --- a/integration/config_test.js +++ b/integration/config_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/integration/global-setup.js b/integration/global-setup.js index ab3cfce..6e485b7 100644 --- a/integration/global-setup.js +++ b/integration/global-setup.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/integration/update-version_test.js b/integration/update-version_test.js index 10e1f73..d1673c9 100644 --- a/integration/update-version_test.js +++ b/integration/update-version_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/license-header b/license-header index 53890a8..ba85878 100644 --- a/license-header +++ b/license-header @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify @@ -18,4 +18,4 @@ * * Any use of the work other than as authorized under this license or copyright law is prohibited. * - */ \ No newline at end of file + */ diff --git a/spec/app_root_test.js b/spec/app_root_test.js index fa10859..ddb3d8b 100644 --- a/spec/app_root_test.js +++ b/spec/app_root_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/dependencies_test.js b/spec/dependencies_test.js index 32eef28..703d0d5 100644 --- a/spec/dependencies_test.js +++ b/spec/dependencies_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/file-depencies_test.js b/spec/file-depencies_test.js index 12c0a93..be38f2d 100644 --- a/spec/file-depencies_test.js +++ b/spec/file-depencies_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/file_caching_test.js b/spec/file_caching_test.js index d2e6831..ff74708 100644 --- a/spec/file_caching_test.js +++ b/spec/file_caching_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/headers_test.js b/spec/headers_test.js index 95d6e76..532151c 100644 --- a/spec/headers_test.js +++ b/spec/headers_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/manifest_parsing_test.js b/spec/manifest_parsing_test.js index 99a6b7c..9d78b81 100644 --- a/spec/manifest_parsing_test.js +++ b/spec/manifest_parsing_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/meta_test.js b/spec/meta_test.js index 0ad1acc..1b6b0da 100644 --- a/spec/meta_test.js +++ b/spec/meta_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/pwa_test.js b/spec/pwa_test.js index 441fee0..8002f4a 100644 --- a/spec/pwa_test.js +++ b/spec/pwa_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/redirect_test.js b/spec/redirect_test.js index c31ac11..03556d7 100644 --- a/spec/redirect_test.js +++ b/spec/redirect_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/salt_test.js b/spec/salt_test.js index e3005cc..28a4621 100644 --- a/spec/salt_test.js +++ b/spec/salt_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/server_test.js b/spec/server_test.js index 481de17..b539722 100644 --- a/spec/server_test.js +++ b/spec/server_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/util.js b/spec/util.js index 2efef21..964b1da 100644 --- a/spec/util.js +++ b/spec/util.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/util_test.js b/spec/util_test.js index 9afb4a6..5b350a2 100644 --- a/spec/util_test.js +++ b/spec/util_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/spec/version_mismatches_test.js b/spec/version_mismatches_test.js index fc4e50b..9502632 100644 --- a/spec/version_mismatches_test.js +++ b/spec/version_mismatches_test.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/cache.js b/src/cache.js index aa6bf69..0cfff6a 100644 --- a/src/cache.js +++ b/src/cache.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/config_map.js b/src/config_map.js index 6f05d9c..ba35124 100644 --- a/src/config_map.js +++ b/src/config_map.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/errors.js b/src/errors.js index 220e071..45ff12f 100644 --- a/src/errors.js +++ b/src/errors.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/files.js b/src/files.js index 9137089..e0f749f 100644 --- a/src/files.js +++ b/src/files.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/index.js b/src/index.js index ab4b7b6..eab4035 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/lightship.js b/src/lightship.js index eeed213..5a3b1cc 100644 --- a/src/lightship.js +++ b/src/lightship.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/logger.js b/src/logger.js index 565070e..bc3825e 100644 --- a/src/logger.js +++ b/src/logger.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/manifests.js b/src/manifests.js index f0d268a..a3b6fea 100644 --- a/src/manifests.js +++ b/src/manifests.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/plugins/cors.js b/src/plugins/cors.js index 3c7852b..e7bb576 100644 --- a/src/plugins/cors.js +++ b/src/plugins/cors.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/plugins/formbody.js b/src/plugins/formbody.js index a7462a2..6bd29dc 100644 --- a/src/plugins/formbody.js +++ b/src/plugins/formbody.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/plugins/helmet.js b/src/plugins/helmet.js index 72a2771..9c26715 100644 --- a/src/plugins/helmet.js +++ b/src/plugins/helmet.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/plugins/metrics.js b/src/plugins/metrics.js index 5fa161d..55b0a77 100644 --- a/src/plugins/metrics.js +++ b/src/plugins/metrics.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/plugins/sensible.js b/src/plugins/sensible.js index b4d2c6b..42427ba 100644 --- a/src/plugins/sensible.js +++ b/src/plugins/sensible.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/plugins/swagger.js b/src/plugins/swagger.js index 5f53512..4aa0210 100644 --- a/src/plugins/swagger.js +++ b/src/plugins/swagger.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/plugins/url-data.js b/src/plugins/url-data.js index 43fd0d9..83f6aaa 100644 --- a/src/plugins/url-data.js +++ b/src/plugins/url-data.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/redis.js b/src/redis.js index db05f29..70c03e2 100644 --- a/src/redis.js +++ b/src/redis.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/routes/autohooks.js b/src/routes/autohooks.js index 5467578..6902f5e 100644 --- a/src/routes/autohooks.js +++ b/src/routes/autohooks.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/routes/log.js b/src/routes/log.js index fb1d577..ffcbe86 100644 --- a/src/routes/log.js +++ b/src/routes/log.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/routes/manifests.js b/src/routes/manifests.js index 00bb9c7..2149891 100644 --- a/src/routes/manifests.js +++ b/src/routes/manifests.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/routes/metadata.js b/src/routes/metadata.js index fadceea..30cf07d 100644 --- a/src/routes/metadata.js +++ b/src/routes/metadata.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/routes/redirects.js b/src/routes/redirects.js index 4ff19f9..2abd5e3 100644 --- a/src/routes/redirects.js +++ b/src/routes/redirects.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/routes/serve-files.js b/src/routes/serve-files.js index 91faa7d..12f9544 100644 --- a/src/routes/serve-files.js +++ b/src/routes/serve-files.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/routes/webmanifest.js b/src/routes/webmanifest.js index 930b0d7..11b825c 100644 --- a/src/routes/webmanifest.js +++ b/src/routes/webmanifest.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/updater.js b/src/updater.js index fc5c64d..dfb75e4 100644 --- a/src/updater.js +++ b/src/updater.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/util.js b/src/util.js index b35a088..965581b 100644 --- a/src/util.js +++ b/src/util.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/src/version.js b/src/version.js index e1c9a72..7b58173 100644 --- a/src/version.js +++ b/src/version.js @@ -1,6 +1,6 @@ /* * - * @copyright Copyright (c) OX Software GmbH, Germany <info@open-xchange.com> + * @copyright Copyright (c) Open-Xchange GmbH, Germany <info@open-xchange.com> * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify -- GitLab