diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 598747ee..4c7dfa80 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -11,7 +11,7 @@ We would like to start with saying thank you for wanting to contribute to COMET 1. [Fork](http://help.github.com/forking/) on GitHub 1. Clone your fork locally -1. Configure the upstream repo (`git remote add upstream git://github.com/RHEAGROUP/COMET-WebServices-Community-Edition`) +1. Configure the upstream repo (`git remote add upstream git://github.com/STARIONGROUP/COMET-WebServices-Community-Edition`) 1. Checkout development 1. Create a local branch (`git checkout -b myBranch`) from development 1. Work on your feature @@ -46,7 +46,7 @@ When you're ready to go you should confirm that you are up to date and rebased w 1. Send a descriptive [Pull Request](https://help.github.com/articles/creating-a-pull-request/) on GitHub - making sure you have selected the correct branch in the GitHub UI! 1. Wait for @samatrhea to merge your changes in. -And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/wiki) once it has been pulled in +And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/wiki) once it has been pulled in ## Style Guidelines diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 49199811..828a77d2 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ - [ ] I have written a descriptive issue title - [ ] I have verified that I am running the latest version of the COMET Web Services -- [ ] I have searched [open](https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/issues) and [closed](https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported +- [ ] I have searched [open](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/issues) and [closed](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4b4a4efa..c74fdba7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ ### Prerequisites - [ ] I have written a descriptive pull-request title -- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/pulls) open -- [ ] I have verified that I am following the COMET-SDK [code style guidelines](https://raw.githubusercontent.com/RHEAGROUP/COMET-WebServices-Community-Edition/master/.github/CONTRIBUTING.md) +- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/pulls) open +- [ ] I have verified that I am following the COMET-SDK [code style guidelines](https://raw.githubusercontent.com/STARIONGROUP/COMET-WebServices-Community-Edition/master/.github/CONTRIBUTING.md) - [ ] I have provided test coverage for my change (where applicable) ### Description diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index aef41fdb..35ed8a06 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -26,8 +26,8 @@ jobs: with: dotnet-version: '8.0.x' - - name: add RHEA GitHub nuget feed - run: dotnet nuget add source https://nuget.pkg.github.com/RHEAGROUP/index.json -n GHRHEA -u gh -p ${{ secrets.GH_PR_TOKEN }} --store-password-in-clear-text + - name: add Starion GitHub nuget feed + run: dotnet nuget add source https://nuget.pkg.github.com/STARIONGROUP/index.json -n GHRHEA -u gh -p ${{ secrets.GH_PR_TOKEN }} --store-password-in-clear-text - name: Restore dependencies run: dotnet restore COMET-WebServices.sln @@ -38,7 +38,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: | dotnet tool install --global dotnet-sonarscanner - dotnet sonarscanner begin /k:"RHEAGROUP_CDP4-COMET-WebServices-Community-Edition" /o:"rheagroup" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./CoverageResults/coverage.opencover.xml" + dotnet sonarscanner begin /k:"STARIONGROUP_CDP4-COMET-WebServices-Community-Edition" /o:"stariongroup" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./CoverageResults/coverage.opencover.xml" - name: Build run: dotnet build COMET-WebServices.sln --no-restore /p:ContinuousIntegrationBuild=true diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9902bf3f..6a0fcb9b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,8 +39,8 @@ jobs: with: languages: ${{ matrix.language }} - - name: add RHEA GitHub nuget feed - run: dotnet nuget add source https://nuget.pkg.github.com/RHEAGROUP/index.json -n GHRHEA -u gh -p ${{ secrets.GH_PR_TOKEN }} --store-password-in-clear-text + - name: add Starion GitHub nuget feed + run: dotnet nuget add source https://nuget.pkg.github.com/STARIONGROUP/index.json -n GHRHEA -u gh -p ${{ secrets.GH_PR_TOKEN }} --store-password-in-clear-text - name: Install dependencies run: dotnet restore COMET-WebServices.sln diff --git a/CDP4Authentication.Tests/CDP4Authentication.Tests.csproj b/CDP4Authentication.Tests/CDP4Authentication.Tests.csproj index 5455a507..9e972aad 100644 --- a/CDP4Authentication.Tests/CDP4Authentication.Tests.csproj +++ b/CDP4Authentication.Tests/CDP4Authentication.Tests.csproj @@ -2,10 +2,10 @@ net8.0 - RHEA System S.A. + Starion Group S.A. CDP4Authentication.Tests CDP4-COMET Data-Model Object Relational Mapping - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. Sam Gerené, Alex Vorobiev, Alexander van Delft Debug;Release latest diff --git a/CDP4Authentication.Tests/EncryptionUtilsTestFixture.cs b/CDP4Authentication.Tests/EncryptionUtilsTestFixture.cs index 73e72165..45a5e80d 100644 --- a/CDP4Authentication.Tests/EncryptionUtilsTestFixture.cs +++ b/CDP4Authentication.Tests/EncryptionUtilsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/AuthenticationPerson.cs b/CDP4Authentication/AuthenticationPerson.cs index a26c994c..27d8d8b9 100644 --- a/CDP4Authentication/AuthenticationPerson.cs +++ b/CDP4Authentication/AuthenticationPerson.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/AuthenticatorConfig.cs b/CDP4Authentication/AuthenticatorConfig.cs index fcb1b5a5..d0c6fd27 100644 --- a/CDP4Authentication/AuthenticatorConfig.cs +++ b/CDP4Authentication/AuthenticatorConfig.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/AuthenticatorProperties.cs b/CDP4Authentication/AuthenticatorProperties.cs index 6393a57b..2cf8a3ad 100644 --- a/CDP4Authentication/AuthenticatorProperties.cs +++ b/CDP4Authentication/AuthenticatorProperties.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/AuthenticatorWspProperties.cs b/CDP4Authentication/AuthenticatorWspProperties.cs index f28ef6ad..7c39c654 100644 --- a/CDP4Authentication/AuthenticatorWspProperties.cs +++ b/CDP4Authentication/AuthenticatorWspProperties.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/CDP4Authentication.csproj b/CDP4Authentication/CDP4Authentication.csproj index 163b47dc..e7c72d4f 100644 --- a/CDP4Authentication/CDP4Authentication.csproj +++ b/CDP4Authentication/CDP4Authentication.csproj @@ -2,13 +2,13 @@ net8.0 - RHEA System S.A. + Starion Group S.A. CDP4Authentication-CE 8.0.0 CDP4-COMET Library to support the implementation of authentication - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. Sam Gerené, Alex Vorobiev, Alexander van Delft - https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition.git + https://github.com/STARIONGROUP/CDP4-SDK-Community-Edition.git Debug;Release false latest diff --git a/CDP4Authentication/Contracts/AuthenticatorConnector.cs b/CDP4Authentication/Contracts/AuthenticatorConnector.cs index abb27a4e..87926787 100644 --- a/CDP4Authentication/Contracts/AuthenticatorConnector.cs +++ b/CDP4Authentication/Contracts/AuthenticatorConnector.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/Contracts/AuthenticatorPlugin.cs b/CDP4Authentication/Contracts/AuthenticatorPlugin.cs index 199d5a41..84428cd0 100644 --- a/CDP4Authentication/Contracts/AuthenticatorPlugin.cs +++ b/CDP4Authentication/Contracts/AuthenticatorPlugin.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/EncryptionUtils.cs b/CDP4Authentication/EncryptionUtils.cs index 0adb171e..18fa0e38 100644 --- a/CDP4Authentication/EncryptionUtils.cs +++ b/CDP4Authentication/EncryptionUtils.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/Interfaces/IAuthenticationPluginInjector.cs b/CDP4Authentication/Interfaces/IAuthenticationPluginInjector.cs index c8f5126d..13aadad3 100644 --- a/CDP4Authentication/Interfaces/IAuthenticationPluginInjector.cs +++ b/CDP4Authentication/Interfaces/IAuthenticationPluginInjector.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/Interfaces/IAuthenticatorConnector.cs b/CDP4Authentication/Interfaces/IAuthenticatorConnector.cs index 06a49f31..0e3ac226 100644 --- a/CDP4Authentication/Interfaces/IAuthenticatorConnector.cs +++ b/CDP4Authentication/Interfaces/IAuthenticatorConnector.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/Interfaces/IAuthenticatorPlugin.cs b/CDP4Authentication/Interfaces/IAuthenticatorPlugin.cs index 8f084d3c..ed48d198 100644 --- a/CDP4Authentication/Interfaces/IAuthenticatorPlugin.cs +++ b/CDP4Authentication/Interfaces/IAuthenticatorPlugin.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/Interfaces/IAuthenticatorProperties.cs b/CDP4Authentication/Interfaces/IAuthenticatorProperties.cs index d6b12f79..63903c24 100644 --- a/CDP4Authentication/Interfaces/IAuthenticatorProperties.cs +++ b/CDP4Authentication/Interfaces/IAuthenticatorProperties.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Authentication/Interfaces/IAuthenticatorWspProperties.cs b/CDP4Authentication/Interfaces/IAuthenticatorWspProperties.cs index 6e9f3a92..dc3d61e0 100644 --- a/CDP4Authentication/Interfaces/IAuthenticatorWspProperties.cs +++ b/CDP4Authentication/Interfaces/IAuthenticatorWspProperties.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4DatabaseAuthentication/CDP4DatabaseAuthentication.csproj b/CDP4DatabaseAuthentication/CDP4DatabaseAuthentication.csproj index a751d90e..fb44cbef 100644 --- a/CDP4DatabaseAuthentication/CDP4DatabaseAuthentication.csproj +++ b/CDP4DatabaseAuthentication/CDP4DatabaseAuthentication.csproj @@ -2,11 +2,11 @@ net8.0 - RHEA System S.A. + Starion Group S.A. CDP4DatabaseAuthentication-CE 8.0.0 CDP4-COMET Database authentication - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. Sam Gerené, Alex Vorobiev, Alexander van Delft Debug;Release false diff --git a/CDP4DatabaseAuthentication/Cdp4DatabaseAuthenticatorConnector.cs b/CDP4DatabaseAuthentication/Cdp4DatabaseAuthenticatorConnector.cs index e1db307c..5d9cdd01 100644 --- a/CDP4DatabaseAuthentication/Cdp4DatabaseAuthenticatorConnector.cs +++ b/CDP4DatabaseAuthentication/Cdp4DatabaseAuthenticatorConnector.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4DatabaseAuthentication/Cdp4DatabaseAuthenticatorPlugin.cs b/CDP4DatabaseAuthentication/Cdp4DatabaseAuthenticatorPlugin.cs index 90e314a4..3b1b535b 100644 --- a/CDP4DatabaseAuthentication/Cdp4DatabaseAuthenticatorPlugin.cs +++ b/CDP4DatabaseAuthentication/Cdp4DatabaseAuthenticatorPlugin.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm.Tests/CDP4Orm.Tests.csproj b/CDP4Orm.Tests/CDP4Orm.Tests.csproj index 55e126bc..6d074715 100644 --- a/CDP4Orm.Tests/CDP4Orm.Tests.csproj +++ b/CDP4Orm.Tests/CDP4Orm.Tests.csproj @@ -2,10 +2,10 @@ net8.0 - RHEA System S.A. + Starion Group S.A. CDP4Orm-CE.Tests CDP4-COMET Data-Model Object Relational Mapping - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. Sam Gerené, Alex Vorobiev, Alexander van Delft Debug;Release latest diff --git a/CDP4Orm.Tests/MigrationTestFixture.cs b/CDP4Orm.Tests/MigrationTestFixture.cs index 203dbcaf..d0919ee3 100644 --- a/CDP4Orm.Tests/MigrationTestFixture.cs +++ b/CDP4Orm.Tests/MigrationTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm.Tests/UtilsTestFixture.cs b/CDP4Orm.Tests/UtilsTestFixture.cs index 4984f610..67f971be 100644 --- a/CDP4Orm.Tests/UtilsTestFixture.cs +++ b/CDP4Orm.Tests/UtilsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/AutoGenDao/ActionItemDao.cs b/CDP4Orm/AutoGenDao/ActionItemDao.cs index 12bbbc13..d054a4b0 100644 --- a/CDP4Orm/AutoGenDao/ActionItemDao.cs +++ b/CDP4Orm/AutoGenDao/ActionItemDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ActualFiniteStateDao.cs b/CDP4Orm/AutoGenDao/ActualFiniteStateDao.cs index 9a8c6dc3..c63a677a 100644 --- a/CDP4Orm/AutoGenDao/ActualFiniteStateDao.cs +++ b/CDP4Orm/AutoGenDao/ActualFiniteStateDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ActualFiniteStateListDao.cs b/CDP4Orm/AutoGenDao/ActualFiniteStateListDao.cs index 1a836c7e..7484e113 100644 --- a/CDP4Orm/AutoGenDao/ActualFiniteStateListDao.cs +++ b/CDP4Orm/AutoGenDao/ActualFiniteStateListDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/AliasDao.cs b/CDP4Orm/AutoGenDao/AliasDao.cs index a3ba7f1b..5a48125b 100644 --- a/CDP4Orm/AutoGenDao/AliasDao.cs +++ b/CDP4Orm/AutoGenDao/AliasDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/AndExpressionDao.cs b/CDP4Orm/AutoGenDao/AndExpressionDao.cs index f13e909a..15f5fc25 100644 --- a/CDP4Orm/AutoGenDao/AndExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/AndExpressionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ApprovalDao.cs b/CDP4Orm/AutoGenDao/ApprovalDao.cs index 754d38dd..6dca02c8 100644 --- a/CDP4Orm/AutoGenDao/ApprovalDao.cs +++ b/CDP4Orm/AutoGenDao/ApprovalDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ArrayParameterTypeDao.cs b/CDP4Orm/AutoGenDao/ArrayParameterTypeDao.cs index 1a886c07..c6411e4a 100644 --- a/CDP4Orm/AutoGenDao/ArrayParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/ArrayParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/BinaryNoteDao.cs b/CDP4Orm/AutoGenDao/BinaryNoteDao.cs index 35e7cfb3..71e0aad3 100644 --- a/CDP4Orm/AutoGenDao/BinaryNoteDao.cs +++ b/CDP4Orm/AutoGenDao/BinaryNoteDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/BinaryRelationshipDao.cs b/CDP4Orm/AutoGenDao/BinaryRelationshipDao.cs index cbc09ce8..86f826b7 100644 --- a/CDP4Orm/AutoGenDao/BinaryRelationshipDao.cs +++ b/CDP4Orm/AutoGenDao/BinaryRelationshipDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/BinaryRelationshipRuleDao.cs b/CDP4Orm/AutoGenDao/BinaryRelationshipRuleDao.cs index 1e9a01ca..d9d1f84c 100644 --- a/CDP4Orm/AutoGenDao/BinaryRelationshipRuleDao.cs +++ b/CDP4Orm/AutoGenDao/BinaryRelationshipRuleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/BookDao.cs b/CDP4Orm/AutoGenDao/BookDao.cs index 71f5b42f..fe3b4f54 100644 --- a/CDP4Orm/AutoGenDao/BookDao.cs +++ b/CDP4Orm/AutoGenDao/BookDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/BooleanExpressionDao.cs b/CDP4Orm/AutoGenDao/BooleanExpressionDao.cs index 1d40af7f..4075219d 100644 --- a/CDP4Orm/AutoGenDao/BooleanExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/BooleanExpressionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/BooleanParameterTypeDao.cs b/CDP4Orm/AutoGenDao/BooleanParameterTypeDao.cs index d549408e..fca0a1bb 100644 --- a/CDP4Orm/AutoGenDao/BooleanParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/BooleanParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/BoundsDao.cs b/CDP4Orm/AutoGenDao/BoundsDao.cs index af32fe79..d26db94f 100644 --- a/CDP4Orm/AutoGenDao/BoundsDao.cs +++ b/CDP4Orm/AutoGenDao/BoundsDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/BuiltInRuleVerificationDao.cs b/CDP4Orm/AutoGenDao/BuiltInRuleVerificationDao.cs index 62db6e7a..b4cc35b9 100644 --- a/CDP4Orm/AutoGenDao/BuiltInRuleVerificationDao.cs +++ b/CDP4Orm/AutoGenDao/BuiltInRuleVerificationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/CategoryDao.cs b/CDP4Orm/AutoGenDao/CategoryDao.cs index 4de87b5a..a09ff858 100644 --- a/CDP4Orm/AutoGenDao/CategoryDao.cs +++ b/CDP4Orm/AutoGenDao/CategoryDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ChangeProposalDao.cs b/CDP4Orm/AutoGenDao/ChangeProposalDao.cs index 02082fe0..10ae0081 100644 --- a/CDP4Orm/AutoGenDao/ChangeProposalDao.cs +++ b/CDP4Orm/AutoGenDao/ChangeProposalDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ChangeRequestDao.cs b/CDP4Orm/AutoGenDao/ChangeRequestDao.cs index b937d8ad..cfe80f22 100644 --- a/CDP4Orm/AutoGenDao/ChangeRequestDao.cs +++ b/CDP4Orm/AutoGenDao/ChangeRequestDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/CitationDao.cs b/CDP4Orm/AutoGenDao/CitationDao.cs index 4c9ec1c6..cd25bcf3 100644 --- a/CDP4Orm/AutoGenDao/CitationDao.cs +++ b/CDP4Orm/AutoGenDao/CitationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ColorDao.cs b/CDP4Orm/AutoGenDao/ColorDao.cs index 58e8d668..877eabcb 100644 --- a/CDP4Orm/AutoGenDao/ColorDao.cs +++ b/CDP4Orm/AutoGenDao/ColorDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/CommonFileStoreDao.cs b/CDP4Orm/AutoGenDao/CommonFileStoreDao.cs index f1bf468f..c2ba10a5 100644 --- a/CDP4Orm/AutoGenDao/CommonFileStoreDao.cs +++ b/CDP4Orm/AutoGenDao/CommonFileStoreDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/CompoundParameterTypeDao.cs b/CDP4Orm/AutoGenDao/CompoundParameterTypeDao.cs index 010414f7..963240fa 100644 --- a/CDP4Orm/AutoGenDao/CompoundParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/CompoundParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ConstantDao.cs b/CDP4Orm/AutoGenDao/ConstantDao.cs index cc62a15e..ae890936 100644 --- a/CDP4Orm/AutoGenDao/ConstantDao.cs +++ b/CDP4Orm/AutoGenDao/ConstantDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ContractChangeNoticeDao.cs b/CDP4Orm/AutoGenDao/ContractChangeNoticeDao.cs index d12b9e3e..d3fdba53 100644 --- a/CDP4Orm/AutoGenDao/ContractChangeNoticeDao.cs +++ b/CDP4Orm/AutoGenDao/ContractChangeNoticeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ContractDeviationDao.cs b/CDP4Orm/AutoGenDao/ContractDeviationDao.cs index 785284ee..b99b6c9b 100644 --- a/CDP4Orm/AutoGenDao/ContractDeviationDao.cs +++ b/CDP4Orm/AutoGenDao/ContractDeviationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ConversionBasedUnitDao.cs b/CDP4Orm/AutoGenDao/ConversionBasedUnitDao.cs index 41f08e7c..37239763 100644 --- a/CDP4Orm/AutoGenDao/ConversionBasedUnitDao.cs +++ b/CDP4Orm/AutoGenDao/ConversionBasedUnitDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/CyclicRatioScaleDao.cs b/CDP4Orm/AutoGenDao/CyclicRatioScaleDao.cs index 20d07cdf..b99c79ea 100644 --- a/CDP4Orm/AutoGenDao/CyclicRatioScaleDao.cs +++ b/CDP4Orm/AutoGenDao/CyclicRatioScaleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DataModelUtils.cs b/CDP4Orm/AutoGenDao/DataModelUtils.cs index 5e9b0993..caf3f594 100644 --- a/CDP4Orm/AutoGenDao/DataModelUtils.cs +++ b/CDP4Orm/AutoGenDao/DataModelUtils.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DateParameterTypeDao.cs b/CDP4Orm/AutoGenDao/DateParameterTypeDao.cs index b940e959..b67faf85 100644 --- a/CDP4Orm/AutoGenDao/DateParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/DateParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DateTimeParameterTypeDao.cs b/CDP4Orm/AutoGenDao/DateTimeParameterTypeDao.cs index efd9ea5f..b5e84d7b 100644 --- a/CDP4Orm/AutoGenDao/DateTimeParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/DateTimeParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DecompositionRuleDao.cs b/CDP4Orm/AutoGenDao/DecompositionRuleDao.cs index 3d326625..e93b1959 100644 --- a/CDP4Orm/AutoGenDao/DecompositionRuleDao.cs +++ b/CDP4Orm/AutoGenDao/DecompositionRuleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DefinedThingDao.cs b/CDP4Orm/AutoGenDao/DefinedThingDao.cs index 3cd7a1dd..f5ceac63 100644 --- a/CDP4Orm/AutoGenDao/DefinedThingDao.cs +++ b/CDP4Orm/AutoGenDao/DefinedThingDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DefinitionDao.cs b/CDP4Orm/AutoGenDao/DefinitionDao.cs index d239161b..99524532 100644 --- a/CDP4Orm/AutoGenDao/DefinitionDao.cs +++ b/CDP4Orm/AutoGenDao/DefinitionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DependentParameterTypeAssignmentDao.cs b/CDP4Orm/AutoGenDao/DependentParameterTypeAssignmentDao.cs index d6d9ecaf..08b50d57 100644 --- a/CDP4Orm/AutoGenDao/DependentParameterTypeAssignmentDao.cs +++ b/CDP4Orm/AutoGenDao/DependentParameterTypeAssignmentDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DerivedQuantityKindDao.cs b/CDP4Orm/AutoGenDao/DerivedQuantityKindDao.cs index f4b050e7..65730832 100644 --- a/CDP4Orm/AutoGenDao/DerivedQuantityKindDao.cs +++ b/CDP4Orm/AutoGenDao/DerivedQuantityKindDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DerivedUnitDao.cs b/CDP4Orm/AutoGenDao/DerivedUnitDao.cs index b9c8fb15..0318b199 100644 --- a/CDP4Orm/AutoGenDao/DerivedUnitDao.cs +++ b/CDP4Orm/AutoGenDao/DerivedUnitDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DiagramCanvasDao.cs b/CDP4Orm/AutoGenDao/DiagramCanvasDao.cs index a0a91fb5..79b29703 100644 --- a/CDP4Orm/AutoGenDao/DiagramCanvasDao.cs +++ b/CDP4Orm/AutoGenDao/DiagramCanvasDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DiagramEdgeDao.cs b/CDP4Orm/AutoGenDao/DiagramEdgeDao.cs index c40f590e..654e8d07 100644 --- a/CDP4Orm/AutoGenDao/DiagramEdgeDao.cs +++ b/CDP4Orm/AutoGenDao/DiagramEdgeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DiagramElementContainerDao.cs b/CDP4Orm/AutoGenDao/DiagramElementContainerDao.cs index 5f23d5a9..d7fe12f8 100644 --- a/CDP4Orm/AutoGenDao/DiagramElementContainerDao.cs +++ b/CDP4Orm/AutoGenDao/DiagramElementContainerDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DiagramElementThingDao.cs b/CDP4Orm/AutoGenDao/DiagramElementThingDao.cs index d233e019..80877218 100644 --- a/CDP4Orm/AutoGenDao/DiagramElementThingDao.cs +++ b/CDP4Orm/AutoGenDao/DiagramElementThingDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DiagramObjectDao.cs b/CDP4Orm/AutoGenDao/DiagramObjectDao.cs index 908e1bfc..2b0998d5 100644 --- a/CDP4Orm/AutoGenDao/DiagramObjectDao.cs +++ b/CDP4Orm/AutoGenDao/DiagramObjectDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DiagramShapeDao.cs b/CDP4Orm/AutoGenDao/DiagramShapeDao.cs index 92ff08fa..81cdb25b 100644 --- a/CDP4Orm/AutoGenDao/DiagramShapeDao.cs +++ b/CDP4Orm/AutoGenDao/DiagramShapeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DiagramThingBaseDao.cs b/CDP4Orm/AutoGenDao/DiagramThingBaseDao.cs index 28f6b253..104a84c2 100644 --- a/CDP4Orm/AutoGenDao/DiagramThingBaseDao.cs +++ b/CDP4Orm/AutoGenDao/DiagramThingBaseDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DiagrammingStyleDao.cs b/CDP4Orm/AutoGenDao/DiagrammingStyleDao.cs index 7018a558..ce9c1d85 100644 --- a/CDP4Orm/AutoGenDao/DiagrammingStyleDao.cs +++ b/CDP4Orm/AutoGenDao/DiagrammingStyleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DiscussionItemDao.cs b/CDP4Orm/AutoGenDao/DiscussionItemDao.cs index df894068..51855570 100644 --- a/CDP4Orm/AutoGenDao/DiscussionItemDao.cs +++ b/CDP4Orm/AutoGenDao/DiscussionItemDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DomainFileStoreDao.cs b/CDP4Orm/AutoGenDao/DomainFileStoreDao.cs index 60dbe7d0..94f20d06 100644 --- a/CDP4Orm/AutoGenDao/DomainFileStoreDao.cs +++ b/CDP4Orm/AutoGenDao/DomainFileStoreDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DomainOfExpertiseDao.cs b/CDP4Orm/AutoGenDao/DomainOfExpertiseDao.cs index c084debf..dacb72a1 100644 --- a/CDP4Orm/AutoGenDao/DomainOfExpertiseDao.cs +++ b/CDP4Orm/AutoGenDao/DomainOfExpertiseDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/DomainOfExpertiseGroupDao.cs b/CDP4Orm/AutoGenDao/DomainOfExpertiseGroupDao.cs index a2e98ccc..ab71556d 100644 --- a/CDP4Orm/AutoGenDao/DomainOfExpertiseGroupDao.cs +++ b/CDP4Orm/AutoGenDao/DomainOfExpertiseGroupDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ElementBaseDao.cs b/CDP4Orm/AutoGenDao/ElementBaseDao.cs index 57285190..05ca8ce6 100644 --- a/CDP4Orm/AutoGenDao/ElementBaseDao.cs +++ b/CDP4Orm/AutoGenDao/ElementBaseDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ElementDefinitionDao.cs b/CDP4Orm/AutoGenDao/ElementDefinitionDao.cs index dd39b9d5..c1b3d489 100644 --- a/CDP4Orm/AutoGenDao/ElementDefinitionDao.cs +++ b/CDP4Orm/AutoGenDao/ElementDefinitionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ElementUsageDao.cs b/CDP4Orm/AutoGenDao/ElementUsageDao.cs index aaa248eb..ce65afa5 100644 --- a/CDP4Orm/AutoGenDao/ElementUsageDao.cs +++ b/CDP4Orm/AutoGenDao/ElementUsageDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/EmailAddressDao.cs b/CDP4Orm/AutoGenDao/EmailAddressDao.cs index cb19c4fc..0b571f32 100644 --- a/CDP4Orm/AutoGenDao/EmailAddressDao.cs +++ b/CDP4Orm/AutoGenDao/EmailAddressDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/EngineeringModelDao.cs b/CDP4Orm/AutoGenDao/EngineeringModelDao.cs index 3bbd3c56..496db784 100644 --- a/CDP4Orm/AutoGenDao/EngineeringModelDao.cs +++ b/CDP4Orm/AutoGenDao/EngineeringModelDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/EngineeringModelDataAnnotationDao.cs b/CDP4Orm/AutoGenDao/EngineeringModelDataAnnotationDao.cs index dfa995b7..566d980d 100644 --- a/CDP4Orm/AutoGenDao/EngineeringModelDataAnnotationDao.cs +++ b/CDP4Orm/AutoGenDao/EngineeringModelDataAnnotationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/EngineeringModelDataDiscussionItemDao.cs b/CDP4Orm/AutoGenDao/EngineeringModelDataDiscussionItemDao.cs index ef856984..a92daef7 100644 --- a/CDP4Orm/AutoGenDao/EngineeringModelDataDiscussionItemDao.cs +++ b/CDP4Orm/AutoGenDao/EngineeringModelDataDiscussionItemDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/EngineeringModelDataNoteDao.cs b/CDP4Orm/AutoGenDao/EngineeringModelDataNoteDao.cs index 6c5e5c37..f5244cdf 100644 --- a/CDP4Orm/AutoGenDao/EngineeringModelDataNoteDao.cs +++ b/CDP4Orm/AutoGenDao/EngineeringModelDataNoteDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/EngineeringModelSetupDao.cs b/CDP4Orm/AutoGenDao/EngineeringModelSetupDao.cs index f6931f91..6db16f09 100644 --- a/CDP4Orm/AutoGenDao/EngineeringModelSetupDao.cs +++ b/CDP4Orm/AutoGenDao/EngineeringModelSetupDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/EnumerationParameterTypeDao.cs b/CDP4Orm/AutoGenDao/EnumerationParameterTypeDao.cs index 1381b086..6719baa6 100644 --- a/CDP4Orm/AutoGenDao/EnumerationParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/EnumerationParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/EnumerationValueDefinitionDao.cs b/CDP4Orm/AutoGenDao/EnumerationValueDefinitionDao.cs index 756825f6..a585b2bf 100644 --- a/CDP4Orm/AutoGenDao/EnumerationValueDefinitionDao.cs +++ b/CDP4Orm/AutoGenDao/EnumerationValueDefinitionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ExclusiveOrExpressionDao.cs b/CDP4Orm/AutoGenDao/ExclusiveOrExpressionDao.cs index 79861d00..b37db68e 100644 --- a/CDP4Orm/AutoGenDao/ExclusiveOrExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/ExclusiveOrExpressionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ExternalIdentifierMapDao.cs b/CDP4Orm/AutoGenDao/ExternalIdentifierMapDao.cs index 3808d0fe..66c22402 100644 --- a/CDP4Orm/AutoGenDao/ExternalIdentifierMapDao.cs +++ b/CDP4Orm/AutoGenDao/ExternalIdentifierMapDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/FileDao.cs b/CDP4Orm/AutoGenDao/FileDao.cs index a810ca1a..43f7336c 100644 --- a/CDP4Orm/AutoGenDao/FileDao.cs +++ b/CDP4Orm/AutoGenDao/FileDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/FileRevisionDao.cs b/CDP4Orm/AutoGenDao/FileRevisionDao.cs index 481183d3..6749bf14 100644 --- a/CDP4Orm/AutoGenDao/FileRevisionDao.cs +++ b/CDP4Orm/AutoGenDao/FileRevisionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/FileStoreDao.cs b/CDP4Orm/AutoGenDao/FileStoreDao.cs index 2b533553..063db37f 100644 --- a/CDP4Orm/AutoGenDao/FileStoreDao.cs +++ b/CDP4Orm/AutoGenDao/FileStoreDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/FileTypeDao.cs b/CDP4Orm/AutoGenDao/FileTypeDao.cs index d65ce1a9..e3f8ba05 100644 --- a/CDP4Orm/AutoGenDao/FileTypeDao.cs +++ b/CDP4Orm/AutoGenDao/FileTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/FolderDao.cs b/CDP4Orm/AutoGenDao/FolderDao.cs index 0182a8bc..59eff133 100644 --- a/CDP4Orm/AutoGenDao/FolderDao.cs +++ b/CDP4Orm/AutoGenDao/FolderDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/GenericAnnotationDao.cs b/CDP4Orm/AutoGenDao/GenericAnnotationDao.cs index 9c216bb4..29cf7568 100644 --- a/CDP4Orm/AutoGenDao/GenericAnnotationDao.cs +++ b/CDP4Orm/AutoGenDao/GenericAnnotationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/GlossaryDao.cs b/CDP4Orm/AutoGenDao/GlossaryDao.cs index 39e24d2c..3a4c5aa7 100644 --- a/CDP4Orm/AutoGenDao/GlossaryDao.cs +++ b/CDP4Orm/AutoGenDao/GlossaryDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/GoalDao.cs b/CDP4Orm/AutoGenDao/GoalDao.cs index cd4100f6..c852f6ab 100644 --- a/CDP4Orm/AutoGenDao/GoalDao.cs +++ b/CDP4Orm/AutoGenDao/GoalDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/HyperLinkDao.cs b/CDP4Orm/AutoGenDao/HyperLinkDao.cs index 5cabba55..a8ed6697 100644 --- a/CDP4Orm/AutoGenDao/HyperLinkDao.cs +++ b/CDP4Orm/AutoGenDao/HyperLinkDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IActionItemDao.cs b/CDP4Orm/AutoGenDao/IActionItemDao.cs index 9ef7496c..ad091b18 100644 --- a/CDP4Orm/AutoGenDao/IActionItemDao.cs +++ b/CDP4Orm/AutoGenDao/IActionItemDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IActualFiniteStateDao.cs b/CDP4Orm/AutoGenDao/IActualFiniteStateDao.cs index 3274d12a..366400c6 100644 --- a/CDP4Orm/AutoGenDao/IActualFiniteStateDao.cs +++ b/CDP4Orm/AutoGenDao/IActualFiniteStateDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IActualFiniteStateListDao.cs b/CDP4Orm/AutoGenDao/IActualFiniteStateListDao.cs index a84e3e59..f71268b0 100644 --- a/CDP4Orm/AutoGenDao/IActualFiniteStateListDao.cs +++ b/CDP4Orm/AutoGenDao/IActualFiniteStateListDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IAliasDao.cs b/CDP4Orm/AutoGenDao/IAliasDao.cs index ae5cca30..cf7829db 100644 --- a/CDP4Orm/AutoGenDao/IAliasDao.cs +++ b/CDP4Orm/AutoGenDao/IAliasDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IAndExpressionDao.cs b/CDP4Orm/AutoGenDao/IAndExpressionDao.cs index 8ca91456..e653aff8 100644 --- a/CDP4Orm/AutoGenDao/IAndExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/IAndExpressionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IApprovalDao.cs b/CDP4Orm/AutoGenDao/IApprovalDao.cs index 05998146..4374aa80 100644 --- a/CDP4Orm/AutoGenDao/IApprovalDao.cs +++ b/CDP4Orm/AutoGenDao/IApprovalDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IArrayParameterTypeDao.cs b/CDP4Orm/AutoGenDao/IArrayParameterTypeDao.cs index cfe1e181..5b2791f4 100644 --- a/CDP4Orm/AutoGenDao/IArrayParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/IArrayParameterTypeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IBinaryNoteDao.cs b/CDP4Orm/AutoGenDao/IBinaryNoteDao.cs index 088ebb7c..e6a18452 100644 --- a/CDP4Orm/AutoGenDao/IBinaryNoteDao.cs +++ b/CDP4Orm/AutoGenDao/IBinaryNoteDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IBinaryRelationshipDao.cs b/CDP4Orm/AutoGenDao/IBinaryRelationshipDao.cs index e5add3a8..c2f48621 100644 --- a/CDP4Orm/AutoGenDao/IBinaryRelationshipDao.cs +++ b/CDP4Orm/AutoGenDao/IBinaryRelationshipDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IBinaryRelationshipRuleDao.cs b/CDP4Orm/AutoGenDao/IBinaryRelationshipRuleDao.cs index 2be1ac64..d56860a5 100644 --- a/CDP4Orm/AutoGenDao/IBinaryRelationshipRuleDao.cs +++ b/CDP4Orm/AutoGenDao/IBinaryRelationshipRuleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IBookDao.cs b/CDP4Orm/AutoGenDao/IBookDao.cs index 5dba038f..2a799423 100644 --- a/CDP4Orm/AutoGenDao/IBookDao.cs +++ b/CDP4Orm/AutoGenDao/IBookDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IBooleanParameterTypeDao.cs b/CDP4Orm/AutoGenDao/IBooleanParameterTypeDao.cs index f73f3ede..f3bd0085 100644 --- a/CDP4Orm/AutoGenDao/IBooleanParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/IBooleanParameterTypeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IBoundsDao.cs b/CDP4Orm/AutoGenDao/IBoundsDao.cs index a52e21d4..35caadfc 100644 --- a/CDP4Orm/AutoGenDao/IBoundsDao.cs +++ b/CDP4Orm/AutoGenDao/IBoundsDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IBuiltInRuleVerificationDao.cs b/CDP4Orm/AutoGenDao/IBuiltInRuleVerificationDao.cs index 054f3528..5f6a9e30 100644 --- a/CDP4Orm/AutoGenDao/IBuiltInRuleVerificationDao.cs +++ b/CDP4Orm/AutoGenDao/IBuiltInRuleVerificationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ICategoryDao.cs b/CDP4Orm/AutoGenDao/ICategoryDao.cs index e15eb4b7..0b55b96a 100644 --- a/CDP4Orm/AutoGenDao/ICategoryDao.cs +++ b/CDP4Orm/AutoGenDao/ICategoryDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IChangeProposalDao.cs b/CDP4Orm/AutoGenDao/IChangeProposalDao.cs index 4dd122bb..120ad17f 100644 --- a/CDP4Orm/AutoGenDao/IChangeProposalDao.cs +++ b/CDP4Orm/AutoGenDao/IChangeProposalDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IChangeRequestDao.cs b/CDP4Orm/AutoGenDao/IChangeRequestDao.cs index 80e161e7..59874d12 100644 --- a/CDP4Orm/AutoGenDao/IChangeRequestDao.cs +++ b/CDP4Orm/AutoGenDao/IChangeRequestDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ICitationDao.cs b/CDP4Orm/AutoGenDao/ICitationDao.cs index 5b89d9d1..a30b833f 100644 --- a/CDP4Orm/AutoGenDao/ICitationDao.cs +++ b/CDP4Orm/AutoGenDao/ICitationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IColorDao.cs b/CDP4Orm/AutoGenDao/IColorDao.cs index 722d887d..b5a9ab16 100644 --- a/CDP4Orm/AutoGenDao/IColorDao.cs +++ b/CDP4Orm/AutoGenDao/IColorDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ICommonFileStoreDao.cs b/CDP4Orm/AutoGenDao/ICommonFileStoreDao.cs index af73d0e9..a6b93216 100644 --- a/CDP4Orm/AutoGenDao/ICommonFileStoreDao.cs +++ b/CDP4Orm/AutoGenDao/ICommonFileStoreDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ICompoundParameterTypeDao.cs b/CDP4Orm/AutoGenDao/ICompoundParameterTypeDao.cs index 552faae9..0ee302d6 100644 --- a/CDP4Orm/AutoGenDao/ICompoundParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/ICompoundParameterTypeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IConstantDao.cs b/CDP4Orm/AutoGenDao/IConstantDao.cs index f6f6479f..79ea7797 100644 --- a/CDP4Orm/AutoGenDao/IConstantDao.cs +++ b/CDP4Orm/AutoGenDao/IConstantDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IContractChangeNoticeDao.cs b/CDP4Orm/AutoGenDao/IContractChangeNoticeDao.cs index fcfe43d9..55d914a3 100644 --- a/CDP4Orm/AutoGenDao/IContractChangeNoticeDao.cs +++ b/CDP4Orm/AutoGenDao/IContractChangeNoticeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ICyclicRatioScaleDao.cs b/CDP4Orm/AutoGenDao/ICyclicRatioScaleDao.cs index a6c674e9..585f7dbe 100644 --- a/CDP4Orm/AutoGenDao/ICyclicRatioScaleDao.cs +++ b/CDP4Orm/AutoGenDao/ICyclicRatioScaleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDateParameterTypeDao.cs b/CDP4Orm/AutoGenDao/IDateParameterTypeDao.cs index 53076139..0e08da63 100644 --- a/CDP4Orm/AutoGenDao/IDateParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/IDateParameterTypeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDateTimeParameterTypeDao.cs b/CDP4Orm/AutoGenDao/IDateTimeParameterTypeDao.cs index f89b34ef..f49ba079 100644 --- a/CDP4Orm/AutoGenDao/IDateTimeParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/IDateTimeParameterTypeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDecompositionRuleDao.cs b/CDP4Orm/AutoGenDao/IDecompositionRuleDao.cs index 7e0c5882..cd123674 100644 --- a/CDP4Orm/AutoGenDao/IDecompositionRuleDao.cs +++ b/CDP4Orm/AutoGenDao/IDecompositionRuleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDefinitionDao.cs b/CDP4Orm/AutoGenDao/IDefinitionDao.cs index c49756e9..405a830d 100644 --- a/CDP4Orm/AutoGenDao/IDefinitionDao.cs +++ b/CDP4Orm/AutoGenDao/IDefinitionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDependentParameterTypeAssignmentDao.cs b/CDP4Orm/AutoGenDao/IDependentParameterTypeAssignmentDao.cs index 812d5d1c..e5807b3f 100644 --- a/CDP4Orm/AutoGenDao/IDependentParameterTypeAssignmentDao.cs +++ b/CDP4Orm/AutoGenDao/IDependentParameterTypeAssignmentDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDerivedQuantityKindDao.cs b/CDP4Orm/AutoGenDao/IDerivedQuantityKindDao.cs index 2dbbe529..88ed9205 100644 --- a/CDP4Orm/AutoGenDao/IDerivedQuantityKindDao.cs +++ b/CDP4Orm/AutoGenDao/IDerivedQuantityKindDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDerivedUnitDao.cs b/CDP4Orm/AutoGenDao/IDerivedUnitDao.cs index bd88ef2f..b68bae8a 100644 --- a/CDP4Orm/AutoGenDao/IDerivedUnitDao.cs +++ b/CDP4Orm/AutoGenDao/IDerivedUnitDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDiagramCanvasDao.cs b/CDP4Orm/AutoGenDao/IDiagramCanvasDao.cs index 009cc764..07aa3167 100644 --- a/CDP4Orm/AutoGenDao/IDiagramCanvasDao.cs +++ b/CDP4Orm/AutoGenDao/IDiagramCanvasDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDiagramEdgeDao.cs b/CDP4Orm/AutoGenDao/IDiagramEdgeDao.cs index 2eee1218..21549370 100644 --- a/CDP4Orm/AutoGenDao/IDiagramEdgeDao.cs +++ b/CDP4Orm/AutoGenDao/IDiagramEdgeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDiagramObjectDao.cs b/CDP4Orm/AutoGenDao/IDiagramObjectDao.cs index d026e7e3..7c28f836 100644 --- a/CDP4Orm/AutoGenDao/IDiagramObjectDao.cs +++ b/CDP4Orm/AutoGenDao/IDiagramObjectDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDomainFileStoreDao.cs b/CDP4Orm/AutoGenDao/IDomainFileStoreDao.cs index 5ea2631d..c29a7c1d 100644 --- a/CDP4Orm/AutoGenDao/IDomainFileStoreDao.cs +++ b/CDP4Orm/AutoGenDao/IDomainFileStoreDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDomainOfExpertiseDao.cs b/CDP4Orm/AutoGenDao/IDomainOfExpertiseDao.cs index 18d49584..dabb75d1 100644 --- a/CDP4Orm/AutoGenDao/IDomainOfExpertiseDao.cs +++ b/CDP4Orm/AutoGenDao/IDomainOfExpertiseDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IDomainOfExpertiseGroupDao.cs b/CDP4Orm/AutoGenDao/IDomainOfExpertiseGroupDao.cs index 951ed8cf..68ebb655 100644 --- a/CDP4Orm/AutoGenDao/IDomainOfExpertiseGroupDao.cs +++ b/CDP4Orm/AutoGenDao/IDomainOfExpertiseGroupDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IElementDefinitionDao.cs b/CDP4Orm/AutoGenDao/IElementDefinitionDao.cs index 659e068c..22f938e4 100644 --- a/CDP4Orm/AutoGenDao/IElementDefinitionDao.cs +++ b/CDP4Orm/AutoGenDao/IElementDefinitionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IElementUsageDao.cs b/CDP4Orm/AutoGenDao/IElementUsageDao.cs index 0cc1c92d..3d5bfc5b 100644 --- a/CDP4Orm/AutoGenDao/IElementUsageDao.cs +++ b/CDP4Orm/AutoGenDao/IElementUsageDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IEmailAddressDao.cs b/CDP4Orm/AutoGenDao/IEmailAddressDao.cs index f02efe51..95aac0ce 100644 --- a/CDP4Orm/AutoGenDao/IEmailAddressDao.cs +++ b/CDP4Orm/AutoGenDao/IEmailAddressDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IEngineeringModelDao.cs b/CDP4Orm/AutoGenDao/IEngineeringModelDao.cs index 088cf109..e72257bb 100644 --- a/CDP4Orm/AutoGenDao/IEngineeringModelDao.cs +++ b/CDP4Orm/AutoGenDao/IEngineeringModelDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IEngineeringModelDataDiscussionItemDao.cs b/CDP4Orm/AutoGenDao/IEngineeringModelDataDiscussionItemDao.cs index f1fda869..8dbf4176 100644 --- a/CDP4Orm/AutoGenDao/IEngineeringModelDataDiscussionItemDao.cs +++ b/CDP4Orm/AutoGenDao/IEngineeringModelDataDiscussionItemDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IEngineeringModelDataNoteDao.cs b/CDP4Orm/AutoGenDao/IEngineeringModelDataNoteDao.cs index 1f31b270..f9d31cae 100644 --- a/CDP4Orm/AutoGenDao/IEngineeringModelDataNoteDao.cs +++ b/CDP4Orm/AutoGenDao/IEngineeringModelDataNoteDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IEngineeringModelSetupDao.cs b/CDP4Orm/AutoGenDao/IEngineeringModelSetupDao.cs index 0e57287d..21e691a5 100644 --- a/CDP4Orm/AutoGenDao/IEngineeringModelSetupDao.cs +++ b/CDP4Orm/AutoGenDao/IEngineeringModelSetupDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IEnumerationParameterTypeDao.cs b/CDP4Orm/AutoGenDao/IEnumerationParameterTypeDao.cs index ea555088..ecc72b36 100644 --- a/CDP4Orm/AutoGenDao/IEnumerationParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/IEnumerationParameterTypeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IEnumerationValueDefinitionDao.cs b/CDP4Orm/AutoGenDao/IEnumerationValueDefinitionDao.cs index f86649df..753d6542 100644 --- a/CDP4Orm/AutoGenDao/IEnumerationValueDefinitionDao.cs +++ b/CDP4Orm/AutoGenDao/IEnumerationValueDefinitionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IExclusiveOrExpressionDao.cs b/CDP4Orm/AutoGenDao/IExclusiveOrExpressionDao.cs index 1b041e3f..70906289 100644 --- a/CDP4Orm/AutoGenDao/IExclusiveOrExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/IExclusiveOrExpressionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IExternalIdentifierMapDao.cs b/CDP4Orm/AutoGenDao/IExternalIdentifierMapDao.cs index e99c0cf0..1df81930 100644 --- a/CDP4Orm/AutoGenDao/IExternalIdentifierMapDao.cs +++ b/CDP4Orm/AutoGenDao/IExternalIdentifierMapDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IFileDao.cs b/CDP4Orm/AutoGenDao/IFileDao.cs index 698d7f81..d938512c 100644 --- a/CDP4Orm/AutoGenDao/IFileDao.cs +++ b/CDP4Orm/AutoGenDao/IFileDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IFileRevisionDao.cs b/CDP4Orm/AutoGenDao/IFileRevisionDao.cs index 6efc50c0..29dc39ea 100644 --- a/CDP4Orm/AutoGenDao/IFileRevisionDao.cs +++ b/CDP4Orm/AutoGenDao/IFileRevisionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IFileTypeDao.cs b/CDP4Orm/AutoGenDao/IFileTypeDao.cs index a2230530..5be4ceb4 100644 --- a/CDP4Orm/AutoGenDao/IFileTypeDao.cs +++ b/CDP4Orm/AutoGenDao/IFileTypeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IFolderDao.cs b/CDP4Orm/AutoGenDao/IFolderDao.cs index 0aa41b80..5485b798 100644 --- a/CDP4Orm/AutoGenDao/IFolderDao.cs +++ b/CDP4Orm/AutoGenDao/IFolderDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IGlossaryDao.cs b/CDP4Orm/AutoGenDao/IGlossaryDao.cs index d3c806ed..528e2910 100644 --- a/CDP4Orm/AutoGenDao/IGlossaryDao.cs +++ b/CDP4Orm/AutoGenDao/IGlossaryDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IGoalDao.cs b/CDP4Orm/AutoGenDao/IGoalDao.cs index c077d02a..46cc9ba4 100644 --- a/CDP4Orm/AutoGenDao/IGoalDao.cs +++ b/CDP4Orm/AutoGenDao/IGoalDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IHyperLinkDao.cs b/CDP4Orm/AutoGenDao/IHyperLinkDao.cs index a4b49f1e..04128e90 100644 --- a/CDP4Orm/AutoGenDao/IHyperLinkDao.cs +++ b/CDP4Orm/AutoGenDao/IHyperLinkDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IIdCorrespondenceDao.cs b/CDP4Orm/AutoGenDao/IIdCorrespondenceDao.cs index e5e1f082..31cd65eb 100644 --- a/CDP4Orm/AutoGenDao/IIdCorrespondenceDao.cs +++ b/CDP4Orm/AutoGenDao/IIdCorrespondenceDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IIndependentParameterTypeAssignmentDao.cs b/CDP4Orm/AutoGenDao/IIndependentParameterTypeAssignmentDao.cs index 4eccb208..0d307464 100644 --- a/CDP4Orm/AutoGenDao/IIndependentParameterTypeAssignmentDao.cs +++ b/CDP4Orm/AutoGenDao/IIndependentParameterTypeAssignmentDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IIntervalScaleDao.cs b/CDP4Orm/AutoGenDao/IIntervalScaleDao.cs index c1280c5c..92940750 100644 --- a/CDP4Orm/AutoGenDao/IIntervalScaleDao.cs +++ b/CDP4Orm/AutoGenDao/IIntervalScaleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IIterationDao.cs b/CDP4Orm/AutoGenDao/IIterationDao.cs index d1a2f31e..5fc50924 100644 --- a/CDP4Orm/AutoGenDao/IIterationDao.cs +++ b/CDP4Orm/AutoGenDao/IIterationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IIterationSetupDao.cs b/CDP4Orm/AutoGenDao/IIterationSetupDao.cs index 59a1c106..41b2b9b0 100644 --- a/CDP4Orm/AutoGenDao/IIterationSetupDao.cs +++ b/CDP4Orm/AutoGenDao/IIterationSetupDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ILinearConversionUnitDao.cs b/CDP4Orm/AutoGenDao/ILinearConversionUnitDao.cs index 7b5813b9..9f042931 100644 --- a/CDP4Orm/AutoGenDao/ILinearConversionUnitDao.cs +++ b/CDP4Orm/AutoGenDao/ILinearConversionUnitDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ILogEntryChangelogItemDao.cs b/CDP4Orm/AutoGenDao/ILogEntryChangelogItemDao.cs index 78036992..060be686 100644 --- a/CDP4Orm/AutoGenDao/ILogEntryChangelogItemDao.cs +++ b/CDP4Orm/AutoGenDao/ILogEntryChangelogItemDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ILogarithmicScaleDao.cs b/CDP4Orm/AutoGenDao/ILogarithmicScaleDao.cs index ca45deda..fbcc43f5 100644 --- a/CDP4Orm/AutoGenDao/ILogarithmicScaleDao.cs +++ b/CDP4Orm/AutoGenDao/ILogarithmicScaleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IMappingToReferenceScaleDao.cs b/CDP4Orm/AutoGenDao/IMappingToReferenceScaleDao.cs index 7c8d452a..e596d7c5 100644 --- a/CDP4Orm/AutoGenDao/IMappingToReferenceScaleDao.cs +++ b/CDP4Orm/AutoGenDao/IMappingToReferenceScaleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IModelLogEntryDao.cs b/CDP4Orm/AutoGenDao/IModelLogEntryDao.cs index b5e6f8d8..4b7317dd 100644 --- a/CDP4Orm/AutoGenDao/IModelLogEntryDao.cs +++ b/CDP4Orm/AutoGenDao/IModelLogEntryDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IModelReferenceDataLibraryDao.cs b/CDP4Orm/AutoGenDao/IModelReferenceDataLibraryDao.cs index 8bd8eb5f..f06ecccf 100644 --- a/CDP4Orm/AutoGenDao/IModelReferenceDataLibraryDao.cs +++ b/CDP4Orm/AutoGenDao/IModelReferenceDataLibraryDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IModellingThingReferenceDao.cs b/CDP4Orm/AutoGenDao/IModellingThingReferenceDao.cs index c6b64996..5be7bf82 100644 --- a/CDP4Orm/AutoGenDao/IModellingThingReferenceDao.cs +++ b/CDP4Orm/AutoGenDao/IModellingThingReferenceDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IMultiRelationshipDao.cs b/CDP4Orm/AutoGenDao/IMultiRelationshipDao.cs index 809440fc..736026a2 100644 --- a/CDP4Orm/AutoGenDao/IMultiRelationshipDao.cs +++ b/CDP4Orm/AutoGenDao/IMultiRelationshipDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IMultiRelationshipRuleDao.cs b/CDP4Orm/AutoGenDao/IMultiRelationshipRuleDao.cs index e0866645..6fd9662e 100644 --- a/CDP4Orm/AutoGenDao/IMultiRelationshipRuleDao.cs +++ b/CDP4Orm/AutoGenDao/IMultiRelationshipRuleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/INaturalLanguageDao.cs b/CDP4Orm/AutoGenDao/INaturalLanguageDao.cs index 5611c4ad..d422919f 100644 --- a/CDP4Orm/AutoGenDao/INaturalLanguageDao.cs +++ b/CDP4Orm/AutoGenDao/INaturalLanguageDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/INestedElementDao.cs b/CDP4Orm/AutoGenDao/INestedElementDao.cs index d08694b5..763ba890 100644 --- a/CDP4Orm/AutoGenDao/INestedElementDao.cs +++ b/CDP4Orm/AutoGenDao/INestedElementDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/INestedParameterDao.cs b/CDP4Orm/AutoGenDao/INestedParameterDao.cs index 1ca005e7..6c8eedc5 100644 --- a/CDP4Orm/AutoGenDao/INestedParameterDao.cs +++ b/CDP4Orm/AutoGenDao/INestedParameterDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/INotExpressionDao.cs b/CDP4Orm/AutoGenDao/INotExpressionDao.cs index 1c34f8dc..810a0bc0 100644 --- a/CDP4Orm/AutoGenDao/INotExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/INotExpressionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IOptionDao.cs b/CDP4Orm/AutoGenDao/IOptionDao.cs index 511e70fc..89a20f4d 100644 --- a/CDP4Orm/AutoGenDao/IOptionDao.cs +++ b/CDP4Orm/AutoGenDao/IOptionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IOrExpressionDao.cs b/CDP4Orm/AutoGenDao/IOrExpressionDao.cs index f7130d43..15b2ded0 100644 --- a/CDP4Orm/AutoGenDao/IOrExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/IOrExpressionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IOrdinalScaleDao.cs b/CDP4Orm/AutoGenDao/IOrdinalScaleDao.cs index f5f15dd2..070be47b 100644 --- a/CDP4Orm/AutoGenDao/IOrdinalScaleDao.cs +++ b/CDP4Orm/AutoGenDao/IOrdinalScaleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IOrganizationDao.cs b/CDP4Orm/AutoGenDao/IOrganizationDao.cs index 9ab17f00..c2e914df 100644 --- a/CDP4Orm/AutoGenDao/IOrganizationDao.cs +++ b/CDP4Orm/AutoGenDao/IOrganizationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IOrganizationalParticipantDao.cs b/CDP4Orm/AutoGenDao/IOrganizationalParticipantDao.cs index 829e0a63..842cfbd0 100644 --- a/CDP4Orm/AutoGenDao/IOrganizationalParticipantDao.cs +++ b/CDP4Orm/AutoGenDao/IOrganizationalParticipantDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IOwnedStyleDao.cs b/CDP4Orm/AutoGenDao/IOwnedStyleDao.cs index cff54adc..caa223b5 100644 --- a/CDP4Orm/AutoGenDao/IOwnedStyleDao.cs +++ b/CDP4Orm/AutoGenDao/IOwnedStyleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IPageDao.cs b/CDP4Orm/AutoGenDao/IPageDao.cs index 98591282..ae12eab2 100644 --- a/CDP4Orm/AutoGenDao/IPageDao.cs +++ b/CDP4Orm/AutoGenDao/IPageDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParameterDao.cs b/CDP4Orm/AutoGenDao/IParameterDao.cs index 6a7c69ed..460afb8c 100644 --- a/CDP4Orm/AutoGenDao/IParameterDao.cs +++ b/CDP4Orm/AutoGenDao/IParameterDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParameterGroupDao.cs b/CDP4Orm/AutoGenDao/IParameterGroupDao.cs index 33124c2d..3ac006bb 100644 --- a/CDP4Orm/AutoGenDao/IParameterGroupDao.cs +++ b/CDP4Orm/AutoGenDao/IParameterGroupDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParameterOverrideDao.cs b/CDP4Orm/AutoGenDao/IParameterOverrideDao.cs index 5940754a..02ea5f31 100644 --- a/CDP4Orm/AutoGenDao/IParameterOverrideDao.cs +++ b/CDP4Orm/AutoGenDao/IParameterOverrideDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParameterOverrideValueSetDao.cs b/CDP4Orm/AutoGenDao/IParameterOverrideValueSetDao.cs index fcaec516..15d2e4cf 100644 --- a/CDP4Orm/AutoGenDao/IParameterOverrideValueSetDao.cs +++ b/CDP4Orm/AutoGenDao/IParameterOverrideValueSetDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParameterSubscriptionDao.cs b/CDP4Orm/AutoGenDao/IParameterSubscriptionDao.cs index 2a72eb0e..ac3c5af3 100644 --- a/CDP4Orm/AutoGenDao/IParameterSubscriptionDao.cs +++ b/CDP4Orm/AutoGenDao/IParameterSubscriptionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParameterSubscriptionValueSetDao.cs b/CDP4Orm/AutoGenDao/IParameterSubscriptionValueSetDao.cs index ed4e128f..4b939cfb 100644 --- a/CDP4Orm/AutoGenDao/IParameterSubscriptionValueSetDao.cs +++ b/CDP4Orm/AutoGenDao/IParameterSubscriptionValueSetDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParameterTypeComponentDao.cs b/CDP4Orm/AutoGenDao/IParameterTypeComponentDao.cs index 984d59e3..16de0a6d 100644 --- a/CDP4Orm/AutoGenDao/IParameterTypeComponentDao.cs +++ b/CDP4Orm/AutoGenDao/IParameterTypeComponentDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParameterValueSetDao.cs b/CDP4Orm/AutoGenDao/IParameterValueSetDao.cs index 5efdd84a..4cf1e16b 100644 --- a/CDP4Orm/AutoGenDao/IParameterValueSetDao.cs +++ b/CDP4Orm/AutoGenDao/IParameterValueSetDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParameterizedCategoryRuleDao.cs b/CDP4Orm/AutoGenDao/IParameterizedCategoryRuleDao.cs index 7e94b88d..b5efcecd 100644 --- a/CDP4Orm/AutoGenDao/IParameterizedCategoryRuleDao.cs +++ b/CDP4Orm/AutoGenDao/IParameterizedCategoryRuleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParametricConstraintDao.cs b/CDP4Orm/AutoGenDao/IParametricConstraintDao.cs index cdfb1b40..710df910 100644 --- a/CDP4Orm/AutoGenDao/IParametricConstraintDao.cs +++ b/CDP4Orm/AutoGenDao/IParametricConstraintDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParticipantDao.cs b/CDP4Orm/AutoGenDao/IParticipantDao.cs index f3b99faa..846a8f00 100644 --- a/CDP4Orm/AutoGenDao/IParticipantDao.cs +++ b/CDP4Orm/AutoGenDao/IParticipantDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParticipantPermissionDao.cs b/CDP4Orm/AutoGenDao/IParticipantPermissionDao.cs index 24e7f06e..814b12b7 100644 --- a/CDP4Orm/AutoGenDao/IParticipantPermissionDao.cs +++ b/CDP4Orm/AutoGenDao/IParticipantPermissionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IParticipantRoleDao.cs b/CDP4Orm/AutoGenDao/IParticipantRoleDao.cs index 6b38fe69..291b9405 100644 --- a/CDP4Orm/AutoGenDao/IParticipantRoleDao.cs +++ b/CDP4Orm/AutoGenDao/IParticipantRoleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IPersonDao.cs b/CDP4Orm/AutoGenDao/IPersonDao.cs index 0d5b4dfb..8a2f6f09 100644 --- a/CDP4Orm/AutoGenDao/IPersonDao.cs +++ b/CDP4Orm/AutoGenDao/IPersonDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IPersonPermissionDao.cs b/CDP4Orm/AutoGenDao/IPersonPermissionDao.cs index 6d00c680..c27635c0 100644 --- a/CDP4Orm/AutoGenDao/IPersonPermissionDao.cs +++ b/CDP4Orm/AutoGenDao/IPersonPermissionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IPersonRoleDao.cs b/CDP4Orm/AutoGenDao/IPersonRoleDao.cs index 26309d23..f1f5c7bd 100644 --- a/CDP4Orm/AutoGenDao/IPersonRoleDao.cs +++ b/CDP4Orm/AutoGenDao/IPersonRoleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IPointDao.cs b/CDP4Orm/AutoGenDao/IPointDao.cs index fb8f9705..86f8b4d7 100644 --- a/CDP4Orm/AutoGenDao/IPointDao.cs +++ b/CDP4Orm/AutoGenDao/IPointDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IPossibleFiniteStateDao.cs b/CDP4Orm/AutoGenDao/IPossibleFiniteStateDao.cs index aa5da9dd..db544673 100644 --- a/CDP4Orm/AutoGenDao/IPossibleFiniteStateDao.cs +++ b/CDP4Orm/AutoGenDao/IPossibleFiniteStateDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IPossibleFiniteStateListDao.cs b/CDP4Orm/AutoGenDao/IPossibleFiniteStateListDao.cs index f79e0f29..a2c7735f 100644 --- a/CDP4Orm/AutoGenDao/IPossibleFiniteStateListDao.cs +++ b/CDP4Orm/AutoGenDao/IPossibleFiniteStateListDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IPrefixedUnitDao.cs b/CDP4Orm/AutoGenDao/IPrefixedUnitDao.cs index 4a7af0ec..433a700d 100644 --- a/CDP4Orm/AutoGenDao/IPrefixedUnitDao.cs +++ b/CDP4Orm/AutoGenDao/IPrefixedUnitDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IPublicationDao.cs b/CDP4Orm/AutoGenDao/IPublicationDao.cs index 447bc73d..de0fddc4 100644 --- a/CDP4Orm/AutoGenDao/IPublicationDao.cs +++ b/CDP4Orm/AutoGenDao/IPublicationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IQuantityKindFactorDao.cs b/CDP4Orm/AutoGenDao/IQuantityKindFactorDao.cs index a966802b..6cffdc29 100644 --- a/CDP4Orm/AutoGenDao/IQuantityKindFactorDao.cs +++ b/CDP4Orm/AutoGenDao/IQuantityKindFactorDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRatioScaleDao.cs b/CDP4Orm/AutoGenDao/IRatioScaleDao.cs index 7996054f..453d2bf6 100644 --- a/CDP4Orm/AutoGenDao/IRatioScaleDao.cs +++ b/CDP4Orm/AutoGenDao/IRatioScaleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IReferenceSourceDao.cs b/CDP4Orm/AutoGenDao/IReferenceSourceDao.cs index 4d9a5d5d..c5dcd95d 100644 --- a/CDP4Orm/AutoGenDao/IReferenceSourceDao.cs +++ b/CDP4Orm/AutoGenDao/IReferenceSourceDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IReferencerRuleDao.cs b/CDP4Orm/AutoGenDao/IReferencerRuleDao.cs index 6106dd43..59613cca 100644 --- a/CDP4Orm/AutoGenDao/IReferencerRuleDao.cs +++ b/CDP4Orm/AutoGenDao/IReferencerRuleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRelationalExpressionDao.cs b/CDP4Orm/AutoGenDao/IRelationalExpressionDao.cs index bd4602dd..7cfb2966 100644 --- a/CDP4Orm/AutoGenDao/IRelationalExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/IRelationalExpressionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRelationshipParameterValueDao.cs b/CDP4Orm/AutoGenDao/IRelationshipParameterValueDao.cs index 4e2bb1ad..4864f8e1 100644 --- a/CDP4Orm/AutoGenDao/IRelationshipParameterValueDao.cs +++ b/CDP4Orm/AutoGenDao/IRelationshipParameterValueDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRequestForDeviationDao.cs b/CDP4Orm/AutoGenDao/IRequestForDeviationDao.cs index 6a220951..d057fbae 100644 --- a/CDP4Orm/AutoGenDao/IRequestForDeviationDao.cs +++ b/CDP4Orm/AutoGenDao/IRequestForDeviationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRequestForWaiverDao.cs b/CDP4Orm/AutoGenDao/IRequestForWaiverDao.cs index a06209a0..597f379e 100644 --- a/CDP4Orm/AutoGenDao/IRequestForWaiverDao.cs +++ b/CDP4Orm/AutoGenDao/IRequestForWaiverDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRequirementDao.cs b/CDP4Orm/AutoGenDao/IRequirementDao.cs index d31739fd..b14e2747 100644 --- a/CDP4Orm/AutoGenDao/IRequirementDao.cs +++ b/CDP4Orm/AutoGenDao/IRequirementDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRequirementsContainerParameterValueDao.cs b/CDP4Orm/AutoGenDao/IRequirementsContainerParameterValueDao.cs index 1f35a55b..3ea61c7b 100644 --- a/CDP4Orm/AutoGenDao/IRequirementsContainerParameterValueDao.cs +++ b/CDP4Orm/AutoGenDao/IRequirementsContainerParameterValueDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRequirementsGroupDao.cs b/CDP4Orm/AutoGenDao/IRequirementsGroupDao.cs index 8c20ccd3..1e58b11c 100644 --- a/CDP4Orm/AutoGenDao/IRequirementsGroupDao.cs +++ b/CDP4Orm/AutoGenDao/IRequirementsGroupDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRequirementsSpecificationDao.cs b/CDP4Orm/AutoGenDao/IRequirementsSpecificationDao.cs index e2b100c0..9bffc92f 100644 --- a/CDP4Orm/AutoGenDao/IRequirementsSpecificationDao.cs +++ b/CDP4Orm/AutoGenDao/IRequirementsSpecificationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IReviewItemDiscrepancyDao.cs b/CDP4Orm/AutoGenDao/IReviewItemDiscrepancyDao.cs index 20cb94f0..08d9bad6 100644 --- a/CDP4Orm/AutoGenDao/IReviewItemDiscrepancyDao.cs +++ b/CDP4Orm/AutoGenDao/IReviewItemDiscrepancyDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRuleVerificationListDao.cs b/CDP4Orm/AutoGenDao/IRuleVerificationListDao.cs index 0f1e605f..b35c7ec4 100644 --- a/CDP4Orm/AutoGenDao/IRuleVerificationListDao.cs +++ b/CDP4Orm/AutoGenDao/IRuleVerificationListDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IRuleViolationDao.cs b/CDP4Orm/AutoGenDao/IRuleViolationDao.cs index e633269f..fd50f07a 100644 --- a/CDP4Orm/AutoGenDao/IRuleViolationDao.cs +++ b/CDP4Orm/AutoGenDao/IRuleViolationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISampledFunctionParameterTypeDao.cs b/CDP4Orm/AutoGenDao/ISampledFunctionParameterTypeDao.cs index db315f7a..bd1b7b9b 100644 --- a/CDP4Orm/AutoGenDao/ISampledFunctionParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/ISampledFunctionParameterTypeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IScaleReferenceQuantityValueDao.cs b/CDP4Orm/AutoGenDao/IScaleReferenceQuantityValueDao.cs index 64bbc5b0..fbebcc2f 100644 --- a/CDP4Orm/AutoGenDao/IScaleReferenceQuantityValueDao.cs +++ b/CDP4Orm/AutoGenDao/IScaleReferenceQuantityValueDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IScaleValueDefinitionDao.cs b/CDP4Orm/AutoGenDao/IScaleValueDefinitionDao.cs index 4d6b380d..002430da 100644 --- a/CDP4Orm/AutoGenDao/IScaleValueDefinitionDao.cs +++ b/CDP4Orm/AutoGenDao/IScaleValueDefinitionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISectionDao.cs b/CDP4Orm/AutoGenDao/ISectionDao.cs index b38890b6..6d08b9b2 100644 --- a/CDP4Orm/AutoGenDao/ISectionDao.cs +++ b/CDP4Orm/AutoGenDao/ISectionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISharedStyleDao.cs b/CDP4Orm/AutoGenDao/ISharedStyleDao.cs index d2f6722d..b1da8472 100644 --- a/CDP4Orm/AutoGenDao/ISharedStyleDao.cs +++ b/CDP4Orm/AutoGenDao/ISharedStyleDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISimpleParameterValueDao.cs b/CDP4Orm/AutoGenDao/ISimpleParameterValueDao.cs index afb65729..06f7a807 100644 --- a/CDP4Orm/AutoGenDao/ISimpleParameterValueDao.cs +++ b/CDP4Orm/AutoGenDao/ISimpleParameterValueDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISimpleQuantityKindDao.cs b/CDP4Orm/AutoGenDao/ISimpleQuantityKindDao.cs index a72db238..57a845a9 100644 --- a/CDP4Orm/AutoGenDao/ISimpleQuantityKindDao.cs +++ b/CDP4Orm/AutoGenDao/ISimpleQuantityKindDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISimpleUnitDao.cs b/CDP4Orm/AutoGenDao/ISimpleUnitDao.cs index c6b63504..e0cf2fb4 100644 --- a/CDP4Orm/AutoGenDao/ISimpleUnitDao.cs +++ b/CDP4Orm/AutoGenDao/ISimpleUnitDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISiteDirectoryDao.cs b/CDP4Orm/AutoGenDao/ISiteDirectoryDao.cs index ac1bd250..667ea10c 100644 --- a/CDP4Orm/AutoGenDao/ISiteDirectoryDao.cs +++ b/CDP4Orm/AutoGenDao/ISiteDirectoryDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISiteDirectoryDataAnnotationDao.cs b/CDP4Orm/AutoGenDao/ISiteDirectoryDataAnnotationDao.cs index d0ccc2a2..beb732c0 100644 --- a/CDP4Orm/AutoGenDao/ISiteDirectoryDataAnnotationDao.cs +++ b/CDP4Orm/AutoGenDao/ISiteDirectoryDataAnnotationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISiteDirectoryDataDiscussionItemDao.cs b/CDP4Orm/AutoGenDao/ISiteDirectoryDataDiscussionItemDao.cs index 873cfce7..a39174be 100644 --- a/CDP4Orm/AutoGenDao/ISiteDirectoryDataDiscussionItemDao.cs +++ b/CDP4Orm/AutoGenDao/ISiteDirectoryDataDiscussionItemDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISiteDirectoryThingReferenceDao.cs b/CDP4Orm/AutoGenDao/ISiteDirectoryThingReferenceDao.cs index d081ff3e..bb6d1aaa 100644 --- a/CDP4Orm/AutoGenDao/ISiteDirectoryThingReferenceDao.cs +++ b/CDP4Orm/AutoGenDao/ISiteDirectoryThingReferenceDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISiteLogEntryDao.cs b/CDP4Orm/AutoGenDao/ISiteLogEntryDao.cs index 09f8a8b4..9e4a8bd0 100644 --- a/CDP4Orm/AutoGenDao/ISiteLogEntryDao.cs +++ b/CDP4Orm/AutoGenDao/ISiteLogEntryDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISiteReferenceDataLibraryDao.cs b/CDP4Orm/AutoGenDao/ISiteReferenceDataLibraryDao.cs index fd90622c..24f96cf4 100644 --- a/CDP4Orm/AutoGenDao/ISiteReferenceDataLibraryDao.cs +++ b/CDP4Orm/AutoGenDao/ISiteReferenceDataLibraryDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISolutionDao.cs b/CDP4Orm/AutoGenDao/ISolutionDao.cs index d7a0e598..c99ea854 100644 --- a/CDP4Orm/AutoGenDao/ISolutionDao.cs +++ b/CDP4Orm/AutoGenDao/ISolutionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ISpecializedQuantityKindDao.cs b/CDP4Orm/AutoGenDao/ISpecializedQuantityKindDao.cs index 55ebe479..607051f9 100644 --- a/CDP4Orm/AutoGenDao/ISpecializedQuantityKindDao.cs +++ b/CDP4Orm/AutoGenDao/ISpecializedQuantityKindDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IStakeHolderValueMapDao.cs b/CDP4Orm/AutoGenDao/IStakeHolderValueMapDao.cs index 3023678d..e75602d3 100644 --- a/CDP4Orm/AutoGenDao/IStakeHolderValueMapDao.cs +++ b/CDP4Orm/AutoGenDao/IStakeHolderValueMapDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IStakeHolderValueMapSettingsDao.cs b/CDP4Orm/AutoGenDao/IStakeHolderValueMapSettingsDao.cs index f98cca7f..3c15a399 100644 --- a/CDP4Orm/AutoGenDao/IStakeHolderValueMapSettingsDao.cs +++ b/CDP4Orm/AutoGenDao/IStakeHolderValueMapSettingsDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IStakeholderDao.cs b/CDP4Orm/AutoGenDao/IStakeholderDao.cs index bf0ff577..0c818ed4 100644 --- a/CDP4Orm/AutoGenDao/IStakeholderDao.cs +++ b/CDP4Orm/AutoGenDao/IStakeholderDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IStakeholderValueDao.cs b/CDP4Orm/AutoGenDao/IStakeholderValueDao.cs index c6d1e965..b2704666 100644 --- a/CDP4Orm/AutoGenDao/IStakeholderValueDao.cs +++ b/CDP4Orm/AutoGenDao/IStakeholderValueDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ITelephoneNumberDao.cs b/CDP4Orm/AutoGenDao/ITelephoneNumberDao.cs index 4c141657..5732a858 100644 --- a/CDP4Orm/AutoGenDao/ITelephoneNumberDao.cs +++ b/CDP4Orm/AutoGenDao/ITelephoneNumberDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ITermDao.cs b/CDP4Orm/AutoGenDao/ITermDao.cs index 1fde59f2..af36bf1e 100644 --- a/CDP4Orm/AutoGenDao/ITermDao.cs +++ b/CDP4Orm/AutoGenDao/ITermDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ITextParameterTypeDao.cs b/CDP4Orm/AutoGenDao/ITextParameterTypeDao.cs index 5c015366..49fec040 100644 --- a/CDP4Orm/AutoGenDao/ITextParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/ITextParameterTypeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ITextualNoteDao.cs b/CDP4Orm/AutoGenDao/ITextualNoteDao.cs index 3f7b0c55..d4bb4785 100644 --- a/CDP4Orm/AutoGenDao/ITextualNoteDao.cs +++ b/CDP4Orm/AutoGenDao/ITextualNoteDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ITimeOfDayParameterTypeDao.cs b/CDP4Orm/AutoGenDao/ITimeOfDayParameterTypeDao.cs index 6931ca73..e09772a6 100644 --- a/CDP4Orm/AutoGenDao/ITimeOfDayParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/ITimeOfDayParameterTypeDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IUnitFactorDao.cs b/CDP4Orm/AutoGenDao/IUnitFactorDao.cs index a08a119f..f9ba685b 100644 --- a/CDP4Orm/AutoGenDao/IUnitFactorDao.cs +++ b/CDP4Orm/AutoGenDao/IUnitFactorDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IUnitPrefixDao.cs b/CDP4Orm/AutoGenDao/IUnitPrefixDao.cs index 8c673223..fa5a616a 100644 --- a/CDP4Orm/AutoGenDao/IUnitPrefixDao.cs +++ b/CDP4Orm/AutoGenDao/IUnitPrefixDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IUserPreferenceDao.cs b/CDP4Orm/AutoGenDao/IUserPreferenceDao.cs index 0afc28cb..b53605e2 100644 --- a/CDP4Orm/AutoGenDao/IUserPreferenceDao.cs +++ b/CDP4Orm/AutoGenDao/IUserPreferenceDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IUserRuleVerificationDao.cs b/CDP4Orm/AutoGenDao/IUserRuleVerificationDao.cs index df3aad9e..286ab5e9 100644 --- a/CDP4Orm/AutoGenDao/IUserRuleVerificationDao.cs +++ b/CDP4Orm/AutoGenDao/IUserRuleVerificationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IValueGroupDao.cs b/CDP4Orm/AutoGenDao/IValueGroupDao.cs index 62093922..e78895fe 100644 --- a/CDP4Orm/AutoGenDao/IValueGroupDao.cs +++ b/CDP4Orm/AutoGenDao/IValueGroupDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IdCorrespondenceDao.cs b/CDP4Orm/AutoGenDao/IdCorrespondenceDao.cs index 59deeb31..06ecda59 100644 --- a/CDP4Orm/AutoGenDao/IdCorrespondenceDao.cs +++ b/CDP4Orm/AutoGenDao/IdCorrespondenceDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IndependentParameterTypeAssignmentDao.cs b/CDP4Orm/AutoGenDao/IndependentParameterTypeAssignmentDao.cs index 82d86db5..8f8bf1cd 100644 --- a/CDP4Orm/AutoGenDao/IndependentParameterTypeAssignmentDao.cs +++ b/CDP4Orm/AutoGenDao/IndependentParameterTypeAssignmentDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IntervalScaleDao.cs b/CDP4Orm/AutoGenDao/IntervalScaleDao.cs index 55e0ef3a..9c3867b1 100644 --- a/CDP4Orm/AutoGenDao/IntervalScaleDao.cs +++ b/CDP4Orm/AutoGenDao/IntervalScaleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IterationDao.cs b/CDP4Orm/AutoGenDao/IterationDao.cs index f34d2313..b612f805 100644 --- a/CDP4Orm/AutoGenDao/IterationDao.cs +++ b/CDP4Orm/AutoGenDao/IterationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/IterationSetupDao.cs b/CDP4Orm/AutoGenDao/IterationSetupDao.cs index b37980c0..ded09447 100644 --- a/CDP4Orm/AutoGenDao/IterationSetupDao.cs +++ b/CDP4Orm/AutoGenDao/IterationSetupDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/LinearConversionUnitDao.cs b/CDP4Orm/AutoGenDao/LinearConversionUnitDao.cs index e3c83ecd..eebd57ff 100644 --- a/CDP4Orm/AutoGenDao/LinearConversionUnitDao.cs +++ b/CDP4Orm/AutoGenDao/LinearConversionUnitDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/LogEntryChangelogItemDao.cs b/CDP4Orm/AutoGenDao/LogEntryChangelogItemDao.cs index d5b7e2a0..6725692f 100644 --- a/CDP4Orm/AutoGenDao/LogEntryChangelogItemDao.cs +++ b/CDP4Orm/AutoGenDao/LogEntryChangelogItemDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/LogarithmicScaleDao.cs b/CDP4Orm/AutoGenDao/LogarithmicScaleDao.cs index d569411e..3517337d 100644 --- a/CDP4Orm/AutoGenDao/LogarithmicScaleDao.cs +++ b/CDP4Orm/AutoGenDao/LogarithmicScaleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/MappingToReferenceScaleDao.cs b/CDP4Orm/AutoGenDao/MappingToReferenceScaleDao.cs index 8f8ac596..f017f271 100644 --- a/CDP4Orm/AutoGenDao/MappingToReferenceScaleDao.cs +++ b/CDP4Orm/AutoGenDao/MappingToReferenceScaleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/MeasurementScaleDao.cs b/CDP4Orm/AutoGenDao/MeasurementScaleDao.cs index 858cf947..99edbc0a 100644 --- a/CDP4Orm/AutoGenDao/MeasurementScaleDao.cs +++ b/CDP4Orm/AutoGenDao/MeasurementScaleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/MeasurementUnitDao.cs b/CDP4Orm/AutoGenDao/MeasurementUnitDao.cs index 9fc6a19b..b1398ae1 100644 --- a/CDP4Orm/AutoGenDao/MeasurementUnitDao.cs +++ b/CDP4Orm/AutoGenDao/MeasurementUnitDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ModelLogEntryDao.cs b/CDP4Orm/AutoGenDao/ModelLogEntryDao.cs index 313d9b44..6f426607 100644 --- a/CDP4Orm/AutoGenDao/ModelLogEntryDao.cs +++ b/CDP4Orm/AutoGenDao/ModelLogEntryDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ModelReferenceDataLibraryDao.cs b/CDP4Orm/AutoGenDao/ModelReferenceDataLibraryDao.cs index 0384b7e8..35ff8001 100644 --- a/CDP4Orm/AutoGenDao/ModelReferenceDataLibraryDao.cs +++ b/CDP4Orm/AutoGenDao/ModelReferenceDataLibraryDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ModellingAnnotationItemDao.cs b/CDP4Orm/AutoGenDao/ModellingAnnotationItemDao.cs index 8f284d09..fbd4faa8 100644 --- a/CDP4Orm/AutoGenDao/ModellingAnnotationItemDao.cs +++ b/CDP4Orm/AutoGenDao/ModellingAnnotationItemDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ModellingThingReferenceDao.cs b/CDP4Orm/AutoGenDao/ModellingThingReferenceDao.cs index 05e27a07..6b97fe49 100644 --- a/CDP4Orm/AutoGenDao/ModellingThingReferenceDao.cs +++ b/CDP4Orm/AutoGenDao/ModellingThingReferenceDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/MultiRelationshipDao.cs b/CDP4Orm/AutoGenDao/MultiRelationshipDao.cs index 92e5f428..748f3d93 100644 --- a/CDP4Orm/AutoGenDao/MultiRelationshipDao.cs +++ b/CDP4Orm/AutoGenDao/MultiRelationshipDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/MultiRelationshipRuleDao.cs b/CDP4Orm/AutoGenDao/MultiRelationshipRuleDao.cs index 90612e16..72c21151 100644 --- a/CDP4Orm/AutoGenDao/MultiRelationshipRuleDao.cs +++ b/CDP4Orm/AutoGenDao/MultiRelationshipRuleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/NaturalLanguageDao.cs b/CDP4Orm/AutoGenDao/NaturalLanguageDao.cs index 5c25c956..2a4e3c5f 100644 --- a/CDP4Orm/AutoGenDao/NaturalLanguageDao.cs +++ b/CDP4Orm/AutoGenDao/NaturalLanguageDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/NestedElementDao.cs b/CDP4Orm/AutoGenDao/NestedElementDao.cs index 58bd8d45..a96ee2bd 100644 --- a/CDP4Orm/AutoGenDao/NestedElementDao.cs +++ b/CDP4Orm/AutoGenDao/NestedElementDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/NestedParameterDao.cs b/CDP4Orm/AutoGenDao/NestedParameterDao.cs index 14fce214..dbd10eaa 100644 --- a/CDP4Orm/AutoGenDao/NestedParameterDao.cs +++ b/CDP4Orm/AutoGenDao/NestedParameterDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/NotExpressionDao.cs b/CDP4Orm/AutoGenDao/NotExpressionDao.cs index 3cadcbdb..89c4ca0f 100644 --- a/CDP4Orm/AutoGenDao/NotExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/NotExpressionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/NoteDao.cs b/CDP4Orm/AutoGenDao/NoteDao.cs index 157ecaf3..91459bb7 100644 --- a/CDP4Orm/AutoGenDao/NoteDao.cs +++ b/CDP4Orm/AutoGenDao/NoteDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/OptionDao.cs b/CDP4Orm/AutoGenDao/OptionDao.cs index cbfebcea..ea2a5163 100644 --- a/CDP4Orm/AutoGenDao/OptionDao.cs +++ b/CDP4Orm/AutoGenDao/OptionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/OrExpressionDao.cs b/CDP4Orm/AutoGenDao/OrExpressionDao.cs index 5dfc2b7c..f8c20353 100644 --- a/CDP4Orm/AutoGenDao/OrExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/OrExpressionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/OrdinalScaleDao.cs b/CDP4Orm/AutoGenDao/OrdinalScaleDao.cs index 26a2ec4a..fccdfc4d 100644 --- a/CDP4Orm/AutoGenDao/OrdinalScaleDao.cs +++ b/CDP4Orm/AutoGenDao/OrdinalScaleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/OrganizationDao.cs b/CDP4Orm/AutoGenDao/OrganizationDao.cs index 3f8c7a5e..9980bf59 100644 --- a/CDP4Orm/AutoGenDao/OrganizationDao.cs +++ b/CDP4Orm/AutoGenDao/OrganizationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/OrganizationalParticipantDao.cs b/CDP4Orm/AutoGenDao/OrganizationalParticipantDao.cs index 274db4a0..24a7e691 100644 --- a/CDP4Orm/AutoGenDao/OrganizationalParticipantDao.cs +++ b/CDP4Orm/AutoGenDao/OrganizationalParticipantDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/OwnedStyleDao.cs b/CDP4Orm/AutoGenDao/OwnedStyleDao.cs index 09cded4f..171cbe8e 100644 --- a/CDP4Orm/AutoGenDao/OwnedStyleDao.cs +++ b/CDP4Orm/AutoGenDao/OwnedStyleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/PageDao.cs b/CDP4Orm/AutoGenDao/PageDao.cs index 4d3f5402..c3967eb0 100644 --- a/CDP4Orm/AutoGenDao/PageDao.cs +++ b/CDP4Orm/AutoGenDao/PageDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterBaseDao.cs b/CDP4Orm/AutoGenDao/ParameterBaseDao.cs index 938746c8..9218c383 100644 --- a/CDP4Orm/AutoGenDao/ParameterBaseDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterBaseDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterDao.cs b/CDP4Orm/AutoGenDao/ParameterDao.cs index d9f613f4..9c51b818 100644 --- a/CDP4Orm/AutoGenDao/ParameterDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterGroupDao.cs b/CDP4Orm/AutoGenDao/ParameterGroupDao.cs index bbe56bbb..5352bf12 100644 --- a/CDP4Orm/AutoGenDao/ParameterGroupDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterGroupDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterOrOverrideBaseDao.cs b/CDP4Orm/AutoGenDao/ParameterOrOverrideBaseDao.cs index bbc3990d..c7c75a82 100644 --- a/CDP4Orm/AutoGenDao/ParameterOrOverrideBaseDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterOrOverrideBaseDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterOverrideDao.cs b/CDP4Orm/AutoGenDao/ParameterOverrideDao.cs index 1a0f1cea..9424c16c 100644 --- a/CDP4Orm/AutoGenDao/ParameterOverrideDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterOverrideDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterOverrideValueSetDao.cs b/CDP4Orm/AutoGenDao/ParameterOverrideValueSetDao.cs index 7c1fd91c..2ef0f178 100644 --- a/CDP4Orm/AutoGenDao/ParameterOverrideValueSetDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterOverrideValueSetDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterSubscriptionDao.cs b/CDP4Orm/AutoGenDao/ParameterSubscriptionDao.cs index 3cf71338..7a1ddebf 100644 --- a/CDP4Orm/AutoGenDao/ParameterSubscriptionDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterSubscriptionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterSubscriptionValueSetDao.cs b/CDP4Orm/AutoGenDao/ParameterSubscriptionValueSetDao.cs index 478bbaaa..e0ca1e4f 100644 --- a/CDP4Orm/AutoGenDao/ParameterSubscriptionValueSetDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterSubscriptionValueSetDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterTypeComponentDao.cs b/CDP4Orm/AutoGenDao/ParameterTypeComponentDao.cs index 3aac0cda..a6a5eacb 100644 --- a/CDP4Orm/AutoGenDao/ParameterTypeComponentDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterTypeComponentDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterTypeDao.cs b/CDP4Orm/AutoGenDao/ParameterTypeDao.cs index ca63efd6..f3c648ad 100644 --- a/CDP4Orm/AutoGenDao/ParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterValueDao.cs b/CDP4Orm/AutoGenDao/ParameterValueDao.cs index 8d14c8c8..3ab20088 100644 --- a/CDP4Orm/AutoGenDao/ParameterValueDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterValueDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterValueSetBaseDao.cs b/CDP4Orm/AutoGenDao/ParameterValueSetBaseDao.cs index 5ca2484e..73aa530f 100644 --- a/CDP4Orm/AutoGenDao/ParameterValueSetBaseDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterValueSetBaseDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterValueSetDao.cs b/CDP4Orm/AutoGenDao/ParameterValueSetDao.cs index f026a617..d634f238 100644 --- a/CDP4Orm/AutoGenDao/ParameterValueSetDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterValueSetDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParameterizedCategoryRuleDao.cs b/CDP4Orm/AutoGenDao/ParameterizedCategoryRuleDao.cs index 6cc6e6c5..56b8d2b5 100644 --- a/CDP4Orm/AutoGenDao/ParameterizedCategoryRuleDao.cs +++ b/CDP4Orm/AutoGenDao/ParameterizedCategoryRuleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParametricConstraintDao.cs b/CDP4Orm/AutoGenDao/ParametricConstraintDao.cs index 65c6117f..f19c2334 100644 --- a/CDP4Orm/AutoGenDao/ParametricConstraintDao.cs +++ b/CDP4Orm/AutoGenDao/ParametricConstraintDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParticipantDao.cs b/CDP4Orm/AutoGenDao/ParticipantDao.cs index 7fe040d6..729ea470 100644 --- a/CDP4Orm/AutoGenDao/ParticipantDao.cs +++ b/CDP4Orm/AutoGenDao/ParticipantDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParticipantPermissionDao.cs b/CDP4Orm/AutoGenDao/ParticipantPermissionDao.cs index 637b417d..56e3092f 100644 --- a/CDP4Orm/AutoGenDao/ParticipantPermissionDao.cs +++ b/CDP4Orm/AutoGenDao/ParticipantPermissionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ParticipantRoleDao.cs b/CDP4Orm/AutoGenDao/ParticipantRoleDao.cs index b9d1bab4..1302d614 100644 --- a/CDP4Orm/AutoGenDao/ParticipantRoleDao.cs +++ b/CDP4Orm/AutoGenDao/ParticipantRoleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/PersonDao.cs b/CDP4Orm/AutoGenDao/PersonDao.cs index 3206aa27..3230185c 100644 --- a/CDP4Orm/AutoGenDao/PersonDao.cs +++ b/CDP4Orm/AutoGenDao/PersonDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/PersonPermissionDao.cs b/CDP4Orm/AutoGenDao/PersonPermissionDao.cs index 895a27cd..bf11fc5f 100644 --- a/CDP4Orm/AutoGenDao/PersonPermissionDao.cs +++ b/CDP4Orm/AutoGenDao/PersonPermissionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/PersonRoleDao.cs b/CDP4Orm/AutoGenDao/PersonRoleDao.cs index 3aeea4d0..7bef43c2 100644 --- a/CDP4Orm/AutoGenDao/PersonRoleDao.cs +++ b/CDP4Orm/AutoGenDao/PersonRoleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/PointDao.cs b/CDP4Orm/AutoGenDao/PointDao.cs index fe332c47..76d063bd 100644 --- a/CDP4Orm/AutoGenDao/PointDao.cs +++ b/CDP4Orm/AutoGenDao/PointDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/PossibleFiniteStateDao.cs b/CDP4Orm/AutoGenDao/PossibleFiniteStateDao.cs index aed49bfb..c178cf75 100644 --- a/CDP4Orm/AutoGenDao/PossibleFiniteStateDao.cs +++ b/CDP4Orm/AutoGenDao/PossibleFiniteStateDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/PossibleFiniteStateListDao.cs b/CDP4Orm/AutoGenDao/PossibleFiniteStateListDao.cs index d615bba1..d1c5a80f 100644 --- a/CDP4Orm/AutoGenDao/PossibleFiniteStateListDao.cs +++ b/CDP4Orm/AutoGenDao/PossibleFiniteStateListDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/PrefixedUnitDao.cs b/CDP4Orm/AutoGenDao/PrefixedUnitDao.cs index 4b349979..d0c0d961 100644 --- a/CDP4Orm/AutoGenDao/PrefixedUnitDao.cs +++ b/CDP4Orm/AutoGenDao/PrefixedUnitDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/PublicationDao.cs b/CDP4Orm/AutoGenDao/PublicationDao.cs index 0b5eb309..51cc6e79 100644 --- a/CDP4Orm/AutoGenDao/PublicationDao.cs +++ b/CDP4Orm/AutoGenDao/PublicationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/QuantityKindDao.cs b/CDP4Orm/AutoGenDao/QuantityKindDao.cs index 3ded268a..0eb86c13 100644 --- a/CDP4Orm/AutoGenDao/QuantityKindDao.cs +++ b/CDP4Orm/AutoGenDao/QuantityKindDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/QuantityKindFactorDao.cs b/CDP4Orm/AutoGenDao/QuantityKindFactorDao.cs index 04bbfdcf..3baf0261 100644 --- a/CDP4Orm/AutoGenDao/QuantityKindFactorDao.cs +++ b/CDP4Orm/AutoGenDao/QuantityKindFactorDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RatioScaleDao.cs b/CDP4Orm/AutoGenDao/RatioScaleDao.cs index cb355d5f..f758d367 100644 --- a/CDP4Orm/AutoGenDao/RatioScaleDao.cs +++ b/CDP4Orm/AutoGenDao/RatioScaleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ReferenceDataLibraryDao.cs b/CDP4Orm/AutoGenDao/ReferenceDataLibraryDao.cs index 4a7cbe2f..db020ec1 100644 --- a/CDP4Orm/AutoGenDao/ReferenceDataLibraryDao.cs +++ b/CDP4Orm/AutoGenDao/ReferenceDataLibraryDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ReferenceSourceDao.cs b/CDP4Orm/AutoGenDao/ReferenceSourceDao.cs index 07da6192..370f0812 100644 --- a/CDP4Orm/AutoGenDao/ReferenceSourceDao.cs +++ b/CDP4Orm/AutoGenDao/ReferenceSourceDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ReferencerRuleDao.cs b/CDP4Orm/AutoGenDao/ReferencerRuleDao.cs index d80bcb55..a5d5e1a0 100644 --- a/CDP4Orm/AutoGenDao/ReferencerRuleDao.cs +++ b/CDP4Orm/AutoGenDao/ReferencerRuleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RelationalExpressionDao.cs b/CDP4Orm/AutoGenDao/RelationalExpressionDao.cs index c759dc1d..8ec9203d 100644 --- a/CDP4Orm/AutoGenDao/RelationalExpressionDao.cs +++ b/CDP4Orm/AutoGenDao/RelationalExpressionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RelationshipDao.cs b/CDP4Orm/AutoGenDao/RelationshipDao.cs index 889ee139..13c98696 100644 --- a/CDP4Orm/AutoGenDao/RelationshipDao.cs +++ b/CDP4Orm/AutoGenDao/RelationshipDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RelationshipParameterValueDao.cs b/CDP4Orm/AutoGenDao/RelationshipParameterValueDao.cs index 08431eac..007d9fe2 100644 --- a/CDP4Orm/AutoGenDao/RelationshipParameterValueDao.cs +++ b/CDP4Orm/AutoGenDao/RelationshipParameterValueDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RequestForDeviationDao.cs b/CDP4Orm/AutoGenDao/RequestForDeviationDao.cs index 0e5355aa..c89a1239 100644 --- a/CDP4Orm/AutoGenDao/RequestForDeviationDao.cs +++ b/CDP4Orm/AutoGenDao/RequestForDeviationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RequestForWaiverDao.cs b/CDP4Orm/AutoGenDao/RequestForWaiverDao.cs index 72c1b151..57e5b420 100644 --- a/CDP4Orm/AutoGenDao/RequestForWaiverDao.cs +++ b/CDP4Orm/AutoGenDao/RequestForWaiverDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RequirementDao.cs b/CDP4Orm/AutoGenDao/RequirementDao.cs index d8f97b1b..46e3b66d 100644 --- a/CDP4Orm/AutoGenDao/RequirementDao.cs +++ b/CDP4Orm/AutoGenDao/RequirementDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RequirementsContainerDao.cs b/CDP4Orm/AutoGenDao/RequirementsContainerDao.cs index 6c9d07ef..4c6847ed 100644 --- a/CDP4Orm/AutoGenDao/RequirementsContainerDao.cs +++ b/CDP4Orm/AutoGenDao/RequirementsContainerDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RequirementsContainerParameterValueDao.cs b/CDP4Orm/AutoGenDao/RequirementsContainerParameterValueDao.cs index 56b944e0..a796172e 100644 --- a/CDP4Orm/AutoGenDao/RequirementsContainerParameterValueDao.cs +++ b/CDP4Orm/AutoGenDao/RequirementsContainerParameterValueDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RequirementsGroupDao.cs b/CDP4Orm/AutoGenDao/RequirementsGroupDao.cs index 0482604e..839ed305 100644 --- a/CDP4Orm/AutoGenDao/RequirementsGroupDao.cs +++ b/CDP4Orm/AutoGenDao/RequirementsGroupDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RequirementsSpecificationDao.cs b/CDP4Orm/AutoGenDao/RequirementsSpecificationDao.cs index e924361c..9466b2ff 100644 --- a/CDP4Orm/AutoGenDao/RequirementsSpecificationDao.cs +++ b/CDP4Orm/AutoGenDao/RequirementsSpecificationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ReviewItemDiscrepancyDao.cs b/CDP4Orm/AutoGenDao/ReviewItemDiscrepancyDao.cs index 8d4e212f..0d766833 100644 --- a/CDP4Orm/AutoGenDao/ReviewItemDiscrepancyDao.cs +++ b/CDP4Orm/AutoGenDao/ReviewItemDiscrepancyDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RuleDao.cs b/CDP4Orm/AutoGenDao/RuleDao.cs index 2ff7f757..4e25a288 100644 --- a/CDP4Orm/AutoGenDao/RuleDao.cs +++ b/CDP4Orm/AutoGenDao/RuleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RuleVerificationDao.cs b/CDP4Orm/AutoGenDao/RuleVerificationDao.cs index ad39c2bc..0b4b5823 100644 --- a/CDP4Orm/AutoGenDao/RuleVerificationDao.cs +++ b/CDP4Orm/AutoGenDao/RuleVerificationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RuleVerificationListDao.cs b/CDP4Orm/AutoGenDao/RuleVerificationListDao.cs index c11b78dd..4fccf498 100644 --- a/CDP4Orm/AutoGenDao/RuleVerificationListDao.cs +++ b/CDP4Orm/AutoGenDao/RuleVerificationListDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/RuleViolationDao.cs b/CDP4Orm/AutoGenDao/RuleViolationDao.cs index 20c4a863..e5b9e325 100644 --- a/CDP4Orm/AutoGenDao/RuleViolationDao.cs +++ b/CDP4Orm/AutoGenDao/RuleViolationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SampledFunctionParameterTypeDao.cs b/CDP4Orm/AutoGenDao/SampledFunctionParameterTypeDao.cs index 8f45118d..7ed98ce0 100644 --- a/CDP4Orm/AutoGenDao/SampledFunctionParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/SampledFunctionParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ScalarParameterTypeDao.cs b/CDP4Orm/AutoGenDao/ScalarParameterTypeDao.cs index 63234c12..719de087 100644 --- a/CDP4Orm/AutoGenDao/ScalarParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/ScalarParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ScaleReferenceQuantityValueDao.cs b/CDP4Orm/AutoGenDao/ScaleReferenceQuantityValueDao.cs index c9cc5cb2..34fc07b8 100644 --- a/CDP4Orm/AutoGenDao/ScaleReferenceQuantityValueDao.cs +++ b/CDP4Orm/AutoGenDao/ScaleReferenceQuantityValueDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ScaleValueDefinitionDao.cs b/CDP4Orm/AutoGenDao/ScaleValueDefinitionDao.cs index 1aead354..821e444f 100644 --- a/CDP4Orm/AutoGenDao/ScaleValueDefinitionDao.cs +++ b/CDP4Orm/AutoGenDao/ScaleValueDefinitionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SectionDao.cs b/CDP4Orm/AutoGenDao/SectionDao.cs index 1a415894..18354a50 100644 --- a/CDP4Orm/AutoGenDao/SectionDao.cs +++ b/CDP4Orm/AutoGenDao/SectionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SharedStyleDao.cs b/CDP4Orm/AutoGenDao/SharedStyleDao.cs index 3f6166e0..76162d30 100644 --- a/CDP4Orm/AutoGenDao/SharedStyleDao.cs +++ b/CDP4Orm/AutoGenDao/SharedStyleDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SimpleParameterValueDao.cs b/CDP4Orm/AutoGenDao/SimpleParameterValueDao.cs index 39066e01..c6e4b8ef 100644 --- a/CDP4Orm/AutoGenDao/SimpleParameterValueDao.cs +++ b/CDP4Orm/AutoGenDao/SimpleParameterValueDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SimpleParameterizableThingDao.cs b/CDP4Orm/AutoGenDao/SimpleParameterizableThingDao.cs index c0690950..4bb8f2a8 100644 --- a/CDP4Orm/AutoGenDao/SimpleParameterizableThingDao.cs +++ b/CDP4Orm/AutoGenDao/SimpleParameterizableThingDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SimpleQuantityKindDao.cs b/CDP4Orm/AutoGenDao/SimpleQuantityKindDao.cs index 9cdcae6b..824defa3 100644 --- a/CDP4Orm/AutoGenDao/SimpleQuantityKindDao.cs +++ b/CDP4Orm/AutoGenDao/SimpleQuantityKindDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SimpleUnitDao.cs b/CDP4Orm/AutoGenDao/SimpleUnitDao.cs index 468d0b13..989d66c4 100644 --- a/CDP4Orm/AutoGenDao/SimpleUnitDao.cs +++ b/CDP4Orm/AutoGenDao/SimpleUnitDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SiteDirectoryDao.cs b/CDP4Orm/AutoGenDao/SiteDirectoryDao.cs index 0b1d8255..173267dc 100644 --- a/CDP4Orm/AutoGenDao/SiteDirectoryDao.cs +++ b/CDP4Orm/AutoGenDao/SiteDirectoryDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SiteDirectoryDataAnnotationDao.cs b/CDP4Orm/AutoGenDao/SiteDirectoryDataAnnotationDao.cs index c5c43e95..feceef41 100644 --- a/CDP4Orm/AutoGenDao/SiteDirectoryDataAnnotationDao.cs +++ b/CDP4Orm/AutoGenDao/SiteDirectoryDataAnnotationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SiteDirectoryDataDiscussionItemDao.cs b/CDP4Orm/AutoGenDao/SiteDirectoryDataDiscussionItemDao.cs index d7ceb0bc..93ae538d 100644 --- a/CDP4Orm/AutoGenDao/SiteDirectoryDataDiscussionItemDao.cs +++ b/CDP4Orm/AutoGenDao/SiteDirectoryDataDiscussionItemDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SiteDirectoryThingReferenceDao.cs b/CDP4Orm/AutoGenDao/SiteDirectoryThingReferenceDao.cs index 509c01f0..ca98ef00 100644 --- a/CDP4Orm/AutoGenDao/SiteDirectoryThingReferenceDao.cs +++ b/CDP4Orm/AutoGenDao/SiteDirectoryThingReferenceDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SiteLogEntryDao.cs b/CDP4Orm/AutoGenDao/SiteLogEntryDao.cs index 03fb6e3d..f9db7926 100644 --- a/CDP4Orm/AutoGenDao/SiteLogEntryDao.cs +++ b/CDP4Orm/AutoGenDao/SiteLogEntryDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SiteReferenceDataLibraryDao.cs b/CDP4Orm/AutoGenDao/SiteReferenceDataLibraryDao.cs index f0e45727..f1b15d5d 100644 --- a/CDP4Orm/AutoGenDao/SiteReferenceDataLibraryDao.cs +++ b/CDP4Orm/AutoGenDao/SiteReferenceDataLibraryDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SolutionDao.cs b/CDP4Orm/AutoGenDao/SolutionDao.cs index dbd99999..e9b998f2 100644 --- a/CDP4Orm/AutoGenDao/SolutionDao.cs +++ b/CDP4Orm/AutoGenDao/SolutionDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/SpecializedQuantityKindDao.cs b/CDP4Orm/AutoGenDao/SpecializedQuantityKindDao.cs index 7ef7e4eb..ad5197de 100644 --- a/CDP4Orm/AutoGenDao/SpecializedQuantityKindDao.cs +++ b/CDP4Orm/AutoGenDao/SpecializedQuantityKindDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/StakeHolderValueMapDao.cs b/CDP4Orm/AutoGenDao/StakeHolderValueMapDao.cs index 1c789534..02387bda 100644 --- a/CDP4Orm/AutoGenDao/StakeHolderValueMapDao.cs +++ b/CDP4Orm/AutoGenDao/StakeHolderValueMapDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/StakeHolderValueMapSettingsDao.cs b/CDP4Orm/AutoGenDao/StakeHolderValueMapSettingsDao.cs index 8ba1fe32..3d904331 100644 --- a/CDP4Orm/AutoGenDao/StakeHolderValueMapSettingsDao.cs +++ b/CDP4Orm/AutoGenDao/StakeHolderValueMapSettingsDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/StakeholderDao.cs b/CDP4Orm/AutoGenDao/StakeholderDao.cs index f41c0b53..bc7ac3fa 100644 --- a/CDP4Orm/AutoGenDao/StakeholderDao.cs +++ b/CDP4Orm/AutoGenDao/StakeholderDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/StakeholderValueDao.cs b/CDP4Orm/AutoGenDao/StakeholderValueDao.cs index 7f6481ba..fb155c1e 100644 --- a/CDP4Orm/AutoGenDao/StakeholderValueDao.cs +++ b/CDP4Orm/AutoGenDao/StakeholderValueDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/TelephoneNumberDao.cs b/CDP4Orm/AutoGenDao/TelephoneNumberDao.cs index 7bbc1d0f..8332b473 100644 --- a/CDP4Orm/AutoGenDao/TelephoneNumberDao.cs +++ b/CDP4Orm/AutoGenDao/TelephoneNumberDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/TermDao.cs b/CDP4Orm/AutoGenDao/TermDao.cs index 3ffe6454..b6d77cb6 100644 --- a/CDP4Orm/AutoGenDao/TermDao.cs +++ b/CDP4Orm/AutoGenDao/TermDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/TextParameterTypeDao.cs b/CDP4Orm/AutoGenDao/TextParameterTypeDao.cs index 562f59c3..1de22a14 100644 --- a/CDP4Orm/AutoGenDao/TextParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/TextParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/TextualNoteDao.cs b/CDP4Orm/AutoGenDao/TextualNoteDao.cs index 090c11c0..9581808c 100644 --- a/CDP4Orm/AutoGenDao/TextualNoteDao.cs +++ b/CDP4Orm/AutoGenDao/TextualNoteDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ThingDao.cs b/CDP4Orm/AutoGenDao/ThingDao.cs index cf26c5a5..13d8f494 100644 --- a/CDP4Orm/AutoGenDao/ThingDao.cs +++ b/CDP4Orm/AutoGenDao/ThingDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ThingReferenceDao.cs b/CDP4Orm/AutoGenDao/ThingReferenceDao.cs index 82f46bec..4ad50322 100644 --- a/CDP4Orm/AutoGenDao/ThingReferenceDao.cs +++ b/CDP4Orm/AutoGenDao/ThingReferenceDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/TimeOfDayParameterTypeDao.cs b/CDP4Orm/AutoGenDao/TimeOfDayParameterTypeDao.cs index dece47bc..92f7f321 100644 --- a/CDP4Orm/AutoGenDao/TimeOfDayParameterTypeDao.cs +++ b/CDP4Orm/AutoGenDao/TimeOfDayParameterTypeDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/TopContainerDao.cs b/CDP4Orm/AutoGenDao/TopContainerDao.cs index b5996b34..787cc3d4 100644 --- a/CDP4Orm/AutoGenDao/TopContainerDao.cs +++ b/CDP4Orm/AutoGenDao/TopContainerDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/UnitFactorDao.cs b/CDP4Orm/AutoGenDao/UnitFactorDao.cs index 9114d11c..437c2ab7 100644 --- a/CDP4Orm/AutoGenDao/UnitFactorDao.cs +++ b/CDP4Orm/AutoGenDao/UnitFactorDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/UnitPrefixDao.cs b/CDP4Orm/AutoGenDao/UnitPrefixDao.cs index af882fb9..79f8def1 100644 --- a/CDP4Orm/AutoGenDao/UnitPrefixDao.cs +++ b/CDP4Orm/AutoGenDao/UnitPrefixDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/UserPreferenceDao.cs b/CDP4Orm/AutoGenDao/UserPreferenceDao.cs index 7d8f99d7..49174acc 100644 --- a/CDP4Orm/AutoGenDao/UserPreferenceDao.cs +++ b/CDP4Orm/AutoGenDao/UserPreferenceDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/UserRuleVerificationDao.cs b/CDP4Orm/AutoGenDao/UserRuleVerificationDao.cs index 86a6148c..745083a2 100644 --- a/CDP4Orm/AutoGenDao/UserRuleVerificationDao.cs +++ b/CDP4Orm/AutoGenDao/UserRuleVerificationDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenDao/ValueGroupDao.cs b/CDP4Orm/AutoGenDao/ValueGroupDao.cs index 8f700168..3ddfc515 100644 --- a/CDP4Orm/AutoGenDao/ValueGroupDao.cs +++ b/CDP4Orm/AutoGenDao/ValueGroupDao.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenOrmHelpers/DaoResolver.cs b/CDP4Orm/AutoGenOrmHelpers/DaoResolver.cs index cdd7443c..d987e368 100644 --- a/CDP4Orm/AutoGenOrmHelpers/DaoResolver.cs +++ b/CDP4Orm/AutoGenOrmHelpers/DaoResolver.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/AutoGenStructure/01_SiteDirectory_setup.sql b/CDP4Orm/AutoGenStructure/01_SiteDirectory_setup.sql index f19fa5e3..8b474296 100644 --- a/CDP4Orm/AutoGenStructure/01_SiteDirectory_setup.sql +++ b/CDP4Orm/AutoGenStructure/01_SiteDirectory_setup.sql @@ -1,10 +1,10 @@ -------------------------------------------------------------------------------------------------------- --- Copyright RHEA System S.A. -- +-- Copyright Starion Group S.A. -- -- -- -- Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Théate Antoine -- -- -- -- This file is part of COMET Server Community Edition. The COMET Server Community Edition is the -- --- RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- +-- STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- -- -- -- The COMET Server Community Edition is free software; you can redistribute it and/or modify it -- -- the terms of the GNU Affero General Public License as published by the Free Software Foundation; -- diff --git a/CDP4Orm/AutoGenStructure/02_SiteDirectory_structure.sql b/CDP4Orm/AutoGenStructure/02_SiteDirectory_structure.sql index 36f157fe..f24eefcb 100644 --- a/CDP4Orm/AutoGenStructure/02_SiteDirectory_structure.sql +++ b/CDP4Orm/AutoGenStructure/02_SiteDirectory_structure.sql @@ -1,10 +1,10 @@ -------------------------------------------------------------------------------------------------------- --- Copyright RHEA System S.A. -- +-- Copyright Starion Group S.A. -- -- -- -- Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Théate Antoine -- -- -- -- This file is part of COMET Server Community Edition. The COMET Server Community Edition is the -- --- RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- +-- STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- -- -- -- The COMET Server Community Edition is free software; you can redistribute it and/or modify it -- -- the terms of the GNU Affero General Public License as published by the Free Software Foundation; -- diff --git a/CDP4Orm/AutoGenStructure/03_SiteDirectory_triggers.sql b/CDP4Orm/AutoGenStructure/03_SiteDirectory_triggers.sql index 06d7c214..434ca712 100644 --- a/CDP4Orm/AutoGenStructure/03_SiteDirectory_triggers.sql +++ b/CDP4Orm/AutoGenStructure/03_SiteDirectory_triggers.sql @@ -1,10 +1,10 @@ -------------------------------------------------------------------------------------------------------- --- Copyright RHEA System S.A. -- +-- Copyright Starion Group S.A. -- -- -- -- Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Théate Antoine -- -- -- -- This file is part of COMET Server Community Edition. The COMET Server Community Edition is the -- --- RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- +-- STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- -- -- -- The COMET Server Community Edition is free software; you can redistribute it and/or modify it -- -- the terms of the GNU Affero General Public License as published by the Free Software Foundation; -- diff --git a/CDP4Orm/AutoGenStructure/04_EngineeringModel_setup.sql b/CDP4Orm/AutoGenStructure/04_EngineeringModel_setup.sql index af9971cd..fb6b490d 100644 --- a/CDP4Orm/AutoGenStructure/04_EngineeringModel_setup.sql +++ b/CDP4Orm/AutoGenStructure/04_EngineeringModel_setup.sql @@ -1,10 +1,10 @@ -------------------------------------------------------------------------------------------------------- --- Copyright RHEA System S.A. -- +-- Copyright Starion Group S.A. -- -- -- -- Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Théate Antoine -- -- -- -- This file is part of COMET Server Community Edition. The COMET Server Community Edition is the -- --- RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- +-- STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- -- -- -- The COMET Server Community Edition is free software; you can redistribute it and/or modify it -- -- the terms of the GNU Affero General Public License as published by the Free Software Foundation; -- diff --git a/CDP4Orm/AutoGenStructure/05_EngineeringModel_structure.sql b/CDP4Orm/AutoGenStructure/05_EngineeringModel_structure.sql index e610161d..0132dd13 100644 --- a/CDP4Orm/AutoGenStructure/05_EngineeringModel_structure.sql +++ b/CDP4Orm/AutoGenStructure/05_EngineeringModel_structure.sql @@ -1,10 +1,10 @@ -------------------------------------------------------------------------------------------------------- --- Copyright RHEA System S.A. -- +-- Copyright Starion Group S.A. -- -- -- -- Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Théate Antoine -- -- -- -- This file is part of COMET Server Community Edition. The COMET Server Community Edition is the -- --- RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- +-- STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- -- -- -- The COMET Server Community Edition is free software; you can redistribute it and/or modify it -- -- the terms of the GNU Affero General Public License as published by the Free Software Foundation; -- diff --git a/CDP4Orm/AutoGenStructure/06_EngineeringModel_triggers.sql b/CDP4Orm/AutoGenStructure/06_EngineeringModel_triggers.sql index a80900e4..755e1c86 100644 --- a/CDP4Orm/AutoGenStructure/06_EngineeringModel_triggers.sql +++ b/CDP4Orm/AutoGenStructure/06_EngineeringModel_triggers.sql @@ -1,10 +1,10 @@ -------------------------------------------------------------------------------------------------------- --- Copyright RHEA System S.A. -- +-- Copyright Starion Group S.A. -- -- -- -- Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Théate Antoine -- -- -- -- This file is part of COMET Server Community Edition. The COMET Server Community Edition is the -- --- RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- +-- STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. -- -- -- -- The COMET Server Community Edition is free software; you can redistribute it and/or modify it -- -- the terms of the GNU Affero General Public License as published by the Free Software Foundation; -- diff --git a/CDP4Orm/CDP4Orm.csproj b/CDP4Orm/CDP4Orm.csproj index 3e396bfb..c5c6ac50 100644 --- a/CDP4Orm/CDP4Orm.csproj +++ b/CDP4Orm/CDP4Orm.csproj @@ -2,11 +2,11 @@ net8.0 - RHEA System S.A. + Starion Group S.A. CDP4Orm-CE 8.0.0 CDP4-COMET Data-Model Object Relational Mapping - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. Sam Gerené, Alex Vorobiev, Alexander van Delft Debug;Release false @@ -80,7 +80,7 @@ - + diff --git a/CDP4Orm/Dao/Authentication/AuthenticationPersonDao.cs b/CDP4Orm/Dao/Authentication/AuthenticationPersonDao.cs index 539ef96b..93315cc1 100644 --- a/CDP4Orm/Dao/Authentication/AuthenticationPersonDao.cs +++ b/CDP4Orm/Dao/Authentication/AuthenticationPersonDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Authentication/IAuthenticationPersonDao.cs b/CDP4Orm/Dao/Authentication/IAuthenticationPersonDao.cs index 532cf9d1..685d95b0 100644 --- a/CDP4Orm/Dao/Authentication/IAuthenticationPersonDao.cs +++ b/CDP4Orm/Dao/Authentication/IAuthenticationPersonDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/BaseDao.cs b/CDP4Orm/Dao/BaseDao.cs index cd7b1db7..4bd919b3 100644 --- a/CDP4Orm/Dao/BaseDao.cs +++ b/CDP4Orm/Dao/BaseDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Cache/CacheDao.cs b/CDP4Orm/Dao/Cache/CacheDao.cs index e97bd38b..b8c62f2f 100644 --- a/CDP4Orm/Dao/Cache/CacheDao.cs +++ b/CDP4Orm/Dao/Cache/CacheDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/Dao/Cache/ICacheDao.cs b/CDP4Orm/Dao/Cache/ICacheDao.cs index c4cba773..83441d63 100644 --- a/CDP4Orm/Dao/Cache/ICacheDao.cs +++ b/CDP4Orm/Dao/Cache/ICacheDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/IDao.cs b/CDP4Orm/Dao/IDao.cs index 0a854500..ca071f6c 100644 --- a/CDP4Orm/Dao/IDao.cs +++ b/CDP4Orm/Dao/IDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/IDataModelUtils.cs b/CDP4Orm/Dao/IDataModelUtils.cs index c3778a2f..8b21310c 100644 --- a/CDP4Orm/Dao/IDataModelUtils.cs +++ b/CDP4Orm/Dao/IDataModelUtils.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski // // This file is part of COMET Web Services Community Edition. -// The COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/Dao/Resolve/ContainerDao.cs b/CDP4Orm/Dao/Resolve/ContainerDao.cs index 240c5f74..ba0b98a5 100644 --- a/CDP4Orm/Dao/Resolve/ContainerDao.cs +++ b/CDP4Orm/Dao/Resolve/ContainerDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Resolve/ContainerInfo.cs b/CDP4Orm/Dao/Resolve/ContainerInfo.cs index d20c15d2..547fd92e 100644 --- a/CDP4Orm/Dao/Resolve/ContainerInfo.cs +++ b/CDP4Orm/Dao/Resolve/ContainerInfo.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Resolve/DtoInfo.cs b/CDP4Orm/Dao/Resolve/DtoInfo.cs index 3d082ff8..f1b5b88f 100644 --- a/CDP4Orm/Dao/Resolve/DtoInfo.cs +++ b/CDP4Orm/Dao/Resolve/DtoInfo.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Resolve/DtoResolveHelper.cs b/CDP4Orm/Dao/Resolve/DtoResolveHelper.cs index 51563472..92007219 100644 --- a/CDP4Orm/Dao/Resolve/DtoResolveHelper.cs +++ b/CDP4Orm/Dao/Resolve/DtoResolveHelper.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Resolve/IContainerDao.cs b/CDP4Orm/Dao/Resolve/IContainerDao.cs index 70cd0537..06c00275 100644 --- a/CDP4Orm/Dao/Resolve/IContainerDao.cs +++ b/CDP4Orm/Dao/Resolve/IContainerDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Resolve/IResolveDao.cs b/CDP4Orm/Dao/Resolve/IResolveDao.cs index 0169c176..273f240e 100644 --- a/CDP4Orm/Dao/Resolve/IResolveDao.cs +++ b/CDP4Orm/Dao/Resolve/IResolveDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Resolve/ResolveDao.cs b/CDP4Orm/Dao/Resolve/ResolveDao.cs index 3a06f896..becf5c36 100644 --- a/CDP4Orm/Dao/Resolve/ResolveDao.cs +++ b/CDP4Orm/Dao/Resolve/ResolveDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Resolve/ResolveInfo.cs b/CDP4Orm/Dao/Resolve/ResolveInfo.cs index b6305f61..7df51c55 100644 --- a/CDP4Orm/Dao/Resolve/ResolveInfo.cs +++ b/CDP4Orm/Dao/Resolve/ResolveInfo.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Revision/IRevisionDao.cs b/CDP4Orm/Dao/Revision/IRevisionDao.cs index 4fbfd2e3..69b5038e 100644 --- a/CDP4Orm/Dao/Revision/IRevisionDao.cs +++ b/CDP4Orm/Dao/Revision/IRevisionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Revision/RevisionDao.cs b/CDP4Orm/Dao/Revision/RevisionDao.cs index 2fe5ca04..112a0f14 100644 --- a/CDP4Orm/Dao/Revision/RevisionDao.cs +++ b/CDP4Orm/Dao/Revision/RevisionDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Revision/RevisionInfo.cs b/CDP4Orm/Dao/Revision/RevisionInfo.cs index cd3adee3..5577c56c 100644 --- a/CDP4Orm/Dao/Revision/RevisionInfo.cs +++ b/CDP4Orm/Dao/Revision/RevisionInfo.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Revision/RevisionRegistryInfo.cs b/CDP4Orm/Dao/Revision/RevisionRegistryInfo.cs index ff120332..9392622e 100644 --- a/CDP4Orm/Dao/Revision/RevisionRegistryInfo.cs +++ b/CDP4Orm/Dao/Revision/RevisionRegistryInfo.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/DomainOfExpertiseDao.cs b/CDP4Orm/Dao/Supplemental/DomainOfExpertiseDao.cs index cd706ba5..99875419 100644 --- a/CDP4Orm/Dao/Supplemental/DomainOfExpertiseDao.cs +++ b/CDP4Orm/Dao/Supplemental/DomainOfExpertiseDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/EngineeringModelDao.cs b/CDP4Orm/Dao/Supplemental/EngineeringModelDao.cs index 676b0a11..c4f3497b 100644 --- a/CDP4Orm/Dao/Supplemental/EngineeringModelDao.cs +++ b/CDP4Orm/Dao/Supplemental/EngineeringModelDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/EngineeringModelSetupDao.cs b/CDP4Orm/Dao/Supplemental/EngineeringModelSetupDao.cs index 17d9153f..25df8ba8 100644 --- a/CDP4Orm/Dao/Supplemental/EngineeringModelSetupDao.cs +++ b/CDP4Orm/Dao/Supplemental/EngineeringModelSetupDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/IDomainOfExpertiseDao.cs b/CDP4Orm/Dao/Supplemental/IDomainOfExpertiseDao.cs index 476a7eec..0cc0c327 100644 --- a/CDP4Orm/Dao/Supplemental/IDomainOfExpertiseDao.cs +++ b/CDP4Orm/Dao/Supplemental/IDomainOfExpertiseDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/IEngineeringModelDao.cs b/CDP4Orm/Dao/Supplemental/IEngineeringModelDao.cs index 14cdc69c..f5f8e82f 100644 --- a/CDP4Orm/Dao/Supplemental/IEngineeringModelDao.cs +++ b/CDP4Orm/Dao/Supplemental/IEngineeringModelDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/IIterationDao.cs b/CDP4Orm/Dao/Supplemental/IIterationDao.cs index eb3da7a7..ba185e21 100644 --- a/CDP4Orm/Dao/Supplemental/IIterationDao.cs +++ b/CDP4Orm/Dao/Supplemental/IIterationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/IIterationSetupDao.cs b/CDP4Orm/Dao/Supplemental/IIterationSetupDao.cs index e85c8958..a0829d61 100644 --- a/CDP4Orm/Dao/Supplemental/IIterationSetupDao.cs +++ b/CDP4Orm/Dao/Supplemental/IIterationSetupDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/IPersonDao.cs b/CDP4Orm/Dao/Supplemental/IPersonDao.cs index 5079dfdd..1cc9b4e0 100644 --- a/CDP4Orm/Dao/Supplemental/IPersonDao.cs +++ b/CDP4Orm/Dao/Supplemental/IPersonDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/IPublicationDao.cs b/CDP4Orm/Dao/Supplemental/IPublicationDao.cs index 7c0b2f0e..47c5eeab 100644 --- a/CDP4Orm/Dao/Supplemental/IPublicationDao.cs +++ b/CDP4Orm/Dao/Supplemental/IPublicationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/IterationDao.cs b/CDP4Orm/Dao/Supplemental/IterationDao.cs index 4014c1f7..da3e9643 100644 --- a/CDP4Orm/Dao/Supplemental/IterationDao.cs +++ b/CDP4Orm/Dao/Supplemental/IterationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/IterationSetupDao.cs b/CDP4Orm/Dao/Supplemental/IterationSetupDao.cs index a4f40ae0..71924db1 100644 --- a/CDP4Orm/Dao/Supplemental/IterationSetupDao.cs +++ b/CDP4Orm/Dao/Supplemental/IterationSetupDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/MigrationPasswordCredentials.cs b/CDP4Orm/Dao/Supplemental/MigrationPasswordCredentials.cs index 801c8d0e..d35d274a 100644 --- a/CDP4Orm/Dao/Supplemental/MigrationPasswordCredentials.cs +++ b/CDP4Orm/Dao/Supplemental/MigrationPasswordCredentials.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/PersonDao.cs b/CDP4Orm/Dao/Supplemental/PersonDao.cs index b1d3dcf3..769b1f0e 100644 --- a/CDP4Orm/Dao/Supplemental/PersonDao.cs +++ b/CDP4Orm/Dao/Supplemental/PersonDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Supplemental/PublicationDao.cs b/CDP4Orm/Dao/Supplemental/PublicationDao.cs index ba14afeb..c162a2b4 100644 --- a/CDP4Orm/Dao/Supplemental/PublicationDao.cs +++ b/CDP4Orm/Dao/Supplemental/PublicationDao.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Dao/Utils.cs b/CDP4Orm/Dao/Utils.cs index efe445bb..63f658d0 100644 --- a/CDP4Orm/Dao/Utils.cs +++ b/CDP4Orm/Dao/Utils.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/Helper/IDaoResolver.cs b/CDP4Orm/Helper/IDaoResolver.cs index 06c92f6c..a2951abf 100644 --- a/CDP4Orm/Helper/IDaoResolver.cs +++ b/CDP4Orm/Helper/IDaoResolver.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CDP4Orm/MigrationEngine/GenericMigration.cs b/CDP4Orm/MigrationEngine/GenericMigration.cs index 2400bd75..0d940bb9 100644 --- a/CDP4Orm/MigrationEngine/GenericMigration.cs +++ b/CDP4Orm/MigrationEngine/GenericMigration.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/MigrationEngine/IMigrationService.cs b/CDP4Orm/MigrationEngine/IMigrationService.cs index 8af83740..a724b72d 100644 --- a/CDP4Orm/MigrationEngine/IMigrationService.cs +++ b/CDP4Orm/MigrationEngine/IMigrationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/MigrationEngine/MigrationBase.cs b/CDP4Orm/MigrationEngine/MigrationBase.cs index 7b6f632d..62c7c0c2 100644 --- a/CDP4Orm/MigrationEngine/MigrationBase.cs +++ b/CDP4Orm/MigrationEngine/MigrationBase.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/MigrationEngine/MigrationMetaData.cs b/CDP4Orm/MigrationEngine/MigrationMetaData.cs index 1b2715c6..b074a2ca 100644 --- a/CDP4Orm/MigrationEngine/MigrationMetaData.cs +++ b/CDP4Orm/MigrationEngine/MigrationMetaData.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/MigrationEngine/MigrationScriptApplicationKind.cs b/CDP4Orm/MigrationEngine/MigrationScriptApplicationKind.cs index 594c1359..c66aa1a8 100644 --- a/CDP4Orm/MigrationEngine/MigrationScriptApplicationKind.cs +++ b/CDP4Orm/MigrationEngine/MigrationScriptApplicationKind.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/MigrationEngine/MigrationService.cs b/CDP4Orm/MigrationEngine/MigrationService.cs index c22a70dc..1cfb50dd 100644 --- a/CDP4Orm/MigrationEngine/MigrationService.cs +++ b/CDP4Orm/MigrationEngine/MigrationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/MigrationEngine/NonThingTableMigration.cs b/CDP4Orm/MigrationEngine/NonThingTableMigration.cs index 9e1e4ee8..7a126a33 100644 --- a/CDP4Orm/MigrationEngine/NonThingTableMigration.cs +++ b/CDP4Orm/MigrationEngine/NonThingTableMigration.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/MigrationEngine/ThingAuditTableMigration.cs b/CDP4Orm/MigrationEngine/ThingAuditTableMigration.cs index 547a10dc..04a1f306 100644 --- a/CDP4Orm/MigrationEngine/ThingAuditTableMigration.cs +++ b/CDP4Orm/MigrationEngine/ThingAuditTableMigration.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4Orm/MigrationEngine/ThingTableMigrationBase.cs b/CDP4Orm/MigrationEngine/ThingTableMigrationBase.cs index 43a4c996..e8cb7d13 100644 --- a/CDP4Orm/MigrationEngine/ThingTableMigrationBase.cs +++ b/CDP4Orm/MigrationEngine/ThingTableMigrationBase.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2023 RHEA System S.A. +// +// Copyright (c) 2015-2023 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4WspDatabaseAuthentication.Tests/CDP4WspDatabaseAuthentication.Tests.csproj b/CDP4WspDatabaseAuthentication.Tests/CDP4WspDatabaseAuthentication.Tests.csproj index d52b2360..b440be48 100644 --- a/CDP4WspDatabaseAuthentication.Tests/CDP4WspDatabaseAuthentication.Tests.csproj +++ b/CDP4WspDatabaseAuthentication.Tests/CDP4WspDatabaseAuthentication.Tests.csproj @@ -2,10 +2,10 @@ net8.0 - RHEA System S.A. + Starion Group S.A. CDP4WspDatabaseAuthentication.Tests CDP4-COMET WSP Database authentication Tests - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. Sam Gerené, Alex Vorobiev, Alexander van Delft Debug;Release latest diff --git a/CDP4WspDatabaseAuthentication.Tests/EncryptionUtilsTestFixture.cs b/CDP4WspDatabaseAuthentication.Tests/EncryptionUtilsTestFixture.cs index de47f101..fd6514f0 100644 --- a/CDP4WspDatabaseAuthentication.Tests/EncryptionUtilsTestFixture.cs +++ b/CDP4WspDatabaseAuthentication.Tests/EncryptionUtilsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4WspDatabaseAuthentication/CDP4WspDatabaseAuthentication.csproj b/CDP4WspDatabaseAuthentication/CDP4WspDatabaseAuthentication.csproj index 127e7942..01922523 100644 --- a/CDP4WspDatabaseAuthentication/CDP4WspDatabaseAuthentication.csproj +++ b/CDP4WspDatabaseAuthentication/CDP4WspDatabaseAuthentication.csproj @@ -2,11 +2,11 @@ net8.0 - RHEA System S.A. + Starion Group S.A. CDP4WspDatabaseAuthentication-CE 8.0.0 CDP4-COMET WSP Database authentication - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. Sam Gerené, Alex Vorobiev, Alexander van Delft Debug;Release false diff --git a/CDP4WspDatabaseAuthentication/Cdp4WspDatabaseAuthenticatorConnector.cs b/CDP4WspDatabaseAuthentication/Cdp4WspDatabaseAuthenticatorConnector.cs index 9fc9f81b..6fe3edab 100644 --- a/CDP4WspDatabaseAuthentication/Cdp4WspDatabaseAuthenticatorConnector.cs +++ b/CDP4WspDatabaseAuthentication/Cdp4WspDatabaseAuthenticatorConnector.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4WspDatabaseAuthentication/Cdp4WspDatabaseAuthenticatorPlugin.cs b/CDP4WspDatabaseAuthentication/Cdp4WspDatabaseAuthenticatorPlugin.cs index a08cb3fa..ec21f32b 100644 --- a/CDP4WspDatabaseAuthentication/Cdp4WspDatabaseAuthenticatorPlugin.cs +++ b/CDP4WspDatabaseAuthentication/Cdp4WspDatabaseAuthenticatorPlugin.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CDP4WspDatabaseAuthentication/WspEncryptionUtils.cs b/CDP4WspDatabaseAuthentication/WspEncryptionUtils.cs index 8dcffd42..196799b1 100644 --- a/CDP4WspDatabaseAuthentication/WspEncryptionUtils.cs +++ b/CDP4WspDatabaseAuthentication/WspEncryptionUtils.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Authorization/AuthenticationPluginInjectorTestFixture.cs b/CometServer.Tests/Authorization/AuthenticationPluginInjectorTestFixture.cs index 936d4ce0..ff18f7b0 100644 --- a/CometServer.Tests/Authorization/AuthenticationPluginInjectorTestFixture.cs +++ b/CometServer.Tests/Authorization/AuthenticationPluginInjectorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer.Tests/Authorization/PermissionServiceTestFixture.cs b/CometServer.Tests/Authorization/PermissionServiceTestFixture.cs index ed895beb..3a6a8e46 100644 --- a/CometServer.Tests/Authorization/PermissionServiceTestFixture.cs +++ b/CometServer.Tests/Authorization/PermissionServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/ChangeLog/ChangeLogTestFixture.cs b/CometServer.Tests/ChangeLog/ChangeLogTestFixture.cs index 4c8fb3be..0a8ccb32 100644 --- a/CometServer.Tests/ChangeLog/ChangeLogTestFixture.cs +++ b/CometServer.Tests/ChangeLog/ChangeLogTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/CometServer.Tests.csproj b/CometServer.Tests/CometServer.Tests.csproj index a5890b6f..2afd7f71 100644 --- a/CometServer.Tests/CometServer.Tests.csproj +++ b/CometServer.Tests/CometServer.Tests.csproj @@ -2,10 +2,10 @@ net8.0 - RHEA System S.A. + Starion Group S.A. CometServer-CE.Tests Unit tests Library for the Comet Server - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. Sam Gerené, Alex Vorobiev, Alexander van Delft Debug;Release latest diff --git a/CometServer.Tests/Configuration/AppConfigServiceTestFixture.cs b/CometServer.Tests/Configuration/AppConfigServiceTestFixture.cs index d4e18a48..697e7e3e 100644 --- a/CometServer.Tests/Configuration/AppConfigServiceTestFixture.cs +++ b/CometServer.Tests/Configuration/AppConfigServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer.Tests/Health/CometHasStartedServiceTestFixture.cs b/CometServer.Tests/Health/CometHasStartedServiceTestFixture.cs index 6744b6e3..faee8235 100644 --- a/CometServer.Tests/Health/CometHasStartedServiceTestFixture.cs +++ b/CometServer.Tests/Health/CometHasStartedServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer.Tests/Health/CometStartUpServiceTestFixture.cs b/CometServer.Tests/Health/CometStartUpServiceTestFixture.cs index f430c3ec..705b9606 100644 --- a/CometServer.Tests/Health/CometStartUpServiceTestFixture.cs +++ b/CometServer.Tests/Health/CometStartUpServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer.Tests/OperationProcessorTestFixture.cs b/CometServer.Tests/OperationProcessorTestFixture.cs index 24f12171..8f2ada8c 100644 --- a/CometServer.Tests/OperationProcessorTestFixture.cs +++ b/CometServer.Tests/OperationProcessorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Resources/ResourceLoaderTestFixture.cs b/CometServer.Tests/Resources/ResourceLoaderTestFixture.cs index b964a5c3..202e6221 100644 --- a/CometServer.Tests/Resources/ResourceLoaderTestFixture.cs +++ b/CometServer.Tests/Resources/ResourceLoaderTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer.Tests/Services/BusinessLogic/ChainOfRdlComputationServiceTestFixture.cs b/CometServer.Tests/Services/BusinessLogic/ChainOfRdlComputationServiceTestFixture.cs index fa5bf442..58921955 100644 --- a/CometServer.Tests/Services/BusinessLogic/ChainOfRdlComputationServiceTestFixture.cs +++ b/CometServer.Tests/Services/BusinessLogic/ChainOfRdlComputationServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/BusinessLogic/DefaultValueArrayFactoryTestFixture.cs b/CometServer.Tests/Services/BusinessLogic/DefaultValueArrayFactoryTestFixture.cs index 25ba316e..a8de70df 100644 --- a/CometServer.Tests/Services/BusinessLogic/DefaultValueArrayFactoryTestFixture.cs +++ b/CometServer.Tests/Services/BusinessLogic/DefaultValueArrayFactoryTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/BusinessLogic/ParameterOverrideValueSetFactoryTestFixture.cs b/CometServer.Tests/Services/BusinessLogic/ParameterOverrideValueSetFactoryTestFixture.cs index ce04a3a7..45364f21 100644 --- a/CometServer.Tests/Services/BusinessLogic/ParameterOverrideValueSetFactoryTestFixture.cs +++ b/CometServer.Tests/Services/BusinessLogic/ParameterOverrideValueSetFactoryTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/BusinessLogic/ParameterSubscriptionValueSetFactoryTestFixture.cs b/CometServer.Tests/Services/BusinessLogic/ParameterSubscriptionValueSetFactoryTestFixture.cs index 4b986c8a..b9caff1f 100644 --- a/CometServer.Tests/Services/BusinessLogic/ParameterSubscriptionValueSetFactoryTestFixture.cs +++ b/CometServer.Tests/Services/BusinessLogic/ParameterSubscriptionValueSetFactoryTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/BusinessLogic/ParameterValueSetFactoryTestFixture.cs b/CometServer.Tests/Services/BusinessLogic/ParameterValueSetFactoryTestFixture.cs index 868fdd76..fe0661ef 100644 --- a/CometServer.Tests/Services/BusinessLogic/ParameterValueSetFactoryTestFixture.cs +++ b/CometServer.Tests/Services/BusinessLogic/ParameterValueSetFactoryTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/CherryPick/CherryPickServiceTestFixture.cs b/CometServer.Tests/Services/CherryPick/CherryPickServiceTestFixture.cs index 348ec1a7..b32e9920 100644 --- a/CometServer.Tests/Services/CherryPick/CherryPickServiceTestFixture.cs +++ b/CometServer.Tests/Services/CherryPick/CherryPickServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/CherryPick/ContainmentServiceTestFixture.cs b/CometServer.Tests/Services/CherryPick/ContainmentServiceTestFixture.cs index 853aaa85..d5b95e42 100644 --- a/CometServer.Tests/Services/CherryPick/ContainmentServiceTestFixture.cs +++ b/CometServer.Tests/Services/CherryPick/ContainmentServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/JsonExchangeFileReaderTestFixture.cs b/CometServer.Tests/Services/JsonExchangeFileReaderTestFixture.cs index 39af491d..e8cec575 100644 --- a/CometServer.Tests/Services/JsonExchangeFileReaderTestFixture.cs +++ b/CometServer.Tests/Services/JsonExchangeFileReaderTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Resolver/ResolveServiceTestFixture.cs b/CometServer.Tests/Services/Resolver/ResolveServiceTestFixture.cs index 7f26fc76..c61c0ce6 100644 --- a/CometServer.Tests/Services/Resolver/ResolveServiceTestFixture.cs +++ b/CometServer.Tests/Services/Resolver/ResolveServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Revision/RevisionResolverTestFixture.cs b/CometServer.Tests/Services/Revision/RevisionResolverTestFixture.cs index f0422bf5..ac920355 100644 --- a/CometServer.Tests/Services/Revision/RevisionResolverTestFixture.cs +++ b/CometServer.Tests/Services/Revision/RevisionResolverTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/ServiceBaseTestFixture.cs b/CometServer.Tests/Services/ServiceBaseTestFixture.cs index cc48082e..230823df 100644 --- a/CometServer.Tests/Services/ServiceBaseTestFixture.cs +++ b/CometServer.Tests/Services/ServiceBaseTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Supplemental/AccessRightKindValidationServiceTestFixture.cs b/CometServer.Tests/Services/Supplemental/AccessRightKindValidationServiceTestFixture.cs index 2db74571..2b749814 100644 --- a/CometServer.Tests/Services/Supplemental/AccessRightKindValidationServiceTestFixture.cs +++ b/CometServer.Tests/Services/Supplemental/AccessRightKindValidationServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Supplemental/CommonFileStoreServiceTestFixture.cs b/CometServer.Tests/Services/Supplemental/CommonFileStoreServiceTestFixture.cs index 83c7c197..b4108bcb 100644 --- a/CometServer.Tests/Services/Supplemental/CommonFileStoreServiceTestFixture.cs +++ b/CometServer.Tests/Services/Supplemental/CommonFileStoreServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Supplemental/DomainFileStoreServiceTestFixture.cs b/CometServer.Tests/Services/Supplemental/DomainFileStoreServiceTestFixture.cs index ad6c6f4d..a316d51b 100644 --- a/CometServer.Tests/Services/Supplemental/DomainFileStoreServiceTestFixture.cs +++ b/CometServer.Tests/Services/Supplemental/DomainFileStoreServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Supplemental/FileServiceTestFixture.cs b/CometServer.Tests/Services/Supplemental/FileServiceTestFixture.cs index 313d8433..6af28ce7 100644 --- a/CometServer.Tests/Services/Supplemental/FileServiceTestFixture.cs +++ b/CometServer.Tests/Services/Supplemental/FileServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Supplemental/FolderServiceTestFixture.cs b/CometServer.Tests/Services/Supplemental/FolderServiceTestFixture.cs index e34aa0ad..b5eb4114 100644 --- a/CometServer.Tests/Services/Supplemental/FolderServiceTestFixture.cs +++ b/CometServer.Tests/Services/Supplemental/FolderServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Supplemental/IterationServiceTestFixture.cs b/CometServer.Tests/Services/Supplemental/IterationServiceTestFixture.cs index 3cc5fbf3..014bb61b 100644 --- a/CometServer.Tests/Services/Supplemental/IterationServiceTestFixture.cs +++ b/CometServer.Tests/Services/Supplemental/IterationServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Supplemental/ModelReferenceDataLibraryServiceTestFixture.cs b/CometServer.Tests/Services/Supplemental/ModelReferenceDataLibraryServiceTestFixture.cs index 286821e5..55b5153a 100644 --- a/CometServer.Tests/Services/Supplemental/ModelReferenceDataLibraryServiceTestFixture.cs +++ b/CometServer.Tests/Services/Supplemental/ModelReferenceDataLibraryServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Supplemental/PermissionInstanceFilterServiceTestFixture.cs b/CometServer.Tests/Services/Supplemental/PermissionInstanceFilterServiceTestFixture.cs index 15e21fed..3d8c9220 100644 --- a/CometServer.Tests/Services/Supplemental/PermissionInstanceFilterServiceTestFixture.cs +++ b/CometServer.Tests/Services/Supplemental/PermissionInstanceFilterServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/Services/Supplemental/PersonServiceTestFixture.cs b/CometServer.Tests/Services/Supplemental/PersonServiceTestFixture.cs index dd5c25b8..fe8ddb5d 100644 --- a/CometServer.Tests/Services/Supplemental/PersonServiceTestFixture.cs +++ b/CometServer.Tests/Services/Supplemental/PersonServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ActualFiniteStateListSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ActualFiniteStateListSideEffectTestFixture.cs index 24b56b44..fde87885 100644 --- a/CometServer.Tests/SideEffects/ActualFiniteStateListSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ActualFiniteStateListSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ArrayParameterTypeSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ArrayParameterTypeSideEffectTestFixture.cs index b36495c8..c2d6835f 100644 --- a/CometServer.Tests/SideEffects/ArrayParameterTypeSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ArrayParameterTypeSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/BooleanExpressionSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/BooleanExpressionSideEffectTestFixture.cs index 870dd98f..b8b87f15 100644 --- a/CometServer.Tests/SideEffects/BooleanExpressionSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/BooleanExpressionSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/CategorySideEffectTestFixture.cs b/CometServer.Tests/SideEffects/CategorySideEffectTestFixture.cs index 80ab801d..44075fe0 100644 --- a/CometServer.Tests/SideEffects/CategorySideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/CategorySideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/CompoundParameterTypeSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/CompoundParameterTypeSideEffectTestFixture.cs index 4cba18ae..57c1f227 100644 --- a/CometServer.Tests/SideEffects/CompoundParameterTypeSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/CompoundParameterTypeSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/DerivedQuantityKindSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/DerivedQuantityKindSideEffectTestFixture.cs index 755fd698..ecee5c92 100644 --- a/CometServer.Tests/SideEffects/DerivedQuantityKindSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/DerivedQuantityKindSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/DerivedUnitSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/DerivedUnitSideEffectTestFixture.cs index d71867a2..bdee72cb 100644 --- a/CometServer.Tests/SideEffects/DerivedUnitSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/DerivedUnitSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ElementDefinitionSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ElementDefinitionSideEffectTestFixture.cs index 17524b7b..70828d52 100644 --- a/CometServer.Tests/SideEffects/ElementDefinitionSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ElementDefinitionSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/EngineeringModelSetupSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/EngineeringModelSetupSideEffectTestFixture.cs index 3f9a76d3..d8222271 100644 --- a/CometServer.Tests/SideEffects/EngineeringModelSetupSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/EngineeringModelSetupSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/FileRevisionSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/FileRevisionSideEffectTestFixture.cs index 94cc261a..1442933d 100644 --- a/CometServer.Tests/SideEffects/FileRevisionSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/FileRevisionSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/FileSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/FileSideEffectTestFixture.cs index b74187df..05d23c86 100644 --- a/CometServer.Tests/SideEffects/FileSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/FileSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/FolderSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/FolderSideEffectTestFixture.cs index 14ceaa98..1fd40ff2 100644 --- a/CometServer.Tests/SideEffects/FolderSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/FolderSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/GlossarySideEffectTestFixture.cs b/CometServer.Tests/SideEffects/GlossarySideEffectTestFixture.cs index c8679809..229a6d4c 100644 --- a/CometServer.Tests/SideEffects/GlossarySideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/GlossarySideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/IterationSetupSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/IterationSetupSideEffectTestFixture.cs index 0f7601bc..39daa60f 100644 --- a/CometServer.Tests/SideEffects/IterationSetupSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/IterationSetupSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/LinearConversionUnitSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/LinearConversionUnitSideEffectTestFixture.cs index 78c08823..9d7edfac 100644 --- a/CometServer.Tests/SideEffects/LinearConversionUnitSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/LinearConversionUnitSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/MeasurementScaleSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/MeasurementScaleSideEffectTestFixture.cs index f9cc219c..c61f3ffc 100644 --- a/CometServer.Tests/SideEffects/MeasurementScaleSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/MeasurementScaleSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ModelCreatorManagerTestFixture.cs b/CometServer.Tests/SideEffects/ModelCreatorManagerTestFixture.cs index d135e7f3..189c42f1 100644 --- a/CometServer.Tests/SideEffects/ModelCreatorManagerTestFixture.cs +++ b/CometServer.Tests/SideEffects/ModelCreatorManagerTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/OptionSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/OptionSideEffectTestFixture.cs index 925b9844..4807590f 100644 --- a/CometServer.Tests/SideEffects/OptionSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/OptionSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ParameterGroupSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ParameterGroupSideEffectTestFixture.cs index d918379f..f8d61f93 100644 --- a/CometServer.Tests/SideEffects/ParameterGroupSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ParameterGroupSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ParameterOverrideSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ParameterOverrideSideEffectTestFixture.cs index da8a1431..9363136b 100644 --- a/CometServer.Tests/SideEffects/ParameterOverrideSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ParameterOverrideSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ParameterSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ParameterSideEffectTestFixture.cs index dea5268d..07517498 100644 --- a/CometServer.Tests/SideEffects/ParameterSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ParameterSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ParameterSubscriptionSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ParameterSubscriptionSideEffectTestFixture.cs index 2af398fa..6cf9a1a3 100644 --- a/CometServer.Tests/SideEffects/ParameterSubscriptionSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ParameterSubscriptionSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ParameterTypeComponentSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ParameterTypeComponentSideEffectTestFixture.cs index 85039acb..317c358c 100644 --- a/CometServer.Tests/SideEffects/ParameterTypeComponentSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ParameterTypeComponentSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ParameterTypeSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ParameterTypeSideEffectTestFixture.cs index ba237e95..9ba3714c 100644 --- a/CometServer.Tests/SideEffects/ParameterTypeSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ParameterTypeSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ParticipantPermissionSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ParticipantPermissionSideEffectTestFixture.cs index 526b8819..cef27336 100644 --- a/CometServer.Tests/SideEffects/ParticipantPermissionSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ParticipantPermissionSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/ParticipantSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/ParticipantSideEffectTestFixture.cs index 82497d84..7a5e2333 100644 --- a/CometServer.Tests/SideEffects/ParticipantSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/ParticipantSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/PersonPermissionSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/PersonPermissionSideEffectTestFixture.cs index beebc922..6d4908fc 100644 --- a/CometServer.Tests/SideEffects/PersonPermissionSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/PersonPermissionSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/PersonSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/PersonSideEffectTestFixture.cs index 7928661e..ded63e6d 100644 --- a/CometServer.Tests/SideEffects/PersonSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/PersonSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/PossibleFiniteStateListSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/PossibleFiniteStateListSideEffectTestFixture.cs index f25b30e4..b1b613d4 100644 --- a/CometServer.Tests/SideEffects/PossibleFiniteStateListSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/PossibleFiniteStateListSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/PossibleFiniteStateSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/PossibleFiniteStateSideEffectTestFixture.cs index ea9528eb..89daf0d4 100644 --- a/CometServer.Tests/SideEffects/PossibleFiniteStateSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/PossibleFiniteStateSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/PrefixedUnitSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/PrefixedUnitSideEffectTestFixture.cs index 01a84bd0..96d28761 100644 --- a/CometServer.Tests/SideEffects/PrefixedUnitSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/PrefixedUnitSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/PublicationSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/PublicationSideEffectTestFixture.cs index 15e45a75..0182d796 100644 --- a/CometServer.Tests/SideEffects/PublicationSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/PublicationSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/RelationalExpressionSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/RelationalExpressionSideEffectTestFixture.cs index fb45c2c1..deb0ae8f 100644 --- a/CometServer.Tests/SideEffects/RelationalExpressionSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/RelationalExpressionSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/RequirementsGroupSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/RequirementsGroupSideEffectTestFixture.cs index 42b15664..94cea386 100644 --- a/CometServer.Tests/SideEffects/RequirementsGroupSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/RequirementsGroupSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/SiteReferenceDataLibrarySideEffectTestFixture.cs b/CometServer.Tests/SideEffects/SiteReferenceDataLibrarySideEffectTestFixture.cs index 2bc40fcd..649c7d03 100644 --- a/CometServer.Tests/SideEffects/SiteReferenceDataLibrarySideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/SiteReferenceDataLibrarySideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/SpecializedQuantityKindSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/SpecializedQuantityKindSideEffectTestFixture.cs index 8b23f5e4..7723550c 100644 --- a/CometServer.Tests/SideEffects/SpecializedQuantityKindSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/SpecializedQuantityKindSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/SideEffects/UnitFactorSideEffectTestFixture.cs b/CometServer.Tests/SideEffects/UnitFactorSideEffectTestFixture.cs index 5e0a5eb9..7d7cd223 100644 --- a/CometServer.Tests/SideEffects/UnitFactorSideEffectTestFixture.cs +++ b/CometServer.Tests/SideEffects/UnitFactorSideEffectTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer.Tests/UtilsTestFixture.cs b/CometServer.Tests/UtilsTestFixture.cs index 10334393..c55aba80 100644 --- a/CometServer.Tests/UtilsTestFixture.cs +++ b/CometServer.Tests/UtilsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authentication/AuthenticationPersonAuthenticator.cs b/CometServer/Authentication/AuthenticationPersonAuthenticator.cs index cdd4b0dc..41feab26 100644 --- a/CometServer/Authentication/AuthenticationPersonAuthenticator.cs +++ b/CometServer/Authentication/AuthenticationPersonAuthenticator.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authentication/AuthenticationPluginInjector.cs b/CometServer/Authentication/AuthenticationPluginInjector.cs index c8f28f78..b0832ee4 100644 --- a/CometServer/Authentication/AuthenticationPluginInjector.cs +++ b/CometServer/Authentication/AuthenticationPluginInjector.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authentication/BasicAuthMiddleware.cs b/CometServer/Authentication/BasicAuthMiddleware.cs index 3ce4a159..6e43e810 100644 --- a/CometServer/Authentication/BasicAuthMiddleware.cs +++ b/CometServer/Authentication/BasicAuthMiddleware.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authentication/CookieAuthenticationMiddleWare.cs b/CometServer/Authentication/CookieAuthenticationMiddleWare.cs index 865745b0..9876cd90 100644 --- a/CometServer/Authentication/CookieAuthenticationMiddleWare.cs +++ b/CometServer/Authentication/CookieAuthenticationMiddleWare.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authentication/IAuthenticationPersonAuthenticator.cs b/CometServer/Authentication/IAuthenticationPersonAuthenticator.cs index a2ad5439..c5de2c3a 100644 --- a/CometServer/Authentication/IAuthenticationPersonAuthenticator.cs +++ b/CometServer/Authentication/IAuthenticationPersonAuthenticator.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/AccessRightKindService.cs b/CometServer/Authorization/AccessRightKindService.cs index eb5d0611..41099e05 100644 --- a/CometServer/Authorization/AccessRightKindService.cs +++ b/CometServer/Authorization/AccessRightKindService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/Credentials.cs b/CometServer/Authorization/Credentials.cs index 24fd6d25..3177b41a 100644 --- a/CometServer/Authorization/Credentials.cs +++ b/CometServer/Authorization/Credentials.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/CredentialsService.cs b/CometServer/Authorization/CredentialsService.cs index a9054c7a..7e4d4f92 100644 --- a/CometServer/Authorization/CredentialsService.cs +++ b/CometServer/Authorization/CredentialsService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/IAccessRightKindService.cs b/CometServer/Authorization/IAccessRightKindService.cs index c6325320..ea0ff868 100644 --- a/CometServer/Authorization/IAccessRightKindService.cs +++ b/CometServer/Authorization/IAccessRightKindService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/ICredentialsService.cs b/CometServer/Authorization/ICredentialsService.cs index caf0d17c..faecc3f6 100644 --- a/CometServer/Authorization/ICredentialsService.cs +++ b/CometServer/Authorization/ICredentialsService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/IObfuscationService.cs b/CometServer/Authorization/IObfuscationService.cs index b47a3c97..9466e33c 100644 --- a/CometServer/Authorization/IObfuscationService.cs +++ b/CometServer/Authorization/IObfuscationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/IOrganizationalParticipationResolverService.cs b/CometServer/Authorization/IOrganizationalParticipationResolverService.cs index eb89aaa0..0a3d320d 100644 --- a/CometServer/Authorization/IOrganizationalParticipationResolverService.cs +++ b/CometServer/Authorization/IOrganizationalParticipationResolverService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/IPermissionService.cs b/CometServer/Authorization/IPermissionService.cs index 654da3d7..e73c9063 100644 --- a/CometServer/Authorization/IPermissionService.cs +++ b/CometServer/Authorization/IPermissionService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/ObfuscationService.cs b/CometServer/Authorization/ObfuscationService.cs index 9fd16123..eded3813 100644 --- a/CometServer/Authorization/ObfuscationService.cs +++ b/CometServer/Authorization/ObfuscationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/OrganizationalParticipationResolverService.cs b/CometServer/Authorization/OrganizationalParticipationResolverService.cs index 97f669ee..cf1c706b 100644 --- a/CometServer/Authorization/OrganizationalParticipationResolverService.cs +++ b/CometServer/Authorization/OrganizationalParticipationResolverService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Authorization/PermissionService.cs b/CometServer/Authorization/PermissionService.cs index 53c51882..7dde7362 100644 --- a/CometServer/Authorization/PermissionService.cs +++ b/CometServer/Authorization/PermissionService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/AutoGenServices/ActionItemService.cs b/CometServer/AutoGenServices/ActionItemService.cs index 90097928..30743989 100644 --- a/CometServer/AutoGenServices/ActionItemService.cs +++ b/CometServer/AutoGenServices/ActionItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ActualFiniteStateListService.cs b/CometServer/AutoGenServices/ActualFiniteStateListService.cs index 1324fd6b..cb994a06 100644 --- a/CometServer/AutoGenServices/ActualFiniteStateListService.cs +++ b/CometServer/AutoGenServices/ActualFiniteStateListService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ActualFiniteStateService.cs b/CometServer/AutoGenServices/ActualFiniteStateService.cs index e0a045f8..ad188d30 100644 --- a/CometServer/AutoGenServices/ActualFiniteStateService.cs +++ b/CometServer/AutoGenServices/ActualFiniteStateService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/AliasService.cs b/CometServer/AutoGenServices/AliasService.cs index 83d8ead7..acffa1dd 100644 --- a/CometServer/AutoGenServices/AliasService.cs +++ b/CometServer/AutoGenServices/AliasService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/AndExpressionService.cs b/CometServer/AutoGenServices/AndExpressionService.cs index dd0202d0..27ad1d37 100644 --- a/CometServer/AutoGenServices/AndExpressionService.cs +++ b/CometServer/AutoGenServices/AndExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ApprovalService.cs b/CometServer/AutoGenServices/ApprovalService.cs index 92c8be1e..171e286e 100644 --- a/CometServer/AutoGenServices/ApprovalService.cs +++ b/CometServer/AutoGenServices/ApprovalService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ArrayParameterTypeService.cs b/CometServer/AutoGenServices/ArrayParameterTypeService.cs index 95f135b4..8fb85806 100644 --- a/CometServer/AutoGenServices/ArrayParameterTypeService.cs +++ b/CometServer/AutoGenServices/ArrayParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/BinaryNoteService.cs b/CometServer/AutoGenServices/BinaryNoteService.cs index 8e6aaba9..cda3e8cf 100644 --- a/CometServer/AutoGenServices/BinaryNoteService.cs +++ b/CometServer/AutoGenServices/BinaryNoteService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/BinaryRelationshipRuleService.cs b/CometServer/AutoGenServices/BinaryRelationshipRuleService.cs index 6ccd951e..25a6e167 100644 --- a/CometServer/AutoGenServices/BinaryRelationshipRuleService.cs +++ b/CometServer/AutoGenServices/BinaryRelationshipRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/BinaryRelationshipService.cs b/CometServer/AutoGenServices/BinaryRelationshipService.cs index 4c9b0ac6..50a91529 100644 --- a/CometServer/AutoGenServices/BinaryRelationshipService.cs +++ b/CometServer/AutoGenServices/BinaryRelationshipService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/BookService.cs b/CometServer/AutoGenServices/BookService.cs index db63e833..0040249d 100644 --- a/CometServer/AutoGenServices/BookService.cs +++ b/CometServer/AutoGenServices/BookService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/BooleanExpressionService.cs b/CometServer/AutoGenServices/BooleanExpressionService.cs index 3d1ca68e..5035dea3 100644 --- a/CometServer/AutoGenServices/BooleanExpressionService.cs +++ b/CometServer/AutoGenServices/BooleanExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/BooleanParameterTypeService.cs b/CometServer/AutoGenServices/BooleanParameterTypeService.cs index 7a8d9aa2..eab6dda8 100644 --- a/CometServer/AutoGenServices/BooleanParameterTypeService.cs +++ b/CometServer/AutoGenServices/BooleanParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/BoundsService.cs b/CometServer/AutoGenServices/BoundsService.cs index be10eba4..ad98b9d9 100644 --- a/CometServer/AutoGenServices/BoundsService.cs +++ b/CometServer/AutoGenServices/BoundsService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/BuiltInRuleVerificationService.cs b/CometServer/AutoGenServices/BuiltInRuleVerificationService.cs index caf65f1a..78051291 100644 --- a/CometServer/AutoGenServices/BuiltInRuleVerificationService.cs +++ b/CometServer/AutoGenServices/BuiltInRuleVerificationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/CategoryService.cs b/CometServer/AutoGenServices/CategoryService.cs index 6fb9f590..6405f942 100644 --- a/CometServer/AutoGenServices/CategoryService.cs +++ b/CometServer/AutoGenServices/CategoryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ChangeProposalService.cs b/CometServer/AutoGenServices/ChangeProposalService.cs index 68a21c2c..eebaf204 100644 --- a/CometServer/AutoGenServices/ChangeProposalService.cs +++ b/CometServer/AutoGenServices/ChangeProposalService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ChangeRequestService.cs b/CometServer/AutoGenServices/ChangeRequestService.cs index 0c451b23..813aadbf 100644 --- a/CometServer/AutoGenServices/ChangeRequestService.cs +++ b/CometServer/AutoGenServices/ChangeRequestService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/CitationService.cs b/CometServer/AutoGenServices/CitationService.cs index 6520e1af..dc0d7a4c 100644 --- a/CometServer/AutoGenServices/CitationService.cs +++ b/CometServer/AutoGenServices/CitationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ColorService.cs b/CometServer/AutoGenServices/ColorService.cs index e634a1e8..43390522 100644 --- a/CometServer/AutoGenServices/ColorService.cs +++ b/CometServer/AutoGenServices/ColorService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/CommonFileStoreService.cs b/CometServer/AutoGenServices/CommonFileStoreService.cs index c5d8f37b..d215b366 100644 --- a/CometServer/AutoGenServices/CommonFileStoreService.cs +++ b/CometServer/AutoGenServices/CommonFileStoreService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/CompoundParameterTypeService.cs b/CometServer/AutoGenServices/CompoundParameterTypeService.cs index 82290cc2..6009ba8e 100644 --- a/CometServer/AutoGenServices/CompoundParameterTypeService.cs +++ b/CometServer/AutoGenServices/CompoundParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ConstantService.cs b/CometServer/AutoGenServices/ConstantService.cs index 8d8271ae..12c8aeb2 100644 --- a/CometServer/AutoGenServices/ConstantService.cs +++ b/CometServer/AutoGenServices/ConstantService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ContractChangeNoticeService.cs b/CometServer/AutoGenServices/ContractChangeNoticeService.cs index 7eb66550..a2f92b83 100644 --- a/CometServer/AutoGenServices/ContractChangeNoticeService.cs +++ b/CometServer/AutoGenServices/ContractChangeNoticeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ContractDeviationService.cs b/CometServer/AutoGenServices/ContractDeviationService.cs index aecbc6d2..69673228 100644 --- a/CometServer/AutoGenServices/ContractDeviationService.cs +++ b/CometServer/AutoGenServices/ContractDeviationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ConversionBasedUnitService.cs b/CometServer/AutoGenServices/ConversionBasedUnitService.cs index 673546ff..a652f462 100644 --- a/CometServer/AutoGenServices/ConversionBasedUnitService.cs +++ b/CometServer/AutoGenServices/ConversionBasedUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/CyclicRatioScaleService.cs b/CometServer/AutoGenServices/CyclicRatioScaleService.cs index 8bc36b4c..47353eec 100644 --- a/CometServer/AutoGenServices/CyclicRatioScaleService.cs +++ b/CometServer/AutoGenServices/CyclicRatioScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DateParameterTypeService.cs b/CometServer/AutoGenServices/DateParameterTypeService.cs index 6a5ff19a..9dd1660e 100644 --- a/CometServer/AutoGenServices/DateParameterTypeService.cs +++ b/CometServer/AutoGenServices/DateParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DateTimeParameterTypeService.cs b/CometServer/AutoGenServices/DateTimeParameterTypeService.cs index bdcaa306..6980d576 100644 --- a/CometServer/AutoGenServices/DateTimeParameterTypeService.cs +++ b/CometServer/AutoGenServices/DateTimeParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DecompositionRuleService.cs b/CometServer/AutoGenServices/DecompositionRuleService.cs index 0ce2a20a..e8fd236b 100644 --- a/CometServer/AutoGenServices/DecompositionRuleService.cs +++ b/CometServer/AutoGenServices/DecompositionRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DefinedThingService.cs b/CometServer/AutoGenServices/DefinedThingService.cs index 1d801f89..e101e590 100644 --- a/CometServer/AutoGenServices/DefinedThingService.cs +++ b/CometServer/AutoGenServices/DefinedThingService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DefinitionService.cs b/CometServer/AutoGenServices/DefinitionService.cs index 32d54541..f8fdeed9 100644 --- a/CometServer/AutoGenServices/DefinitionService.cs +++ b/CometServer/AutoGenServices/DefinitionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DependentParameterTypeAssignmentService.cs b/CometServer/AutoGenServices/DependentParameterTypeAssignmentService.cs index 9c562e2a..bc4b067e 100644 --- a/CometServer/AutoGenServices/DependentParameterTypeAssignmentService.cs +++ b/CometServer/AutoGenServices/DependentParameterTypeAssignmentService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DerivedQuantityKindService.cs b/CometServer/AutoGenServices/DerivedQuantityKindService.cs index ce366c25..5b58c2d3 100644 --- a/CometServer/AutoGenServices/DerivedQuantityKindService.cs +++ b/CometServer/AutoGenServices/DerivedQuantityKindService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DerivedUnitService.cs b/CometServer/AutoGenServices/DerivedUnitService.cs index 29ebe217..14ea5cdb 100644 --- a/CometServer/AutoGenServices/DerivedUnitService.cs +++ b/CometServer/AutoGenServices/DerivedUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DiagramCanvasService.cs b/CometServer/AutoGenServices/DiagramCanvasService.cs index 7676c3e1..0dd96848 100644 --- a/CometServer/AutoGenServices/DiagramCanvasService.cs +++ b/CometServer/AutoGenServices/DiagramCanvasService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DiagramEdgeService.cs b/CometServer/AutoGenServices/DiagramEdgeService.cs index 09c7f756..541b8384 100644 --- a/CometServer/AutoGenServices/DiagramEdgeService.cs +++ b/CometServer/AutoGenServices/DiagramEdgeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DiagramElementContainerService.cs b/CometServer/AutoGenServices/DiagramElementContainerService.cs index 2d17b464..127c4c12 100644 --- a/CometServer/AutoGenServices/DiagramElementContainerService.cs +++ b/CometServer/AutoGenServices/DiagramElementContainerService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DiagramElementThingService.cs b/CometServer/AutoGenServices/DiagramElementThingService.cs index 1fde042e..9f7a89d6 100644 --- a/CometServer/AutoGenServices/DiagramElementThingService.cs +++ b/CometServer/AutoGenServices/DiagramElementThingService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DiagramObjectService.cs b/CometServer/AutoGenServices/DiagramObjectService.cs index 8d350593..83bb00e3 100644 --- a/CometServer/AutoGenServices/DiagramObjectService.cs +++ b/CometServer/AutoGenServices/DiagramObjectService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DiagramShapeService.cs b/CometServer/AutoGenServices/DiagramShapeService.cs index 657d1a70..5a6978de 100644 --- a/CometServer/AutoGenServices/DiagramShapeService.cs +++ b/CometServer/AutoGenServices/DiagramShapeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DiagramThingBaseService.cs b/CometServer/AutoGenServices/DiagramThingBaseService.cs index 626f0cbf..7997711c 100644 --- a/CometServer/AutoGenServices/DiagramThingBaseService.cs +++ b/CometServer/AutoGenServices/DiagramThingBaseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DiagrammingStyleService.cs b/CometServer/AutoGenServices/DiagrammingStyleService.cs index 875eaa9f..c9af0fc1 100644 --- a/CometServer/AutoGenServices/DiagrammingStyleService.cs +++ b/CometServer/AutoGenServices/DiagrammingStyleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DiscussionItemService.cs b/CometServer/AutoGenServices/DiscussionItemService.cs index 4b5a5809..6ebfad10 100644 --- a/CometServer/AutoGenServices/DiscussionItemService.cs +++ b/CometServer/AutoGenServices/DiscussionItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DomainFileStoreService.cs b/CometServer/AutoGenServices/DomainFileStoreService.cs index c06ec67b..9f1fce53 100644 --- a/CometServer/AutoGenServices/DomainFileStoreService.cs +++ b/CometServer/AutoGenServices/DomainFileStoreService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DomainOfExpertiseGroupService.cs b/CometServer/AutoGenServices/DomainOfExpertiseGroupService.cs index 1dfed4c3..283b0199 100644 --- a/CometServer/AutoGenServices/DomainOfExpertiseGroupService.cs +++ b/CometServer/AutoGenServices/DomainOfExpertiseGroupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/DomainOfExpertiseService.cs b/CometServer/AutoGenServices/DomainOfExpertiseService.cs index 51ff4952..69bb94d8 100644 --- a/CometServer/AutoGenServices/DomainOfExpertiseService.cs +++ b/CometServer/AutoGenServices/DomainOfExpertiseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ElementBaseService.cs b/CometServer/AutoGenServices/ElementBaseService.cs index 8da39994..1831b1d3 100644 --- a/CometServer/AutoGenServices/ElementBaseService.cs +++ b/CometServer/AutoGenServices/ElementBaseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ElementDefinitionService.cs b/CometServer/AutoGenServices/ElementDefinitionService.cs index 8d4e6c94..983cfc15 100644 --- a/CometServer/AutoGenServices/ElementDefinitionService.cs +++ b/CometServer/AutoGenServices/ElementDefinitionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ElementUsageService.cs b/CometServer/AutoGenServices/ElementUsageService.cs index fedbd7ec..2d1d874a 100644 --- a/CometServer/AutoGenServices/ElementUsageService.cs +++ b/CometServer/AutoGenServices/ElementUsageService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/EmailAddressService.cs b/CometServer/AutoGenServices/EmailAddressService.cs index 7dc31e82..b9e08fc0 100644 --- a/CometServer/AutoGenServices/EmailAddressService.cs +++ b/CometServer/AutoGenServices/EmailAddressService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/EngineeringModelDataAnnotationService.cs b/CometServer/AutoGenServices/EngineeringModelDataAnnotationService.cs index dc4f2f22..66805294 100644 --- a/CometServer/AutoGenServices/EngineeringModelDataAnnotationService.cs +++ b/CometServer/AutoGenServices/EngineeringModelDataAnnotationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/EngineeringModelDataDiscussionItemService.cs b/CometServer/AutoGenServices/EngineeringModelDataDiscussionItemService.cs index 9e7e50e8..e9645f2c 100644 --- a/CometServer/AutoGenServices/EngineeringModelDataDiscussionItemService.cs +++ b/CometServer/AutoGenServices/EngineeringModelDataDiscussionItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/EngineeringModelDataNoteService.cs b/CometServer/AutoGenServices/EngineeringModelDataNoteService.cs index 93d1bf00..0402f357 100644 --- a/CometServer/AutoGenServices/EngineeringModelDataNoteService.cs +++ b/CometServer/AutoGenServices/EngineeringModelDataNoteService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/EngineeringModelService.cs b/CometServer/AutoGenServices/EngineeringModelService.cs index ce68caae..12946c21 100644 --- a/CometServer/AutoGenServices/EngineeringModelService.cs +++ b/CometServer/AutoGenServices/EngineeringModelService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/EngineeringModelSetupService.cs b/CometServer/AutoGenServices/EngineeringModelSetupService.cs index 9f023cb8..a4166bf2 100644 --- a/CometServer/AutoGenServices/EngineeringModelSetupService.cs +++ b/CometServer/AutoGenServices/EngineeringModelSetupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/EnumerationParameterTypeService.cs b/CometServer/AutoGenServices/EnumerationParameterTypeService.cs index 2160618a..cbedf0b8 100644 --- a/CometServer/AutoGenServices/EnumerationParameterTypeService.cs +++ b/CometServer/AutoGenServices/EnumerationParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/EnumerationValueDefinitionService.cs b/CometServer/AutoGenServices/EnumerationValueDefinitionService.cs index 5093d212..80cfec1d 100644 --- a/CometServer/AutoGenServices/EnumerationValueDefinitionService.cs +++ b/CometServer/AutoGenServices/EnumerationValueDefinitionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ExclusiveOrExpressionService.cs b/CometServer/AutoGenServices/ExclusiveOrExpressionService.cs index fc6a6fdd..767d7232 100644 --- a/CometServer/AutoGenServices/ExclusiveOrExpressionService.cs +++ b/CometServer/AutoGenServices/ExclusiveOrExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ExternalIdentifierMapService.cs b/CometServer/AutoGenServices/ExternalIdentifierMapService.cs index 5285444f..b0f4978a 100644 --- a/CometServer/AutoGenServices/ExternalIdentifierMapService.cs +++ b/CometServer/AutoGenServices/ExternalIdentifierMapService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/FileRevisionService.cs b/CometServer/AutoGenServices/FileRevisionService.cs index 20d63417..b22fa637 100644 --- a/CometServer/AutoGenServices/FileRevisionService.cs +++ b/CometServer/AutoGenServices/FileRevisionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/FileService.cs b/CometServer/AutoGenServices/FileService.cs index 5eaf8747..1ea84328 100644 --- a/CometServer/AutoGenServices/FileService.cs +++ b/CometServer/AutoGenServices/FileService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/FileStoreService.cs b/CometServer/AutoGenServices/FileStoreService.cs index 7bec62ea..e4807c1f 100644 --- a/CometServer/AutoGenServices/FileStoreService.cs +++ b/CometServer/AutoGenServices/FileStoreService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/FileTypeService.cs b/CometServer/AutoGenServices/FileTypeService.cs index 28e48bfa..4cdd5033 100644 --- a/CometServer/AutoGenServices/FileTypeService.cs +++ b/CometServer/AutoGenServices/FileTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/FolderService.cs b/CometServer/AutoGenServices/FolderService.cs index f7302bd4..92d900cc 100644 --- a/CometServer/AutoGenServices/FolderService.cs +++ b/CometServer/AutoGenServices/FolderService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/GenericAnnotationService.cs b/CometServer/AutoGenServices/GenericAnnotationService.cs index 76c85450..369176bf 100644 --- a/CometServer/AutoGenServices/GenericAnnotationService.cs +++ b/CometServer/AutoGenServices/GenericAnnotationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/GlossaryService.cs b/CometServer/AutoGenServices/GlossaryService.cs index 7391c14a..ccfd94ed 100644 --- a/CometServer/AutoGenServices/GlossaryService.cs +++ b/CometServer/AutoGenServices/GlossaryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/GoalService.cs b/CometServer/AutoGenServices/GoalService.cs index a461e712..c09d803f 100644 --- a/CometServer/AutoGenServices/GoalService.cs +++ b/CometServer/AutoGenServices/GoalService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/HyperLinkService.cs b/CometServer/AutoGenServices/HyperLinkService.cs index 3c0819f8..eb2a5ed5 100644 --- a/CometServer/AutoGenServices/HyperLinkService.cs +++ b/CometServer/AutoGenServices/HyperLinkService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IActionItemService.cs b/CometServer/AutoGenServices/IActionItemService.cs index 06043b07..13426abf 100644 --- a/CometServer/AutoGenServices/IActionItemService.cs +++ b/CometServer/AutoGenServices/IActionItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IActualFiniteStateListService.cs b/CometServer/AutoGenServices/IActualFiniteStateListService.cs index a6fd6d74..bbc7dfc4 100644 --- a/CometServer/AutoGenServices/IActualFiniteStateListService.cs +++ b/CometServer/AutoGenServices/IActualFiniteStateListService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IActualFiniteStateService.cs b/CometServer/AutoGenServices/IActualFiniteStateService.cs index 1ca3f3df..eb8c4607 100644 --- a/CometServer/AutoGenServices/IActualFiniteStateService.cs +++ b/CometServer/AutoGenServices/IActualFiniteStateService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IAliasService.cs b/CometServer/AutoGenServices/IAliasService.cs index 23683b63..02e5c7fd 100644 --- a/CometServer/AutoGenServices/IAliasService.cs +++ b/CometServer/AutoGenServices/IAliasService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IAndExpressionService.cs b/CometServer/AutoGenServices/IAndExpressionService.cs index 67b61601..8bb004c0 100644 --- a/CometServer/AutoGenServices/IAndExpressionService.cs +++ b/CometServer/AutoGenServices/IAndExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IApprovalService.cs b/CometServer/AutoGenServices/IApprovalService.cs index 8f1e17e3..e2c5d451 100644 --- a/CometServer/AutoGenServices/IApprovalService.cs +++ b/CometServer/AutoGenServices/IApprovalService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IArrayParameterTypeService.cs b/CometServer/AutoGenServices/IArrayParameterTypeService.cs index 143c854c..8944595f 100644 --- a/CometServer/AutoGenServices/IArrayParameterTypeService.cs +++ b/CometServer/AutoGenServices/IArrayParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IBinaryNoteService.cs b/CometServer/AutoGenServices/IBinaryNoteService.cs index e0e955f4..3a8145d6 100644 --- a/CometServer/AutoGenServices/IBinaryNoteService.cs +++ b/CometServer/AutoGenServices/IBinaryNoteService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IBinaryRelationshipRuleService.cs b/CometServer/AutoGenServices/IBinaryRelationshipRuleService.cs index c5d4fe14..77e1d075 100644 --- a/CometServer/AutoGenServices/IBinaryRelationshipRuleService.cs +++ b/CometServer/AutoGenServices/IBinaryRelationshipRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IBinaryRelationshipService.cs b/CometServer/AutoGenServices/IBinaryRelationshipService.cs index 372c9865..3a399559 100644 --- a/CometServer/AutoGenServices/IBinaryRelationshipService.cs +++ b/CometServer/AutoGenServices/IBinaryRelationshipService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IBookService.cs b/CometServer/AutoGenServices/IBookService.cs index e951b5a8..ecc1e580 100644 --- a/CometServer/AutoGenServices/IBookService.cs +++ b/CometServer/AutoGenServices/IBookService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IBooleanExpressionService.cs b/CometServer/AutoGenServices/IBooleanExpressionService.cs index ce755905..f9d9d4cf 100644 --- a/CometServer/AutoGenServices/IBooleanExpressionService.cs +++ b/CometServer/AutoGenServices/IBooleanExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IBooleanParameterTypeService.cs b/CometServer/AutoGenServices/IBooleanParameterTypeService.cs index 83d407e6..b61a34f4 100644 --- a/CometServer/AutoGenServices/IBooleanParameterTypeService.cs +++ b/CometServer/AutoGenServices/IBooleanParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IBoundsService.cs b/CometServer/AutoGenServices/IBoundsService.cs index cee25106..6dc128c0 100644 --- a/CometServer/AutoGenServices/IBoundsService.cs +++ b/CometServer/AutoGenServices/IBoundsService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IBuiltInRuleVerificationService.cs b/CometServer/AutoGenServices/IBuiltInRuleVerificationService.cs index dc163f3e..0d55b2ad 100644 --- a/CometServer/AutoGenServices/IBuiltInRuleVerificationService.cs +++ b/CometServer/AutoGenServices/IBuiltInRuleVerificationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ICategoryService.cs b/CometServer/AutoGenServices/ICategoryService.cs index f74351e2..6ed89431 100644 --- a/CometServer/AutoGenServices/ICategoryService.cs +++ b/CometServer/AutoGenServices/ICategoryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IChangeProposalService.cs b/CometServer/AutoGenServices/IChangeProposalService.cs index 89a2229e..05e38b3a 100644 --- a/CometServer/AutoGenServices/IChangeProposalService.cs +++ b/CometServer/AutoGenServices/IChangeProposalService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IChangeRequestService.cs b/CometServer/AutoGenServices/IChangeRequestService.cs index ea0e19d4..b623d5c7 100644 --- a/CometServer/AutoGenServices/IChangeRequestService.cs +++ b/CometServer/AutoGenServices/IChangeRequestService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ICitationService.cs b/CometServer/AutoGenServices/ICitationService.cs index 22c37a27..12881047 100644 --- a/CometServer/AutoGenServices/ICitationService.cs +++ b/CometServer/AutoGenServices/ICitationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IColorService.cs b/CometServer/AutoGenServices/IColorService.cs index d03377fa..73ba9bab 100644 --- a/CometServer/AutoGenServices/IColorService.cs +++ b/CometServer/AutoGenServices/IColorService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ICommonFileStoreService.cs b/CometServer/AutoGenServices/ICommonFileStoreService.cs index f8b90d7e..f2011f8e 100644 --- a/CometServer/AutoGenServices/ICommonFileStoreService.cs +++ b/CometServer/AutoGenServices/ICommonFileStoreService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ICompoundParameterTypeService.cs b/CometServer/AutoGenServices/ICompoundParameterTypeService.cs index d858ba8c..3ad781d5 100644 --- a/CometServer/AutoGenServices/ICompoundParameterTypeService.cs +++ b/CometServer/AutoGenServices/ICompoundParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IConstantService.cs b/CometServer/AutoGenServices/IConstantService.cs index 9701f953..987aee98 100644 --- a/CometServer/AutoGenServices/IConstantService.cs +++ b/CometServer/AutoGenServices/IConstantService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IContractChangeNoticeService.cs b/CometServer/AutoGenServices/IContractChangeNoticeService.cs index d16daa4a..edeafd2b 100644 --- a/CometServer/AutoGenServices/IContractChangeNoticeService.cs +++ b/CometServer/AutoGenServices/IContractChangeNoticeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IContractDeviationService.cs b/CometServer/AutoGenServices/IContractDeviationService.cs index de04e2fd..0cf61793 100644 --- a/CometServer/AutoGenServices/IContractDeviationService.cs +++ b/CometServer/AutoGenServices/IContractDeviationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IConversionBasedUnitService.cs b/CometServer/AutoGenServices/IConversionBasedUnitService.cs index 4ef1e070..6e6c2694 100644 --- a/CometServer/AutoGenServices/IConversionBasedUnitService.cs +++ b/CometServer/AutoGenServices/IConversionBasedUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ICyclicRatioScaleService.cs b/CometServer/AutoGenServices/ICyclicRatioScaleService.cs index 579b614b..b3551ed0 100644 --- a/CometServer/AutoGenServices/ICyclicRatioScaleService.cs +++ b/CometServer/AutoGenServices/ICyclicRatioScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDateParameterTypeService.cs b/CometServer/AutoGenServices/IDateParameterTypeService.cs index bff4db8f..28e86742 100644 --- a/CometServer/AutoGenServices/IDateParameterTypeService.cs +++ b/CometServer/AutoGenServices/IDateParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDateTimeParameterTypeService.cs b/CometServer/AutoGenServices/IDateTimeParameterTypeService.cs index 09701bca..fbc7ca66 100644 --- a/CometServer/AutoGenServices/IDateTimeParameterTypeService.cs +++ b/CometServer/AutoGenServices/IDateTimeParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDecompositionRuleService.cs b/CometServer/AutoGenServices/IDecompositionRuleService.cs index ead3c203..a039313e 100644 --- a/CometServer/AutoGenServices/IDecompositionRuleService.cs +++ b/CometServer/AutoGenServices/IDecompositionRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDefinedThingService.cs b/CometServer/AutoGenServices/IDefinedThingService.cs index 1d74507e..18920a42 100644 --- a/CometServer/AutoGenServices/IDefinedThingService.cs +++ b/CometServer/AutoGenServices/IDefinedThingService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDefinitionService.cs b/CometServer/AutoGenServices/IDefinitionService.cs index a497aea9..885bf314 100644 --- a/CometServer/AutoGenServices/IDefinitionService.cs +++ b/CometServer/AutoGenServices/IDefinitionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDependentParameterTypeAssignmentService.cs b/CometServer/AutoGenServices/IDependentParameterTypeAssignmentService.cs index 06bd4a57..1223494e 100644 --- a/CometServer/AutoGenServices/IDependentParameterTypeAssignmentService.cs +++ b/CometServer/AutoGenServices/IDependentParameterTypeAssignmentService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDerivedQuantityKindService.cs b/CometServer/AutoGenServices/IDerivedQuantityKindService.cs index 949379e9..d29cdc3d 100644 --- a/CometServer/AutoGenServices/IDerivedQuantityKindService.cs +++ b/CometServer/AutoGenServices/IDerivedQuantityKindService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDerivedUnitService.cs b/CometServer/AutoGenServices/IDerivedUnitService.cs index eb78d694..2a62e4d2 100644 --- a/CometServer/AutoGenServices/IDerivedUnitService.cs +++ b/CometServer/AutoGenServices/IDerivedUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDiagramCanvasService.cs b/CometServer/AutoGenServices/IDiagramCanvasService.cs index 9de7ae6d..228f17e7 100644 --- a/CometServer/AutoGenServices/IDiagramCanvasService.cs +++ b/CometServer/AutoGenServices/IDiagramCanvasService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDiagramEdgeService.cs b/CometServer/AutoGenServices/IDiagramEdgeService.cs index 92fbbd30..163821da 100644 --- a/CometServer/AutoGenServices/IDiagramEdgeService.cs +++ b/CometServer/AutoGenServices/IDiagramEdgeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDiagramElementContainerService.cs b/CometServer/AutoGenServices/IDiagramElementContainerService.cs index f30037e8..a6473913 100644 --- a/CometServer/AutoGenServices/IDiagramElementContainerService.cs +++ b/CometServer/AutoGenServices/IDiagramElementContainerService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDiagramElementThingService.cs b/CometServer/AutoGenServices/IDiagramElementThingService.cs index 46a84bf9..e64bebe7 100644 --- a/CometServer/AutoGenServices/IDiagramElementThingService.cs +++ b/CometServer/AutoGenServices/IDiagramElementThingService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDiagramObjectService.cs b/CometServer/AutoGenServices/IDiagramObjectService.cs index 85f7d41a..eea5017a 100644 --- a/CometServer/AutoGenServices/IDiagramObjectService.cs +++ b/CometServer/AutoGenServices/IDiagramObjectService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDiagramShapeService.cs b/CometServer/AutoGenServices/IDiagramShapeService.cs index 58ddeceb..f30f3e3d 100644 --- a/CometServer/AutoGenServices/IDiagramShapeService.cs +++ b/CometServer/AutoGenServices/IDiagramShapeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDiagramThingBaseService.cs b/CometServer/AutoGenServices/IDiagramThingBaseService.cs index abe427b1..d1b5d589 100644 --- a/CometServer/AutoGenServices/IDiagramThingBaseService.cs +++ b/CometServer/AutoGenServices/IDiagramThingBaseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDiagrammingStyleService.cs b/CometServer/AutoGenServices/IDiagrammingStyleService.cs index ff3ddb53..7a90b8dd 100644 --- a/CometServer/AutoGenServices/IDiagrammingStyleService.cs +++ b/CometServer/AutoGenServices/IDiagrammingStyleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDiscussionItemService.cs b/CometServer/AutoGenServices/IDiscussionItemService.cs index 93904e89..b594cb6d 100644 --- a/CometServer/AutoGenServices/IDiscussionItemService.cs +++ b/CometServer/AutoGenServices/IDiscussionItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDomainFileStoreService.cs b/CometServer/AutoGenServices/IDomainFileStoreService.cs index b914dd64..45af6f04 100644 --- a/CometServer/AutoGenServices/IDomainFileStoreService.cs +++ b/CometServer/AutoGenServices/IDomainFileStoreService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDomainOfExpertiseGroupService.cs b/CometServer/AutoGenServices/IDomainOfExpertiseGroupService.cs index ffedd31d..e77ed2f3 100644 --- a/CometServer/AutoGenServices/IDomainOfExpertiseGroupService.cs +++ b/CometServer/AutoGenServices/IDomainOfExpertiseGroupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IDomainOfExpertiseService.cs b/CometServer/AutoGenServices/IDomainOfExpertiseService.cs index f5ae50bc..7fd22937 100644 --- a/CometServer/AutoGenServices/IDomainOfExpertiseService.cs +++ b/CometServer/AutoGenServices/IDomainOfExpertiseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IElementBaseService.cs b/CometServer/AutoGenServices/IElementBaseService.cs index 502dc6cc..6986ddb6 100644 --- a/CometServer/AutoGenServices/IElementBaseService.cs +++ b/CometServer/AutoGenServices/IElementBaseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IElementDefinitionService.cs b/CometServer/AutoGenServices/IElementDefinitionService.cs index c5920d56..832d9f74 100644 --- a/CometServer/AutoGenServices/IElementDefinitionService.cs +++ b/CometServer/AutoGenServices/IElementDefinitionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IElementUsageService.cs b/CometServer/AutoGenServices/IElementUsageService.cs index b274ff50..17d9eb1a 100644 --- a/CometServer/AutoGenServices/IElementUsageService.cs +++ b/CometServer/AutoGenServices/IElementUsageService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IEmailAddressService.cs b/CometServer/AutoGenServices/IEmailAddressService.cs index fd30d5e6..9804119a 100644 --- a/CometServer/AutoGenServices/IEmailAddressService.cs +++ b/CometServer/AutoGenServices/IEmailAddressService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IEngineeringModelDataAnnotationService.cs b/CometServer/AutoGenServices/IEngineeringModelDataAnnotationService.cs index 7b560b1d..f5f64894 100644 --- a/CometServer/AutoGenServices/IEngineeringModelDataAnnotationService.cs +++ b/CometServer/AutoGenServices/IEngineeringModelDataAnnotationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IEngineeringModelDataDiscussionItemService.cs b/CometServer/AutoGenServices/IEngineeringModelDataDiscussionItemService.cs index d3a58f21..8f697918 100644 --- a/CometServer/AutoGenServices/IEngineeringModelDataDiscussionItemService.cs +++ b/CometServer/AutoGenServices/IEngineeringModelDataDiscussionItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IEngineeringModelDataNoteService.cs b/CometServer/AutoGenServices/IEngineeringModelDataNoteService.cs index ca63a2fb..87a4f78f 100644 --- a/CometServer/AutoGenServices/IEngineeringModelDataNoteService.cs +++ b/CometServer/AutoGenServices/IEngineeringModelDataNoteService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IEngineeringModelService.cs b/CometServer/AutoGenServices/IEngineeringModelService.cs index b62ad0b5..e248afa5 100644 --- a/CometServer/AutoGenServices/IEngineeringModelService.cs +++ b/CometServer/AutoGenServices/IEngineeringModelService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IEngineeringModelSetupService.cs b/CometServer/AutoGenServices/IEngineeringModelSetupService.cs index c395d0c2..d14ce3c2 100644 --- a/CometServer/AutoGenServices/IEngineeringModelSetupService.cs +++ b/CometServer/AutoGenServices/IEngineeringModelSetupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IEnumerationParameterTypeService.cs b/CometServer/AutoGenServices/IEnumerationParameterTypeService.cs index bf730239..0f5fb082 100644 --- a/CometServer/AutoGenServices/IEnumerationParameterTypeService.cs +++ b/CometServer/AutoGenServices/IEnumerationParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IEnumerationValueDefinitionService.cs b/CometServer/AutoGenServices/IEnumerationValueDefinitionService.cs index 58b95d27..0486c951 100644 --- a/CometServer/AutoGenServices/IEnumerationValueDefinitionService.cs +++ b/CometServer/AutoGenServices/IEnumerationValueDefinitionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IExclusiveOrExpressionService.cs b/CometServer/AutoGenServices/IExclusiveOrExpressionService.cs index 838b63fb..277107f2 100644 --- a/CometServer/AutoGenServices/IExclusiveOrExpressionService.cs +++ b/CometServer/AutoGenServices/IExclusiveOrExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IExternalIdentifierMapService.cs b/CometServer/AutoGenServices/IExternalIdentifierMapService.cs index 7f7681cd..ce74440c 100644 --- a/CometServer/AutoGenServices/IExternalIdentifierMapService.cs +++ b/CometServer/AutoGenServices/IExternalIdentifierMapService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IFileRevisionService.cs b/CometServer/AutoGenServices/IFileRevisionService.cs index 7d4c286f..13a766f9 100644 --- a/CometServer/AutoGenServices/IFileRevisionService.cs +++ b/CometServer/AutoGenServices/IFileRevisionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IFileService.cs b/CometServer/AutoGenServices/IFileService.cs index 3bfb546f..f1d7518e 100644 --- a/CometServer/AutoGenServices/IFileService.cs +++ b/CometServer/AutoGenServices/IFileService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IFileStoreService.cs b/CometServer/AutoGenServices/IFileStoreService.cs index af739a04..8f80174f 100644 --- a/CometServer/AutoGenServices/IFileStoreService.cs +++ b/CometServer/AutoGenServices/IFileStoreService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IFileTypeService.cs b/CometServer/AutoGenServices/IFileTypeService.cs index 4b6342c5..b1586d4e 100644 --- a/CometServer/AutoGenServices/IFileTypeService.cs +++ b/CometServer/AutoGenServices/IFileTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IFolderService.cs b/CometServer/AutoGenServices/IFolderService.cs index e4d0c0d2..0b764d62 100644 --- a/CometServer/AutoGenServices/IFolderService.cs +++ b/CometServer/AutoGenServices/IFolderService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IGenericAnnotationService.cs b/CometServer/AutoGenServices/IGenericAnnotationService.cs index 39568799..cf8b4780 100644 --- a/CometServer/AutoGenServices/IGenericAnnotationService.cs +++ b/CometServer/AutoGenServices/IGenericAnnotationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IGlossaryService.cs b/CometServer/AutoGenServices/IGlossaryService.cs index 46386005..f1de1678 100644 --- a/CometServer/AutoGenServices/IGlossaryService.cs +++ b/CometServer/AutoGenServices/IGlossaryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IGoalService.cs b/CometServer/AutoGenServices/IGoalService.cs index 3b23a44b..d5d73f2d 100644 --- a/CometServer/AutoGenServices/IGoalService.cs +++ b/CometServer/AutoGenServices/IGoalService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IHyperLinkService.cs b/CometServer/AutoGenServices/IHyperLinkService.cs index 994ef15b..bf184c5d 100644 --- a/CometServer/AutoGenServices/IHyperLinkService.cs +++ b/CometServer/AutoGenServices/IHyperLinkService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IIdCorrespondenceService.cs b/CometServer/AutoGenServices/IIdCorrespondenceService.cs index d0600fd5..70a56c24 100644 --- a/CometServer/AutoGenServices/IIdCorrespondenceService.cs +++ b/CometServer/AutoGenServices/IIdCorrespondenceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IIndependentParameterTypeAssignmentService.cs b/CometServer/AutoGenServices/IIndependentParameterTypeAssignmentService.cs index 777596d8..d0c8739f 100644 --- a/CometServer/AutoGenServices/IIndependentParameterTypeAssignmentService.cs +++ b/CometServer/AutoGenServices/IIndependentParameterTypeAssignmentService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IIntervalScaleService.cs b/CometServer/AutoGenServices/IIntervalScaleService.cs index 79169f9c..c9e1d31e 100644 --- a/CometServer/AutoGenServices/IIntervalScaleService.cs +++ b/CometServer/AutoGenServices/IIntervalScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IIterationService.cs b/CometServer/AutoGenServices/IIterationService.cs index 5ff6c0e5..17442b91 100644 --- a/CometServer/AutoGenServices/IIterationService.cs +++ b/CometServer/AutoGenServices/IIterationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IIterationSetupService.cs b/CometServer/AutoGenServices/IIterationSetupService.cs index 16ff89c0..6bc4a6d5 100644 --- a/CometServer/AutoGenServices/IIterationSetupService.cs +++ b/CometServer/AutoGenServices/IIterationSetupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ILinearConversionUnitService.cs b/CometServer/AutoGenServices/ILinearConversionUnitService.cs index afad9743..752de9a5 100644 --- a/CometServer/AutoGenServices/ILinearConversionUnitService.cs +++ b/CometServer/AutoGenServices/ILinearConversionUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ILogEntryChangelogItemService.cs b/CometServer/AutoGenServices/ILogEntryChangelogItemService.cs index 2371a8c1..058ffda8 100644 --- a/CometServer/AutoGenServices/ILogEntryChangelogItemService.cs +++ b/CometServer/AutoGenServices/ILogEntryChangelogItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ILogarithmicScaleService.cs b/CometServer/AutoGenServices/ILogarithmicScaleService.cs index 27ef47da..10709fda 100644 --- a/CometServer/AutoGenServices/ILogarithmicScaleService.cs +++ b/CometServer/AutoGenServices/ILogarithmicScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IMappingToReferenceScaleService.cs b/CometServer/AutoGenServices/IMappingToReferenceScaleService.cs index 51a6a15f..6adb6c60 100644 --- a/CometServer/AutoGenServices/IMappingToReferenceScaleService.cs +++ b/CometServer/AutoGenServices/IMappingToReferenceScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IMeasurementScaleService.cs b/CometServer/AutoGenServices/IMeasurementScaleService.cs index 9993fa60..6564658d 100644 --- a/CometServer/AutoGenServices/IMeasurementScaleService.cs +++ b/CometServer/AutoGenServices/IMeasurementScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IMeasurementUnitService.cs b/CometServer/AutoGenServices/IMeasurementUnitService.cs index e712256c..205bc926 100644 --- a/CometServer/AutoGenServices/IMeasurementUnitService.cs +++ b/CometServer/AutoGenServices/IMeasurementUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IModelLogEntryService.cs b/CometServer/AutoGenServices/IModelLogEntryService.cs index 88ba9749..ca5d2db3 100644 --- a/CometServer/AutoGenServices/IModelLogEntryService.cs +++ b/CometServer/AutoGenServices/IModelLogEntryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IModelReferenceDataLibraryService.cs b/CometServer/AutoGenServices/IModelReferenceDataLibraryService.cs index 614d61a1..1eb941e0 100644 --- a/CometServer/AutoGenServices/IModelReferenceDataLibraryService.cs +++ b/CometServer/AutoGenServices/IModelReferenceDataLibraryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IModellingAnnotationItemService.cs b/CometServer/AutoGenServices/IModellingAnnotationItemService.cs index c2912f91..8e8deb22 100644 --- a/CometServer/AutoGenServices/IModellingAnnotationItemService.cs +++ b/CometServer/AutoGenServices/IModellingAnnotationItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IModellingThingReferenceService.cs b/CometServer/AutoGenServices/IModellingThingReferenceService.cs index 9c9d930a..dc2cd6a7 100644 --- a/CometServer/AutoGenServices/IModellingThingReferenceService.cs +++ b/CometServer/AutoGenServices/IModellingThingReferenceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IMultiRelationshipRuleService.cs b/CometServer/AutoGenServices/IMultiRelationshipRuleService.cs index 9d8d8544..32014450 100644 --- a/CometServer/AutoGenServices/IMultiRelationshipRuleService.cs +++ b/CometServer/AutoGenServices/IMultiRelationshipRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IMultiRelationshipService.cs b/CometServer/AutoGenServices/IMultiRelationshipService.cs index cf7fdc74..6dea7518 100644 --- a/CometServer/AutoGenServices/IMultiRelationshipService.cs +++ b/CometServer/AutoGenServices/IMultiRelationshipService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/INaturalLanguageService.cs b/CometServer/AutoGenServices/INaturalLanguageService.cs index 999da0f6..44da3944 100644 --- a/CometServer/AutoGenServices/INaturalLanguageService.cs +++ b/CometServer/AutoGenServices/INaturalLanguageService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/INestedElementService.cs b/CometServer/AutoGenServices/INestedElementService.cs index c9a15fce..186e9bb0 100644 --- a/CometServer/AutoGenServices/INestedElementService.cs +++ b/CometServer/AutoGenServices/INestedElementService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/INestedParameterService.cs b/CometServer/AutoGenServices/INestedParameterService.cs index 685c914d..09592f17 100644 --- a/CometServer/AutoGenServices/INestedParameterService.cs +++ b/CometServer/AutoGenServices/INestedParameterService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/INotExpressionService.cs b/CometServer/AutoGenServices/INotExpressionService.cs index 4b82f266..b183e8fd 100644 --- a/CometServer/AutoGenServices/INotExpressionService.cs +++ b/CometServer/AutoGenServices/INotExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/INoteService.cs b/CometServer/AutoGenServices/INoteService.cs index b7ff7ea7..c42c368f 100644 --- a/CometServer/AutoGenServices/INoteService.cs +++ b/CometServer/AutoGenServices/INoteService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IOptionService.cs b/CometServer/AutoGenServices/IOptionService.cs index 84217c9e..eadafd7c 100644 --- a/CometServer/AutoGenServices/IOptionService.cs +++ b/CometServer/AutoGenServices/IOptionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IOrExpressionService.cs b/CometServer/AutoGenServices/IOrExpressionService.cs index d6b182db..e44e04c8 100644 --- a/CometServer/AutoGenServices/IOrExpressionService.cs +++ b/CometServer/AutoGenServices/IOrExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IOrdinalScaleService.cs b/CometServer/AutoGenServices/IOrdinalScaleService.cs index fa02bfbf..dd7aade0 100644 --- a/CometServer/AutoGenServices/IOrdinalScaleService.cs +++ b/CometServer/AutoGenServices/IOrdinalScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IOrganizationService.cs b/CometServer/AutoGenServices/IOrganizationService.cs index b31673f5..cde61d7e 100644 --- a/CometServer/AutoGenServices/IOrganizationService.cs +++ b/CometServer/AutoGenServices/IOrganizationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IOrganizationalParticipantService.cs b/CometServer/AutoGenServices/IOrganizationalParticipantService.cs index 7a920bdd..bf4fb361 100644 --- a/CometServer/AutoGenServices/IOrganizationalParticipantService.cs +++ b/CometServer/AutoGenServices/IOrganizationalParticipantService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IOwnedStyleService.cs b/CometServer/AutoGenServices/IOwnedStyleService.cs index 99bfb64d..375b365d 100644 --- a/CometServer/AutoGenServices/IOwnedStyleService.cs +++ b/CometServer/AutoGenServices/IOwnedStyleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IPageService.cs b/CometServer/AutoGenServices/IPageService.cs index c6becc58..bdea854f 100644 --- a/CometServer/AutoGenServices/IPageService.cs +++ b/CometServer/AutoGenServices/IPageService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterBaseService.cs b/CometServer/AutoGenServices/IParameterBaseService.cs index 2e0a08fb..b4d93bdc 100644 --- a/CometServer/AutoGenServices/IParameterBaseService.cs +++ b/CometServer/AutoGenServices/IParameterBaseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterGroupService.cs b/CometServer/AutoGenServices/IParameterGroupService.cs index e39b4fed..d063cb3b 100644 --- a/CometServer/AutoGenServices/IParameterGroupService.cs +++ b/CometServer/AutoGenServices/IParameterGroupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterOrOverrideBaseService.cs b/CometServer/AutoGenServices/IParameterOrOverrideBaseService.cs index 542c9b2e..09fbb43d 100644 --- a/CometServer/AutoGenServices/IParameterOrOverrideBaseService.cs +++ b/CometServer/AutoGenServices/IParameterOrOverrideBaseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterOverrideService.cs b/CometServer/AutoGenServices/IParameterOverrideService.cs index 51713908..ba699b38 100644 --- a/CometServer/AutoGenServices/IParameterOverrideService.cs +++ b/CometServer/AutoGenServices/IParameterOverrideService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterOverrideValueSetService.cs b/CometServer/AutoGenServices/IParameterOverrideValueSetService.cs index 65428266..29b17ee3 100644 --- a/CometServer/AutoGenServices/IParameterOverrideValueSetService.cs +++ b/CometServer/AutoGenServices/IParameterOverrideValueSetService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterService.cs b/CometServer/AutoGenServices/IParameterService.cs index 7253ab85..ced3a5ef 100644 --- a/CometServer/AutoGenServices/IParameterService.cs +++ b/CometServer/AutoGenServices/IParameterService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterSubscriptionService.cs b/CometServer/AutoGenServices/IParameterSubscriptionService.cs index c940cd73..070d037f 100644 --- a/CometServer/AutoGenServices/IParameterSubscriptionService.cs +++ b/CometServer/AutoGenServices/IParameterSubscriptionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterSubscriptionValueSetService.cs b/CometServer/AutoGenServices/IParameterSubscriptionValueSetService.cs index c8aade4a..9a4a8dbd 100644 --- a/CometServer/AutoGenServices/IParameterSubscriptionValueSetService.cs +++ b/CometServer/AutoGenServices/IParameterSubscriptionValueSetService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterTypeComponentService.cs b/CometServer/AutoGenServices/IParameterTypeComponentService.cs index 93b0a7ff..30819adf 100644 --- a/CometServer/AutoGenServices/IParameterTypeComponentService.cs +++ b/CometServer/AutoGenServices/IParameterTypeComponentService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterTypeService.cs b/CometServer/AutoGenServices/IParameterTypeService.cs index 38943df5..5b1b5991 100644 --- a/CometServer/AutoGenServices/IParameterTypeService.cs +++ b/CometServer/AutoGenServices/IParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterValueService.cs b/CometServer/AutoGenServices/IParameterValueService.cs index a1bbb506..c77f1a12 100644 --- a/CometServer/AutoGenServices/IParameterValueService.cs +++ b/CometServer/AutoGenServices/IParameterValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterValueSetBaseService.cs b/CometServer/AutoGenServices/IParameterValueSetBaseService.cs index 2dc549b5..66a18eec 100644 --- a/CometServer/AutoGenServices/IParameterValueSetBaseService.cs +++ b/CometServer/AutoGenServices/IParameterValueSetBaseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterValueSetService.cs b/CometServer/AutoGenServices/IParameterValueSetService.cs index 96d092bc..51a6b669 100644 --- a/CometServer/AutoGenServices/IParameterValueSetService.cs +++ b/CometServer/AutoGenServices/IParameterValueSetService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParameterizedCategoryRuleService.cs b/CometServer/AutoGenServices/IParameterizedCategoryRuleService.cs index 57270e9c..63abd216 100644 --- a/CometServer/AutoGenServices/IParameterizedCategoryRuleService.cs +++ b/CometServer/AutoGenServices/IParameterizedCategoryRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParametricConstraintService.cs b/CometServer/AutoGenServices/IParametricConstraintService.cs index 310c7946..7c382518 100644 --- a/CometServer/AutoGenServices/IParametricConstraintService.cs +++ b/CometServer/AutoGenServices/IParametricConstraintService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParticipantPermissionService.cs b/CometServer/AutoGenServices/IParticipantPermissionService.cs index 6777422a..7945aeeb 100644 --- a/CometServer/AutoGenServices/IParticipantPermissionService.cs +++ b/CometServer/AutoGenServices/IParticipantPermissionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParticipantRoleService.cs b/CometServer/AutoGenServices/IParticipantRoleService.cs index bc571487..9777c407 100644 --- a/CometServer/AutoGenServices/IParticipantRoleService.cs +++ b/CometServer/AutoGenServices/IParticipantRoleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IParticipantService.cs b/CometServer/AutoGenServices/IParticipantService.cs index 1ae5fd5d..3c684c6f 100644 --- a/CometServer/AutoGenServices/IParticipantService.cs +++ b/CometServer/AutoGenServices/IParticipantService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IPersistService.cs b/CometServer/AutoGenServices/IPersistService.cs index adbac2b2..caa21117 100644 --- a/CometServer/AutoGenServices/IPersistService.cs +++ b/CometServer/AutoGenServices/IPersistService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IPersonPermissionService.cs b/CometServer/AutoGenServices/IPersonPermissionService.cs index 894eee2f..bed8668d 100644 --- a/CometServer/AutoGenServices/IPersonPermissionService.cs +++ b/CometServer/AutoGenServices/IPersonPermissionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IPersonRoleService.cs b/CometServer/AutoGenServices/IPersonRoleService.cs index beefe7d8..c5d46f89 100644 --- a/CometServer/AutoGenServices/IPersonRoleService.cs +++ b/CometServer/AutoGenServices/IPersonRoleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IPersonService.cs b/CometServer/AutoGenServices/IPersonService.cs index 1596abb0..26d90d46 100644 --- a/CometServer/AutoGenServices/IPersonService.cs +++ b/CometServer/AutoGenServices/IPersonService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IPointService.cs b/CometServer/AutoGenServices/IPointService.cs index b29f8f6e..263888a2 100644 --- a/CometServer/AutoGenServices/IPointService.cs +++ b/CometServer/AutoGenServices/IPointService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IPossibleFiniteStateListService.cs b/CometServer/AutoGenServices/IPossibleFiniteStateListService.cs index f4e54d1f..3f743c53 100644 --- a/CometServer/AutoGenServices/IPossibleFiniteStateListService.cs +++ b/CometServer/AutoGenServices/IPossibleFiniteStateListService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IPossibleFiniteStateService.cs b/CometServer/AutoGenServices/IPossibleFiniteStateService.cs index d4559b43..942e892c 100644 --- a/CometServer/AutoGenServices/IPossibleFiniteStateService.cs +++ b/CometServer/AutoGenServices/IPossibleFiniteStateService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IPrefixedUnitService.cs b/CometServer/AutoGenServices/IPrefixedUnitService.cs index b67cb868..bf82127b 100644 --- a/CometServer/AutoGenServices/IPrefixedUnitService.cs +++ b/CometServer/AutoGenServices/IPrefixedUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IPublicationService.cs b/CometServer/AutoGenServices/IPublicationService.cs index 5a704c29..32cef20b 100644 --- a/CometServer/AutoGenServices/IPublicationService.cs +++ b/CometServer/AutoGenServices/IPublicationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IQuantityKindFactorService.cs b/CometServer/AutoGenServices/IQuantityKindFactorService.cs index 2016be9c..fd9b4bcd 100644 --- a/CometServer/AutoGenServices/IQuantityKindFactorService.cs +++ b/CometServer/AutoGenServices/IQuantityKindFactorService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IQuantityKindService.cs b/CometServer/AutoGenServices/IQuantityKindService.cs index 49573369..1543f73d 100644 --- a/CometServer/AutoGenServices/IQuantityKindService.cs +++ b/CometServer/AutoGenServices/IQuantityKindService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRatioScaleService.cs b/CometServer/AutoGenServices/IRatioScaleService.cs index 61b39250..d3e6bae4 100644 --- a/CometServer/AutoGenServices/IRatioScaleService.cs +++ b/CometServer/AutoGenServices/IRatioScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IReadService.cs b/CometServer/AutoGenServices/IReadService.cs index 0e64a3ff..ca9ea344 100644 --- a/CometServer/AutoGenServices/IReadService.cs +++ b/CometServer/AutoGenServices/IReadService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IReferenceDataLibraryService.cs b/CometServer/AutoGenServices/IReferenceDataLibraryService.cs index efca2cf4..30d328d6 100644 --- a/CometServer/AutoGenServices/IReferenceDataLibraryService.cs +++ b/CometServer/AutoGenServices/IReferenceDataLibraryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IReferenceSourceService.cs b/CometServer/AutoGenServices/IReferenceSourceService.cs index c784248d..c674229c 100644 --- a/CometServer/AutoGenServices/IReferenceSourceService.cs +++ b/CometServer/AutoGenServices/IReferenceSourceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IReferencerRuleService.cs b/CometServer/AutoGenServices/IReferencerRuleService.cs index 7fd80977..e8327cb3 100644 --- a/CometServer/AutoGenServices/IReferencerRuleService.cs +++ b/CometServer/AutoGenServices/IReferencerRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRelationalExpressionService.cs b/CometServer/AutoGenServices/IRelationalExpressionService.cs index 191c6ba8..4ac93ac7 100644 --- a/CometServer/AutoGenServices/IRelationalExpressionService.cs +++ b/CometServer/AutoGenServices/IRelationalExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRelationshipParameterValueService.cs b/CometServer/AutoGenServices/IRelationshipParameterValueService.cs index cc9ba91b..bd47bd81 100644 --- a/CometServer/AutoGenServices/IRelationshipParameterValueService.cs +++ b/CometServer/AutoGenServices/IRelationshipParameterValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRelationshipService.cs b/CometServer/AutoGenServices/IRelationshipService.cs index cdcb5bb8..ec13d4e7 100644 --- a/CometServer/AutoGenServices/IRelationshipService.cs +++ b/CometServer/AutoGenServices/IRelationshipService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRequestForDeviationService.cs b/CometServer/AutoGenServices/IRequestForDeviationService.cs index 813a583a..3c69b8b2 100644 --- a/CometServer/AutoGenServices/IRequestForDeviationService.cs +++ b/CometServer/AutoGenServices/IRequestForDeviationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRequestForWaiverService.cs b/CometServer/AutoGenServices/IRequestForWaiverService.cs index d841bb9d..115ed4bf 100644 --- a/CometServer/AutoGenServices/IRequestForWaiverService.cs +++ b/CometServer/AutoGenServices/IRequestForWaiverService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRequirementService.cs b/CometServer/AutoGenServices/IRequirementService.cs index c9b3c53d..480a9a1d 100644 --- a/CometServer/AutoGenServices/IRequirementService.cs +++ b/CometServer/AutoGenServices/IRequirementService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRequirementsContainerParameterValueService.cs b/CometServer/AutoGenServices/IRequirementsContainerParameterValueService.cs index 10df3dac..c8bd17fb 100644 --- a/CometServer/AutoGenServices/IRequirementsContainerParameterValueService.cs +++ b/CometServer/AutoGenServices/IRequirementsContainerParameterValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRequirementsContainerService.cs b/CometServer/AutoGenServices/IRequirementsContainerService.cs index dfda7691..fffd810a 100644 --- a/CometServer/AutoGenServices/IRequirementsContainerService.cs +++ b/CometServer/AutoGenServices/IRequirementsContainerService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRequirementsGroupService.cs b/CometServer/AutoGenServices/IRequirementsGroupService.cs index 45bebc89..0f4455d9 100644 --- a/CometServer/AutoGenServices/IRequirementsGroupService.cs +++ b/CometServer/AutoGenServices/IRequirementsGroupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRequirementsSpecificationService.cs b/CometServer/AutoGenServices/IRequirementsSpecificationService.cs index 0159c065..34f0fc2f 100644 --- a/CometServer/AutoGenServices/IRequirementsSpecificationService.cs +++ b/CometServer/AutoGenServices/IRequirementsSpecificationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IReviewItemDiscrepancyService.cs b/CometServer/AutoGenServices/IReviewItemDiscrepancyService.cs index 795d16fd..568f12e4 100644 --- a/CometServer/AutoGenServices/IReviewItemDiscrepancyService.cs +++ b/CometServer/AutoGenServices/IReviewItemDiscrepancyService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRuleService.cs b/CometServer/AutoGenServices/IRuleService.cs index fcd2f04b..06ee81e2 100644 --- a/CometServer/AutoGenServices/IRuleService.cs +++ b/CometServer/AutoGenServices/IRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRuleVerificationListService.cs b/CometServer/AutoGenServices/IRuleVerificationListService.cs index e7312c45..f720306f 100644 --- a/CometServer/AutoGenServices/IRuleVerificationListService.cs +++ b/CometServer/AutoGenServices/IRuleVerificationListService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRuleVerificationService.cs b/CometServer/AutoGenServices/IRuleVerificationService.cs index d99bde46..111b81de 100644 --- a/CometServer/AutoGenServices/IRuleVerificationService.cs +++ b/CometServer/AutoGenServices/IRuleVerificationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IRuleViolationService.cs b/CometServer/AutoGenServices/IRuleViolationService.cs index ac7e0b39..feb34deb 100644 --- a/CometServer/AutoGenServices/IRuleViolationService.cs +++ b/CometServer/AutoGenServices/IRuleViolationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISampledFunctionParameterTypeService.cs b/CometServer/AutoGenServices/ISampledFunctionParameterTypeService.cs index 1eef1309..64127012 100644 --- a/CometServer/AutoGenServices/ISampledFunctionParameterTypeService.cs +++ b/CometServer/AutoGenServices/ISampledFunctionParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IScalarParameterTypeService.cs b/CometServer/AutoGenServices/IScalarParameterTypeService.cs index b7e09baf..08e481bc 100644 --- a/CometServer/AutoGenServices/IScalarParameterTypeService.cs +++ b/CometServer/AutoGenServices/IScalarParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IScaleReferenceQuantityValueService.cs b/CometServer/AutoGenServices/IScaleReferenceQuantityValueService.cs index bc03196b..1df13755 100644 --- a/CometServer/AutoGenServices/IScaleReferenceQuantityValueService.cs +++ b/CometServer/AutoGenServices/IScaleReferenceQuantityValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IScaleValueDefinitionService.cs b/CometServer/AutoGenServices/IScaleValueDefinitionService.cs index 4408006a..89267676 100644 --- a/CometServer/AutoGenServices/IScaleValueDefinitionService.cs +++ b/CometServer/AutoGenServices/IScaleValueDefinitionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISectionService.cs b/CometServer/AutoGenServices/ISectionService.cs index e1a3ec47..36166ad2 100644 --- a/CometServer/AutoGenServices/ISectionService.cs +++ b/CometServer/AutoGenServices/ISectionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISharedStyleService.cs b/CometServer/AutoGenServices/ISharedStyleService.cs index 5903880c..11e3ab83 100644 --- a/CometServer/AutoGenServices/ISharedStyleService.cs +++ b/CometServer/AutoGenServices/ISharedStyleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISimpleParameterValueService.cs b/CometServer/AutoGenServices/ISimpleParameterValueService.cs index aa16056b..7091c8e2 100644 --- a/CometServer/AutoGenServices/ISimpleParameterValueService.cs +++ b/CometServer/AutoGenServices/ISimpleParameterValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISimpleParameterizableThingService.cs b/CometServer/AutoGenServices/ISimpleParameterizableThingService.cs index c994d0f3..3d29e1c4 100644 --- a/CometServer/AutoGenServices/ISimpleParameterizableThingService.cs +++ b/CometServer/AutoGenServices/ISimpleParameterizableThingService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISimpleQuantityKindService.cs b/CometServer/AutoGenServices/ISimpleQuantityKindService.cs index 0edcc4f9..f44b270d 100644 --- a/CometServer/AutoGenServices/ISimpleQuantityKindService.cs +++ b/CometServer/AutoGenServices/ISimpleQuantityKindService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISimpleUnitService.cs b/CometServer/AutoGenServices/ISimpleUnitService.cs index d034ff57..28878796 100644 --- a/CometServer/AutoGenServices/ISimpleUnitService.cs +++ b/CometServer/AutoGenServices/ISimpleUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISiteDirectoryDataAnnotationService.cs b/CometServer/AutoGenServices/ISiteDirectoryDataAnnotationService.cs index a96df85a..bbe36060 100644 --- a/CometServer/AutoGenServices/ISiteDirectoryDataAnnotationService.cs +++ b/CometServer/AutoGenServices/ISiteDirectoryDataAnnotationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISiteDirectoryDataDiscussionItemService.cs b/CometServer/AutoGenServices/ISiteDirectoryDataDiscussionItemService.cs index 7890595e..969f69cc 100644 --- a/CometServer/AutoGenServices/ISiteDirectoryDataDiscussionItemService.cs +++ b/CometServer/AutoGenServices/ISiteDirectoryDataDiscussionItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISiteDirectoryService.cs b/CometServer/AutoGenServices/ISiteDirectoryService.cs index b78cb6b2..204c4207 100644 --- a/CometServer/AutoGenServices/ISiteDirectoryService.cs +++ b/CometServer/AutoGenServices/ISiteDirectoryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISiteDirectoryThingReferenceService.cs b/CometServer/AutoGenServices/ISiteDirectoryThingReferenceService.cs index 7e170d34..21c8ae5e 100644 --- a/CometServer/AutoGenServices/ISiteDirectoryThingReferenceService.cs +++ b/CometServer/AutoGenServices/ISiteDirectoryThingReferenceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISiteLogEntryService.cs b/CometServer/AutoGenServices/ISiteLogEntryService.cs index e65c3b7b..7ff206d8 100644 --- a/CometServer/AutoGenServices/ISiteLogEntryService.cs +++ b/CometServer/AutoGenServices/ISiteLogEntryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISiteReferenceDataLibraryService.cs b/CometServer/AutoGenServices/ISiteReferenceDataLibraryService.cs index 4e4d8cf4..7179903f 100644 --- a/CometServer/AutoGenServices/ISiteReferenceDataLibraryService.cs +++ b/CometServer/AutoGenServices/ISiteReferenceDataLibraryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISolutionService.cs b/CometServer/AutoGenServices/ISolutionService.cs index 7df74c05..be6c22c9 100644 --- a/CometServer/AutoGenServices/ISolutionService.cs +++ b/CometServer/AutoGenServices/ISolutionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ISpecializedQuantityKindService.cs b/CometServer/AutoGenServices/ISpecializedQuantityKindService.cs index 29b1fd7f..c704c523 100644 --- a/CometServer/AutoGenServices/ISpecializedQuantityKindService.cs +++ b/CometServer/AutoGenServices/ISpecializedQuantityKindService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IStakeHolderValueMapService.cs b/CometServer/AutoGenServices/IStakeHolderValueMapService.cs index b5215bf1..16908dff 100644 --- a/CometServer/AutoGenServices/IStakeHolderValueMapService.cs +++ b/CometServer/AutoGenServices/IStakeHolderValueMapService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IStakeHolderValueMapSettingsService.cs b/CometServer/AutoGenServices/IStakeHolderValueMapSettingsService.cs index 8b877c63..844bff79 100644 --- a/CometServer/AutoGenServices/IStakeHolderValueMapSettingsService.cs +++ b/CometServer/AutoGenServices/IStakeHolderValueMapSettingsService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IStakeholderService.cs b/CometServer/AutoGenServices/IStakeholderService.cs index b248c4b7..2665c371 100644 --- a/CometServer/AutoGenServices/IStakeholderService.cs +++ b/CometServer/AutoGenServices/IStakeholderService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IStakeholderValueService.cs b/CometServer/AutoGenServices/IStakeholderValueService.cs index 6e180856..64143b60 100644 --- a/CometServer/AutoGenServices/IStakeholderValueService.cs +++ b/CometServer/AutoGenServices/IStakeholderValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ITelephoneNumberService.cs b/CometServer/AutoGenServices/ITelephoneNumberService.cs index 130cf932..b21378cd 100644 --- a/CometServer/AutoGenServices/ITelephoneNumberService.cs +++ b/CometServer/AutoGenServices/ITelephoneNumberService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ITermService.cs b/CometServer/AutoGenServices/ITermService.cs index 315ac26c..98f0d774 100644 --- a/CometServer/AutoGenServices/ITermService.cs +++ b/CometServer/AutoGenServices/ITermService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ITextParameterTypeService.cs b/CometServer/AutoGenServices/ITextParameterTypeService.cs index f16f56ed..ca59d481 100644 --- a/CometServer/AutoGenServices/ITextParameterTypeService.cs +++ b/CometServer/AutoGenServices/ITextParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ITextualNoteService.cs b/CometServer/AutoGenServices/ITextualNoteService.cs index 289b4329..949f6a95 100644 --- a/CometServer/AutoGenServices/ITextualNoteService.cs +++ b/CometServer/AutoGenServices/ITextualNoteService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IThingReferenceService.cs b/CometServer/AutoGenServices/IThingReferenceService.cs index 404cc867..caec7dc2 100644 --- a/CometServer/AutoGenServices/IThingReferenceService.cs +++ b/CometServer/AutoGenServices/IThingReferenceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IThingService.cs b/CometServer/AutoGenServices/IThingService.cs index a09ffc68..bd0ee33e 100644 --- a/CometServer/AutoGenServices/IThingService.cs +++ b/CometServer/AutoGenServices/IThingService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ITimeOfDayParameterTypeService.cs b/CometServer/AutoGenServices/ITimeOfDayParameterTypeService.cs index d3a686ef..649482b0 100644 --- a/CometServer/AutoGenServices/ITimeOfDayParameterTypeService.cs +++ b/CometServer/AutoGenServices/ITimeOfDayParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ITopContainerService.cs b/CometServer/AutoGenServices/ITopContainerService.cs index dce1235f..1ee6c033 100644 --- a/CometServer/AutoGenServices/ITopContainerService.cs +++ b/CometServer/AutoGenServices/ITopContainerService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IUnitFactorService.cs b/CometServer/AutoGenServices/IUnitFactorService.cs index 7a6c6382..2f61b013 100644 --- a/CometServer/AutoGenServices/IUnitFactorService.cs +++ b/CometServer/AutoGenServices/IUnitFactorService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IUnitPrefixService.cs b/CometServer/AutoGenServices/IUnitPrefixService.cs index 19c8a739..70abd4c2 100644 --- a/CometServer/AutoGenServices/IUnitPrefixService.cs +++ b/CometServer/AutoGenServices/IUnitPrefixService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IUserPreferenceService.cs b/CometServer/AutoGenServices/IUserPreferenceService.cs index 3d0d43ab..136044ce 100644 --- a/CometServer/AutoGenServices/IUserPreferenceService.cs +++ b/CometServer/AutoGenServices/IUserPreferenceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IUserRuleVerificationService.cs b/CometServer/AutoGenServices/IUserRuleVerificationService.cs index 709b9c7b..7d822953 100644 --- a/CometServer/AutoGenServices/IUserRuleVerificationService.cs +++ b/CometServer/AutoGenServices/IUserRuleVerificationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IValueGroupService.cs b/CometServer/AutoGenServices/IValueGroupService.cs index 2ab18d6b..80a12dee 100644 --- a/CometServer/AutoGenServices/IValueGroupService.cs +++ b/CometServer/AutoGenServices/IValueGroupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IdCorrespondenceService.cs b/CometServer/AutoGenServices/IdCorrespondenceService.cs index 11b2df50..f8d87e77 100644 --- a/CometServer/AutoGenServices/IdCorrespondenceService.cs +++ b/CometServer/AutoGenServices/IdCorrespondenceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IndependentParameterTypeAssignmentService.cs b/CometServer/AutoGenServices/IndependentParameterTypeAssignmentService.cs index b69469df..460d4802 100644 --- a/CometServer/AutoGenServices/IndependentParameterTypeAssignmentService.cs +++ b/CometServer/AutoGenServices/IndependentParameterTypeAssignmentService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IntervalScaleService.cs b/CometServer/AutoGenServices/IntervalScaleService.cs index e7a2f908..a9531e18 100644 --- a/CometServer/AutoGenServices/IntervalScaleService.cs +++ b/CometServer/AutoGenServices/IntervalScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IterationService.cs b/CometServer/AutoGenServices/IterationService.cs index 2371dd48..dbc22f16 100644 --- a/CometServer/AutoGenServices/IterationService.cs +++ b/CometServer/AutoGenServices/IterationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/IterationSetupService.cs b/CometServer/AutoGenServices/IterationSetupService.cs index febb8e8d..9f3d58dc 100644 --- a/CometServer/AutoGenServices/IterationSetupService.cs +++ b/CometServer/AutoGenServices/IterationSetupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/LinearConversionUnitService.cs b/CometServer/AutoGenServices/LinearConversionUnitService.cs index 6f5bf611..df3a81a3 100644 --- a/CometServer/AutoGenServices/LinearConversionUnitService.cs +++ b/CometServer/AutoGenServices/LinearConversionUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/LogEntryChangelogItemService.cs b/CometServer/AutoGenServices/LogEntryChangelogItemService.cs index 9dbbaeab..d6c34a48 100644 --- a/CometServer/AutoGenServices/LogEntryChangelogItemService.cs +++ b/CometServer/AutoGenServices/LogEntryChangelogItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/LogarithmicScaleService.cs b/CometServer/AutoGenServices/LogarithmicScaleService.cs index 253ba4a9..9e3100df 100644 --- a/CometServer/AutoGenServices/LogarithmicScaleService.cs +++ b/CometServer/AutoGenServices/LogarithmicScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/MappingToReferenceScaleService.cs b/CometServer/AutoGenServices/MappingToReferenceScaleService.cs index 4c3f0f75..3a984bd7 100644 --- a/CometServer/AutoGenServices/MappingToReferenceScaleService.cs +++ b/CometServer/AutoGenServices/MappingToReferenceScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/MeasurementScaleService.cs b/CometServer/AutoGenServices/MeasurementScaleService.cs index 1a63a88d..0ad7b69e 100644 --- a/CometServer/AutoGenServices/MeasurementScaleService.cs +++ b/CometServer/AutoGenServices/MeasurementScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/MeasurementUnitService.cs b/CometServer/AutoGenServices/MeasurementUnitService.cs index 375bfdaf..399cead5 100644 --- a/CometServer/AutoGenServices/MeasurementUnitService.cs +++ b/CometServer/AutoGenServices/MeasurementUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ModelLogEntryService.cs b/CometServer/AutoGenServices/ModelLogEntryService.cs index 261cbe08..2e3a7516 100644 --- a/CometServer/AutoGenServices/ModelLogEntryService.cs +++ b/CometServer/AutoGenServices/ModelLogEntryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ModelReferenceDataLibraryService.cs b/CometServer/AutoGenServices/ModelReferenceDataLibraryService.cs index fe6a2f9a..3b47238d 100644 --- a/CometServer/AutoGenServices/ModelReferenceDataLibraryService.cs +++ b/CometServer/AutoGenServices/ModelReferenceDataLibraryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ModellingAnnotationItemService.cs b/CometServer/AutoGenServices/ModellingAnnotationItemService.cs index b32f1649..587baec6 100644 --- a/CometServer/AutoGenServices/ModellingAnnotationItemService.cs +++ b/CometServer/AutoGenServices/ModellingAnnotationItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ModellingThingReferenceService.cs b/CometServer/AutoGenServices/ModellingThingReferenceService.cs index 5d5cd5e9..7eac7e8c 100644 --- a/CometServer/AutoGenServices/ModellingThingReferenceService.cs +++ b/CometServer/AutoGenServices/ModellingThingReferenceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/MultiRelationshipRuleService.cs b/CometServer/AutoGenServices/MultiRelationshipRuleService.cs index 76ad8c2e..f1f5bb6c 100644 --- a/CometServer/AutoGenServices/MultiRelationshipRuleService.cs +++ b/CometServer/AutoGenServices/MultiRelationshipRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/MultiRelationshipService.cs b/CometServer/AutoGenServices/MultiRelationshipService.cs index 778061a5..74c77ceb 100644 --- a/CometServer/AutoGenServices/MultiRelationshipService.cs +++ b/CometServer/AutoGenServices/MultiRelationshipService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/NaturalLanguageService.cs b/CometServer/AutoGenServices/NaturalLanguageService.cs index 103e6471..5b725aa3 100644 --- a/CometServer/AutoGenServices/NaturalLanguageService.cs +++ b/CometServer/AutoGenServices/NaturalLanguageService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/NestedElementService.cs b/CometServer/AutoGenServices/NestedElementService.cs index dbe38c28..39fd9ef3 100644 --- a/CometServer/AutoGenServices/NestedElementService.cs +++ b/CometServer/AutoGenServices/NestedElementService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/NestedParameterService.cs b/CometServer/AutoGenServices/NestedParameterService.cs index d944d9bf..9dc9449f 100644 --- a/CometServer/AutoGenServices/NestedParameterService.cs +++ b/CometServer/AutoGenServices/NestedParameterService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/NotExpressionService.cs b/CometServer/AutoGenServices/NotExpressionService.cs index 74fed774..a9cdeb10 100644 --- a/CometServer/AutoGenServices/NotExpressionService.cs +++ b/CometServer/AutoGenServices/NotExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/NoteService.cs b/CometServer/AutoGenServices/NoteService.cs index 3a49ea7a..76052c8a 100644 --- a/CometServer/AutoGenServices/NoteService.cs +++ b/CometServer/AutoGenServices/NoteService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/OptionService.cs b/CometServer/AutoGenServices/OptionService.cs index 1eb1a6e9..28d4360f 100644 --- a/CometServer/AutoGenServices/OptionService.cs +++ b/CometServer/AutoGenServices/OptionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/OrExpressionService.cs b/CometServer/AutoGenServices/OrExpressionService.cs index 43248089..c9bb2f0a 100644 --- a/CometServer/AutoGenServices/OrExpressionService.cs +++ b/CometServer/AutoGenServices/OrExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/OrdinalScaleService.cs b/CometServer/AutoGenServices/OrdinalScaleService.cs index 37acba7c..938131bf 100644 --- a/CometServer/AutoGenServices/OrdinalScaleService.cs +++ b/CometServer/AutoGenServices/OrdinalScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/OrganizationService.cs b/CometServer/AutoGenServices/OrganizationService.cs index fa2dcba4..9c3cca01 100644 --- a/CometServer/AutoGenServices/OrganizationService.cs +++ b/CometServer/AutoGenServices/OrganizationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/OrganizationalParticipantService.cs b/CometServer/AutoGenServices/OrganizationalParticipantService.cs index 456eb346..ea20e609 100644 --- a/CometServer/AutoGenServices/OrganizationalParticipantService.cs +++ b/CometServer/AutoGenServices/OrganizationalParticipantService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/OwnedStyleService.cs b/CometServer/AutoGenServices/OwnedStyleService.cs index e1e82b73..2992f633 100644 --- a/CometServer/AutoGenServices/OwnedStyleService.cs +++ b/CometServer/AutoGenServices/OwnedStyleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/PageService.cs b/CometServer/AutoGenServices/PageService.cs index 1f7e8669..f6d929d0 100644 --- a/CometServer/AutoGenServices/PageService.cs +++ b/CometServer/AutoGenServices/PageService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterBaseService.cs b/CometServer/AutoGenServices/ParameterBaseService.cs index 3c7c2bea..42b99ff3 100644 --- a/CometServer/AutoGenServices/ParameterBaseService.cs +++ b/CometServer/AutoGenServices/ParameterBaseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterGroupService.cs b/CometServer/AutoGenServices/ParameterGroupService.cs index 77190632..ef711786 100644 --- a/CometServer/AutoGenServices/ParameterGroupService.cs +++ b/CometServer/AutoGenServices/ParameterGroupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterOrOverrideBaseService.cs b/CometServer/AutoGenServices/ParameterOrOverrideBaseService.cs index 62cbf17f..6fad0da2 100644 --- a/CometServer/AutoGenServices/ParameterOrOverrideBaseService.cs +++ b/CometServer/AutoGenServices/ParameterOrOverrideBaseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterOverrideService.cs b/CometServer/AutoGenServices/ParameterOverrideService.cs index 0a9a5a17..d61314f3 100644 --- a/CometServer/AutoGenServices/ParameterOverrideService.cs +++ b/CometServer/AutoGenServices/ParameterOverrideService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterOverrideValueSetService.cs b/CometServer/AutoGenServices/ParameterOverrideValueSetService.cs index 976326ee..e7ee42a5 100644 --- a/CometServer/AutoGenServices/ParameterOverrideValueSetService.cs +++ b/CometServer/AutoGenServices/ParameterOverrideValueSetService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterService.cs b/CometServer/AutoGenServices/ParameterService.cs index 80530a3d..af7ded10 100644 --- a/CometServer/AutoGenServices/ParameterService.cs +++ b/CometServer/AutoGenServices/ParameterService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterSubscriptionService.cs b/CometServer/AutoGenServices/ParameterSubscriptionService.cs index 87342974..764f377d 100644 --- a/CometServer/AutoGenServices/ParameterSubscriptionService.cs +++ b/CometServer/AutoGenServices/ParameterSubscriptionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterSubscriptionValueSetService.cs b/CometServer/AutoGenServices/ParameterSubscriptionValueSetService.cs index 4533d99c..5cbc884c 100644 --- a/CometServer/AutoGenServices/ParameterSubscriptionValueSetService.cs +++ b/CometServer/AutoGenServices/ParameterSubscriptionValueSetService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterTypeComponentService.cs b/CometServer/AutoGenServices/ParameterTypeComponentService.cs index 0a93a36b..db2fc492 100644 --- a/CometServer/AutoGenServices/ParameterTypeComponentService.cs +++ b/CometServer/AutoGenServices/ParameterTypeComponentService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterTypeService.cs b/CometServer/AutoGenServices/ParameterTypeService.cs index a63bb3b4..0a89f48e 100644 --- a/CometServer/AutoGenServices/ParameterTypeService.cs +++ b/CometServer/AutoGenServices/ParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterValueService.cs b/CometServer/AutoGenServices/ParameterValueService.cs index 763ec010..89e0e6f3 100644 --- a/CometServer/AutoGenServices/ParameterValueService.cs +++ b/CometServer/AutoGenServices/ParameterValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterValueSetBaseService.cs b/CometServer/AutoGenServices/ParameterValueSetBaseService.cs index 1c5ba5d8..a35da186 100644 --- a/CometServer/AutoGenServices/ParameterValueSetBaseService.cs +++ b/CometServer/AutoGenServices/ParameterValueSetBaseService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterValueSetService.cs b/CometServer/AutoGenServices/ParameterValueSetService.cs index 9ef8c4f9..d364f65a 100644 --- a/CometServer/AutoGenServices/ParameterValueSetService.cs +++ b/CometServer/AutoGenServices/ParameterValueSetService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParameterizedCategoryRuleService.cs b/CometServer/AutoGenServices/ParameterizedCategoryRuleService.cs index 33dd2674..df8f2fff 100644 --- a/CometServer/AutoGenServices/ParameterizedCategoryRuleService.cs +++ b/CometServer/AutoGenServices/ParameterizedCategoryRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParametricConstraintService.cs b/CometServer/AutoGenServices/ParametricConstraintService.cs index 4ddfa934..101f1ac3 100644 --- a/CometServer/AutoGenServices/ParametricConstraintService.cs +++ b/CometServer/AutoGenServices/ParametricConstraintService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParticipantPermissionService.cs b/CometServer/AutoGenServices/ParticipantPermissionService.cs index 61ea3a11..1d81728a 100644 --- a/CometServer/AutoGenServices/ParticipantPermissionService.cs +++ b/CometServer/AutoGenServices/ParticipantPermissionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParticipantRoleService.cs b/CometServer/AutoGenServices/ParticipantRoleService.cs index b0e9a2b5..d84d031f 100644 --- a/CometServer/AutoGenServices/ParticipantRoleService.cs +++ b/CometServer/AutoGenServices/ParticipantRoleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ParticipantService.cs b/CometServer/AutoGenServices/ParticipantService.cs index f93e50b6..41db53c1 100644 --- a/CometServer/AutoGenServices/ParticipantService.cs +++ b/CometServer/AutoGenServices/ParticipantService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/PersonPermissionService.cs b/CometServer/AutoGenServices/PersonPermissionService.cs index a0c0e3bf..26a7aa0d 100644 --- a/CometServer/AutoGenServices/PersonPermissionService.cs +++ b/CometServer/AutoGenServices/PersonPermissionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/PersonRoleService.cs b/CometServer/AutoGenServices/PersonRoleService.cs index 11091f5f..d050bd9e 100644 --- a/CometServer/AutoGenServices/PersonRoleService.cs +++ b/CometServer/AutoGenServices/PersonRoleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/PersonService.cs b/CometServer/AutoGenServices/PersonService.cs index 59ecd9ac..240b0566 100644 --- a/CometServer/AutoGenServices/PersonService.cs +++ b/CometServer/AutoGenServices/PersonService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/PointService.cs b/CometServer/AutoGenServices/PointService.cs index 6c8b1633..0d47dce0 100644 --- a/CometServer/AutoGenServices/PointService.cs +++ b/CometServer/AutoGenServices/PointService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/PossibleFiniteStateListService.cs b/CometServer/AutoGenServices/PossibleFiniteStateListService.cs index 7b59fb86..1bad193d 100644 --- a/CometServer/AutoGenServices/PossibleFiniteStateListService.cs +++ b/CometServer/AutoGenServices/PossibleFiniteStateListService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/PossibleFiniteStateService.cs b/CometServer/AutoGenServices/PossibleFiniteStateService.cs index fb7836e8..0abadba7 100644 --- a/CometServer/AutoGenServices/PossibleFiniteStateService.cs +++ b/CometServer/AutoGenServices/PossibleFiniteStateService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/PrefixedUnitService.cs b/CometServer/AutoGenServices/PrefixedUnitService.cs index d39da135..5d2566b1 100644 --- a/CometServer/AutoGenServices/PrefixedUnitService.cs +++ b/CometServer/AutoGenServices/PrefixedUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/PublicationService.cs b/CometServer/AutoGenServices/PublicationService.cs index abfbac53..d75a3e4e 100644 --- a/CometServer/AutoGenServices/PublicationService.cs +++ b/CometServer/AutoGenServices/PublicationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/QuantityKindFactorService.cs b/CometServer/AutoGenServices/QuantityKindFactorService.cs index e4ffded6..4ffd5f52 100644 --- a/CometServer/AutoGenServices/QuantityKindFactorService.cs +++ b/CometServer/AutoGenServices/QuantityKindFactorService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/QuantityKindService.cs b/CometServer/AutoGenServices/QuantityKindService.cs index 3a93cccf..88be49df 100644 --- a/CometServer/AutoGenServices/QuantityKindService.cs +++ b/CometServer/AutoGenServices/QuantityKindService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RatioScaleService.cs b/CometServer/AutoGenServices/RatioScaleService.cs index d5b91202..f400ae6c 100644 --- a/CometServer/AutoGenServices/RatioScaleService.cs +++ b/CometServer/AutoGenServices/RatioScaleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ReferenceDataLibraryService.cs b/CometServer/AutoGenServices/ReferenceDataLibraryService.cs index 47f293d0..9d5c7bed 100644 --- a/CometServer/AutoGenServices/ReferenceDataLibraryService.cs +++ b/CometServer/AutoGenServices/ReferenceDataLibraryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ReferenceSourceService.cs b/CometServer/AutoGenServices/ReferenceSourceService.cs index bf3b267f..7dd59931 100644 --- a/CometServer/AutoGenServices/ReferenceSourceService.cs +++ b/CometServer/AutoGenServices/ReferenceSourceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ReferencerRuleService.cs b/CometServer/AutoGenServices/ReferencerRuleService.cs index 332c75d9..3927fef5 100644 --- a/CometServer/AutoGenServices/ReferencerRuleService.cs +++ b/CometServer/AutoGenServices/ReferencerRuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RelationalExpressionService.cs b/CometServer/AutoGenServices/RelationalExpressionService.cs index 166558f1..cd0e2fad 100644 --- a/CometServer/AutoGenServices/RelationalExpressionService.cs +++ b/CometServer/AutoGenServices/RelationalExpressionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RelationshipParameterValueService.cs b/CometServer/AutoGenServices/RelationshipParameterValueService.cs index 17425ef4..9e3c10e3 100644 --- a/CometServer/AutoGenServices/RelationshipParameterValueService.cs +++ b/CometServer/AutoGenServices/RelationshipParameterValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RelationshipService.cs b/CometServer/AutoGenServices/RelationshipService.cs index a1dbec60..ab4c9ec3 100644 --- a/CometServer/AutoGenServices/RelationshipService.cs +++ b/CometServer/AutoGenServices/RelationshipService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RequestForDeviationService.cs b/CometServer/AutoGenServices/RequestForDeviationService.cs index 8fd5dadf..74280b4f 100644 --- a/CometServer/AutoGenServices/RequestForDeviationService.cs +++ b/CometServer/AutoGenServices/RequestForDeviationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RequestForWaiverService.cs b/CometServer/AutoGenServices/RequestForWaiverService.cs index f0722796..87e5347b 100644 --- a/CometServer/AutoGenServices/RequestForWaiverService.cs +++ b/CometServer/AutoGenServices/RequestForWaiverService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RequirementService.cs b/CometServer/AutoGenServices/RequirementService.cs index da301154..050bbe78 100644 --- a/CometServer/AutoGenServices/RequirementService.cs +++ b/CometServer/AutoGenServices/RequirementService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RequirementsContainerParameterValueService.cs b/CometServer/AutoGenServices/RequirementsContainerParameterValueService.cs index 0e568980..ba66b5e3 100644 --- a/CometServer/AutoGenServices/RequirementsContainerParameterValueService.cs +++ b/CometServer/AutoGenServices/RequirementsContainerParameterValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RequirementsContainerService.cs b/CometServer/AutoGenServices/RequirementsContainerService.cs index a9e3f8d3..f93aa3d0 100644 --- a/CometServer/AutoGenServices/RequirementsContainerService.cs +++ b/CometServer/AutoGenServices/RequirementsContainerService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RequirementsGroupService.cs b/CometServer/AutoGenServices/RequirementsGroupService.cs index a3a9b48d..cddaef6c 100644 --- a/CometServer/AutoGenServices/RequirementsGroupService.cs +++ b/CometServer/AutoGenServices/RequirementsGroupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RequirementsSpecificationService.cs b/CometServer/AutoGenServices/RequirementsSpecificationService.cs index ce7a515f..78810552 100644 --- a/CometServer/AutoGenServices/RequirementsSpecificationService.cs +++ b/CometServer/AutoGenServices/RequirementsSpecificationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ReviewItemDiscrepancyService.cs b/CometServer/AutoGenServices/ReviewItemDiscrepancyService.cs index 03adb9f5..6c02b004 100644 --- a/CometServer/AutoGenServices/ReviewItemDiscrepancyService.cs +++ b/CometServer/AutoGenServices/ReviewItemDiscrepancyService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RuleService.cs b/CometServer/AutoGenServices/RuleService.cs index aebf0290..c68f48ef 100644 --- a/CometServer/AutoGenServices/RuleService.cs +++ b/CometServer/AutoGenServices/RuleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RuleVerificationListService.cs b/CometServer/AutoGenServices/RuleVerificationListService.cs index d1bac28f..9f074849 100644 --- a/CometServer/AutoGenServices/RuleVerificationListService.cs +++ b/CometServer/AutoGenServices/RuleVerificationListService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RuleVerificationService.cs b/CometServer/AutoGenServices/RuleVerificationService.cs index 01977432..a6cca491 100644 --- a/CometServer/AutoGenServices/RuleVerificationService.cs +++ b/CometServer/AutoGenServices/RuleVerificationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/RuleViolationService.cs b/CometServer/AutoGenServices/RuleViolationService.cs index 3a1acd95..af6df9a4 100644 --- a/CometServer/AutoGenServices/RuleViolationService.cs +++ b/CometServer/AutoGenServices/RuleViolationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SampledFunctionParameterTypeService.cs b/CometServer/AutoGenServices/SampledFunctionParameterTypeService.cs index 236fb25e..c33fa5c7 100644 --- a/CometServer/AutoGenServices/SampledFunctionParameterTypeService.cs +++ b/CometServer/AutoGenServices/SampledFunctionParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ScalarParameterTypeService.cs b/CometServer/AutoGenServices/ScalarParameterTypeService.cs index 82813f63..6225bfcc 100644 --- a/CometServer/AutoGenServices/ScalarParameterTypeService.cs +++ b/CometServer/AutoGenServices/ScalarParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ScaleReferenceQuantityValueService.cs b/CometServer/AutoGenServices/ScaleReferenceQuantityValueService.cs index d0a0d7e8..7adae497 100644 --- a/CometServer/AutoGenServices/ScaleReferenceQuantityValueService.cs +++ b/CometServer/AutoGenServices/ScaleReferenceQuantityValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ScaleValueDefinitionService.cs b/CometServer/AutoGenServices/ScaleValueDefinitionService.cs index e06e2394..1647ecbc 100644 --- a/CometServer/AutoGenServices/ScaleValueDefinitionService.cs +++ b/CometServer/AutoGenServices/ScaleValueDefinitionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SectionService.cs b/CometServer/AutoGenServices/SectionService.cs index 61292a32..28b8e6bb 100644 --- a/CometServer/AutoGenServices/SectionService.cs +++ b/CometServer/AutoGenServices/SectionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ServiceProvider.cs b/CometServer/AutoGenServices/ServiceProvider.cs index dc643ae6..a11754e9 100644 --- a/CometServer/AutoGenServices/ServiceProvider.cs +++ b/CometServer/AutoGenServices/ServiceProvider.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SharedStyleService.cs b/CometServer/AutoGenServices/SharedStyleService.cs index 2bc9fcae..3d7eb3a4 100644 --- a/CometServer/AutoGenServices/SharedStyleService.cs +++ b/CometServer/AutoGenServices/SharedStyleService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SimpleParameterValueService.cs b/CometServer/AutoGenServices/SimpleParameterValueService.cs index b055dd40..e81bb323 100644 --- a/CometServer/AutoGenServices/SimpleParameterValueService.cs +++ b/CometServer/AutoGenServices/SimpleParameterValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SimpleParameterizableThingService.cs b/CometServer/AutoGenServices/SimpleParameterizableThingService.cs index 424b3bd3..cf68f350 100644 --- a/CometServer/AutoGenServices/SimpleParameterizableThingService.cs +++ b/CometServer/AutoGenServices/SimpleParameterizableThingService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SimpleQuantityKindService.cs b/CometServer/AutoGenServices/SimpleQuantityKindService.cs index 0a4c91eb..ef34c6e6 100644 --- a/CometServer/AutoGenServices/SimpleQuantityKindService.cs +++ b/CometServer/AutoGenServices/SimpleQuantityKindService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SimpleUnitService.cs b/CometServer/AutoGenServices/SimpleUnitService.cs index 5116eb36..3bda2090 100644 --- a/CometServer/AutoGenServices/SimpleUnitService.cs +++ b/CometServer/AutoGenServices/SimpleUnitService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SiteDirectoryDataAnnotationService.cs b/CometServer/AutoGenServices/SiteDirectoryDataAnnotationService.cs index b2f61448..56b25bb7 100644 --- a/CometServer/AutoGenServices/SiteDirectoryDataAnnotationService.cs +++ b/CometServer/AutoGenServices/SiteDirectoryDataAnnotationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SiteDirectoryDataDiscussionItemService.cs b/CometServer/AutoGenServices/SiteDirectoryDataDiscussionItemService.cs index e75de3ca..ba2f31fb 100644 --- a/CometServer/AutoGenServices/SiteDirectoryDataDiscussionItemService.cs +++ b/CometServer/AutoGenServices/SiteDirectoryDataDiscussionItemService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SiteDirectoryService.cs b/CometServer/AutoGenServices/SiteDirectoryService.cs index f3c586bd..c0bf0e20 100644 --- a/CometServer/AutoGenServices/SiteDirectoryService.cs +++ b/CometServer/AutoGenServices/SiteDirectoryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SiteDirectoryThingReferenceService.cs b/CometServer/AutoGenServices/SiteDirectoryThingReferenceService.cs index ff0677c1..84dfc34f 100644 --- a/CometServer/AutoGenServices/SiteDirectoryThingReferenceService.cs +++ b/CometServer/AutoGenServices/SiteDirectoryThingReferenceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SiteLogEntryService.cs b/CometServer/AutoGenServices/SiteLogEntryService.cs index af6e85a8..e5f81748 100644 --- a/CometServer/AutoGenServices/SiteLogEntryService.cs +++ b/CometServer/AutoGenServices/SiteLogEntryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SiteReferenceDataLibraryService.cs b/CometServer/AutoGenServices/SiteReferenceDataLibraryService.cs index 38fcf077..31e0396c 100644 --- a/CometServer/AutoGenServices/SiteReferenceDataLibraryService.cs +++ b/CometServer/AutoGenServices/SiteReferenceDataLibraryService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SolutionService.cs b/CometServer/AutoGenServices/SolutionService.cs index fc91b274..9c291bfc 100644 --- a/CometServer/AutoGenServices/SolutionService.cs +++ b/CometServer/AutoGenServices/SolutionService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/SpecializedQuantityKindService.cs b/CometServer/AutoGenServices/SpecializedQuantityKindService.cs index d92742bc..f60ddb5f 100644 --- a/CometServer/AutoGenServices/SpecializedQuantityKindService.cs +++ b/CometServer/AutoGenServices/SpecializedQuantityKindService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/StakeHolderValueMapService.cs b/CometServer/AutoGenServices/StakeHolderValueMapService.cs index 419fa087..92f954d1 100644 --- a/CometServer/AutoGenServices/StakeHolderValueMapService.cs +++ b/CometServer/AutoGenServices/StakeHolderValueMapService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/StakeHolderValueMapSettingsService.cs b/CometServer/AutoGenServices/StakeHolderValueMapSettingsService.cs index bfd21e1f..a6e2356f 100644 --- a/CometServer/AutoGenServices/StakeHolderValueMapSettingsService.cs +++ b/CometServer/AutoGenServices/StakeHolderValueMapSettingsService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/StakeholderService.cs b/CometServer/AutoGenServices/StakeholderService.cs index 096819e8..0d532060 100644 --- a/CometServer/AutoGenServices/StakeholderService.cs +++ b/CometServer/AutoGenServices/StakeholderService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/StakeholderValueService.cs b/CometServer/AutoGenServices/StakeholderValueService.cs index fe740590..713bfe5b 100644 --- a/CometServer/AutoGenServices/StakeholderValueService.cs +++ b/CometServer/AutoGenServices/StakeholderValueService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/TelephoneNumberService.cs b/CometServer/AutoGenServices/TelephoneNumberService.cs index 7338de20..af19805b 100644 --- a/CometServer/AutoGenServices/TelephoneNumberService.cs +++ b/CometServer/AutoGenServices/TelephoneNumberService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/TermService.cs b/CometServer/AutoGenServices/TermService.cs index 18afaf33..e083f0fc 100644 --- a/CometServer/AutoGenServices/TermService.cs +++ b/CometServer/AutoGenServices/TermService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/TextParameterTypeService.cs b/CometServer/AutoGenServices/TextParameterTypeService.cs index ef465f4d..35d257a0 100644 --- a/CometServer/AutoGenServices/TextParameterTypeService.cs +++ b/CometServer/AutoGenServices/TextParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/TextualNoteService.cs b/CometServer/AutoGenServices/TextualNoteService.cs index 8f335071..652a336b 100644 --- a/CometServer/AutoGenServices/TextualNoteService.cs +++ b/CometServer/AutoGenServices/TextualNoteService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ThingReferenceService.cs b/CometServer/AutoGenServices/ThingReferenceService.cs index f6f85177..5b6361e7 100644 --- a/CometServer/AutoGenServices/ThingReferenceService.cs +++ b/CometServer/AutoGenServices/ThingReferenceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ThingService.cs b/CometServer/AutoGenServices/ThingService.cs index 80fdc0aa..3441eaab 100644 --- a/CometServer/AutoGenServices/ThingService.cs +++ b/CometServer/AutoGenServices/ThingService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/TimeOfDayParameterTypeService.cs b/CometServer/AutoGenServices/TimeOfDayParameterTypeService.cs index d3707ec3..8121c839 100644 --- a/CometServer/AutoGenServices/TimeOfDayParameterTypeService.cs +++ b/CometServer/AutoGenServices/TimeOfDayParameterTypeService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/TopContainerService.cs b/CometServer/AutoGenServices/TopContainerService.cs index e38085a8..90cb53a1 100644 --- a/CometServer/AutoGenServices/TopContainerService.cs +++ b/CometServer/AutoGenServices/TopContainerService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/UnitFactorService.cs b/CometServer/AutoGenServices/UnitFactorService.cs index aee687b3..af92cd83 100644 --- a/CometServer/AutoGenServices/UnitFactorService.cs +++ b/CometServer/AutoGenServices/UnitFactorService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/UnitPrefixService.cs b/CometServer/AutoGenServices/UnitPrefixService.cs index f8ff739e..e5c7db03 100644 --- a/CometServer/AutoGenServices/UnitPrefixService.cs +++ b/CometServer/AutoGenServices/UnitPrefixService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/UserPreferenceService.cs b/CometServer/AutoGenServices/UserPreferenceService.cs index 49225933..7f0d37de 100644 --- a/CometServer/AutoGenServices/UserPreferenceService.cs +++ b/CometServer/AutoGenServices/UserPreferenceService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/UserRuleVerificationService.cs b/CometServer/AutoGenServices/UserRuleVerificationService.cs index 823fe2fe..61757c90 100644 --- a/CometServer/AutoGenServices/UserRuleVerificationService.cs +++ b/CometServer/AutoGenServices/UserRuleVerificationService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/AutoGenServices/ValueGroupService.cs b/CometServer/AutoGenServices/ValueGroupService.cs index 05c306e5..f195c6b5 100644 --- a/CometServer/AutoGenServices/ValueGroupService.cs +++ b/CometServer/AutoGenServices/ValueGroupService.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, // Antoine Théate, Omar Elebiary, Jaime Bernar // // This file is part of CDP4-COMET Web Services Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/ChangeNotification/ChangeNoticationService.cs b/CometServer/ChangeNotification/ChangeNoticationService.cs index 3b7e75de..8470688e 100644 --- a/CometServer/ChangeNotification/ChangeNoticationService.cs +++ b/CometServer/ChangeNotification/ChangeNoticationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/ChangelogBodyComposer.cs b/CometServer/ChangeNotification/ChangelogBodyComposer.cs index 4987dbe9..47a58010 100644 --- a/CometServer/ChangeNotification/ChangelogBodyComposer.cs +++ b/CometServer/ChangeNotification/ChangelogBodyComposer.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/ChangelogSection.cs b/CometServer/ChangeNotification/ChangelogSection.cs index 4807a3c5..ae0bae4c 100644 --- a/CometServer/ChangeNotification/ChangelogSection.cs +++ b/CometServer/ChangeNotification/ChangelogSection.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Data/ChangeNotificationSubscriptionData.cs b/CometServer/ChangeNotification/Data/ChangeNotificationSubscriptionData.cs index 160626f1..51cd6076 100644 --- a/CometServer/ChangeNotification/Data/ChangeNotificationSubscriptionData.cs +++ b/CometServer/ChangeNotification/Data/ChangeNotificationSubscriptionData.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Data/IModelLogEntryDataCreator.cs b/CometServer/ChangeNotification/Data/IModelLogEntryDataCreator.cs index 26d8a50e..e7c3d8ed 100644 --- a/CometServer/ChangeNotification/Data/IModelLogEntryDataCreator.cs +++ b/CometServer/ChangeNotification/Data/IModelLogEntryDataCreator.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Data/LogEntryChangelogItemData.cs b/CometServer/ChangeNotification/Data/LogEntryChangelogItemData.cs index eba3acd2..7cd4eecc 100644 --- a/CometServer/ChangeNotification/Data/LogEntryChangelogItemData.cs +++ b/CometServer/ChangeNotification/Data/LogEntryChangelogItemData.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Data/ModelLogEntryData.cs b/CometServer/ChangeNotification/Data/ModelLogEntryData.cs index acd5c75f..03bb01a7 100644 --- a/CometServer/ChangeNotification/Data/ModelLogEntryData.cs +++ b/CometServer/ChangeNotification/Data/ModelLogEntryData.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Data/ModelLogEntryDataCreator.cs b/CometServer/ChangeNotification/Data/ModelLogEntryDataCreator.cs index 14b1ea3b..2b990440 100644 --- a/CometServer/ChangeNotification/Data/ModelLogEntryDataCreator.cs +++ b/CometServer/ChangeNotification/Data/ModelLogEntryDataCreator.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/IChangelogBodyComposer.cs b/CometServer/ChangeNotification/IChangelogBodyComposer.cs index 2f37cd2d..12edc898 100644 --- a/CometServer/ChangeNotification/IChangelogBodyComposer.cs +++ b/CometServer/ChangeNotification/IChangelogBodyComposer.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Notification/CategoryChangeNotificationFilter.cs b/CometServer/ChangeNotification/Notification/CategoryChangeNotificationFilter.cs index 1e571afe..255ddaec 100644 --- a/CometServer/ChangeNotification/Notification/CategoryChangeNotificationFilter.cs +++ b/CometServer/ChangeNotification/Notification/CategoryChangeNotificationFilter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Notification/ChangeNotificationFilter.cs b/CometServer/ChangeNotification/Notification/ChangeNotificationFilter.cs index 06e9f870..7072b600 100644 --- a/CometServer/ChangeNotification/Notification/ChangeNotificationFilter.cs +++ b/CometServer/ChangeNotification/Notification/ChangeNotificationFilter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Notification/DefaultThingChangeNotificationFilter.cs b/CometServer/ChangeNotification/Notification/DefaultThingChangeNotificationFilter.cs index fa251a2f..1334c8b2 100644 --- a/CometServer/ChangeNotification/Notification/DefaultThingChangeNotificationFilter.cs +++ b/CometServer/ChangeNotification/Notification/DefaultThingChangeNotificationFilter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Notification/IChangeNotificationFilter.cs b/CometServer/ChangeNotification/Notification/IChangeNotificationFilter.cs index e6607845..dc35413f 100644 --- a/CometServer/ChangeNotification/Notification/IChangeNotificationFilter.cs +++ b/CometServer/ChangeNotification/Notification/IChangeNotificationFilter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Notification/ParameterOrOverrideChangeNotificationFilter.cs b/CometServer/ChangeNotification/Notification/ParameterOrOverrideChangeNotificationFilter.cs index fc9fee1e..966c9398 100644 --- a/CometServer/ChangeNotification/Notification/ParameterOrOverrideChangeNotificationFilter.cs +++ b/CometServer/ChangeNotification/Notification/ParameterOrOverrideChangeNotificationFilter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Notification/ParameterSubscriptionChangeNotificationFilter.cs b/CometServer/ChangeNotification/Notification/ParameterSubscriptionChangeNotificationFilter.cs index 0cff2eb2..9e1bd414 100644 --- a/CometServer/ChangeNotification/Notification/ParameterSubscriptionChangeNotificationFilter.cs +++ b/CometServer/ChangeNotification/Notification/ParameterSubscriptionChangeNotificationFilter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Notification/ParameterTypeChangeNotificationFilter.cs b/CometServer/ChangeNotification/Notification/ParameterTypeChangeNotificationFilter.cs index c520b32b..9af6badb 100644 --- a/CometServer/ChangeNotification/Notification/ParameterTypeChangeNotificationFilter.cs +++ b/CometServer/ChangeNotification/Notification/ParameterTypeChangeNotificationFilter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Subscription/ChangeNotificationSubscription.cs b/CometServer/ChangeNotification/Subscription/ChangeNotificationSubscription.cs index 6de9ab94..7b1c8a76 100644 --- a/CometServer/ChangeNotification/Subscription/ChangeNotificationSubscription.cs +++ b/CometServer/ChangeNotification/Subscription/ChangeNotificationSubscription.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/Subscription/ChangeNotificationSubscriptionType.cs b/CometServer/ChangeNotification/Subscription/ChangeNotificationSubscriptionType.cs index af505f10..3acccfc3 100644 --- a/CometServer/ChangeNotification/Subscription/ChangeNotificationSubscriptionType.cs +++ b/CometServer/ChangeNotification/Subscription/ChangeNotificationSubscriptionType.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/UserPreference/ChangeNotificationReportType.cs b/CometServer/ChangeNotification/UserPreference/ChangeNotificationReportType.cs index 5c8649fc..ccb68f8c 100644 --- a/CometServer/ChangeNotification/UserPreference/ChangeNotificationReportType.cs +++ b/CometServer/ChangeNotification/UserPreference/ChangeNotificationReportType.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/UserPreference/ChangeNotificationSubscriptionUserPreference.cs b/CometServer/ChangeNotification/UserPreference/ChangeNotificationSubscriptionUserPreference.cs index c4da665d..2eaf3536 100644 --- a/CometServer/ChangeNotification/UserPreference/ChangeNotificationSubscriptionUserPreference.cs +++ b/CometServer/ChangeNotification/UserPreference/ChangeNotificationSubscriptionUserPreference.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/UserPreference/ISavedUserPreference.cs b/CometServer/ChangeNotification/UserPreference/ISavedUserPreference.cs index c481c961..170d8569 100644 --- a/CometServer/ChangeNotification/UserPreference/ISavedUserPreference.cs +++ b/CometServer/ChangeNotification/UserPreference/ISavedUserPreference.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/ChangeNotification/UserPreference/SavedUserPreference.cs b/CometServer/ChangeNotification/UserPreference/SavedUserPreference.cs index d8ddefb8..51dd8e8f 100644 --- a/CometServer/ChangeNotification/UserPreference/SavedUserPreference.cs +++ b/CometServer/ChangeNotification/UserPreference/SavedUserPreference.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/CometServer.csproj b/CometServer/CometServer.csproj index 95927876..491e1011 100644 --- a/CometServer/CometServer.csproj +++ b/CometServer/CometServer.csproj @@ -1,31 +1,26 @@ net8.0 - RHEA System S.A. + Starion Group S.A. CometServer-CE - 8.0.0-RC28 + 8.0.0-RC29 CDP4-COMET Services API - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. AGPL-3.0-only Sam Gerené, Alex Vorobiev, Alexander van Delft Debug;Release Git - https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition.git + https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition.git false latest en OnOutputUpdated - - - - - - - + + diff --git a/CometServer/Configuration/AppConfig.cs b/CometServer/Configuration/AppConfig.cs index 1fdde6b1..67ac50df 100644 --- a/CometServer/Configuration/AppConfig.cs +++ b/CometServer/Configuration/AppConfig.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Configuration/AppConfigService.cs b/CometServer/Configuration/AppConfigService.cs index f219fdac..06358743 100644 --- a/CometServer/Configuration/AppConfigService.cs +++ b/CometServer/Configuration/AppConfigService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Configuration/BacktierConfig.cs b/CometServer/Configuration/BacktierConfig.cs index 8ef32cfa..02506965 100644 --- a/CometServer/Configuration/BacktierConfig.cs +++ b/CometServer/Configuration/BacktierConfig.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Configuration/ChanglogConfig.cs b/CometServer/Configuration/ChanglogConfig.cs index 9b064b3a..f6d4ba1b 100644 --- a/CometServer/Configuration/ChanglogConfig.cs +++ b/CometServer/Configuration/ChanglogConfig.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Configuration/DefaultsConfig.cs b/CometServer/Configuration/DefaultsConfig.cs index 526b4403..589f3c18 100644 --- a/CometServer/Configuration/DefaultsConfig.cs +++ b/CometServer/Configuration/DefaultsConfig.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Configuration/EmailConfig.cs b/CometServer/Configuration/EmailConfig.cs index ec23191b..abcc67fb 100644 --- a/CometServer/Configuration/EmailConfig.cs +++ b/CometServer/Configuration/EmailConfig.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Configuration/HealthConfig.cs b/CometServer/Configuration/HealthConfig.cs index 16eea962..c33e68bd 100644 --- a/CometServer/Configuration/HealthConfig.cs +++ b/CometServer/Configuration/HealthConfig.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Configuration/IAppConfigService.cs b/CometServer/Configuration/IAppConfigService.cs index 92d711fc..7c4b6993 100644 --- a/CometServer/Configuration/IAppConfigService.cs +++ b/CometServer/Configuration/IAppConfigService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Configuration/LongRunningTasksConfig.cs b/CometServer/Configuration/LongRunningTasksConfig.cs index ce5c9cc7..2d7d904a 100644 --- a/CometServer/Configuration/LongRunningTasksConfig.cs +++ b/CometServer/Configuration/LongRunningTasksConfig.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Configuration/MidtierConfig.cs b/CometServer/Configuration/MidtierConfig.cs index ea12ed8d..2093e183 100644 --- a/CometServer/Configuration/MidtierConfig.cs +++ b/CometServer/Configuration/MidtierConfig.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Configuration/ServiceMessagingConfig.cs b/CometServer/Configuration/ServiceMessagingConfig.cs index 4b2c31a6..5130d0df 100644 --- a/CometServer/Configuration/ServiceMessagingConfig.cs +++ b/CometServer/Configuration/ServiceMessagingConfig.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Exceptions/AcyclicValidationException.cs b/CometServer/Exceptions/AcyclicValidationException.cs index 96c0ff4b..b2e22e5b 100644 --- a/CometServer/Exceptions/AcyclicValidationException.cs +++ b/CometServer/Exceptions/AcyclicValidationException.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Exceptions/AuthorizationException.cs b/CometServer/Exceptions/AuthorizationException.cs index c216dee5..e6fb8c95 100644 --- a/CometServer/Exceptions/AuthorizationException.cs +++ b/CometServer/Exceptions/AuthorizationException.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Exceptions/BadRequestException.cs b/CometServer/Exceptions/BadRequestException.cs index 9ec0e31f..eb9fb3e7 100644 --- a/CometServer/Exceptions/BadRequestException.cs +++ b/CometServer/Exceptions/BadRequestException.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Exceptions/Cdp4DatabaseDumpException.cs b/CometServer/Exceptions/Cdp4DatabaseDumpException.cs index 9018e43c..d861a808 100644 --- a/CometServer/Exceptions/Cdp4DatabaseDumpException.cs +++ b/CometServer/Exceptions/Cdp4DatabaseDumpException.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Exceptions/Cdp4DatabaseRestoreException.cs b/CometServer/Exceptions/Cdp4DatabaseRestoreException.cs index 3b76af4d..1c52933d 100644 --- a/CometServer/Exceptions/Cdp4DatabaseRestoreException.cs +++ b/CometServer/Exceptions/Cdp4DatabaseRestoreException.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Exceptions/QueryParameterNotSupportedException.cs b/CometServer/Exceptions/QueryParameterNotSupportedException.cs index 002ada1d..cd03c75c 100644 --- a/CometServer/Exceptions/QueryParameterNotSupportedException.cs +++ b/CometServer/Exceptions/QueryParameterNotSupportedException.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski, // Ahmed Abulwafa Ahmed // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Exceptions/ResolveException.cs b/CometServer/Exceptions/ResolveException.cs index a7187e94..3206a3bd 100644 --- a/CometServer/Exceptions/ResolveException.cs +++ b/CometServer/Exceptions/ResolveException.cs @@ -1,12 +1,12 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Merlin Bieze, Alex Vorobiev, Naron Phou, Alexander van Delft, Nathanael Smiechowski, // Ahmed Abulwafa Ahmed // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Extensions/HttpRequestExtensions.cs b/CometServer/Extensions/HttpRequestExtensions.cs index 3afb97ad..2833725b 100644 --- a/CometServer/Extensions/HttpRequestExtensions.cs +++ b/CometServer/Extensions/HttpRequestExtensions.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Extensions/StringExtensions.cs b/CometServer/Extensions/StringExtensions.cs index 98682fc9..cf6fa56c 100644 --- a/CometServer/Extensions/StringExtensions.cs +++ b/CometServer/Extensions/StringExtensions.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Health/CometHasStartedService.cs b/CometServer/Health/CometHasStartedService.cs index 874fe5c4..cafd7d5f 100644 --- a/CometServer/Health/CometHasStartedService.cs +++ b/CometServer/Health/CometHasStartedService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Health/CometStartUpService.cs b/CometServer/Health/CometStartUpService.cs index 05282f62..537b2b67 100644 --- a/CometServer/Health/CometStartUpService.cs +++ b/CometServer/Health/CometStartUpService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Health/ICometHasStartedService.cs b/CometServer/Health/ICometHasStartedService.cs index 87dc1400..35ab945e 100644 --- a/CometServer/Health/ICometHasStartedService.cs +++ b/CometServer/Health/ICometHasStartedService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-$CURRENT_YEAR$ RHEA System S.A. +// +// Copyright (c) 2015-$CURRENT_YEAR$ Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Health/ServerStatus.cs b/CometServer/Health/ServerStatus.cs index 181b133b..919c2067 100644 --- a/CometServer/Health/ServerStatus.cs +++ b/CometServer/Health/ServerStatus.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-$CURRENT_YEAR$ RHEA System S.A. +// +// Copyright (c) 2015-$CURRENT_YEAR$ Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Helpers/Cdp4TransactionManager.cs b/CometServer/Helpers/Cdp4TransactionManager.cs index 8ff6961b..ffb9af33 100644 --- a/CometServer/Helpers/Cdp4TransactionManager.cs +++ b/CometServer/Helpers/Cdp4TransactionManager.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Helpers/HttpRequestHelper.cs b/CometServer/Helpers/HttpRequestHelper.cs index 5b5f3730..27be88b2 100644 --- a/CometServer/Helpers/HttpRequestHelper.cs +++ b/CometServer/Helpers/HttpRequestHelper.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Helpers/ICdp4TransactionManager.cs b/CometServer/Helpers/ICdp4TransactionManager.cs index 1d4f2d01..c26fac6a 100644 --- a/CometServer/Helpers/ICdp4TransactionManager.cs +++ b/CometServer/Helpers/ICdp4TransactionManager.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/MigrationEngine/IMigrationEngine.cs b/CometServer/MigrationEngine/IMigrationEngine.cs index a81d277b..92ac8059 100644 --- a/CometServer/MigrationEngine/IMigrationEngine.cs +++ b/CometServer/MigrationEngine/IMigrationEngine.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/MigrationEngine/MigrationEngine.cs b/CometServer/MigrationEngine/MigrationEngine.cs index c3c022bf..106ccd04 100644 --- a/CometServer/MigrationEngine/MigrationEngine.cs +++ b/CometServer/MigrationEngine/MigrationEngine.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/10-25/ApiBase.cs b/CometServer/Modules/10-25/ApiBase.cs index db9b9ae7..aa29471d 100644 --- a/CometServer/Modules/10-25/ApiBase.cs +++ b/CometServer/Modules/10-25/ApiBase.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/10-25/EngineeringModelApi.cs b/CometServer/Modules/10-25/EngineeringModelApi.cs index 8a5a8254..ccfe4e3b 100644 --- a/CometServer/Modules/10-25/EngineeringModelApi.cs +++ b/CometServer/Modules/10-25/EngineeringModelApi.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/10-25/ExchangeFileExportApi.cs b/CometServer/Modules/10-25/ExchangeFileExportApi.cs index 688ee27d..bbf618ca 100644 --- a/CometServer/Modules/10-25/ExchangeFileExportApi.cs +++ b/CometServer/Modules/10-25/ExchangeFileExportApi.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/10-25/ExchangeFileImportyApi.cs b/CometServer/Modules/10-25/ExchangeFileImportyApi.cs index b87a2e1a..aa8cb5fe 100644 --- a/CometServer/Modules/10-25/ExchangeFileImportyApi.cs +++ b/CometServer/Modules/10-25/ExchangeFileImportyApi.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/10-25/PostRequestData.cs b/CometServer/Modules/10-25/PostRequestData.cs index a65506da..a53fdc41 100644 --- a/CometServer/Modules/10-25/PostRequestData.cs +++ b/CometServer/Modules/10-25/PostRequestData.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Modules/10-25/SiteDirectoryApi.cs b/CometServer/Modules/10-25/SiteDirectoryApi.cs index 3c446c10..fe9b1065 100644 --- a/CometServer/Modules/10-25/SiteDirectoryApi.cs +++ b/CometServer/Modules/10-25/SiteDirectoryApi.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/Authentication/AuthenticationModule.cs b/CometServer/Modules/Authentication/AuthenticationModule.cs index 555db64f..f281ddaf 100644 --- a/CometServer/Modules/Authentication/AuthenticationModule.cs +++ b/CometServer/Modules/Authentication/AuthenticationModule.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/Authentication/UsernameModule.cs b/CometServer/Modules/Authentication/UsernameModule.cs index 2deb6e05..218d5551 100644 --- a/CometServer/Modules/Authentication/UsernameModule.cs +++ b/CometServer/Modules/Authentication/UsernameModule.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/CarterExtensions/HttpResponseExtensions.cs b/CometServer/Modules/CarterExtensions/HttpResponseExtensions.cs index 3a718743..7c0ef2b0 100644 --- a/CometServer/Modules/CarterExtensions/HttpResponseExtensions.cs +++ b/CometServer/Modules/CarterExtensions/HttpResponseExtensions.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/Constraints/EnumerableOfGuidRouteConstraint.cs b/CometServer/Modules/Constraints/EnumerableOfGuidRouteConstraint.cs index 9dffac08..bac38280 100644 --- a/CometServer/Modules/Constraints/EnumerableOfGuidRouteConstraint.cs +++ b/CometServer/Modules/Constraints/EnumerableOfGuidRouteConstraint.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/Health/HealthModule.cs b/CometServer/Modules/Health/HealthModule.cs index 4f39fa95..03765fa1 100644 --- a/CometServer/Modules/Health/HealthModule.cs +++ b/CometServer/Modules/Health/HealthModule.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Modules/Root/RootModule.cs b/CometServer/Modules/Root/RootModule.cs index f7b404f3..2b00ab9d 100644 --- a/CometServer/Modules/Root/RootModule.cs +++ b/CometServer/Modules/Root/RootModule.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Modules/Tasks/CometTasksModule.cs b/CometServer/Modules/Tasks/CometTasksModule.cs index 8156286e..fbbb92ae 100644 --- a/CometServer/Modules/Tasks/CometTasksModule.cs +++ b/CometServer/Modules/Tasks/CometTasksModule.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Program.cs b/CometServer/Program.cs index ab48e6f6..f810f049 100644 --- a/CometServer/Program.cs +++ b/CometServer/Program.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Properties/AssemblyInfo.cs b/CometServer/Properties/AssemblyInfo.cs index ce02ac62..6c4e30bf 100644 --- a/CometServer/Properties/AssemblyInfo.cs +++ b/CometServer/Properties/AssemblyInfo.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Resources/IResourceLoader.cs b/CometServer/Resources/IResourceLoader.cs index d20ad40c..2032aa08 100644 --- a/CometServer/Resources/IResourceLoader.cs +++ b/CometServer/Resources/IResourceLoader.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Resources/ResourceLoader.cs b/CometServer/Resources/ResourceLoader.cs index 02f3d211..f92eb51b 100644 --- a/CometServer/Resources/ResourceLoader.cs +++ b/CometServer/Resources/ResourceLoader.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Resources/RootPage.html b/CometServer/Resources/RootPage.html index 8300b3d3..8fb2e97c 100644 --- a/CometServer/Resources/RootPage.html +++ b/CometServer/Resources/RootPage.html @@ -4,8 +4,25 @@ Welcome to the CDP4-COMET WebService
+
+ COMET Logo +
- RHEA Logo -
- RHEA Logo +
+

Welcome to the CDP4-COMET WebService.

+
+
+ WebService Version: {{apiVersion}}
+ SDK Version: {{sdkVersion}}
+ Supported Model Versions: {{modelVersions}}
-
-
-

Welcome to the CDP4-COMET WebService.

-
-
- WebService Version: {{apiVersion}}
- SDK Version: {{sdkVersion}}
- Supported Model Versions: {{modelVersions}}
-

CDP4-COMET WebServices Github page: CDP4-COMET Webservices

-

The CDP4-COMET Webservices is the RHEA Group Concurrent Design REST API. COMET is the RHEA Group Concurrent Design Solution that allows a team of engineers to perform Concurrent Design.
CDP4-COMET is an implementation of ECSS-E-TM-10-25A Annex A and C.
ECSS-E-TM-10-25A Annex A is the so-called master model that is expressed in UML.
ECSS-E-TM-10-25A Annex C describes the REST API.

+

CDP4-COMET WebServices (Github page)

+

The CDP4-COMET Webservices is the STARION Group Concurrent Design REST API. COMET is the STARION Group Concurrent Design Solution that allows a team of engineers to perform Concurrent Design.

CDP4-COMET is an implementation of ECSS-E-TM-10-25A Annex A and C. ECSS-E-TM-10-25A Annex A is the so-called master model that is expressed in UML.

ECSS-E-TM-10-25A Annex C describes the REST API.

-

CDP4-COMET-IME Desktop App Github page: CDP4-COMET IME

-

The CDP4-COMET Integrated Modelling Environment (IME) Community Editition (CE) is the RHEA Group open source Concurrent Design desktop application and Microsoft Excel integration compliant with ECSS-E-TM-10-25 Annex A and Annex C.
CDP4-COMET IME makes use of a plugin framework, the end-user functionality is implemented in CDP4-COMET IME plugins that are loaded at run-time.
This makes it straightforward to package, distribute and update the environment.

+

CDP4-COMET-IME Desktop App (Github page)

+

The CDP4-COMET Integrated Modelling Environment (IME) Community Editition (CE) is the STARION Group open source Concurrent Design desktop application and Microsoft Excel integration compliant with ECSS-E-TM-10-25 Annex A and Annex C.

CDP4-COMET IME makes use of a plugin framework, the end-user functionality is implemented in CDP4-COMET IME plugins that are loaded at run-time.

This makes it straightforward to package, distribute and update the environment.

-

CDP4-COMET SDK Github page: CDP4-COMET SDK

-

The The CDP4-COMET Software Development Kit is an C# SDK that that is compliant with ECSS-E-TM-10-25A Annex A and Annex C.
The SDK contains multiple libraries that are each packaged as a nuget and available from nuget.org.
The SDK is used in CDP4-COMET to create an ECSS-E-TM-10-25A compliant implementation, both for the Web Services and the Desktop Application

+

CDP4-COMET SDK (Github page)

+

The The CDP4-COMET Software Development Kit is an C# SDK that that is compliant with ECSS-E-TM-10-25A Annex A and Annex C.

The SDK contains multiple libraries that are each packaged as a nuget and available from nuget.org.

The SDK is used in CDP4-COMET to create an ECSS-E-TM-10-25A compliant implementation, both for the Web Services and the Desktop Application

-

CDP4-COMET WEB Github page: CDP4-COMET WEB

+

CDP4-COMET WEB (Github page)

- The CDP4-COMET-WEB Community Editition (CE) is the RHEA Group open source Concurrent Design web based application compliant with ECSS-E-TM-10-25 Annex A and Annex C.
+ The CDP4-COMET-WEB Community Editition (CE) is the RHEA Group open source Concurrent Design web based application compliant with ECSS-E-TM-10-25 Annex A and Annex C. +

A demo version of the web application is available at:
https://comet-web.cdp4.org

+
+
+ STARION Logo +
+
\ No newline at end of file diff --git a/CometServer/Resources/ascii-art.txt b/CometServer/Resources/ascii-art.txt index b8a5b82b..6e0c11da 100644 --- a/CometServer/Resources/ascii-art.txt +++ b/CometServer/Resources/ascii-art.txt @@ -7,6 +7,6 @@ ╚██████╗██████╔╝██║ ██║ ╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗ ██║ ╚═════╝╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ - copyright 2015-2024 RHEA Group S.A. https://www.rheagroup.com - email: info@rheagroup.com + copyright 2015-2024 STARION Group S.A. https://www.stariongroup.eu + email: info@stariongroup.eu CDP4-COMET WebServices version: COMETWebServicesVersion diff --git a/CometServer/Services/Authorization/ISecurityContext.cs b/CometServer/Services/Authorization/ISecurityContext.cs index cdcfc12a..9cc69d8b 100644 --- a/CometServer/Services/Authorization/ISecurityContext.cs +++ b/CometServer/Services/Authorization/ISecurityContext.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Authorization/RequestSecurityContext.cs b/CometServer/Services/Authorization/RequestSecurityContext.cs index c729e63f..f7db084f 100644 --- a/CometServer/Services/Authorization/RequestSecurityContext.cs +++ b/CometServer/Services/Authorization/RequestSecurityContext.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/CachedReferenceDataService.cs b/CometServer/Services/BusinessLogic/CachedReferenceDataService.cs index 28916bc2..99a3b698 100644 --- a/CometServer/Services/BusinessLogic/CachedReferenceDataService.cs +++ b/CometServer/Services/BusinessLogic/CachedReferenceDataService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/ChainOfRdlComputationService.cs b/CometServer/Services/BusinessLogic/ChainOfRdlComputationService.cs index c9716578..c6b7bc85 100644 --- a/CometServer/Services/BusinessLogic/ChainOfRdlComputationService.cs +++ b/CometServer/Services/BusinessLogic/ChainOfRdlComputationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/DefaultValueArrayFactory.cs b/CometServer/Services/BusinessLogic/DefaultValueArrayFactory.cs index 4f07cba1..667ad8d1 100644 --- a/CometServer/Services/BusinessLogic/DefaultValueArrayFactory.cs +++ b/CometServer/Services/BusinessLogic/DefaultValueArrayFactory.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/FileArchiveService.cs b/CometServer/Services/BusinessLogic/FileArchiveService.cs index 2104c2f6..52ca7558 100644 --- a/CometServer/Services/BusinessLogic/FileArchiveService.cs +++ b/CometServer/Services/BusinessLogic/FileArchiveService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/FileBinaryService.cs b/CometServer/Services/BusinessLogic/FileBinaryService.cs index c672bff8..2bfb267b 100644 --- a/CometServer/Services/BusinessLogic/FileBinaryService.cs +++ b/CometServer/Services/BusinessLogic/FileBinaryService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/FiniteStateLogicService.cs b/CometServer/Services/BusinessLogic/FiniteStateLogicService.cs index ec8e6f2e..a9b6db9d 100644 --- a/CometServer/Services/BusinessLogic/FiniteStateLogicService.cs +++ b/CometServer/Services/BusinessLogic/FiniteStateLogicService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IBusinessLogicService.cs b/CometServer/Services/BusinessLogic/IBusinessLogicService.cs index b1ea78bd..b25bb46c 100644 --- a/CometServer/Services/BusinessLogic/IBusinessLogicService.cs +++ b/CometServer/Services/BusinessLogic/IBusinessLogicService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/ICachedReferenceDataService.cs b/CometServer/Services/BusinessLogic/ICachedReferenceDataService.cs index 8cbe9b23..d30b42ac 100644 --- a/CometServer/Services/BusinessLogic/ICachedReferenceDataService.cs +++ b/CometServer/Services/BusinessLogic/ICachedReferenceDataService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IChainOfRdlComputationService.cs b/CometServer/Services/BusinessLogic/IChainOfRdlComputationService.cs index 48eb0cd9..1ed9844c 100644 --- a/CometServer/Services/BusinessLogic/IChainOfRdlComputationService.cs +++ b/CometServer/Services/BusinessLogic/IChainOfRdlComputationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IDefaultValueArrayFactory.cs b/CometServer/Services/BusinessLogic/IDefaultValueArrayFactory.cs index c70e9912..6a722a85 100644 --- a/CometServer/Services/BusinessLogic/IDefaultValueArrayFactory.cs +++ b/CometServer/Services/BusinessLogic/IDefaultValueArrayFactory.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IFileArchiveService.cs b/CometServer/Services/BusinessLogic/IFileArchiveService.cs index e36e9c0a..26b59115 100644 --- a/CometServer/Services/BusinessLogic/IFileArchiveService.cs +++ b/CometServer/Services/BusinessLogic/IFileArchiveService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IFileBinaryService.cs b/CometServer/Services/BusinessLogic/IFileBinaryService.cs index 2aa9eff6..f4a6fc51 100644 --- a/CometServer/Services/BusinessLogic/IFileBinaryService.cs +++ b/CometServer/Services/BusinessLogic/IFileBinaryService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IFiniteStateLogicService.cs b/CometServer/Services/BusinessLogic/IFiniteStateLogicService.cs index 2bb6f547..1aa639e9 100644 --- a/CometServer/Services/BusinessLogic/IFiniteStateLogicService.cs +++ b/CometServer/Services/BusinessLogic/IFiniteStateLogicService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IOldParameterContextProvider.cs b/CometServer/Services/BusinessLogic/IOldParameterContextProvider.cs index 6e8f6370..83526179 100644 --- a/CometServer/Services/BusinessLogic/IOldParameterContextProvider.cs +++ b/CometServer/Services/BusinessLogic/IOldParameterContextProvider.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IOptionBusinessLogicService.cs b/CometServer/Services/BusinessLogic/IOptionBusinessLogicService.cs index 00c98640..380bec33 100644 --- a/CometServer/Services/BusinessLogic/IOptionBusinessLogicService.cs +++ b/CometServer/Services/BusinessLogic/IOptionBusinessLogicService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IParameterOverrideValueSetFactory.cs b/CometServer/Services/BusinessLogic/IParameterOverrideValueSetFactory.cs index bbfe1b54..79912730 100644 --- a/CometServer/Services/BusinessLogic/IParameterOverrideValueSetFactory.cs +++ b/CometServer/Services/BusinessLogic/IParameterOverrideValueSetFactory.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IParameterSubscriptionValueSetFactory.cs b/CometServer/Services/BusinessLogic/IParameterSubscriptionValueSetFactory.cs index 28926117..95e647e5 100644 --- a/CometServer/Services/BusinessLogic/IParameterSubscriptionValueSetFactory.cs +++ b/CometServer/Services/BusinessLogic/IParameterSubscriptionValueSetFactory.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IParameterValueSetFactory.cs b/CometServer/Services/BusinessLogic/IParameterValueSetFactory.cs index 3d950002..a886d2e8 100644 --- a/CometServer/Services/BusinessLogic/IParameterValueSetFactory.cs +++ b/CometServer/Services/BusinessLogic/IParameterValueSetFactory.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/IStateDependentParameterUpdateService.cs b/CometServer/Services/BusinessLogic/IStateDependentParameterUpdateService.cs index 1f997add..8fc0b2d5 100644 --- a/CometServer/Services/BusinessLogic/IStateDependentParameterUpdateService.cs +++ b/CometServer/Services/BusinessLogic/IStateDependentParameterUpdateService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/OldParameterContextProvider.cs b/CometServer/Services/BusinessLogic/OldParameterContextProvider.cs index 8d5ae1d4..c718b98f 100644 --- a/CometServer/Services/BusinessLogic/OldParameterContextProvider.cs +++ b/CometServer/Services/BusinessLogic/OldParameterContextProvider.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/OptionBusinessLogicService.cs b/CometServer/Services/BusinessLogic/OptionBusinessLogicService.cs index aac4e668..6dd92130 100644 --- a/CometServer/Services/BusinessLogic/OptionBusinessLogicService.cs +++ b/CometServer/Services/BusinessLogic/OptionBusinessLogicService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/ParameterOverrideValueSetFactory.cs b/CometServer/Services/BusinessLogic/ParameterOverrideValueSetFactory.cs index 16cad4f5..547c3697 100644 --- a/CometServer/Services/BusinessLogic/ParameterOverrideValueSetFactory.cs +++ b/CometServer/Services/BusinessLogic/ParameterOverrideValueSetFactory.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/ParameterSubscriptionValueSetFactory.cs b/CometServer/Services/BusinessLogic/ParameterSubscriptionValueSetFactory.cs index 2d69d0d7..d080521e 100644 --- a/CometServer/Services/BusinessLogic/ParameterSubscriptionValueSetFactory.cs +++ b/CometServer/Services/BusinessLogic/ParameterSubscriptionValueSetFactory.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/ParameterValueSetFactory.cs b/CometServer/Services/BusinessLogic/ParameterValueSetFactory.cs index 3e2bea94..5d0a4155 100644 --- a/CometServer/Services/BusinessLogic/ParameterValueSetFactory.cs +++ b/CometServer/Services/BusinessLogic/ParameterValueSetFactory.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/BusinessLogic/StateDependentParameterUpdateService.cs b/CometServer/Services/BusinessLogic/StateDependentParameterUpdateService.cs index 0e7120e0..ca6fd856 100644 --- a/CometServer/Services/BusinessLogic/StateDependentParameterUpdateService.cs +++ b/CometServer/Services/BusinessLogic/StateDependentParameterUpdateService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Cache/CacheService.cs b/CometServer/Services/Cache/CacheService.cs index a81433a2..7a622d95 100644 --- a/CometServer/Services/Cache/CacheService.cs +++ b/CometServer/Services/Cache/CacheService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Cache/ICacheService.cs b/CometServer/Services/Cache/ICacheService.cs index 45f4e3a6..cad9feae 100644 --- a/CometServer/Services/Cache/ICacheService.cs +++ b/CometServer/Services/Cache/ICacheService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/ChangeLog/AffectedThingsData.cs b/CometServer/Services/ChangeLog/AffectedThingsData.cs index c768658e..21812c33 100644 --- a/CometServer/Services/ChangeLog/AffectedThingsData.cs +++ b/CometServer/Services/ChangeLog/AffectedThingsData.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/ChangeLog/ChangeLogService.cs b/CometServer/Services/ChangeLog/ChangeLogService.cs index d12f09ae..94692e35 100644 --- a/CometServer/Services/ChangeLog/ChangeLogService.cs +++ b/CometServer/Services/ChangeLog/ChangeLogService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/ChangeLog/IChangeLogService.cs b/CometServer/Services/ChangeLog/IChangeLogService.cs index 90a34997..15c068f7 100644 --- a/CometServer/Services/ChangeLog/IChangeLogService.cs +++ b/CometServer/Services/ChangeLog/IChangeLogService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/CherryPick/CherryPickService.cs b/CometServer/Services/CherryPick/CherryPickService.cs index f9d76f8b..5cbc025e 100644 --- a/CometServer/Services/CherryPick/CherryPickService.cs +++ b/CometServer/Services/CherryPick/CherryPickService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/CherryPick/ContainmentService.cs b/CometServer/Services/CherryPick/ContainmentService.cs index 295c80fe..a0e953d3 100644 --- a/CometServer/Services/CherryPick/ContainmentService.cs +++ b/CometServer/Services/CherryPick/ContainmentService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/CherryPick/ICherryPickService.cs b/CometServer/Services/CherryPick/ICherryPickService.cs index 87394b55..81a0ec5a 100644 --- a/CometServer/Services/CherryPick/ICherryPickService.cs +++ b/CometServer/Services/CherryPick/ICherryPickService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/CherryPick/IContainmentService.cs b/CometServer/Services/CherryPick/IContainmentService.cs index 1de11181..58a30e8c 100644 --- a/CometServer/Services/CherryPick/IContainmentService.cs +++ b/CometServer/Services/CherryPick/IContainmentService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Copy/CopySourceService.cs b/CometServer/Services/Copy/CopySourceService.cs index 3718b35c..f80f4230 100644 --- a/CometServer/Services/Copy/CopySourceService.cs +++ b/CometServer/Services/Copy/CopySourceService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Copy/ICopySourceService.cs b/CometServer/Services/Copy/ICopySourceService.cs index a8548416..639cd08e 100644 --- a/CometServer/Services/Copy/ICopySourceService.cs +++ b/CometServer/Services/Copy/ICopySourceService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/DataStore/DataStoreConnectionChecker.cs b/CometServer/Services/DataStore/DataStoreConnectionChecker.cs index 403a989b..dcc41627 100644 --- a/CometServer/Services/DataStore/DataStoreConnectionChecker.cs +++ b/CometServer/Services/DataStore/DataStoreConnectionChecker.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/DataStore/DataStoreController.cs b/CometServer/Services/DataStore/DataStoreController.cs index f9656ba2..e702e2ea 100644 --- a/CometServer/Services/DataStore/DataStoreController.cs +++ b/CometServer/Services/DataStore/DataStoreController.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/DataStore/IDataStoreConnectionChecker.cs b/CometServer/Services/DataStore/IDataStoreConnectionChecker.cs index f212c12d..58065a92 100644 --- a/CometServer/Services/DataStore/IDataStoreConnectionChecker.cs +++ b/CometServer/Services/DataStore/IDataStoreConnectionChecker.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Services/DataStore/IDataStoreController.cs b/CometServer/Services/DataStore/IDataStoreController.cs index 5087b8dc..36bf35c0 100644 --- a/CometServer/Services/DataStore/IDataStoreController.cs +++ b/CometServer/Services/DataStore/IDataStoreController.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Email/EmailService.cs b/CometServer/Services/Email/EmailService.cs index 328337d6..6fcebe06 100644 --- a/CometServer/Services/Email/EmailService.cs +++ b/CometServer/Services/Email/EmailService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Email/IEmailService.cs b/CometServer/Services/Email/IEmailService.cs index 1585f847..7a6e752f 100644 --- a/CometServer/Services/Email/IEmailService.cs +++ b/CometServer/Services/Email/IEmailService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Headers/ContentTypeKind.cs b/CometServer/Services/Headers/ContentTypeKind.cs index 0c25926d..24a513cf 100644 --- a/CometServer/Services/Headers/ContentTypeKind.cs +++ b/CometServer/Services/Headers/ContentTypeKind.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Headers/HeaderInfoProvider.cs b/CometServer/Services/Headers/HeaderInfoProvider.cs index 8350e53c..da09c6b9 100644 --- a/CometServer/Services/Headers/HeaderInfoProvider.cs +++ b/CometServer/Services/Headers/HeaderInfoProvider.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Headers/HttpConstants.cs b/CometServer/Services/Headers/HttpConstants.cs index 5ea8cde2..0707eb62 100644 --- a/CometServer/Services/Headers/HttpConstants.cs +++ b/CometServer/Services/Headers/HttpConstants.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Headers/IHeaderInfoProvider.cs b/CometServer/Services/Headers/IHeaderInfoProvider.cs index 66ea89a6..881d81b2 100644 --- a/CometServer/Services/Headers/IHeaderInfoProvider.cs +++ b/CometServer/Services/Headers/IHeaderInfoProvider.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/IProcessor.cs b/CometServer/Services/IProcessor.cs index 84d69ccf..8c832af2 100644 --- a/CometServer/Services/IProcessor.cs +++ b/CometServer/Services/IProcessor.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/IRequestUtils.cs b/CometServer/Services/IRequestUtils.cs index c477dd7b..b57b0db6 100644 --- a/CometServer/Services/IRequestUtils.cs +++ b/CometServer/Services/IRequestUtils.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/ITokenGeneratorService.cs b/CometServer/Services/ITokenGeneratorService.cs index f8bcecb6..b41d4582 100644 --- a/CometServer/Services/ITokenGeneratorService.cs +++ b/CometServer/Services/ITokenGeneratorService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Services/JsonExchangeFile/IJsonExchangeFileReader.cs b/CometServer/Services/JsonExchangeFile/IJsonExchangeFileReader.cs index 23b97b6c..861924e4 100644 --- a/CometServer/Services/JsonExchangeFile/IJsonExchangeFileReader.cs +++ b/CometServer/Services/JsonExchangeFile/IJsonExchangeFileReader.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/JsonExchangeFile/IJsonExchangeFileWriter.cs b/CometServer/Services/JsonExchangeFile/IJsonExchangeFileWriter.cs index 26ac45b8..1a8a77dd 100644 --- a/CometServer/Services/JsonExchangeFile/IJsonExchangeFileWriter.cs +++ b/CometServer/Services/JsonExchangeFile/IJsonExchangeFileWriter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/JsonExchangeFile/IZipArchiveWriter.cs b/CometServer/Services/JsonExchangeFile/IZipArchiveWriter.cs index a3cfccfe..f1d01ebc 100644 --- a/CometServer/Services/JsonExchangeFile/IZipArchiveWriter.cs +++ b/CometServer/Services/JsonExchangeFile/IZipArchiveWriter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/JsonExchangeFile/JsonExchangeFileReader.cs b/CometServer/Services/JsonExchangeFile/JsonExchangeFileReader.cs index e2144669..f88be5f8 100644 --- a/CometServer/Services/JsonExchangeFile/JsonExchangeFileReader.cs +++ b/CometServer/Services/JsonExchangeFile/JsonExchangeFileReader.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/JsonExchangeFile/JsonExchangeFileWriter.cs b/CometServer/Services/JsonExchangeFile/JsonExchangeFileWriter.cs index 0de7890e..63e57bab 100644 --- a/CometServer/Services/JsonExchangeFile/JsonExchangeFileWriter.cs +++ b/CometServer/Services/JsonExchangeFile/JsonExchangeFileWriter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public @@ -104,7 +104,7 @@ public class JsonExchangeFileWriter : IJsonExchangeFileWriter /// /// The copyright text to be included in the exchange header file. /// - private const string ExchangeHeaderCopyright = "Copyright 2015-2021 © RHEA System S.A."; + private const string ExchangeHeaderCopyright = "Copyright 2015-2021 © Starion Group S.A."; /// /// Creates an E-TM-10-25 Annex-C3 zip archive and stores this on disk. The path to this file is returned diff --git a/CometServer/Services/JsonExchangeFile/ZipArchiveWriter.cs b/CometServer/Services/JsonExchangeFile/ZipArchiveWriter.cs index e88639ac..2597ca73 100644 --- a/CometServer/Services/JsonExchangeFile/ZipArchiveWriter.cs +++ b/CometServer/Services/JsonExchangeFile/ZipArchiveWriter.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/ModelInfo/IMetaInfoProvider.cs b/CometServer/Services/ModelInfo/IMetaInfoProvider.cs index 89887c8c..28dc7f95 100644 --- a/CometServer/Services/ModelInfo/IMetaInfoProvider.cs +++ b/CometServer/Services/ModelInfo/IMetaInfoProvider.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/ModelInfo/MetaInfoProvider.cs b/CometServer/Services/ModelInfo/MetaInfoProvider.cs index 7ae72854..89b4f510 100644 --- a/CometServer/Services/ModelInfo/MetaInfoProvider.cs +++ b/CometServer/Services/ModelInfo/MetaInfoProvider.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/IModelCreatorManager.cs b/CometServer/Services/Operations/IModelCreatorManager.cs index 5f8c12d0..420c9d0a 100644 --- a/CometServer/Services/Operations/IModelCreatorManager.cs +++ b/CometServer/Services/Operations/IModelCreatorManager.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/IOperationProcessor.cs b/CometServer/Services/Operations/IOperationProcessor.cs index 63bc9c6f..87d09b17 100644 --- a/CometServer/Services/Operations/IOperationProcessor.cs +++ b/CometServer/Services/Operations/IOperationProcessor.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/Model/CdpPostOperation.cs b/CometServer/Services/Operations/Model/CdpPostOperation.cs index d3a7cadc..b2298653 100644 --- a/CometServer/Services/Operations/Model/CdpPostOperation.cs +++ b/CometServer/Services/Operations/Model/CdpPostOperation.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/Model/OperationContainerHelper.cs b/CometServer/Services/Operations/Model/OperationContainerHelper.cs index 42c3beb8..c54f8814 100644 --- a/CometServer/Services/Operations/Model/OperationContainerHelper.cs +++ b/CometServer/Services/Operations/Model/OperationContainerHelper.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/ModelCreatorManager.cs b/CometServer/Services/Operations/ModelCreatorManager.cs index 08185c4d..3649e321 100644 --- a/CometServer/Services/Operations/ModelCreatorManager.cs +++ b/CometServer/Services/Operations/ModelCreatorManager.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/OperationProcessor.cs b/CometServer/Services/Operations/OperationProcessor.cs index f9a51203..c0690f51 100644 --- a/CometServer/Services/Operations/OperationProcessor.cs +++ b/CometServer/Services/Operations/OperationProcessor.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/IOperationSideEffect.cs b/CometServer/Services/Operations/SideEffects/IOperationSideEffect.cs index 2f05234f..560ff974 100644 --- a/CometServer/Services/Operations/SideEffects/IOperationSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/IOperationSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/IOperationSideEffectFunctions.cs b/CometServer/Services/Operations/SideEffects/IOperationSideEffectFunctions.cs index a7959151..788f91db 100644 --- a/CometServer/Services/Operations/SideEffects/IOperationSideEffectFunctions.cs +++ b/CometServer/Services/Operations/SideEffects/IOperationSideEffectFunctions.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/IOperationSideEffectProcessor.cs b/CometServer/Services/Operations/SideEffects/IOperationSideEffectProcessor.cs index 7aa62137..ac2600fa 100644 --- a/CometServer/Services/Operations/SideEffects/IOperationSideEffectProcessor.cs +++ b/CometServer/Services/Operations/SideEffects/IOperationSideEffectProcessor.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ActualFiniteStateListSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ActualFiniteStateListSideEffect.cs index 2e869890..21e67b68 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ActualFiniteStateListSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ActualFiniteStateListSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/AliasSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/AliasSideEffect.cs index 10b04842..60950220 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/AliasSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/AliasSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/AndExpressionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/AndExpressionSideEffect.cs index bc6f2583..1cc80fc2 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/AndExpressionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/AndExpressionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ArrayParameterTypeSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ArrayParameterTypeSideEffect.cs index cc78836a..d705ecfa 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ArrayParameterTypeSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ArrayParameterTypeSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/BooleanExpressionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/BooleanExpressionSideEffect.cs index 428686a9..ac801824 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/BooleanExpressionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/BooleanExpressionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/CategorySideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/CategorySideEffect.cs index 21529531..0e95e680 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/CategorySideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/CategorySideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/CitationSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/CitationSideEffect.cs index 3f4a3d86..bbbf2ab3 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/CitationSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/CitationSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/CompoundParameterTypeBaseSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/CompoundParameterTypeBaseSideEffect.cs index bee7c830..edbd042e 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/CompoundParameterTypeBaseSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/CompoundParameterTypeBaseSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/CompoundParameterTypeSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/CompoundParameterTypeSideEffect.cs index c87163e7..3aac5093 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/CompoundParameterTypeSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/CompoundParameterTypeSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ConversionBasedUnitSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ConversionBasedUnitSideEffect.cs index 21286155..185bba2a 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ConversionBasedUnitSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ConversionBasedUnitSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/DefinitionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/DefinitionSideEffect.cs index 7a37462f..748d7ba2 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/DefinitionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/DefinitionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/DependentParameterTypeAssignmentSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/DependentParameterTypeAssignmentSideEffect.cs index 28a33461..73af3be6 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/DependentParameterTypeAssignmentSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/DependentParameterTypeAssignmentSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/DerivedQuantityKindSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/DerivedQuantityKindSideEffect.cs index 012ee845..dd55de3a 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/DerivedQuantityKindSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/DerivedQuantityKindSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/DerivedUnitSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/DerivedUnitSideEffect.cs index eea7b943..28a3c0f3 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/DerivedUnitSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/DerivedUnitSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/DomainFileStoreSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/DomainFileStoreSideEffect.cs index 2739e77f..4f259e9a 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/DomainFileStoreSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/DomainFileStoreSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ElementDefinitionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ElementDefinitionSideEffect.cs index a2075c15..18a0fc25 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ElementDefinitionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ElementDefinitionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ElementUsageSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ElementUsageSideEffect.cs index aeb725ef..35f2dcfb 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ElementUsageSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ElementUsageSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/EngineeringModelSetupSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/EngineeringModelSetupSideEffect.cs index 6d6ccc85..ea74be84 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/EngineeringModelSetupSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/EngineeringModelSetupSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ExclusiveOrExpressionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ExclusiveOrExpressionSideEffect.cs index 55cb1844..bf3628e7 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ExclusiveOrExpressionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ExclusiveOrExpressionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/FileRevisionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/FileRevisionSideEffect.cs index 38ddfd1d..62be2894 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/FileRevisionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/FileRevisionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/FileSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/FileSideEffect.cs index 8c64215a..3b1a81a5 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/FileSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/FileSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/FolderSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/FolderSideEffect.cs index 2e494274..dbf42964 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/FolderSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/FolderSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/GlossarySideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/GlossarySideEffect.cs index 2c8c482b..e5e4f228 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/GlossarySideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/GlossarySideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/HyperLinkSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/HyperLinkSideEffect.cs index c1975cbc..cb0c960e 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/HyperLinkSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/HyperLinkSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/IndependentParameterTypeAssignmentSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/IndependentParameterTypeAssignmentSideEffect.cs index c40e22a5..a9075d9b 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/IndependentParameterTypeAssignmentSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/IndependentParameterTypeAssignmentSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/IterationSetupSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/IterationSetupSideEffect.cs index 90d4a332..18428456 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/IterationSetupSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/IterationSetupSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/LinearConversionUnitSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/LinearConversionUnitSideEffect.cs index 6b0a715f..7d538e4b 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/LinearConversionUnitSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/LinearConversionUnitSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/MeasurementScaleSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/MeasurementScaleSideEffect.cs index 135cd373..065f4d82 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/MeasurementScaleSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/MeasurementScaleSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/NotExpressionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/NotExpressionSideEffect.cs index 35e2e4d5..642a613c 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/NotExpressionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/NotExpressionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/OptionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/OptionSideEffect.cs index 052c2488..a1dfb7b0 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/OptionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/OptionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/OrExpressionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/OrExpressionSideEffect.cs index 2e50d9b7..2d515822 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/OrExpressionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/OrExpressionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParameterGroupSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParameterGroupSideEffect.cs index 725e9d48..c068404c 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParameterGroupSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParameterGroupSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParameterOverrideSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParameterOverrideSideEffect.cs index 3bb44fa3..ba22afc9 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParameterOverrideSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParameterOverrideSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParameterOverrideValueSetSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParameterOverrideValueSetSideEffect.cs index 04577168..c0cb5045 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParameterOverrideValueSetSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParameterOverrideValueSetSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParameterSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParameterSideEffect.cs index 99441cdb..8cf22ff8 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParameterSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParameterSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParameterSubscriptionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParameterSubscriptionSideEffect.cs index e7388771..7ca7d954 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParameterSubscriptionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParameterSubscriptionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParameterSubscriptionValueSetSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParameterSubscriptionValueSetSideEffect.cs index 730357de..13dde53d 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParameterSubscriptionValueSetSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParameterSubscriptionValueSetSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParameterTypeComponentSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParameterTypeComponentSideEffect.cs index 1f4f6d51..115d1d6b 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParameterTypeComponentSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParameterTypeComponentSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParameterTypeSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParameterTypeSideEffect.cs index cf930fe8..f3102137 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParameterTypeSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParameterTypeSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParameterValueSetSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParameterValueSetSideEffect.cs index cc20ea03..b2e79ad2 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParameterValueSetSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParameterValueSetSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParticipantPermissionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParticipantPermissionSideEffect.cs index 5e49959a..ebc6bfb4 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParticipantPermissionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParticipantPermissionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/ParticipantSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/ParticipantSideEffect.cs index 3235ff7a..494b4743 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/ParticipantSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/ParticipantSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/PersonPermissionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/PersonPermissionSideEffect.cs index 55da4cf2..79b72ee0 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/PersonPermissionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/PersonPermissionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/PersonSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/PersonSideEffect.cs index f614786c..0085e845 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/PersonSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/PersonSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/PossibleFiniteStateListSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/PossibleFiniteStateListSideEffect.cs index 5c06ffca..be21a3c3 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/PossibleFiniteStateListSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/PossibleFiniteStateListSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/PossibleFiniteStateSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/PossibleFiniteStateSideEffect.cs index cbcddb36..8a8fef8a 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/PossibleFiniteStateSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/PossibleFiniteStateSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/PrefixedUnitSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/PrefixedUnitSideEffect.cs index 8258da3e..89c4f3e0 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/PrefixedUnitSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/PrefixedUnitSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/PublicationSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/PublicationSideEffect.cs index c7b75096..da3c6bff 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/PublicationSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/PublicationSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/RelationalExpressionSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/RelationalExpressionSideEffect.cs index 9056ffff..8751ac5a 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/RelationalExpressionSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/RelationalExpressionSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/RequirementsGroupSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/RequirementsGroupSideEffect.cs index bd92058c..ca6db997 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/RequirementsGroupSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/RequirementsGroupSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/SiteReferenceDataLibrarySideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/SiteReferenceDataLibrarySideEffect.cs index c57b92e4..058b9e43 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/SiteReferenceDataLibrarySideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/SiteReferenceDataLibrarySideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/SpecializedQuantityKindSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/SpecializedQuantityKindSideEffect.cs index 532d2a7b..006c1750 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/SpecializedQuantityKindSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/SpecializedQuantityKindSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/Implementation/UnitFactorSideEffect.cs b/CometServer/Services/Operations/SideEffects/Implementation/UnitFactorSideEffect.cs index 1edb47aa..93c61f09 100644 --- a/CometServer/Services/Operations/SideEffects/Implementation/UnitFactorSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/Implementation/UnitFactorSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/OperationSideEffect.cs b/CometServer/Services/Operations/SideEffects/OperationSideEffect.cs index b2e9edf8..f8e60aa3 100644 --- a/CometServer/Services/Operations/SideEffects/OperationSideEffect.cs +++ b/CometServer/Services/Operations/SideEffects/OperationSideEffect.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Operations/SideEffects/OperationSideEffectProcessor.cs b/CometServer/Services/Operations/SideEffects/OperationSideEffectProcessor.cs index 65353411..71a64963 100644 --- a/CometServer/Services/Operations/SideEffects/OperationSideEffectProcessor.cs +++ b/CometServer/Services/Operations/SideEffects/OperationSideEffectProcessor.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Protocol/IQueryParameters.cs b/CometServer/Services/Protocol/IQueryParameters.cs index 30b19c9e..360badfc 100644 --- a/CometServer/Services/Protocol/IQueryParameters.cs +++ b/CometServer/Services/Protocol/IQueryParameters.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Protocol/QueryParameters.cs b/CometServer/Services/Protocol/QueryParameters.cs index d7b0ab85..2f421058 100644 --- a/CometServer/Services/Protocol/QueryParameters.cs +++ b/CometServer/Services/Protocol/QueryParameters.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/RequestUtils.cs b/CometServer/Services/RequestUtils.cs index 3c321311..69a24250 100644 --- a/CometServer/Services/RequestUtils.cs +++ b/CometServer/Services/RequestUtils.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Resolve/IResolveService.cs b/CometServer/Services/Resolve/IResolveService.cs index 3f2919d9..0da80a30 100644 --- a/CometServer/Services/Resolve/IResolveService.cs +++ b/CometServer/Services/Resolve/IResolveService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Resolve/ResolveService.cs b/CometServer/Services/Resolve/ResolveService.cs index f33da01d..a173ec66 100644 --- a/CometServer/Services/Resolve/ResolveService.cs +++ b/CometServer/Services/Resolve/ResolveService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/ResourceProcessor.cs b/CometServer/Services/ResourceProcessor.cs index 871b88ab..3a9ae5d1 100644 --- a/CometServer/Services/ResourceProcessor.cs +++ b/CometServer/Services/ResourceProcessor.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Revision/IRevisionResolver.cs b/CometServer/Services/Revision/IRevisionResolver.cs index 8aa09331..560544bb 100644 --- a/CometServer/Services/Revision/IRevisionResolver.cs +++ b/CometServer/Services/Revision/IRevisionResolver.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Revision/IRevisionService.cs b/CometServer/Services/Revision/IRevisionService.cs index 28d344a4..b152a113 100644 --- a/CometServer/Services/Revision/IRevisionService.cs +++ b/CometServer/Services/Revision/IRevisionService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Revision/RevisionResolver.cs b/CometServer/Services/Revision/RevisionResolver.cs index 033d6dae..bbcb1e36 100644 --- a/CometServer/Services/Revision/RevisionResolver.cs +++ b/CometServer/Services/Revision/RevisionResolver.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Revision/RevisionService.cs b/CometServer/Services/Revision/RevisionService.cs index 84da6876..acb685a8 100644 --- a/CometServer/Services/Revision/RevisionService.cs +++ b/CometServer/Services/Revision/RevisionService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Revision/ThingRevisionInfo.cs b/CometServer/Services/Revision/ThingRevisionInfo.cs index 7bbcca6f..3a776022 100644 --- a/CometServer/Services/Revision/ThingRevisionInfo.cs +++ b/CometServer/Services/Revision/ThingRevisionInfo.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/AccessRightKindValidationService.cs b/CometServer/Services/Supplemental/AccessRightKindValidationService.cs index 9155c2b8..f9341bcf 100644 --- a/CometServer/Services/Supplemental/AccessRightKindValidationService.cs +++ b/CometServer/Services/Supplemental/AccessRightKindValidationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ActualFiniteStateListService.cs b/CometServer/Services/Supplemental/ActualFiniteStateListService.cs index e0bae0ca..100d9e54 100644 --- a/CometServer/Services/Supplemental/ActualFiniteStateListService.cs +++ b/CometServer/Services/Supplemental/ActualFiniteStateListService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/CommonFileStoreService.cs b/CometServer/Services/Supplemental/CommonFileStoreService.cs index 6fb21520..eda7e24a 100644 --- a/CometServer/Services/Supplemental/CommonFileStoreService.cs +++ b/CometServer/Services/Supplemental/CommonFileStoreService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/DomainFileStoreService.cs b/CometServer/Services/Supplemental/DomainFileStoreService.cs index 4504f86f..3227d418 100644 --- a/CometServer/Services/Supplemental/DomainFileStoreService.cs +++ b/CometServer/Services/Supplemental/DomainFileStoreService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ElementDefinitionService.cs b/CometServer/Services/Supplemental/ElementDefinitionService.cs index c81b1aac..1c79171d 100644 --- a/CometServer/Services/Supplemental/ElementDefinitionService.cs +++ b/CometServer/Services/Supplemental/ElementDefinitionService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ElementUsageService.cs b/CometServer/Services/Supplemental/ElementUsageService.cs index cd78f031..633fd009 100644 --- a/CometServer/Services/Supplemental/ElementUsageService.cs +++ b/CometServer/Services/Supplemental/ElementUsageService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/EngineeringModelService.cs b/CometServer/Services/Supplemental/EngineeringModelService.cs index 3ae787a2..2f589055 100644 --- a/CometServer/Services/Supplemental/EngineeringModelService.cs +++ b/CometServer/Services/Supplemental/EngineeringModelService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/EngineeringModelSetupService.cs b/CometServer/Services/Supplemental/EngineeringModelSetupService.cs index 7e3be08c..5ea40e98 100644 --- a/CometServer/Services/Supplemental/EngineeringModelSetupService.cs +++ b/CometServer/Services/Supplemental/EngineeringModelSetupService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ExchangeDateTime.cs b/CometServer/Services/Supplemental/ExchangeDateTime.cs index 9b0a518f..235b1b79 100644 --- a/CometServer/Services/Supplemental/ExchangeDateTime.cs +++ b/CometServer/Services/Supplemental/ExchangeDateTime.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ExchangeFileHeader.cs b/CometServer/Services/Supplemental/ExchangeFileHeader.cs index 3013f7e3..6786a9f1 100644 --- a/CometServer/Services/Supplemental/ExchangeFileHeader.cs +++ b/CometServer/Services/Supplemental/ExchangeFileHeader.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ExchangeFileInitiator.cs b/CometServer/Services/Supplemental/ExchangeFileInitiator.cs index 2de1ca85..9560a45b 100644 --- a/CometServer/Services/Supplemental/ExchangeFileInitiator.cs +++ b/CometServer/Services/Supplemental/ExchangeFileInitiator.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/FileService.cs b/CometServer/Services/Supplemental/FileService.cs index 614f583b..b9ceb050 100644 --- a/CometServer/Services/Supplemental/FileService.cs +++ b/CometServer/Services/Supplemental/FileService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/FolderService.cs b/CometServer/Services/Supplemental/FolderService.cs index 8639eb4a..7ea29fd3 100644 --- a/CometServer/Services/Supplemental/FolderService.cs +++ b/CometServer/Services/Supplemental/FolderService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IAccessRightKindValidationService.cs b/CometServer/Services/Supplemental/IAccessRightKindValidationService.cs index 1d39746d..34e10334 100644 --- a/CometServer/Services/Supplemental/IAccessRightKindValidationService.cs +++ b/CometServer/Services/Supplemental/IAccessRightKindValidationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IActualFiniteStateListService.cs b/CometServer/Services/Supplemental/IActualFiniteStateListService.cs index bedca017..05092480 100644 --- a/CometServer/Services/Supplemental/IActualFiniteStateListService.cs +++ b/CometServer/Services/Supplemental/IActualFiniteStateListService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ICommonFileStoreService.cs b/CometServer/Services/Supplemental/ICommonFileStoreService.cs index 2c827191..ae767709 100644 --- a/CometServer/Services/Supplemental/ICommonFileStoreService.cs +++ b/CometServer/Services/Supplemental/ICommonFileStoreService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IDomainFileStoreService.cs b/CometServer/Services/Supplemental/IDomainFileStoreService.cs index e6701070..06836af4 100644 --- a/CometServer/Services/Supplemental/IDomainFileStoreService.cs +++ b/CometServer/Services/Supplemental/IDomainFileStoreService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IEngineeringModelService.cs b/CometServer/Services/Supplemental/IEngineeringModelService.cs index c5cc8024..97153334 100644 --- a/CometServer/Services/Supplemental/IEngineeringModelService.cs +++ b/CometServer/Services/Supplemental/IEngineeringModelService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IEngineeringModelSetupService.cs b/CometServer/Services/Supplemental/IEngineeringModelSetupService.cs index a376e1b4..37e9ac3d 100644 --- a/CometServer/Services/Supplemental/IEngineeringModelSetupService.cs +++ b/CometServer/Services/Supplemental/IEngineeringModelSetupService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IFileService.cs b/CometServer/Services/Supplemental/IFileService.cs index 7c373f69..52690507 100644 --- a/CometServer/Services/Supplemental/IFileService.cs +++ b/CometServer/Services/Supplemental/IFileService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Geren, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Thate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IFolderService.cs b/CometServer/Services/Supplemental/IFolderService.cs index 251420a0..64348fea 100644 --- a/CometServer/Services/Supplemental/IFolderService.cs +++ b/CometServer/Services/Supplemental/IFolderService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IIterationService.cs b/CometServer/Services/Supplemental/IIterationService.cs index 4d79d197..8c5fd53d 100644 --- a/CometServer/Services/Supplemental/IIterationService.cs +++ b/CometServer/Services/Supplemental/IIterationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IModelReferenceDataLibraryService.cs b/CometServer/Services/Supplemental/IModelReferenceDataLibraryService.cs index 8c7dc680..b962b7a8 100644 --- a/CometServer/Services/Supplemental/IModelReferenceDataLibraryService.cs +++ b/CometServer/Services/Supplemental/IModelReferenceDataLibraryService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IParameterService.cs b/CometServer/Services/Supplemental/IParameterService.cs index 72a327b7..3904af60 100644 --- a/CometServer/Services/Supplemental/IParameterService.cs +++ b/CometServer/Services/Supplemental/IParameterService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Services/Supplemental/IPermissionInstanceFilterService.cs b/CometServer/Services/Supplemental/IPermissionInstanceFilterService.cs index 2ab7d77d..09cf4f29 100644 --- a/CometServer/Services/Supplemental/IPermissionInstanceFilterService.cs +++ b/CometServer/Services/Supplemental/IPermissionInstanceFilterService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IPersonService.cs b/CometServer/Services/Supplemental/IPersonService.cs index 0cd68a3e..2cf2ba9f 100644 --- a/CometServer/Services/Supplemental/IPersonService.cs +++ b/CometServer/Services/Supplemental/IPersonService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IPublicationService.cs b/CometServer/Services/Supplemental/IPublicationService.cs index 51c9754f..fc89c812 100644 --- a/CometServer/Services/Supplemental/IPublicationService.cs +++ b/CometServer/Services/Supplemental/IPublicationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IServiceProvider.cs b/CometServer/Services/Supplemental/IServiceProvider.cs index 80463d31..b746d1a0 100644 --- a/CometServer/Services/Supplemental/IServiceProvider.cs +++ b/CometServer/Services/Supplemental/IServiceProvider.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/IterationService.cs b/CometServer/Services/Supplemental/IterationService.cs index 95a941b1..90ef99ab 100644 --- a/CometServer/Services/Supplemental/IterationService.cs +++ b/CometServer/Services/Supplemental/IterationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ModelReferenceDataLibraryService.cs b/CometServer/Services/Supplemental/ModelReferenceDataLibraryService.cs index 2c1ad904..aec52410 100644 --- a/CometServer/Services/Supplemental/ModelReferenceDataLibraryService.cs +++ b/CometServer/Services/Supplemental/ModelReferenceDataLibraryService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/OrganizationInfo.cs b/CometServer/Services/Supplemental/OrganizationInfo.cs index 3eb66981..23ce0f03 100644 --- a/CometServer/Services/Supplemental/OrganizationInfo.cs +++ b/CometServer/Services/Supplemental/OrganizationInfo.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ParameterGroupService.cs b/CometServer/Services/Supplemental/ParameterGroupService.cs index ed837e6c..24ad1fe1 100644 --- a/CometServer/Services/Supplemental/ParameterGroupService.cs +++ b/CometServer/Services/Supplemental/ParameterGroupService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ParameterOverrideService.cs b/CometServer/Services/Supplemental/ParameterOverrideService.cs index a5124e95..ce5bcb0e 100644 --- a/CometServer/Services/Supplemental/ParameterOverrideService.cs +++ b/CometServer/Services/Supplemental/ParameterOverrideService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ParameterService.cs b/CometServer/Services/Supplemental/ParameterService.cs index e0b66f5e..81a1d85f 100644 --- a/CometServer/Services/Supplemental/ParameterService.cs +++ b/CometServer/Services/Supplemental/ParameterService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Services/Supplemental/ParameterSubscriptionService.cs b/CometServer/Services/Supplemental/ParameterSubscriptionService.cs index 197fdc20..e485d420 100644 --- a/CometServer/Services/Supplemental/ParameterSubscriptionService.cs +++ b/CometServer/Services/Supplemental/ParameterSubscriptionService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/PermissionInstanceFilterService.cs b/CometServer/Services/Supplemental/PermissionInstanceFilterService.cs index f291e589..9c204945 100644 --- a/CometServer/Services/Supplemental/PermissionInstanceFilterService.cs +++ b/CometServer/Services/Supplemental/PermissionInstanceFilterService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/PersonService.cs b/CometServer/Services/Supplemental/PersonService.cs index 44501bbc..3baa2317 100644 --- a/CometServer/Services/Supplemental/PersonService.cs +++ b/CometServer/Services/Supplemental/PersonService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/PublicationService.cs b/CometServer/Services/Supplemental/PublicationService.cs index 6d8ae1db..464c51e2 100644 --- a/CometServer/Services/Supplemental/PublicationService.cs +++ b/CometServer/Services/Supplemental/PublicationService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/Supplemental/ServiceBase.cs b/CometServer/Services/Supplemental/ServiceBase.cs index aa7c232f..07da887d 100644 --- a/CometServer/Services/Supplemental/ServiceBase.cs +++ b/CometServer/Services/Supplemental/ServiceBase.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Services/TokenGeneratorService.cs b/CometServer/Services/TokenGeneratorService.cs index f4d937f3..f6484ef8 100644 --- a/CometServer/Services/TokenGeneratorService.cs +++ b/CometServer/Services/TokenGeneratorService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Services/Utils.cs b/CometServer/Services/Utils.cs index d3b38a8e..30be29ed 100644 --- a/CometServer/Services/Utils.cs +++ b/CometServer/Services/Utils.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Startup.cs b/CometServer/Startup.cs index 6d9d0993..4efe0bb2 100644 --- a/CometServer/Startup.cs +++ b/CometServer/Startup.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/CometServer/Tasks/CometTaskService.cs b/CometServer/Tasks/CometTaskService.cs index a2584026..a76d5660 100644 --- a/CometServer/Tasks/CometTaskService.cs +++ b/CometServer/Tasks/CometTaskService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/Tasks/ICometTaskService.cs b/CometServer/Tasks/ICometTaskService.cs index 63498d22..5b0ddcbf 100644 --- a/CometServer/Tasks/ICometTaskService.cs +++ b/CometServer/Tasks/ICometTaskService.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Web Services Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Web Services Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // This is an auto-generated class. Any manual changes to this file will be overwritten! // // The CDP4-COMET Web Services Community Edition is free software; you can redistribute it and/or diff --git a/CometServer/wwwroot/background.png b/CometServer/wwwroot/background.png deleted file mode 100644 index 09c90b7f..00000000 Binary files a/CometServer/wwwroot/background.png and /dev/null differ diff --git a/CometServer/wwwroot/corner-right.svg b/CometServer/wwwroot/corner-right.svg new file mode 100644 index 00000000..449b21f8 --- /dev/null +++ b/CometServer/wwwroot/corner-right.svg @@ -0,0 +1,14 @@ + + + + + + + + + \ No newline at end of file diff --git a/CometServer/wwwroot/rhea_logo.png b/CometServer/wwwroot/rhea_logo.png deleted file mode 100644 index 4578b977..00000000 Binary files a/CometServer/wwwroot/rhea_logo.png and /dev/null differ diff --git a/CometServer/wwwroot/starion-logo.svg b/CometServer/wwwroot/starion-logo.svg new file mode 100644 index 00000000..83ae00fc --- /dev/null +++ b/CometServer/wwwroot/starion-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/README.md b/README.md index b515aeaa..fab7bf52 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ - + ## Introduction The CDP4-COMET Webservices is the RHEA Group **Concurrent Design** REST API based on ECSS-E-TM-10-25. COMET is the RHEA Group Concurrent Design Solution that allows a team of engineers to perform Concurrent Design. COMET is an implementation of ECSS-E-TM-10-25A Annex A and C. ECSS-E-TM-10-25A Annex A is the so-called master model that is expressed in UML. ECSS-E-TM-10-25A Annex C describes the REST API. -Read the [Wiki](https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/wiki) for detailed information on installation, architecture and much more. +Read the [Wiki](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/wiki) for detailed information on installation, architecture and much more. ## Concurrent Design @@ -12,7 +12,7 @@ The Concurrent Design method is an approach to design activities in which all de The Concurrent Design method brings many advantages to the early design phase by providing a structure for this otherwise chaotic phase. Many design concepts have been implemented in the Concurrent Design method to help a team of stakeholders perform their task. The design work is done in collocated sessions with all stakeholders involved and present, creating an integrated design and enabling good communication and exchange of information between team members. -To read more about Concurrent Design and how to use the COMET IME Desktop application to perform concurrent design please read our documentation at https://www.rheagroup.com/document/cdp4-comet-manual/ +To read more about Concurrent Design and how to use the COMET IME Desktop application to perform concurrent design please read our documentation at https://www.stariongroup.eu/document/cdp4-comet-manual/ ## Build Status @@ -20,13 +20,13 @@ GitHub actions are used to build and test the library Branch | Build Status ------- | :------------ -Master | ![Build Status](https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/actions/workflows/CodeQuality.yml/badge.svg?branch=master) -Development | ![Build Status](https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/actions/workflows/CodeQuality.yml/badge.svg?branch=development) +Master | ![Build Status](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/actions/workflows/CodeQuality.yml/badge.svg?branch=master) +Development | ![Build Status](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/actions/workflows/CodeQuality.yml/badge.svg?branch=development) ## Statistics - - Downloads: ![GitHub All Releases](https://img.shields.io/github/downloads/RHEAGROUP/COMET-WebServices-Community-Edition/total.svg) - - Issues: ![GitHub issues](https://img.shields.io/github/issues/RHEAGROUP/COMET-WebServices-Community-Edition.svg) + - Downloads: ![GitHub All Releases](https://img.shields.io/github/downloads/STARIONGROUP/COMET-WebServices-Community-Edition/total.svg) + - Issues: ![GitHub issues](https://img.shields.io/github/issues/STARIONGROUP/COMET-WebServices-Community-Edition.svg) ## SonarQube Status: @@ -46,7 +46,7 @@ Development | ![Build Status](https://github.com/RHEAGROUP/COMET-WebServices-Com ## COMET-SDK -The COMET Webservices make use of the [COMET-SDK](https://github.com/RHEAGROUP/COMET-SDK-Community-Edition). +The COMET Webservices make use of the [COMET-SDK](https://github.com/STARIONGROUP/COMET-SDK-Community-Edition). ## Web Framework @@ -54,13 +54,13 @@ The COMET Webservices are built on top of the [Carter](https://github.com/Carter ## ecss-10-25-annexc-integration-tests -The ECSS-E-TM-10-25 Annex C integration tests are used to validate the correctness of the implementation. These integration tests are available on [Github](https://github.com/RHEAGROUP/ecss-10-25-annexc-integration-tests) +The ECSS-E-TM-10-25 Annex C integration tests are used to validate the correctness of the implementation. These integration tests are available on [Github](https://github.com/STARIONGROUP/ecss-10-25-annexc-integration-tests) ## License The COMET Webservices Community Edition are provided to the community under the GNU Affero General Public License. The COMET Community Edition relies on open source and proprietary licensed components. Some of these components have a license that is not compatible with the GPL or AGPL. For these components Additional permission under GNU GPL version 3 section 7 are granted. See the license files for the details. The license can be found [here](LICENSE). -The [RHEA Group](https://www.rheagroup.com) also provides the [COMET Web Services Enterprise Edition](https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/wiki/COMET-Web-Services-Enterprise-Edition) which comes with commercial support and more features. [Contact](https://www.rheagroup.com/contact) us for more details. +The [RHEA Group](https://www.stariongroup.eu) also provides the [COMET Web Services Enterprise Edition](https://github.com/STARIONGROUP/COMET-WebServices-Community-Edition/wiki/COMET-Web-Services-Enterprise-Edition) which comes with commercial support and more features. [Contact](https://www.stariongroup.eu/contact) us for more details. ## Contributions diff --git a/VersionFileCreator/Program.cs b/VersionFileCreator/Program.cs index 086aa8ab..4b1b9299 100644 --- a/VersionFileCreator/Program.cs +++ b/VersionFileCreator/Program.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2015-2024 RHEA System S.A. +// +// Copyright (c) 2015-2024 Starion Group S.A. // // Author: Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski, Antoine Théate // // This file is part of CDP4-COMET Webservices Community Edition. -// The CDP4-COMET Webservices Community Edition is the RHEA implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET Webservices Community Edition is the STARION implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET Webservices Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/VersionFileCreator/VersionFileCreator.csproj b/VersionFileCreator/VersionFileCreator.csproj index cd5bf352..7c49fc88 100644 --- a/VersionFileCreator/VersionFileCreator.csproj +++ b/VersionFileCreator/VersionFileCreator.csproj @@ -3,11 +3,11 @@ Exe net8.0 - RHEA System S.A. + Starion Group S.A. VersionFileCreator 1.0.0 CDP4-COMET Version File Creator - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. AGPL-3.0-only Sam Gerené, Alex Vorobiev, Alexander van Delft Debug;Release