diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6ef8c523..4a479698 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 SysML2 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/SysML2.NET`) +1. Configure the upstream repo (`git remote add upstream git://github.com/STARIONGROUP/SysML2.NET`) 1. Checkout development 1. Create a local branch (`git checkout -b myBranch`) from development 1. Work on your feature @@ -44,9 +44,9 @@ When you're ready to go you should confirm that you are up to date and rebased w 1. `git push origin myBranch` 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. +1. Wait for @samatstariongroup 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/SysML2.NET/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/SysML2.NET/wiki) once it has been pulled in ## Style Guidelines diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ab7db0fb..fd08e4c7 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 SysML2.NET -- [ ] I have searched [open](https://github.com/RHEAGROUP/SysML2.NET/issues) and [closed](https://github.com/RHEAGROUP/SysML2.NET/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported +- [ ] I have searched [open](https://github.com/STARIONGROUP/SysML2.NET/issues) and [closed](https://github.com/STARIONGROUP/SysML2.NET/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 94d60eca..d838ec63 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/SysML2.NET/pulls) open -- [ ] I have verified that I am following the SysML2.NET [code style guidelines](https://raw.githubusercontent.com/RHEAGROUP/SysML2.NET/master/.github/CONTRIBUTING.md) +- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/STARIONGROUP/SysML2.NET/pulls) open +- [ ] I have verified that I am following the SysML2.NET [code style guidelines](https://raw.githubusercontent.com/STARIONGROUP/SysML2.NET/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 494d1a67..c5d1fec2 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -33,7 +33,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: | dotnet tool install --global dotnet-sonarscanner - dotnet sonarscanner begin /k:"RHEAGROUP_SysML2.NET" /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_SysML2.NET" /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 --no-restore /p:ContinuousIntegrationBuild=true diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b30a86cf..e729c413 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at s.gerene@rheagroup.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at s.gerene@stariongroup.eu. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/NOTICE b/NOTICE index 639ef1e9..d912fe37 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,2 @@ SysML2.NET -Copyright 2022 RHEA System S.A. \ No newline at end of file +Copyright 2022-2024 Starion Group S.A. \ No newline at end of file diff --git a/README.md b/README.md index 57554aea..6985ddd7 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ SysML2.NET is a .NET implementation of the [OMG SysML2 specification](https://github.com/Systems-Modeling/SysML-v2-Release). SysML2.NET provides a number of libraries in the form on an SDK as well as reference implementation such as a web-application and REST API. -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_SysML2.NET&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_SysML2.NET) -[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_SysML2.NET&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_SysML2.NET) -[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_SysML2.NET&metric=coverage)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_SysML2.NET) -[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_SysML2.NET&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_SysML2.NET) -[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_SysML2.NET&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_SysML2.NET) -[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_SysML2.NET&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_SysML2.NET) -[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_SysML2.NET&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_SysML2.NET) -[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_SysML2.NET&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_SysML2.NET) -[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_SysML2.NET&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_SysML2.NET) -[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_SysML2.NET&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_SysML2.NET) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_SysML2.NET&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_SysML2.NET) +[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_SysML2.NET&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_SysML2.NET) +[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_SysML2.NET&metric=coverage)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_SysML2.NET) +[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_SysML2.NET&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_SysML2.NET) +[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_SysML2.NET&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_SysML2.NET) +[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_SysML2.NET&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_SysML2.NET) +[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_SysML2.NET&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_SysML2.NET) +[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_SysML2.NET&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_SysML2.NET) +[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_SysML2.NET&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_SysML2.NET) +[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_SysML2.NET&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_SysML2.NET) ## Installation @@ -36,8 +36,8 @@ GitHub actions are used to build and test the library Branch | Build Status ------- | :------------ -Master | ![Build Status](https://github.com/RHEAGROUP/SysML2.NET/actions/workflows/CodeQuality.yml/badge.svg?branch=master) -Development | ![Build Status](https://github.com/RHEAGROUP/SysML2.NET/actions/workflows/CodeQuality.yml/badge.svg?branch=development) +Master | ![Build Status](https://github.com/STARIONGROUP/SysML2.NET/actions/workflows/CodeQuality.yml/badge.svg?branch=master) +Development | ![Build Status](https://github.com/STARIONGROUP/SysML2.NET/actions/workflows/CodeQuality.yml/badge.svg?branch=development) # License @@ -45,4 +45,4 @@ The SysML2.NET libraries and reference web-application are provided to the commu # Contributions -Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@rheagroup.com. You can find the CLA's in the CLA folder. +Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@stariongroup.eu. You can find the CLA's in the CLA folder. diff --git a/SySML2.NET.REST.Tests/RestClientTestFixture.cs b/SySML2.NET.REST.Tests/RestClientTestFixture.cs index 4cbcf51e..76aefed0 100644 --- a/SySML2.NET.REST.Tests/RestClientTestFixture.cs +++ b/SySML2.NET.REST.Tests/RestClientTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SySML2.NET.REST.Tests/SySML2.NET.REST.Tests.csproj b/SySML2.NET.REST.Tests/SySML2.NET.REST.Tests.csproj index e7ecac4e..23f0ac56 100644 --- a/SySML2.NET.REST.Tests/SySML2.NET.REST.Tests.csproj +++ b/SySML2.NET.REST.Tests/SySML2.NET.REST.Tests.csproj @@ -3,12 +3,12 @@ net8.0 11.0 - RHEA System S.A. + Starion Group S.A. Sam Gerene Nunit test suite for the SysML2.NET.REST project - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. Apache-2.0 - https://github.com/RHEAGROUP/SysML2.NET.git + https://github.com/STARIONGROUP/SysML2.NET.git Git false disable diff --git a/SySML2.NET.REST/AuthenticationStatusKind.cs b/SySML2.NET.REST/AuthenticationStatusKind.cs index 63277ae2..323c996a 100644 --- a/SySML2.NET.REST/AuthenticationStatusKind.cs +++ b/SySML2.NET.REST/AuthenticationStatusKind.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SySML2.NET.REST/IRestClient.cs b/SySML2.NET.REST/IRestClient.cs index 9a2dd312..abc6eb39 100644 --- a/SySML2.NET.REST/IRestClient.cs +++ b/SySML2.NET.REST/IRestClient.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SySML2.NET.REST/ISession.cs b/SySML2.NET.REST/ISession.cs index 6cae8d42..a6b3741b 100644 --- a/SySML2.NET.REST/ISession.cs +++ b/SySML2.NET.REST/ISession.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SySML2.NET.REST/RestClient.cs b/SySML2.NET.REST/RestClient.cs index 2f25df1f..251e0bb5 100644 --- a/SySML2.NET.REST/RestClient.cs +++ b/SySML2.NET.REST/RestClient.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SySML2.NET.REST/Session.cs b/SySML2.NET.REST/Session.cs index 7d777432..57b7fc93 100644 --- a/SySML2.NET.REST/Session.cs +++ b/SySML2.NET.REST/Session.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SySML2.NET.REST/SySML2.NET.REST.csproj b/SySML2.NET.REST/SySML2.NET.REST.csproj index 4553441f..b1e3e832 100644 --- a/SySML2.NET.REST/SySML2.NET.REST.csproj +++ b/SySML2.NET.REST/SySML2.NET.REST.csproj @@ -6,10 +6,10 @@ 0.12.0 A .NET implementation of the OMG SysML v2 REST/HTTP PSM Client SysML2.NET.REST - RHEA System S.A. - Copyright © RHEA System S.A. + Starion Group S.A. + Copyright © Starion Group S.A. Apache-2.0 - https://github.com/RHEAGROUP/SysML2.NET.git + https://github.com/STARIONGROUP/SysML2.NET.git Git Sam Gerené true diff --git a/SysML2.NET.API/DataService/DataService.cs b/SysML2.NET.API/DataService/DataService.cs index 0eb556e9..b670d334 100644 --- a/SysML2.NET.API/DataService/DataService.cs +++ b/SysML2.NET.API/DataService/DataService.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.API/DataService/ProjectService.cs b/SysML2.NET.API/DataService/ProjectService.cs index 1ee663fc..62b08b55 100644 --- a/SysML2.NET.API/DataService/ProjectService.cs +++ b/SysML2.NET.API/DataService/ProjectService.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.API/Modules/BaseModule.cs b/SysML2.NET.API/Modules/BaseModule.cs index 2bdfc7d0..ec2a7f1f 100644 --- a/SysML2.NET.API/Modules/BaseModule.cs +++ b/SysML2.NET.API/Modules/BaseModule.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.API/Modules/HomeModule.cs b/SysML2.NET.API/Modules/HomeModule.cs index 77e833e1..62ac5dc6 100644 --- a/SysML2.NET.API/Modules/HomeModule.cs +++ b/SysML2.NET.API/Modules/HomeModule.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ public class HomeModule : ICarterModule { public void AddRoutes(IEndpointRouteBuilder app) { - app.MapGet("/", () => "Welcome to the RHEA SysML2.NET REST API"); + app.MapGet("/", () => "Welcome to the Starion Group SysML2.NET REST API"); } } } diff --git a/SysML2.NET.API/Modules/ProjectModule.cs b/SysML2.NET.API/Modules/ProjectModule.cs index e9d02094..7a3f8127 100644 --- a/SysML2.NET.API/Modules/ProjectModule.cs +++ b/SysML2.NET.API/Modules/ProjectModule.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.API/PSM/AutoGenServices/IBranchService.cs b/SysML2.NET.API/PSM/AutoGenServices/IBranchService.cs index c8ea3bd2..1b308393 100644 --- a/SysML2.NET.API/PSM/AutoGenServices/IBranchService.cs +++ b/SysML2.NET.API/PSM/AutoGenServices/IBranchService.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.API/PSM/AutoGenServices/IProjectService.cs b/SysML2.NET.API/PSM/AutoGenServices/IProjectService.cs index 7c3d4293..e4f80aff 100644 --- a/SysML2.NET.API/PSM/AutoGenServices/IProjectService.cs +++ b/SysML2.NET.API/PSM/AutoGenServices/IProjectService.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.API/PSM/AutoGenServices/ProjectService.cs b/SysML2.NET.API/PSM/AutoGenServices/ProjectService.cs index 220fd421..2bd9e697 100644 --- a/SysML2.NET.API/PSM/AutoGenServices/ProjectService.cs +++ b/SysML2.NET.API/PSM/AutoGenServices/ProjectService.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.API/Program.cs b/SysML2.NET.API/Program.cs index fb8a3ebc..69984939 100644 --- a/SysML2.NET.API/Program.cs +++ b/SysML2.NET.API/Program.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.API/StartUp.cs b/SysML2.NET.API/StartUp.cs index dd09dd9e..2e0b07bd 100644 --- a/SysML2.NET.API/StartUp.cs +++ b/SysML2.NET.API/StartUp.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2023 RHEA System S.A. +// Copyright 2022-2023 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.API/SysML2.NET.API.csproj b/SysML2.NET.API/SysML2.NET.API.csproj index 2d0b25ee..31f16d51 100644 --- a/SysML2.NET.API/SysML2.NET.API.csproj +++ b/SysML2.NET.API/SysML2.NET.API.csproj @@ -5,10 +5,10 @@ 11.0 0.12.0 A .NET implementation of the REST/HTTP Platform-specific model (PSM) of the SysML v2 API and Services. - RHEA System S.A. - Copyright © RHEA System S.A. + Starion Group S.A. + Copyright © Starion Group S.A. Apache-2.0 - https://github.com/RHEAGROUP/SysML2.NET.git + https://github.com/STARIONGROUP/SysML2.NET.git Git Sam Gerené true diff --git a/SysML2.NET.CodeGenerator.Tests/DataModelLoaderTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/DataModelLoaderTestFixture.cs index 913cb10d..a0d061d0 100644 --- a/SysML2.NET.CodeGenerator.Tests/DataModelLoaderTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/DataModelLoaderTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/AnnotatingElement.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/AnnotatingElement.cs index f18dcdb0..7320106c 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/AnnotatingElement.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/AnnotatingElement.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Annotation.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Annotation.cs index 002f3eb9..d31f9fd3 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Annotation.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Annotation.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Comment.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Comment.cs index 316904b1..1dabd31f 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Comment.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Comment.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Connector.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Connector.cs index 5a7c0e2b..875c8c09 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Connector.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Connector.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Definition.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Definition.cs index 97060076..04f551ad 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Definition.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Definition.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Dependency.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Dependency.cs index 068ff5ca..267473ad 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Dependency.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Dependency.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Feature.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Feature.cs index 58b7a0e7..8beb9dfd 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Feature.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/Feature.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IAnnotatingElement.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IAnnotatingElement.cs index f98e2322..40e07abd 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IAnnotatingElement.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IAnnotatingElement.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IAnnotation.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IAnnotation.cs index e6671744..524715fe 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IAnnotation.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IAnnotation.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IComment.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IComment.cs index 23bf05bf..11084638 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IComment.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IComment.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IConnector.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IConnector.cs index 69faaf1b..bd3d11c5 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IConnector.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IConnector.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IDefinition.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IDefinition.cs index 571b1b05..1968a7ac 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IDefinition.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IDefinition.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IDependency.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IDependency.cs index e2647ac8..0853798d 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IDependency.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IDependency.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IElement.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IElement.cs index 5c121bd5..3ece3605 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IElement.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IElement.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IFeature.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IFeature.cs index 3e17183c..cd46ad0c 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IFeature.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IFeature.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IImport.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IImport.cs index f88011f3..31c16f07 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IImport.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/IImport.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/ILiteralInteger.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/ILiteralInteger.cs index 14d05cbd..d73a5b59 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/ILiteralInteger.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/ILiteralInteger.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/ILiteralRational.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/ILiteralRational.cs index 9f5e1a95..c8a50143 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/ILiteralRational.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/ILiteralRational.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/LiteralInteger.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/LiteralInteger.cs index 19f5133f..228559b2 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/LiteralInteger.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/LiteralInteger.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/LiteralRational.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/LiteralRational.cs index d0d3b5b8..2fe29ab1 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/LiteralRational.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/LiteralRational.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/NamespaceImport.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/NamespaceImport.cs index f89fbb33..3f01b765 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/NamespaceImport.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutGenPoco/NamespaceImport.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDeSerializer/FeatureDirectionKindDeserializer.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDeSerializer/FeatureDirectionKindDeserializer.cs index 784bde3f..d7622b35 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDeSerializer/FeatureDirectionKindDeserializer.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDeSerializer/FeatureDirectionKindDeserializer.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022 RHEA System S.A. +// Copyright 2022 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDeSerializer/PartDefinitionDeSerializer.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDeSerializer/PartDefinitionDeSerializer.cs index 8fb0da0b..3c19bb35 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDeSerializer/PartDefinitionDeSerializer.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDeSerializer/PartDefinitionDeSerializer.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022 RHEA System S.A. +// Copyright 2022 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/AnnotatingElementDictionaryReader.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/AnnotatingElementDictionaryReader.cs index e9032a95..f422350d 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/AnnotatingElementDictionaryReader.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/AnnotatingElementDictionaryReader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/AnnotationDictionaryReader.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/AnnotationDictionaryReader.cs index 656b7eff..bd8d4c3f 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/AnnotationDictionaryReader.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/AnnotationDictionaryReader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/CommentDictionaryReader.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/CommentDictionaryReader.cs index a56f9f96..8f1e789c 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/CommentDictionaryReader.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/CommentDictionaryReader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/ConnectorDictionaryReader.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/ConnectorDictionaryReader.cs index 431cd2b2..8eeb20af 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/ConnectorDictionaryReader.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/ConnectorDictionaryReader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/DefinitionDictionaryReader.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/DefinitionDictionaryReader.cs index bf661e27..61c0e55f 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/DefinitionDictionaryReader.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/DefinitionDictionaryReader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/DependencyDictionaryReader.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/DependencyDictionaryReader.cs index 74a01d56..c9e068b7 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/DependencyDictionaryReader.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/DependencyDictionaryReader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/FeatureDictionaryReader.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/FeatureDictionaryReader.cs index c479c5b7..3b1f8efb 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/FeatureDictionaryReader.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/FeatureDictionaryReader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/LiteralIntegerDictionaryReader.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/LiteralIntegerDictionaryReader.cs index 1bb0e3d9..2f15b3ae 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/LiteralIntegerDictionaryReader.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/LiteralIntegerDictionaryReader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/LiteralRationalDictionaryReader.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/LiteralRationalDictionaryReader.cs index cde06d44..f84152e5 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/LiteralRationalDictionaryReader.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/LiteralRationalDictionaryReader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/NamespaceImportDictionaryReader.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/NamespaceImportDictionaryReader.cs index 994e12b1..354b6eba 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/NamespaceImportDictionaryReader.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryReader/NamespaceImportDictionaryReader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/AnnotatingElementDictionaryWriter.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/AnnotatingElementDictionaryWriter.cs index 9e2c15c7..b7591d37 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/AnnotatingElementDictionaryWriter.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/AnnotatingElementDictionaryWriter.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/AnnotationDictionaryWriter.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/AnnotationDictionaryWriter.cs index 80c98791..a4b8cce3 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/AnnotationDictionaryWriter.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/AnnotationDictionaryWriter.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/CommentDictionaryWriter.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/CommentDictionaryWriter.cs index 901428cc..537cfb92 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/CommentDictionaryWriter.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/CommentDictionaryWriter.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/ConnectorDictionaryWriter.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/ConnectorDictionaryWriter.cs index c39b335e..3f978fb1 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/ConnectorDictionaryWriter.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/ConnectorDictionaryWriter.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/DefinitionDictionaryWriter.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/DefinitionDictionaryWriter.cs index b6e6b2e4..6f869547 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/DefinitionDictionaryWriter.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/DefinitionDictionaryWriter.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/DependencyDictionaryWriter.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/DependencyDictionaryWriter.cs index 68bc58cf..226170c5 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/DependencyDictionaryWriter.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/DependencyDictionaryWriter.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/FeatureDictionaryWriter.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/FeatureDictionaryWriter.cs index ce7d0dc1..f962c29d 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/FeatureDictionaryWriter.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/FeatureDictionaryWriter.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/LiteralIntegerDictionaryWriter.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/LiteralIntegerDictionaryWriter.cs index 0d1f7ec4..8e5283bf 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/LiteralIntegerDictionaryWriter.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/LiteralIntegerDictionaryWriter.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/LiteralRationalDictionaryWriter.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/LiteralRationalDictionaryWriter.cs index ef2cf69f..77ca958b 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/LiteralRationalDictionaryWriter.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/LiteralRationalDictionaryWriter.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/NamespaceImportDictionaryWriter.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/NamespaceImportDictionaryWriter.cs index fb6a3fb8..8874f49d 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/NamespaceImportDictionaryWriter.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDictionaryWriter/NamespaceImportDictionaryWriter.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/AnnotatingElement.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/AnnotatingElement.cs index 73efc20a..4cd2dd67 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/AnnotatingElement.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/AnnotatingElement.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Annotation.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Annotation.cs index 2ad45ce5..a3a79ac5 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Annotation.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Annotation.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Comment.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Comment.cs index fa8f33ae..5999d299 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Comment.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Comment.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Connector.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Connector.cs index e921137d..139fa523 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Connector.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Connector.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Definition.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Definition.cs index 76c17609..c6a04a5f 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Definition.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Definition.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Dependency.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Dependency.cs index b3987700..84fcfc33 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Dependency.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Dependency.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Feature.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Feature.cs index a171c575..93b1c0ce 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Feature.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/Feature.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IAnnotatingElement.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IAnnotatingElement.cs index 4d38064b..a36811c7 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IAnnotatingElement.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IAnnotatingElement.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IAnnotation.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IAnnotation.cs index 4af369e7..582411cd 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IAnnotation.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IAnnotation.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IComment.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IComment.cs index 6c794d15..f91a609b 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IComment.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IComment.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IConnector.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IConnector.cs index 9c3fa161..d6effdd9 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IConnector.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IConnector.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IDefinition.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IDefinition.cs index 4ed8e538..e54b43c3 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IDefinition.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IDefinition.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IDependency.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IDependency.cs index 54084ea7..dd16c0da 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IDependency.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IDependency.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IElement.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IElement.cs index 434b8f51..09dd9ae0 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IElement.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IElement.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IFeature.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IFeature.cs index 64100042..f67ef6c9 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IFeature.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IFeature.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IImport.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IImport.cs index 32cc75d5..e9cd0242 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IImport.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/IImport.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/ILiteralInteger.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/ILiteralInteger.cs index a9d202d6..8267bf8b 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/ILiteralInteger.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/ILiteralInteger.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/ILiteralRational.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/ILiteralRational.cs index bc0f3d42..d8a29d23 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/ILiteralRational.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/ILiteralRational.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/LiteralInteger.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/LiteralInteger.cs index 96f05da5..77be478d 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/LiteralInteger.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/LiteralInteger.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/LiteralRational.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/LiteralRational.cs index e9a3c45d..52856767 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/LiteralRational.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/LiteralRational.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/NamespaceImport.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/NamespaceImport.cs index 4232a38d..6d23876e 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/NamespaceImport.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenDto/NamespaceImport.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/AnnotatingElementFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/AnnotatingElementFactory.cs index 247f16cc..899e31b8 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/AnnotatingElementFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/AnnotatingElementFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/AnnotationFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/AnnotationFactory.cs index a91b9b29..c04f3f28 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/AnnotationFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/AnnotationFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/CommentFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/CommentFactory.cs index 212ee9f7..f4e47ef1 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/CommentFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/CommentFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/ConnectorFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/ConnectorFactory.cs index b65d4900..6a82e9c8 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/ConnectorFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/ConnectorFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/DefinitionFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/DefinitionFactory.cs index df9131e2..ff339d42 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/DefinitionFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/DefinitionFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/DependencyFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/DependencyFactory.cs index 2ae6420f..a536b1a6 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/DependencyFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/DependencyFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/ElementFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/ElementFactory.cs index 07bd2199..f87fb323 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/ElementFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/ElementFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/FeatureFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/FeatureFactory.cs index 3dcd0615..dba61159 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/FeatureFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/FeatureFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/LiteralIntegerFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/LiteralIntegerFactory.cs index 802ce6a7..5c5febe7 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/LiteralIntegerFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/LiteralIntegerFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/LiteralRationalFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/LiteralRationalFactory.cs index 6df8a843..1cd2636e 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/LiteralRationalFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/LiteralRationalFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/NamespaceImportFactory.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/NamespaceImportFactory.cs index c9bfced3..242a0cea 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/NamespaceImportFactory.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenElementFactory/NamespaceImportFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenEnum/VisibilityKind.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenEnum/VisibilityKind.cs index 36d0388d..da3fc16e 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenEnum/VisibilityKind.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenEnum/VisibilityKind.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022 RHEA System S.A. +// Copyright 2022 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/AnnotatingElementExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/AnnotatingElementExtensions.cs index 06fb0c80..0508f8fe 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/AnnotatingElementExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/AnnotatingElementExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/AnnotationExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/AnnotationExtensions.cs index 58f7737b..1fc83ac4 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/AnnotationExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/AnnotationExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/CommentExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/CommentExtensions.cs index d126e8f4..18b39ba1 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/CommentExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/CommentExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/ConnectorExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/ConnectorExtensions.cs index 64e4cca7..12224ab0 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/ConnectorExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/ConnectorExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/DefinitionExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/DefinitionExtensions.cs index 9c1effb7..1fc38282 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/DefinitionExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/DefinitionExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/DependencyExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/DependencyExtensions.cs index 1c285882..955745e8 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/DependencyExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/DependencyExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/ElementExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/ElementExtensions.cs index c5fd1ca4..632525d0 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/ElementExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/ElementExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/FeatureExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/FeatureExtensions.cs index fd37d574..d64446c7 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/FeatureExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/FeatureExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/LiteralIntegerExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/LiteralIntegerExtensions.cs index a487116c..e9bdc2a4 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/LiteralIntegerExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/LiteralIntegerExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/LiteralRationalExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/LiteralRationalExtensions.cs index 22da0894..f63d6d40 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/LiteralRationalExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/LiteralRationalExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/NamespaceImportExtensions.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/NamespaceImportExtensions.cs index 6edeb743..64b1f068 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/NamespaceImportExtensions.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenPocoExtension/NamespaceImportExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenSerializer/ElementSerializer.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenSerializer/ElementSerializer.cs index 79ce5185..8fefd2c9 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenSerializer/ElementSerializer.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenSerializer/ElementSerializer.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenSerializer/TriggerInvocationExpressionSerializer.cs b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenSerializer/TriggerInvocationExpressionSerializer.cs index 053d4334..36fa5d3e 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenSerializer/TriggerInvocationExpressionSerializer.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/AutoGenSerializer/TriggerInvocationExpressionSerializer.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Expected/ExpectedClasses.cs b/SysML2.NET.CodeGenerator.Tests/Expected/ExpectedClasses.cs index f493a74f..e2a82965 100644 --- a/SysML2.NET.CodeGenerator.Tests/Expected/ExpectedClasses.cs +++ b/SysML2.NET.CodeGenerator.Tests/Expected/ExpectedClasses.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Extensions/EcoreExtensionsTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Extensions/EcoreExtensionsTestFixture.cs index 6af4356e..c8b1c9a4 100644 --- a/SysML2.NET.CodeGenerator.Tests/Extensions/EcoreExtensionsTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Extensions/EcoreExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDalFactoryGeneratorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDalFactoryGeneratorTestFixture.cs index 743738bd..cdc77ffb 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDalFactoryGeneratorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDalFactoryGeneratorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDalPocoExtensionsGeneratorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDalPocoExtensionsGeneratorTestFixture.cs index 382605f1..ba087a60 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDalPocoExtensionsGeneratorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDalPocoExtensionsGeneratorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryReaderGeneratorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryReaderGeneratorTestFixture.cs index 5beaedc9..7622b300 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryReaderGeneratorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryReaderGeneratorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryWriterGeneratorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryWriterGeneratorTestFixture.cs index 8929df1a..dbfdb064 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryWriterGeneratorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryWriterGeneratorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoGeneratorTestGenerator.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoGeneratorTestGenerator.cs index 0bee0650..8d302085 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoGeneratorTestGenerator.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreDtoGeneratorTestGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreEnumGeneratorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreEnumGeneratorTestFixture.cs index bcfa3a70..94c853e5 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreEnumGeneratorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreEnumGeneratorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreGraphQLSchemaGeneratorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreGraphQLSchemaGeneratorTestFixture.cs index ebedfb46..ab41a50b 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreGraphQLSchemaGeneratorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreGraphQLSchemaGeneratorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreJsonDtoDeSerializerGeneratorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreJsonDtoDeSerializerGeneratorTestFixture.cs index 2ba49573..70481dd2 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreJsonDtoDeSerializerGeneratorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreJsonDtoDeSerializerGeneratorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreJsonDtoSerializerGeneratorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreJsonDtoSerializerGeneratorTestFixture.cs index 6bc70a38..cf2a5004 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreJsonDtoSerializerGeneratorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CoreJsonDtoSerializerGeneratorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CorePocoGeneratorTestGenerator.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CorePocoGeneratorTestGenerator.cs index 55a0c0de..f3dbe467 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CorePocoGeneratorTestGenerator.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/CorePocoGeneratorTestGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/HtmlDocsGeneratorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/HtmlDocsGeneratorTestFixture.cs index 363bad0a..b078d5bb 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/HtmlDocsGeneratorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/EcoreHandleBarsGenerators/HtmlDocsGeneratorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Generators/OpenApiHandleBarsGenerators/DtoPsmRestGeneratorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Generators/OpenApiHandleBarsGenerators/DtoPsmRestGeneratorTestFixture.cs index ea0f3c37..9893a132 100644 --- a/SysML2.NET.CodeGenerator.Tests/Generators/OpenApiHandleBarsGenerators/DtoPsmRestGeneratorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Generators/OpenApiHandleBarsGenerators/DtoPsmRestGeneratorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/Inspector/ModelInspectorTestFixture.cs b/SysML2.NET.CodeGenerator.Tests/Inspector/ModelInspectorTestFixture.cs index aa7aa56d..c66eba13 100644 --- a/SysML2.NET.CodeGenerator.Tests/Inspector/ModelInspectorTestFixture.cs +++ b/SysML2.NET.CodeGenerator.Tests/Inspector/ModelInspectorTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator.Tests/SysML2 - Backup.NET.CodeGenerator.Tests.csproj b/SysML2.NET.CodeGenerator.Tests/SysML2 - Backup.NET.CodeGenerator.Tests.csproj index 81ef1fab..6413a4ef 100644 --- a/SysML2.NET.CodeGenerator.Tests/SysML2 - Backup.NET.CodeGenerator.Tests.csproj +++ b/SysML2.NET.CodeGenerator.Tests/SysML2 - Backup.NET.CodeGenerator.Tests.csproj @@ -2,12 +2,12 @@ net7.0 - RHEA System S.A. + Starion Group S.A. Sam Gerene Nunit test suite for the SysML2.NET.CodeGenerator - Copyright 2022 RHEA System S.A. + Copyright 2022 Starion Group S.A. Apache-2.0 - https://github.com/RHEAGROUP/SysML2.NET.git + https://github.com/STARIONGROUP/SysML2.NET.git Git false disable diff --git a/SysML2.NET.CodeGenerator.Tests/SysML2.NET.CodeGenerator.Tests.csproj b/SysML2.NET.CodeGenerator.Tests/SysML2.NET.CodeGenerator.Tests.csproj index 32fe6b31..e0fa1d31 100644 --- a/SysML2.NET.CodeGenerator.Tests/SysML2.NET.CodeGenerator.Tests.csproj +++ b/SysML2.NET.CodeGenerator.Tests/SysML2.NET.CodeGenerator.Tests.csproj @@ -3,12 +3,12 @@ net8.0 11.0 - RHEA System S.A. + Starion Group S.A. Sam Gerene Nunit test suite for the SysML2.NET.CodeGenerator - Copyright © RHEA System S.A. + Copyright © Starion Group S.A. Apache-2.0 - https://github.com/RHEAGROUP/SysML2.NET.git + https://github.com/STARIONGROUP/SysML2.NET.git Git false disable diff --git a/SysML2.NET.CodeGenerator/DataModelLoader.cs b/SysML2.NET.CodeGenerator/DataModelLoader.cs index 86e28eeb..af1dbd5c 100644 --- a/SysML2.NET.CodeGenerator/DataModelLoader.cs +++ b/SysML2.NET.CodeGenerator/DataModelLoader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Extensions/EcoreExtensions.cs b/SysML2.NET.CodeGenerator/Extensions/EcoreExtensions.cs index 0049154f..cf57ea4c 100644 --- a/SysML2.NET.CodeGenerator/Extensions/EcoreExtensions.cs +++ b/SysML2.NET.CodeGenerator/Extensions/EcoreExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Extensions/GenericExtensions.cs b/SysML2.NET.CodeGenerator/Extensions/GenericExtensions.cs index ecabd88d..be0fc451 100644 --- a/SysML2.NET.CodeGenerator/Extensions/GenericExtensions.cs +++ b/SysML2.NET.CodeGenerator/Extensions/GenericExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDalFactoryGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDalFactoryGenerator.cs index 25811528..abef83f1 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDalFactoryGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDalFactoryGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDalPocoExtensionsGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDalPocoExtensionsGenerator.cs index b1cc0906..58f8e207 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDalPocoExtensionsGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDalPocoExtensionsGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryReaderGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryReaderGenerator.cs index c4a84e29..b76f4eeb 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryReaderGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryReaderGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryWriterGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryWriterGenerator.cs index 7b1cff10..8c2633c2 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryWriterGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoDictionaryWriterGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoGenerator.cs index c3637b00..054ce0df 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreDtoGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreEnumGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreEnumGenerator.cs index 94f1f3be..a6b01632 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreEnumGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreEnumGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreGraphQLSchemaGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreGraphQLSchemaGenerator.cs index e580413b..4301765e 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreGraphQLSchemaGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreGraphQLSchemaGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreJsonDtoDeSerializerGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreJsonDtoDeSerializerGenerator.cs index 51362274..2c7f2b43 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreJsonDtoDeSerializerGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreJsonDtoDeSerializerGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreJsonDtoSerializerGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreJsonDtoSerializerGenerator.cs index 72a840db..f51e9b46 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreJsonDtoSerializerGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CoreJsonDtoSerializerGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CorePocoGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CorePocoGenerator.cs index afe1af8e..fa05512c 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CorePocoGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/CorePocoGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/EcoreHandleBarsGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/EcoreHandleBarsGenerator.cs index e16dbe2c..a8a44bdd 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/EcoreHandleBarsGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/EcoreHandleBarsGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/HtmlDocsGenerator.cs b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/HtmlDocsGenerator.cs index 57983777..920004f8 100644 --- a/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/HtmlDocsGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/EcoreHandleBarsGenerators/HtmlDocsGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/Generator.cs b/SysML2.NET.CodeGenerator/Generators/Generator.cs index 22571586..3b67dbe8 100644 --- a/SysML2.NET.CodeGenerator/Generators/Generator.cs +++ b/SysML2.NET.CodeGenerator/Generators/Generator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022 RHEA System S.A. +// Copyright 2022 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/GeneratorPayload.cs b/SysML2.NET.CodeGenerator/Generators/GeneratorPayload.cs index b9684cd9..5175c5b4 100644 --- a/SysML2.NET.CodeGenerator/Generators/GeneratorPayload.cs +++ b/SysML2.NET.CodeGenerator/Generators/GeneratorPayload.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/HandleBarsGenerator.cs b/SysML2.NET.CodeGenerator/Generators/HandleBarsGenerator.cs index 354e8cc0..bacd0556 100644 --- a/SysML2.NET.CodeGenerator/Generators/HandleBarsGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/HandleBarsGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/OpenApiHandleBarsGenerators/DtoPsmRestGenerator.cs b/SysML2.NET.CodeGenerator/Generators/OpenApiHandleBarsGenerators/DtoPsmRestGenerator.cs index 688ecf73..d98144fc 100644 --- a/SysML2.NET.CodeGenerator/Generators/OpenApiHandleBarsGenerators/DtoPsmRestGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/OpenApiHandleBarsGenerators/DtoPsmRestGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Generators/OpenApiHandleBarsGenerators/OpenApiGenerator.cs b/SysML2.NET.CodeGenerator/Generators/OpenApiHandleBarsGenerators/OpenApiGenerator.cs index 770f9b47..333d9c5f 100644 --- a/SysML2.NET.CodeGenerator/Generators/OpenApiHandleBarsGenerators/OpenApiGenerator.cs +++ b/SysML2.NET.CodeGenerator/Generators/OpenApiHandleBarsGenerators/OpenApiGenerator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/HandleBarHelpers/DocumentationHelper.cs b/SysML2.NET.CodeGenerator/HandleBarHelpers/DocumentationHelper.cs index e2a1cbb9..2b75b215 100644 --- a/SysML2.NET.CodeGenerator/HandleBarHelpers/DocumentationHelper.cs +++ b/SysML2.NET.CodeGenerator/HandleBarHelpers/DocumentationHelper.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/HandleBarHelpers/StructuralFeatureHelper.cs b/SysML2.NET.CodeGenerator/HandleBarHelpers/StructuralFeatureHelper.cs index cd8948c7..fa4edd25 100644 --- a/SysML2.NET.CodeGenerator/HandleBarHelpers/StructuralFeatureHelper.cs +++ b/SysML2.NET.CodeGenerator/HandleBarHelpers/StructuralFeatureHelper.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/HandleBarHelpers/TypeNameHelper.cs b/SysML2.NET.CodeGenerator/HandleBarHelpers/TypeNameHelper.cs index de3cf268..796a5ea8 100644 --- a/SysML2.NET.CodeGenerator/HandleBarHelpers/TypeNameHelper.cs +++ b/SysML2.NET.CodeGenerator/HandleBarHelpers/TypeNameHelper.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Resources/HtmlDocs/css/rheaclassdocs.css b/SysML2.NET.CodeGenerator/Resources/HtmlDocs/css/starionclassdocs.css similarity index 92% rename from SysML2.NET.CodeGenerator/Resources/HtmlDocs/css/rheaclassdocs.css rename to SysML2.NET.CodeGenerator/Resources/HtmlDocs/css/starionclassdocs.css index 707c05f0..b17f285f 100644 --- a/SysML2.NET.CodeGenerator/Resources/HtmlDocs/css/rheaclassdocs.css +++ b/SysML2.NET.CodeGenerator/Resources/HtmlDocs/css/starionclassdocs.css @@ -1,202 +1,202 @@ -body -{ - font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; - font-weight: 300; - font-size: 14px; -} - -html, body { - height: 100%; -} - -.wrap { - height: 100vh; - display: flex; -} - -main { - flex: 1; - display: flex; -} - -aside, article { - overflow-y: scroll; - padding: 2em; -} - -aside h3{ - font-size:15px; - font-weight: bold; -} - -aside { - flex: 1; -} - -article { - flex: 3; -} - -/* - Ex Machina by TEMPLATED - templated.co @templatedco - Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) -*/ - -@charset 'UTF-8'; - -@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal} - -.rhea-table { - font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; - text-align: left; - width: 100%; - border-collapse: collapse; - border: 1px solid #69c; - margin: 0px; - margin-bottom: 10px; -} - -.rhea-table th { - font-weight: bold; - color: #05A6E5; - padding: 15px 10px 10px; -} - -.rhea-table tbody { - background: #e8edff; -} - -.rhea-table tfoot { - font-size: 10px; -} - -.rhea-table td { - color: #669; - border-top: 1px solid #69c; - padding: 10px; - vertical-align: top; -} - -.rhea-table a { - color: #FF0505; - text-decoration: underline; -} - -ol { - counter-reset: li; /* Initiate a counter */ - list-style: none; /* Remove default numbering */ - *list-style: decimal; /* Keep using default numbering for IE6/7 */ - padding: 0; - margin-bottom: 4em; - text-shadow: 0 1px 0 rgba(255,255,255,.5); -} - -ul { - counter-reset: li; /* Initiate a counter */ - list-style: none; /* Remove default numbering */ - padding: 0; - margin-bottom: 4em; - text-shadow: 0 1px 0 rgba(255,255,255,.5); -} - -ol ol { - margin: 0 0 0 2em; /* Add some left margin for inner lists */ -} - -.rectangle-list li{ - position: relative; - *padding: .4em; - margin: .5em 0 2.5em 0em; - color: #444; - text-decoration: none; - transition: all .3s ease-out; - letter-spacing: 1px; - /*text-transform: uppercase;*/ - font-size: 6pt; -} - -.rectangle-list a{ - position: relative; - /*text-transform: uppercase;*/ - padding: .4em .4em .4em .8em; - *padding: .4em; - margin: .5em 0 .5em 2.5em; - background: #fff; - color: #00A4E4; - font-weight: bold; - text-decoration: none; - transition: all .3s ease-out; - font-size: 8pt; -} - -.rectangle-list a:hover{ - background: #eee; -} - -.rectangle-list a:before{ - content: counter(li); - counter-increment: li; - position: absolute; - left: -2.5em; - top: 50%; - margin-top: -1em; - background: #BFD9FF; - height: 2em; - width: 2em; - line-height: 2em; - text-align: center; - font-weight: bold; -} - -ul.rectangle-list a:before{ - content:""; - font-family: FontAwesome; - counter-increment: li; - position: absolute; - left: -2.5em; - top: 50%; - margin-top: -1em; - background: #BFD9FF; - height: 2em; - width: 2em; - line-height: 2em; - text-align: center; - font-weight: bold; - - text-decoration: none; - font-style: normal; - - -webkit-font-smoothing:antialiased; - -moz-osx-font-smoothing:grayscale; -} - -.rectangle-list a:after{ - position: absolute; - content: ''; - border: .5em solid transparent; - left: -1em; - top: 50%; - margin-top: -.5em; - transition: all .3s ease-out; -} - -.rectangle-list a:hover:after{ - left: -.5em; - border-left-color: #BFD9FF; -} - -h2 { - font-size: 1.8em; - font-weight: bold; -} - -h3 { - font-size: 1.5em; - font-weight: bold; -} - -h4 { - font-size: 1.2em; - font-weight: bold; +body +{ + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; + font-weight: 300; + font-size: 14px; +} + +html, body { + height: 100%; +} + +.wrap { + height: 100vh; + display: flex; +} + +main { + flex: 1; + display: flex; +} + +aside, article { + overflow-y: scroll; + padding: 2em; +} + +aside h3{ + font-size:15px; + font-weight: bold; +} + +aside { + flex: 1; +} + +article { + flex: 3; +} + +/* + Ex Machina by TEMPLATED + templated.co @templatedco + Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) +*/ + +@charset 'UTF-8'; + +@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal} + +.starion-table { + font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; + text-align: left; + width: 100%; + border-collapse: collapse; + border: 1px solid #69c; + margin: 0px; + margin-bottom: 10px; +} + +.starion-table th { + font-weight: bold; + color: #05A6E5; + padding: 15px 10px 10px; +} + +.starion-table tbody { + background: #e8edff; +} + +.starion-table tfoot { + font-size: 10px; +} + +.starion-table td { + color: #669; + border-top: 1px solid #69c; + padding: 10px; + vertical-align: top; +} + +.starion-table a { + color: #FF0505; + text-decoration: underline; +} + +ol { + counter-reset: li; /* Initiate a counter */ + list-style: none; /* Remove default numbering */ + *list-style: decimal; /* Keep using default numbering for IE6/7 */ + padding: 0; + margin-bottom: 4em; + text-shadow: 0 1px 0 rgba(255,255,255,.5); +} + +ul { + counter-reset: li; /* Initiate a counter */ + list-style: none; /* Remove default numbering */ + padding: 0; + margin-bottom: 4em; + text-shadow: 0 1px 0 rgba(255,255,255,.5); +} + +ol ol { + margin: 0 0 0 2em; /* Add some left margin for inner lists */ +} + +.rectangle-list li{ + position: relative; + *padding: .4em; + margin: .5em 0 2.5em 0em; + color: #444; + text-decoration: none; + transition: all .3s ease-out; + letter-spacing: 1px; + /*text-transform: uppercase;*/ + font-size: 6pt; +} + +.rectangle-list a{ + position: relative; + /*text-transform: uppercase;*/ + padding: .4em .4em .4em .8em; + *padding: .4em; + margin: .5em 0 .5em 2.5em; + background: #fff; + color: #00A4E4; + font-weight: bold; + text-decoration: none; + transition: all .3s ease-out; + font-size: 8pt; +} + +.rectangle-list a:hover{ + background: #eee; +} + +.rectangle-list a:before{ + content: counter(li); + counter-increment: li; + position: absolute; + left: -2.5em; + top: 50%; + margin-top: -1em; + background: #BFD9FF; + height: 2em; + width: 2em; + line-height: 2em; + text-align: center; + font-weight: bold; +} + +ul.rectangle-list a:before{ + content:""; + font-family: FontAwesome; + counter-increment: li; + position: absolute; + left: -2.5em; + top: 50%; + margin-top: -1em; + background: #BFD9FF; + height: 2em; + width: 2em; + line-height: 2em; + text-align: center; + font-weight: bold; + + text-decoration: none; + font-style: normal; + + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; +} + +.rectangle-list a:after{ + position: absolute; + content: ''; + border: .5em solid transparent; + left: -1em; + top: 50%; + margin-top: -.5em; + transition: all .3s ease-out; +} + +.rectangle-list a:hover:after{ + left: -.5em; + border-left-color: #BFD9FF; +} + +h2 { + font-size: 1.8em; + font-weight: bold; +} + +h3 { + font-size: 1.5em; + font-weight: bold; +} + +h4 { + font-size: 1.2em; + font-weight: bold; } \ No newline at end of file diff --git a/SysML2.NET.CodeGenerator/SysML2.NET.CodeGenerator.csproj b/SysML2.NET.CodeGenerator/SysML2.NET.CodeGenerator.csproj index bebb8c1d..733b321e 100644 --- a/SysML2.NET.CodeGenerator/SysML2.NET.CodeGenerator.csproj +++ b/SysML2.NET.CodeGenerator/SysML2.NET.CodeGenerator.csproj @@ -6,10 +6,10 @@ 0.8.0 A Library to generate SysML v2 code. SysML2.NET - RHEA System S.A. - Copyright © RHEA System S.A. + Starion Group S.A. + Copyright © Starion Group S.A. Apache-2.0 - https://github.com/RHEAGROUP/SysML2.NET.git + https://github.com/STARIONGROUP/SysML2.NET.git Git Sam Gerene false @@ -75,7 +75,7 @@ Always - + Always diff --git a/SysML2.NET.CodeGenerator/Templates/core-dal-element-extensions.hbs b/SysML2.NET.CodeGenerator/Templates/core-dal-element-extensions.hbs index cc077636..aca147d6 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-dal-element-extensions.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-dal-element-extensions.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-dal-poco-extensions.hbs b/SysML2.NET.CodeGenerator/Templates/core-dal-poco-extensions.hbs index 4c190de2..e30b8805 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-dal-poco-extensions.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-dal-poco-extensions.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-reader-provider-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-reader-provider-template.hbs index 7009b85a..c7862cd8 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-reader-provider-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-reader-provider-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-reader-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-reader-template.hbs index 1c4bc9c1..e4e7d650 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-reader-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-reader-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-writer-provider-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-writer-provider-template.hbs index d6eb86bb..a806c7f5 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-writer-provider-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-writer-provider-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-writer-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-writer-template.hbs index 330b09b8..7ce91895 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-writer-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-dictionary-dto-serializer-writer-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-dto-class-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-dto-class-template.hbs index 3fc71f24..493a4548 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-dto-class-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-dto-class-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-dto-interface-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-dto-interface-template.hbs index 2eead943..09a200c3 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-dto-interface-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-dto-interface-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-element-dal-factory.hbs b/SysML2.NET.CodeGenerator/Templates/core-element-dal-factory.hbs index 5570815b..96f88333 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-element-dal-factory.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-element-dal-factory.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-enum-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-enum-template.hbs index 7ec837e7..506384aa 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-enum-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-enum-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-json-dto-deserialization-provider-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-json-dto-deserialization-provider-template.hbs index ab824c9d..93df2cc0 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-json-dto-deserialization-provider-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-json-dto-deserialization-provider-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-json-dto-deserializer-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-json-dto-deserializer-template.hbs index 56d886a3..98e56495 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-json-dto-deserializer-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-json-dto-deserializer-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-json-dto-serialization-provider-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-json-dto-serialization-provider-template.hbs index 3e778e15..676c6930 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-json-dto-serialization-provider-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-json-dto-serialization-provider-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-json-dto-serializer-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-json-dto-serializer-template.hbs index d140439f..ceb8cc90 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-json-dto-serializer-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-json-dto-serializer-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-json-enum-deserializer-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-json-enum-deserializer-template.hbs index fec543d6..13fc967a 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-json-enum-deserializer-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-json-enum-deserializer-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-ogm-graphql-schema.hbs b/SysML2.NET.CodeGenerator/Templates/core-ogm-graphql-schema.hbs index e1fb2d97..aa1455f2 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-ogm-graphql-schema.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-ogm-graphql-schema.hbs @@ -1,5 +1,5 @@ """ - Copyright 2022-2024 RHEA System S.A. + Copyright 2022-2024 Starion Group S.A. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-poco-class-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-poco-class-template.hbs index 05ecb2a3..b7ba57d0 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-poco-class-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-poco-class-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-poco-dal-factory.hbs b/SysML2.NET.CodeGenerator/Templates/core-poco-dal-factory.hbs index 4ad39ab9..fe5792ec 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-poco-dal-factory.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-poco-dal-factory.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/core-poco-interface-template.hbs b/SysML2.NET.CodeGenerator/Templates/core-poco-interface-template.hbs index 2263ad9f..c177577f 100644 --- a/SysML2.NET.CodeGenerator/Templates/core-poco-interface-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/core-poco-interface-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/dto-psm-rest-class-template.hbs b/SysML2.NET.CodeGenerator/Templates/dto-psm-rest-class-template.hbs index 2263ad9f..c177577f 100644 --- a/SysML2.NET.CodeGenerator/Templates/dto-psm-rest-class-template.hbs +++ b/SysML2.NET.CodeGenerator/Templates/dto-psm-rest-class-template.hbs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- -// +// // -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/ecore-to-dot.hbs b/SysML2.NET.CodeGenerator/Templates/ecore-to-dot.hbs index 7405e162..fd4ca15a 100644 --- a/SysML2.NET.CodeGenerator/Templates/ecore-to-dot.hbs +++ b/SysML2.NET.CodeGenerator/Templates/ecore-to-dot.hbs @@ -1,4 +1,4 @@ -// Copyright 2022-2024 RHEA System S.A. +// Copyright 2022-2024 Starion Group S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/SysML2.NET.CodeGenerator/Templates/ecore-to-html-docs.hbs b/SysML2.NET.CodeGenerator/Templates/ecore-to-html-docs.hbs index 5c28281d..ca017e90 100644 --- a/SysML2.NET.CodeGenerator/Templates/ecore-to-html-docs.hbs +++ b/SysML2.NET.CodeGenerator/Templates/ecore-to-html-docs.hbs @@ -1,5 +1,5 @@