From 4cf5bcc7d5997bb30c1e1d8ad345ee12eee9217c Mon Sep 17 00:00:00 2001 From: Alexander Popel Date: Tue, 8 Oct 2024 09:38:25 +0300 Subject: [PATCH 01/28] Add a dummy `nightly-pipeline.yml` action GitHub Actions requires actions with `workflow_dispatch` trigger to be present in main. The most reliable workaround is to have a dummy action in main, which is what this is. --- .github/workflows/nightly-pipeline.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/nightly-pipeline.yml diff --git a/.github/workflows/nightly-pipeline.yml b/.github/workflows/nightly-pipeline.yml new file mode 100644 index 00000000..4d61f56b --- /dev/null +++ b/.github/workflows/nightly-pipeline.yml @@ -0,0 +1,7 @@ +name: Nightly Pipeline (dummy) +on: workflow_dispatch +jobs: + dummy: + runs-on: ubuntu-latest + steps: + - run: echo "This is a dummy action to allow actions with the same filename to run from other branches" From 283d5c8ec59e7034e34466fd509b3aa518634726 Mon Sep 17 00:00:00 2001 From: Alexander Popel Date: Mon, 4 Nov 2024 12:12:19 +0200 Subject: [PATCH 02/28] ci: add nightly-pipeline-prerelease workflow --- .../workflows/nightly-pipeline-prerelease.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/nightly-pipeline-prerelease.yml diff --git a/.github/workflows/nightly-pipeline-prerelease.yml b/.github/workflows/nightly-pipeline-prerelease.yml new file mode 100644 index 00000000..b38e917f --- /dev/null +++ b/.github/workflows/nightly-pipeline-prerelease.yml @@ -0,0 +1,18 @@ +# Triggers the nightly pipeline on non-main branches, as only pipelines on the +# default branch can be scheduled directly. +name: Nightly Pipeline Prerelease + +on: + schedule: + - cron: '0 2 * * *' + +jobs: + schedule: + runs-on: ubuntu-latest + permissions: + actions: write + env: + GH_TOKEN: ${{ github.token }} + steps: + - name: Schedule version/4.5 + run: gh workflow run nightly-pipeline.yml --repo '${{ github.repository }}' --ref version/4.5 From 59ea003a826b491087d66461c7d7139fbd79e8d3 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Wed, 22 Jan 2025 04:16:52 +0100 Subject: [PATCH 03/28] Merged Pull Request '#223 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 00adcd5a..8e6ca30f 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 00adcd5a32efe9e883fce68e52f313b654a0cd9c +Subproject commit 8e6ca30f70db10af73e93f21a78030c83959c2fc From eccc19eb02054144649879ed790c76ba21e06169 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:53:19 +0000 Subject: [PATCH 04/28] Merged Pull Request '#226 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 8e6ca30f..d30e8667 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 8e6ca30f70db10af73e93f21a78030c83959c2fc +Subproject commit d30e866745a60b5b202ee04088437de03fa789e3 From c9eadb4bfecea32759030fbf5d2ea28b6f49e0fd Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:13:06 +0000 Subject: [PATCH 05/28] Merged Pull Request '#227 update-copyright/main->main: Update copyright' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.cloud/constants.js | 2 +- fiftyone.devicedetection.cloud/deviceDetectionCloud.js | 2 +- .../deviceDetectionCloudPipelineBuilder.js | 2 +- .../examples/cloud/configurator-console/configurator.js | 2 +- .../examples/cloud/configurator-console/configurator.test.js | 2 +- fiftyone.devicedetection.cloud/examples/cloud/exampleUtils.js | 2 +- .../examples/cloud/gettingstarted-console/gettingStarted.js | 2 +- .../cloud/gettingstarted-console/gettingStarted.test.js | 2 +- .../examples/cloud/gettingstarted-web/gettingStarted.js | 2 +- .../examples/cloud/gettingstarted-web/gettingStarted.test.js | 2 +- .../examples/cloud/metadata-console/metaData.js | 2 +- .../examples/cloud/metadata-console/metaData.test.js | 2 +- .../cloud/nativemodellookup-console/nativeModelLookup.js | 2 +- .../cloud/nativemodellookup-console/nativeModelLookup.test.js | 2 +- .../examples/cloud/taclookup-console/tacLookup.js | 2 +- .../examples/cloud/taclookup-console/tacLookup.test.js | 2 +- .../cloud/useragentclienthints-web/userAgentClientHintsWeb.js | 2 +- .../useragentclienthints-web/userAgentClientHintsWeb.test.js | 2 +- fiftyone.devicedetection.cloud/hardwareProfileCloudEngine.js | 2 +- fiftyone.devicedetection.cloud/index.js | 2 +- .../tests/deviceDetectionCloud.test.js | 2 +- fiftyone.devicedetection.onpremise/component.js | 2 +- fiftyone.devicedetection.onpremise/constants.js | 2 +- .../dataFileMissingPropertyService.js | 2 +- fiftyone.devicedetection.onpremise/deviceDetectionDataFile.js | 2 +- fiftyone.devicedetection.onpremise/deviceDetectionOnPremise.js | 2 +- .../deviceDetectionOnPremisePipelineBuilder.js | 2 +- .../onpremise/automaticupdates/dataFileSystemWatcher.js | 2 +- .../examples/onpremise/automaticupdates/updateOnStartUp.js | 2 +- .../onpremise/automaticupdates/updatePollingInterval.js | 2 +- .../examples/onpremise/exampleUtils.js | 2 +- .../examples/onpremise/gettingstarted-console/gettingStarted.js | 2 +- .../onpremise/gettingstarted-console/gettingStarted.test.js | 2 +- .../examples/onpremise/gettingstarted-web/gettingStarted.js | 2 +- .../onpremise/gettingstarted-web/gettingStarted.test.js | 2 +- .../examples/onpremise/matchmetrics-console/matchMetrics.js | 2 +- .../onpremise/matchmetrics-console/matchMetrics.test.js | 2 +- .../examples/onpremise/metadata-console/metaData.js | 2 +- .../examples/onpremise/metadata-console/metaData.test.js | 2 +- .../onpremise/offlineprocessing-console/offlineProcessing.js | 2 +- .../offlineprocessing-console/offlineProcessing.test.js | 2 +- .../examples/onpremise/performance-console/performance.js | 2 +- .../examples/onpremise/performance-console/performance.test.js | 2 +- .../examples/onpremise/updatedatafile-console/updatedatafile.js | 2 +- .../useragentclienthints-web/userAgentClientHintsWeb.js | 2 +- .../useragentclienthints-web/userAgentClientHintsWeb.test.js | 2 +- fiftyone.devicedetection.onpremise/index.js | 2 +- fiftyone.devicedetection.onpremise/profile.js | 2 +- fiftyone.devicedetection.onpremise/property.js | 2 +- fiftyone.devicedetection.onpremise/swigData.js | 2 +- fiftyone.devicedetection.onpremise/swigHelpers.js | 2 +- fiftyone.devicedetection.onpremise/tests/badData.test.js | 2 +- .../tests/cloud-performance-test/process.js | 2 +- .../tests/deviceDetectionOnPremise.test.js | 2 +- .../tests/deviceDetectionOnPremiseValue.test.js | 2 +- fiftyone.devicedetection.onpremise/tests/testHelper.js | 2 +- fiftyone.devicedetection.shared/errorMessages.js | 2 +- fiftyone.devicedetection.shared/examples/dataExtension.js | 2 +- fiftyone.devicedetection.shared/examples/exampleConstants.js | 2 +- fiftyone.devicedetection.shared/examples/optionsExtension.js | 2 +- fiftyone.devicedetection.shared/index.js | 2 +- fiftyone.devicedetection.shared/tests/keyUtils.js | 2 +- fiftyone.devicedetection.shared/tests/testConstants.js | 2 +- fiftyone.devicedetection/deviceDetectionPipelineBuilder.js | 2 +- fiftyone.devicedetection/examples/gettingStarted.js | 2 +- fiftyone.devicedetection/examples/gettingstarted.test.js | 2 +- fiftyone.devicedetection/index.js | 2 +- fiftyone.devicedetection/tests/deviceDetectionCloud.test.js | 2 +- fiftyone.devicedetection/tests/deviceDetectionOnPremise.test.js | 2 +- setup.js | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/fiftyone.devicedetection.cloud/constants.js b/fiftyone.devicedetection.cloud/constants.js index d819ee14..51935a87 100644 --- a/fiftyone.devicedetection.cloud/constants.js +++ b/fiftyone.devicedetection.cloud/constants.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/deviceDetectionCloud.js b/fiftyone.devicedetection.cloud/deviceDetectionCloud.js index e3c4869a..69ea8235 100644 --- a/fiftyone.devicedetection.cloud/deviceDetectionCloud.js +++ b/fiftyone.devicedetection.cloud/deviceDetectionCloud.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/deviceDetectionCloudPipelineBuilder.js b/fiftyone.devicedetection.cloud/deviceDetectionCloudPipelineBuilder.js index c98c5cb5..da272efb 100644 --- a/fiftyone.devicedetection.cloud/deviceDetectionCloudPipelineBuilder.js +++ b/fiftyone.devicedetection.cloud/deviceDetectionCloudPipelineBuilder.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/configurator-console/configurator.js b/fiftyone.devicedetection.cloud/examples/cloud/configurator-console/configurator.js index 0ed15db6..ea47ebc6 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/configurator-console/configurator.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/configurator-console/configurator.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/configurator-console/configurator.test.js b/fiftyone.devicedetection.cloud/examples/cloud/configurator-console/configurator.test.js index 2eb2dab9..e5ad95ff 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/configurator-console/configurator.test.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/configurator-console/configurator.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/exampleUtils.js b/fiftyone.devicedetection.cloud/examples/cloud/exampleUtils.js index 284bb1bc..57bf4307 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/exampleUtils.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/exampleUtils.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-console/gettingStarted.js b/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-console/gettingStarted.js index 738fa092..03031e8a 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-console/gettingStarted.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-console/gettingStarted.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-console/gettingStarted.test.js b/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-console/gettingStarted.test.js index c3dbf1bd..62f5a9bf 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-console/gettingStarted.test.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-console/gettingStarted.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-web/gettingStarted.js b/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-web/gettingStarted.js index d1d8d31f..893238a0 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-web/gettingStarted.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-web/gettingStarted.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-web/gettingStarted.test.js b/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-web/gettingStarted.test.js index a28a00ec..2fa29907 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-web/gettingStarted.test.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/gettingstarted-web/gettingStarted.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/metadata-console/metaData.js b/fiftyone.devicedetection.cloud/examples/cloud/metadata-console/metaData.js index 9687d003..abba6089 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/metadata-console/metaData.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/metadata-console/metaData.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/metadata-console/metaData.test.js b/fiftyone.devicedetection.cloud/examples/cloud/metadata-console/metaData.test.js index 6e05802a..59d4a0d2 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/metadata-console/metaData.test.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/metadata-console/metaData.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/nativemodellookup-console/nativeModelLookup.js b/fiftyone.devicedetection.cloud/examples/cloud/nativemodellookup-console/nativeModelLookup.js index 123fb7ec..9c805e0c 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/nativemodellookup-console/nativeModelLookup.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/nativemodellookup-console/nativeModelLookup.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/nativemodellookup-console/nativeModelLookup.test.js b/fiftyone.devicedetection.cloud/examples/cloud/nativemodellookup-console/nativeModelLookup.test.js index 29bcd6c6..9cdaeefe 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/nativemodellookup-console/nativeModelLookup.test.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/nativemodellookup-console/nativeModelLookup.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/taclookup-console/tacLookup.js b/fiftyone.devicedetection.cloud/examples/cloud/taclookup-console/tacLookup.js index 1851b023..12471008 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/taclookup-console/tacLookup.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/taclookup-console/tacLookup.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/taclookup-console/tacLookup.test.js b/fiftyone.devicedetection.cloud/examples/cloud/taclookup-console/tacLookup.test.js index 1e0d77ad..12a3ae67 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/taclookup-console/tacLookup.test.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/taclookup-console/tacLookup.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/useragentclienthints-web/userAgentClientHintsWeb.js b/fiftyone.devicedetection.cloud/examples/cloud/useragentclienthints-web/userAgentClientHintsWeb.js index 9e7a27b0..c4215433 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/useragentclienthints-web/userAgentClientHintsWeb.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/useragentclienthints-web/userAgentClientHintsWeb.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/examples/cloud/useragentclienthints-web/userAgentClientHintsWeb.test.js b/fiftyone.devicedetection.cloud/examples/cloud/useragentclienthints-web/userAgentClientHintsWeb.test.js index 45d61fb9..5b61f2a1 100644 --- a/fiftyone.devicedetection.cloud/examples/cloud/useragentclienthints-web/userAgentClientHintsWeb.test.js +++ b/fiftyone.devicedetection.cloud/examples/cloud/useragentclienthints-web/userAgentClientHintsWeb.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/hardwareProfileCloudEngine.js b/fiftyone.devicedetection.cloud/hardwareProfileCloudEngine.js index 8ec868d1..9c0802ba 100644 --- a/fiftyone.devicedetection.cloud/hardwareProfileCloudEngine.js +++ b/fiftyone.devicedetection.cloud/hardwareProfileCloudEngine.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/index.js b/fiftyone.devicedetection.cloud/index.js index 360e899b..42fcb8cb 100644 --- a/fiftyone.devicedetection.cloud/index.js +++ b/fiftyone.devicedetection.cloud/index.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.cloud/tests/deviceDetectionCloud.test.js b/fiftyone.devicedetection.cloud/tests/deviceDetectionCloud.test.js index 445ae454..0bdf5c14 100644 --- a/fiftyone.devicedetection.cloud/tests/deviceDetectionCloud.test.js +++ b/fiftyone.devicedetection.cloud/tests/deviceDetectionCloud.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/component.js b/fiftyone.devicedetection.onpremise/component.js index 09123bab..7ccdc57c 100644 --- a/fiftyone.devicedetection.onpremise/component.js +++ b/fiftyone.devicedetection.onpremise/component.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/constants.js b/fiftyone.devicedetection.onpremise/constants.js index 73522156..7d02d089 100644 --- a/fiftyone.devicedetection.onpremise/constants.js +++ b/fiftyone.devicedetection.onpremise/constants.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/dataFileMissingPropertyService.js b/fiftyone.devicedetection.onpremise/dataFileMissingPropertyService.js index 740fa816..db557953 100644 --- a/fiftyone.devicedetection.onpremise/dataFileMissingPropertyService.js +++ b/fiftyone.devicedetection.onpremise/dataFileMissingPropertyService.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/deviceDetectionDataFile.js b/fiftyone.devicedetection.onpremise/deviceDetectionDataFile.js index b8dc81d7..ae9001fe 100644 --- a/fiftyone.devicedetection.onpremise/deviceDetectionDataFile.js +++ b/fiftyone.devicedetection.onpremise/deviceDetectionDataFile.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/deviceDetectionOnPremise.js b/fiftyone.devicedetection.onpremise/deviceDetectionOnPremise.js index bae15f2e..7eac4b1a 100644 --- a/fiftyone.devicedetection.onpremise/deviceDetectionOnPremise.js +++ b/fiftyone.devicedetection.onpremise/deviceDetectionOnPremise.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/deviceDetectionOnPremisePipelineBuilder.js b/fiftyone.devicedetection.onpremise/deviceDetectionOnPremisePipelineBuilder.js index 7b564429..db4122ac 100644 --- a/fiftyone.devicedetection.onpremise/deviceDetectionOnPremisePipelineBuilder.js +++ b/fiftyone.devicedetection.onpremise/deviceDetectionOnPremisePipelineBuilder.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/dataFileSystemWatcher.js b/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/dataFileSystemWatcher.js index 006c3406..52f15e77 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/dataFileSystemWatcher.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/dataFileSystemWatcher.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/updateOnStartUp.js b/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/updateOnStartUp.js index 0fdbc190..26b6ce0f 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/updateOnStartUp.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/updateOnStartUp.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/updatePollingInterval.js b/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/updatePollingInterval.js index 262937d3..6ffff7e0 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/updatePollingInterval.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/automaticupdates/updatePollingInterval.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/exampleUtils.js b/fiftyone.devicedetection.onpremise/examples/onpremise/exampleUtils.js index 019b75c3..670ab7dd 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/exampleUtils.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/exampleUtils.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-console/gettingStarted.js b/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-console/gettingStarted.js index a68d944c..1f6e7dd0 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-console/gettingStarted.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-console/gettingStarted.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-console/gettingStarted.test.js b/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-console/gettingStarted.test.js index 10976348..20e79a43 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-console/gettingStarted.test.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-console/gettingStarted.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-web/gettingStarted.js b/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-web/gettingStarted.js index 7f1cbbda..2d8639eb 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-web/gettingStarted.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-web/gettingStarted.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-web/gettingStarted.test.js b/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-web/gettingStarted.test.js index bd8563c0..59738c82 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-web/gettingStarted.test.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/gettingstarted-web/gettingStarted.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/matchmetrics-console/matchMetrics.js b/fiftyone.devicedetection.onpremise/examples/onpremise/matchmetrics-console/matchMetrics.js index fac6fc40..da25fbc9 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/matchmetrics-console/matchMetrics.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/matchmetrics-console/matchMetrics.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/matchmetrics-console/matchMetrics.test.js b/fiftyone.devicedetection.onpremise/examples/onpremise/matchmetrics-console/matchMetrics.test.js index a82d9ff8..2030fe20 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/matchmetrics-console/matchMetrics.test.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/matchmetrics-console/matchMetrics.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/metadata-console/metaData.js b/fiftyone.devicedetection.onpremise/examples/onpremise/metadata-console/metaData.js index 147600a7..5b5cfb93 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/metadata-console/metaData.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/metadata-console/metaData.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/metadata-console/metaData.test.js b/fiftyone.devicedetection.onpremise/examples/onpremise/metadata-console/metaData.test.js index 21c7bf0d..0174a6d9 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/metadata-console/metaData.test.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/metadata-console/metaData.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/offlineprocessing-console/offlineProcessing.js b/fiftyone.devicedetection.onpremise/examples/onpremise/offlineprocessing-console/offlineProcessing.js index 1325cfb3..809a1998 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/offlineprocessing-console/offlineProcessing.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/offlineprocessing-console/offlineProcessing.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/offlineprocessing-console/offlineProcessing.test.js b/fiftyone.devicedetection.onpremise/examples/onpremise/offlineprocessing-console/offlineProcessing.test.js index e5d3756d..31bfd97b 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/offlineprocessing-console/offlineProcessing.test.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/offlineprocessing-console/offlineProcessing.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/performance-console/performance.js b/fiftyone.devicedetection.onpremise/examples/onpremise/performance-console/performance.js index 79c2002b..4eabee1e 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/performance-console/performance.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/performance-console/performance.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/performance-console/performance.test.js b/fiftyone.devicedetection.onpremise/examples/onpremise/performance-console/performance.test.js index b682459d..e795bff4 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/performance-console/performance.test.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/performance-console/performance.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/updatedatafile-console/updatedatafile.js b/fiftyone.devicedetection.onpremise/examples/onpremise/updatedatafile-console/updatedatafile.js index 8805a70f..394bcc69 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/updatedatafile-console/updatedatafile.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/updatedatafile-console/updatedatafile.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/useragentclienthints-web/userAgentClientHintsWeb.js b/fiftyone.devicedetection.onpremise/examples/onpremise/useragentclienthints-web/userAgentClientHintsWeb.js index 834035cd..84da58a9 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/useragentclienthints-web/userAgentClientHintsWeb.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/useragentclienthints-web/userAgentClientHintsWeb.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/examples/onpremise/useragentclienthints-web/userAgentClientHintsWeb.test.js b/fiftyone.devicedetection.onpremise/examples/onpremise/useragentclienthints-web/userAgentClientHintsWeb.test.js index 56d45463..31150c6a 100644 --- a/fiftyone.devicedetection.onpremise/examples/onpremise/useragentclienthints-web/userAgentClientHintsWeb.test.js +++ b/fiftyone.devicedetection.onpremise/examples/onpremise/useragentclienthints-web/userAgentClientHintsWeb.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/index.js b/fiftyone.devicedetection.onpremise/index.js index 8ca689b9..b761b359 100644 --- a/fiftyone.devicedetection.onpremise/index.js +++ b/fiftyone.devicedetection.onpremise/index.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/profile.js b/fiftyone.devicedetection.onpremise/profile.js index 3cacdaaf..694ec38a 100644 --- a/fiftyone.devicedetection.onpremise/profile.js +++ b/fiftyone.devicedetection.onpremise/profile.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/property.js b/fiftyone.devicedetection.onpremise/property.js index 2bfb9d16..b4d47574 100644 --- a/fiftyone.devicedetection.onpremise/property.js +++ b/fiftyone.devicedetection.onpremise/property.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/swigData.js b/fiftyone.devicedetection.onpremise/swigData.js index eb320528..96715e16 100644 --- a/fiftyone.devicedetection.onpremise/swigData.js +++ b/fiftyone.devicedetection.onpremise/swigData.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/swigHelpers.js b/fiftyone.devicedetection.onpremise/swigHelpers.js index 424432a5..0b90592b 100644 --- a/fiftyone.devicedetection.onpremise/swigHelpers.js +++ b/fiftyone.devicedetection.onpremise/swigHelpers.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/tests/badData.test.js b/fiftyone.devicedetection.onpremise/tests/badData.test.js index 46e2d022..20cd54f4 100644 --- a/fiftyone.devicedetection.onpremise/tests/badData.test.js +++ b/fiftyone.devicedetection.onpremise/tests/badData.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/tests/cloud-performance-test/process.js b/fiftyone.devicedetection.onpremise/tests/cloud-performance-test/process.js index 545dac0e..fc3c209d 100644 --- a/fiftyone.devicedetection.onpremise/tests/cloud-performance-test/process.js +++ b/fiftyone.devicedetection.onpremise/tests/cloud-performance-test/process.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/tests/deviceDetectionOnPremise.test.js b/fiftyone.devicedetection.onpremise/tests/deviceDetectionOnPremise.test.js index b45f9758..358b08c0 100644 --- a/fiftyone.devicedetection.onpremise/tests/deviceDetectionOnPremise.test.js +++ b/fiftyone.devicedetection.onpremise/tests/deviceDetectionOnPremise.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/tests/deviceDetectionOnPremiseValue.test.js b/fiftyone.devicedetection.onpremise/tests/deviceDetectionOnPremiseValue.test.js index 8bed0cdd..eecda53a 100644 --- a/fiftyone.devicedetection.onpremise/tests/deviceDetectionOnPremiseValue.test.js +++ b/fiftyone.devicedetection.onpremise/tests/deviceDetectionOnPremiseValue.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.onpremise/tests/testHelper.js b/fiftyone.devicedetection.onpremise/tests/testHelper.js index 2816a95d..49259f99 100644 --- a/fiftyone.devicedetection.onpremise/tests/testHelper.js +++ b/fiftyone.devicedetection.onpremise/tests/testHelper.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.shared/errorMessages.js b/fiftyone.devicedetection.shared/errorMessages.js index e4a58470..34555a7e 100644 --- a/fiftyone.devicedetection.shared/errorMessages.js +++ b/fiftyone.devicedetection.shared/errorMessages.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.shared/examples/dataExtension.js b/fiftyone.devicedetection.shared/examples/dataExtension.js index b70de5a7..8d18e3bc 100644 --- a/fiftyone.devicedetection.shared/examples/dataExtension.js +++ b/fiftyone.devicedetection.shared/examples/dataExtension.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.shared/examples/exampleConstants.js b/fiftyone.devicedetection.shared/examples/exampleConstants.js index f5a4f3fe..f818b0b5 100644 --- a/fiftyone.devicedetection.shared/examples/exampleConstants.js +++ b/fiftyone.devicedetection.shared/examples/exampleConstants.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.shared/examples/optionsExtension.js b/fiftyone.devicedetection.shared/examples/optionsExtension.js index 40c0ac0c..6e0a52f8 100644 --- a/fiftyone.devicedetection.shared/examples/optionsExtension.js +++ b/fiftyone.devicedetection.shared/examples/optionsExtension.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.shared/index.js b/fiftyone.devicedetection.shared/index.js index d720ac7d..28f66e9b 100644 --- a/fiftyone.devicedetection.shared/index.js +++ b/fiftyone.devicedetection.shared/index.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.shared/tests/keyUtils.js b/fiftyone.devicedetection.shared/tests/keyUtils.js index 2c75eaa1..9d2f1f21 100644 --- a/fiftyone.devicedetection.shared/tests/keyUtils.js +++ b/fiftyone.devicedetection.shared/tests/keyUtils.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection.shared/tests/testConstants.js b/fiftyone.devicedetection.shared/tests/testConstants.js index 56f229bc..1e4b2c9a 100644 --- a/fiftyone.devicedetection.shared/tests/testConstants.js +++ b/fiftyone.devicedetection.shared/tests/testConstants.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection/deviceDetectionPipelineBuilder.js b/fiftyone.devicedetection/deviceDetectionPipelineBuilder.js index 6e21909b..54a2df23 100644 --- a/fiftyone.devicedetection/deviceDetectionPipelineBuilder.js +++ b/fiftyone.devicedetection/deviceDetectionPipelineBuilder.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection/examples/gettingStarted.js b/fiftyone.devicedetection/examples/gettingStarted.js index 2100894b..e6084cde 100644 --- a/fiftyone.devicedetection/examples/gettingStarted.js +++ b/fiftyone.devicedetection/examples/gettingStarted.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection/examples/gettingstarted.test.js b/fiftyone.devicedetection/examples/gettingstarted.test.js index c0bd2546..3a575f4a 100644 --- a/fiftyone.devicedetection/examples/gettingstarted.test.js +++ b/fiftyone.devicedetection/examples/gettingstarted.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection/index.js b/fiftyone.devicedetection/index.js index a9967f4a..dcbd362b 100644 --- a/fiftyone.devicedetection/index.js +++ b/fiftyone.devicedetection/index.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection/tests/deviceDetectionCloud.test.js b/fiftyone.devicedetection/tests/deviceDetectionCloud.test.js index e9d49dc8..2189f1fe 100644 --- a/fiftyone.devicedetection/tests/deviceDetectionCloud.test.js +++ b/fiftyone.devicedetection/tests/deviceDetectionCloud.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/fiftyone.devicedetection/tests/deviceDetectionOnPremise.test.js b/fiftyone.devicedetection/tests/deviceDetectionOnPremise.test.js index 0dbcfccf..190ce2d6 100644 --- a/fiftyone.devicedetection/tests/deviceDetectionOnPremise.test.js +++ b/fiftyone.devicedetection/tests/deviceDetectionOnPremise.test.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence diff --git a/setup.js b/setup.js index cfeb7ed8..975e2e26 100644 --- a/setup.js +++ b/setup.js @@ -1,6 +1,6 @@ /* ********************************************************************* * This Original Work is copyright of 51 Degrees Mobile Experts Limited. - * Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, + * Copyright 2025 51 Degrees Mobile Experts Limited, Davidson House, * Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. * * This Original Work is licensed under the European Union Public Licence From 80a741fe959732ac283286b30eefbe3eae02f4b4 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:06:53 +0000 Subject: [PATCH 06/28] Merged Pull Request '#229 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index d30e8667..45cd53fe 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit d30e866745a60b5b202ee04088437de03fa789e3 +Subproject commit 45cd53fe4e2cf75ca36b1417206fe87289198d47 From e51e8c68fcc60e8a9f303fdf5c075d955bc51d5f Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Thu, 13 Feb 2025 02:49:32 +0000 Subject: [PATCH 07/28] Merged Pull Request '#233 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 45cd53fe..6bb8aad9 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 45cd53fe4e2cf75ca36b1417206fe87289198d47 +Subproject commit 6bb8aad96fce1b58d032dd08e291bc56a4749a67 From 4e92c191ab471aa2c246ddea4eae55e2ece5e018 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Tue, 18 Feb 2025 03:23:43 +0000 Subject: [PATCH 08/28] Merged Pull Request '#236 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 6bb8aad9..0456a72d 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 6bb8aad96fce1b58d032dd08e291bc56a4749a67 +Subproject commit 0456a72d6e564411250cff670b8670fc3dfbd9b2 From 44cd23924b9a4fff03932a78d027e2e6671306b1 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Tue, 25 Feb 2025 02:52:47 +0000 Subject: [PATCH 09/28] Merged Pull Request '#238 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 0456a72d..c85fd7ae 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 0456a72d6e564411250cff670b8670fc3dfbd9b2 +Subproject commit c85fd7aec46bbfa45723a9bc7815eafb2a3f102e From 179f249bc408415d39d91d9fb60f626e41eab7b1 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Tue, 4 Mar 2025 02:57:14 +0000 Subject: [PATCH 10/28] Merged Pull Request '#240 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index c85fd7ae..43bb581b 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit c85fd7aec46bbfa45723a9bc7815eafb2a3f102e +Subproject commit 43bb581b7b69543c49dccb3acb63ba4e8c5e9219 From 75415a6f79925c68d8d7c24a950d98f8dffc717c Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Tue, 11 Mar 2025 02:58:11 +0000 Subject: [PATCH 11/28] Merged Pull Request '#243 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 43bb581b..bc669d2e 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 43bb581b7b69543c49dccb3acb63ba4e8c5e9219 +Subproject commit bc669d2e2375877eb7145d8b24ba676e207403f6 From 65e5f81b4396bac6984f51fd3d3a5902c8f5b17b Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:56:50 +0000 Subject: [PATCH 12/28] Merged Pull Request '#245 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index bc669d2e..04720e7c 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit bc669d2e2375877eb7145d8b24ba676e207403f6 +Subproject commit 04720e7c339ec570be52f50df7b785b42a24670f From 6b39fe0d5ff7ddf38211fe4a62fb222997107241 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Tue, 18 Mar 2025 03:22:38 +0000 Subject: [PATCH 13/28] Merged Pull Request '#246 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 04720e7c..f9afd451 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 04720e7c339ec570be52f50df7b785b42a24670f +Subproject commit f9afd4516b336a536d2f3356a08469d4351a591d From 282393d51abd4b06bd3855be78d0a26bf8c5aa54 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Tue, 1 Apr 2025 04:08:19 +0100 Subject: [PATCH 14/28] Merged Pull Request '#251 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index f9afd451..c6d24a57 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit f9afd4516b336a536d2f3356a08469d4351a591d +Subproject commit c6d24a576ae7155fd1f6359e0ccd07a9deaa30f3 From f027f153a80246bfe8a0cb8015401219b932eea9 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Thu, 10 Apr 2025 05:09:09 +0200 Subject: [PATCH 15/28] Merged Pull Request '#256 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index c6d24a57..29167ac3 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit c6d24a576ae7155fd1f6359e0ccd07a9deaa30f3 +Subproject commit 29167ac3e922cf4b428177a88345fe12c506e7c0 From d4d05248205f32445e26705cc1162f7586cae35a Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Fri, 11 Apr 2025 04:25:12 +0100 Subject: [PATCH 16/28] Merged Pull Request '#258 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 29167ac3..1a0efa39 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 29167ac3e922cf4b428177a88345fe12c506e7c0 +Subproject commit 1a0efa3901b4f74db2bb7e6a001d3ef88f67edc4 From bb65aa3beda6bc2098edb7c6e0d3afdcac35c557 Mon Sep 17 00:00:00 2001 From: Alexander Popel <74662418+pi-alexander-popel@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:13:29 +0300 Subject: [PATCH 17/28] Merged Pull Request '#260 update-ubuntu->main: ci: update Ubuntu' --- ci/options.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/options.json b/ci/options.json index 97f08d2d..62f05ce2 100644 --- a/ci/options.json +++ b/ci/options.json @@ -1,7 +1,7 @@ [ { "Name": "Ubuntu_Node_18", - "Image": "ubuntu-20.04", + "Image": "ubuntu-latest", "Language": "node", "LanguageVersion": "18", "RunPerformance": true, @@ -25,7 +25,7 @@ }, { "Name": "Ubuntu_Node_20", - "Image": "ubuntu-20.04", + "Image": "ubuntu-latest", "Language": "node", "LanguageVersion": "20", "RunPerformance": true, @@ -49,7 +49,7 @@ }, { "Name": "Ubuntu_Node_22", - "Image": "ubuntu-22.04", + "Image": "ubuntu-latest", "Language": "node", "LanguageVersion": "22.5.1", "RunPerformance": true, From 00236615bacbb82abe128cf32ed69d444d0c52e2 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Fri, 18 Apr 2025 05:12:19 +0100 Subject: [PATCH 18/28] Merged Pull Request '#261 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 1a0efa39..6ab98dff 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 1a0efa3901b4f74db2bb7e6a001d3ef88f67edc4 +Subproject commit 6ab98dff4351f31ab1ea9598a6096c74bd50c5aa From 9d56dd6fb8012d02d05358e3801c825ca0e10842 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Wed, 23 Apr 2025 05:31:09 +0100 Subject: [PATCH 19/28] Merged Pull Request '#262 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 6ab98dff..e06c00c9 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 6ab98dff4351f31ab1ea9598a6096c74bd50c5aa +Subproject commit e06c00c9862994d751a73f39b3769e822b7d1c7e From 9129adc60c746b1f8f059bc39f27cb3a9db56384 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Tue, 29 Apr 2025 07:59:30 +0100 Subject: [PATCH 20/28] Merged Pull Request '#263 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index e06c00c9..6b1afc5c 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit e06c00c9862994d751a73f39b3769e822b7d1c7e +Subproject commit 6b1afc5c30ee0c4b6396e7c13308602ac0d9a8d9 From 71e573162f186167ddef57305131fdf8ec73eb58 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Wed, 30 Apr 2025 05:16:11 +0100 Subject: [PATCH 21/28] Merged Pull Request '#264 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index 6b1afc5c..a2c7deb3 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit 6b1afc5c30ee0c4b6396e7c13308602ac0d9a8d9 +Subproject commit a2c7deb36047543e6bcd79830904533508a16a53 From 70df0f5297aa9095a48d3484d65f2182eb63c28d Mon Sep 17 00:00:00 2001 From: Alexander Popel <74662418+pi-alexander-popel@users.noreply.github.com> Date: Mon, 5 May 2025 05:50:48 +0300 Subject: [PATCH 22/28] Merged Pull Request '#266 update-options->main: ci: remove deprecated version from options' --- ci/options.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/ci/options.json b/ci/options.json index 62f05ce2..4338f637 100644 --- a/ci/options.json +++ b/ci/options.json @@ -1,28 +1,4 @@ [ - { - "Name": "Ubuntu_Node_18", - "Image": "ubuntu-latest", - "Language": "node", - "LanguageVersion": "18", - "RunPerformance": true, - "PackageRequirement": true - }, - { - "Name": "Windows_Node_18", - "Image": "windows-latest", - "Language": "node", - "LanguageVersion": "18", - "RunPerformance": true, - "PackageRequirement": true - }, - { - "Name": "macOS_Node_18", - "Image": "macos-latest", - "Language": "node", - "LanguageVersion": "18", - "RunPerformance": true, - "PackageRequirement": true - }, { "Name": "Ubuntu_Node_20", "Image": "ubuntu-latest", From 7c51d83db63594ac1dd65392517ac509418e0db4 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Tue, 6 May 2025 03:49:22 +0100 Subject: [PATCH 23/28] Merged Pull Request '#267 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index a2c7deb3..c55df67b 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit a2c7deb36047543e6bcd79830904533508a16a53 +Subproject commit c55df67bca38382bc18195358a92f38803486995 From 2812d84f8688646fee5073310fd14f9437a5e391 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Wed, 7 May 2025 04:03:48 +0100 Subject: [PATCH 24/28] Merged Pull Request '#269 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index c55df67b..d75aace7 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit c55df67bca38382bc18195358a92f38803486995 +Subproject commit d75aace7d37fbaa6f527180bf4e1813b7d26ab87 From 99d14911e8e9d2ed0d3b81eeed1069e23908fd10 Mon Sep 17 00:00:00 2001 From: Automation51D <60396166+Automation51D@users.noreply.github.com> Date: Tue, 13 May 2025 03:53:32 +0100 Subject: [PATCH 25/28] Merged Pull Request '#276 update-submodules/main->main: Update submodules' Co-authored-by: Automation51D <51DCI@51Degrees.com> --- fiftyone.devicedetection.onpremise/device-detection-cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiftyone.devicedetection.onpremise/device-detection-cxx b/fiftyone.devicedetection.onpremise/device-detection-cxx index d75aace7..fdd2c178 160000 --- a/fiftyone.devicedetection.onpremise/device-detection-cxx +++ b/fiftyone.devicedetection.onpremise/device-detection-cxx @@ -1 +1 @@ -Subproject commit d75aace7d37fbaa6f527180bf4e1813b7d26ab87 +Subproject commit fdd2c1788275db1a569aaaa876e6c01a951895d8 From 344f12c953f6955800baa4f0df8f0d0d8e80e7df Mon Sep 17 00:00:00 2001 From: Eugene Dorfman Date: Wed, 14 May 2025 15:54:42 +0200 Subject: [PATCH 26/28] Merged Pull Request '#281 fix/swig->main: FIX: update bindings to build on node 22 / 24 macos' --- fiftyone.devicedetection.onpremise/binding.51d | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/fiftyone.devicedetection.onpremise/binding.51d b/fiftyone.devicedetection.onpremise/binding.51d index 6d702bb2..52634fec 100644 --- a/fiftyone.devicedetection.onpremise/binding.51d +++ b/fiftyone.devicedetection.onpremise/binding.51d @@ -25,8 +25,7 @@ string += arr[i];\ }\ console.log(string);\")", - "-Wall", - "-Werror" + "-Wall" ], 'linux_mac_c_core_additional_flags': [ "-Wno-unused-variable", @@ -138,7 +137,7 @@ 'Debug': { 'msvs_settings': { 'VCCLCompilerTool': { - 'AdditionalOptions': [ '-std:c++17', ], + 'AdditionalOptions': [ '-std:c++20', ], 'WarningLevel': '<(win_warning_level)', 'ExceptionHandling': '<(win_exception_handling)', 'WarnAsError': '<(win_warn_as_error)', @@ -154,7 +153,7 @@ 'Release': { 'msvs_settings': { 'VCCLCompilerTool': { - 'AdditionalOptions': [ '-std:c++17', ], + 'AdditionalOptions': [ '-std:c++20', ], 'WarningLevel': '<(win_warning_level)', 'ExceptionHandling': '<(win_exception_handling)', 'WarnAsError': '<(win_warn_as_error)', @@ -211,7 +210,7 @@ 'Debug': { 'msvs_settings': { 'VCCLCompilerTool': { - 'AdditionalOptions': [ '-std:c++17', ], + 'AdditionalOptions': [ '-std:c++20', ], 'WarningLevel': '<(win_warning_level)', 'ExceptionHandling': '<(win_exception_handling)', 'DisableSpecificWarnings': [ @@ -233,7 +232,7 @@ 'Release': { 'msvs_settings': { 'VCCLCompilerTool': { - 'AdditionalOptions': [ '-std:c++17', ], + 'AdditionalOptions': [ '-std:c++20', ], 'WarningLevel': '<(win_warning_level)', 'ExceptionHandling': '<(win_exception_handling)', 'WarnAsError': '<(win_warn_as_error)', From e928aef27cf7bb5791512f56544f78fb4f50b778 Mon Sep 17 00:00:00 2001 From: Alexander Popel Date: Tue, 13 May 2025 11:11:39 +0300 Subject: [PATCH 27/28] ci: add node 24 to options --- ci/options.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ci/options.json b/ci/options.json index 4338f637..72ed510f 100644 --- a/ci/options.json +++ b/ci/options.json @@ -38,5 +38,29 @@ "LanguageVersion": "22.5.1", "RunPerformance": true, "PackageRequirement": true + }, + { + "Name": "Ubuntu_Node_24", + "Image": "ubuntu-latest", + "Language": "node", + "LanguageVersion": "24", + "RunPerformance": true, + "PackageRequirement": true + }, + { + "Name": "Windows_Node_24", + "Image": "windows-latest", + "Language": "node", + "LanguageVersion": "24", + "RunPerformance": true, + "PackageRequirement": true + }, + { + "Name": "macOS_Node_24", + "Image": "macos-latest", + "Language": "node", + "LanguageVersion": "24", + "RunPerformance": true, + "PackageRequirement": true } ] From 204fb5fb70d933d529ca2cf7d8672e1861dee1e8 Mon Sep 17 00:00:00 2001 From: Eugene Dorfman Date: Wed, 14 May 2025 21:59:29 +0200 Subject: [PATCH 28/28] add macOS Node 22 option --- ci/options.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci/options.json b/ci/options.json index 72ed510f..b2145f46 100644 --- a/ci/options.json +++ b/ci/options.json @@ -39,6 +39,14 @@ "RunPerformance": true, "PackageRequirement": true }, + { + "Name": "macOS_Node_22", + "Image": "macos-latest", + "Language": "node", + "LanguageVersion": "22", + "RunPerformance": true, + "PackageRequirement": true + }, { "Name": "Ubuntu_Node_24", "Image": "ubuntu-latest",