Skip to content

Commit

Permalink
[Update] Starion Group
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Apr 28, 2024
1 parent 6d81332 commit 2fafe34
Show file tree
Hide file tree
Showing 63 changed files with 141 additions and 141 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We would like to start with saying thank you for wanting to contribute to COMET-

1. [Fork](http://help.github.com/forking/) on GitHub
1. Clone your fork locally
1. Configure the upstream repo (`git remote add upstream git://github.com/RHEAGROUP/COMET-BatchEditor-Community-Edition`)
1. Configure the upstream repo (`git remote add upstream git://github.com/STARIONGROUP/COMET-BatchEditor-Community-Edition`)
1. Checkout development
1. Create a local branch (`git checkout -b myBranch`) from development
1. Work on your feature
Expand Down Expand Up @@ -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/COMET-BatchEditor-Community-Edition/wiki) once it has been pulled in
And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/STARIONGROUP/COMET-BatchEditor-Community-Edition/wiki) once it has been pulled in

## Style Guidelines

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [ ] I have written a descriptive issue title
- [ ] I have verified that I am running the latest version of the COMET-BatchEditor
- [ ] I have searched [open](https://github.com/RHEAGROUP/COMET-BatchEditor-Community-Edition/issues) and [closed](https://github.com/RHEAGROUP/COMET-BatchEditor-Community-Edition/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
- [ ] I have searched [open](https://github.com/STARIONGROUP/COMET-BatchEditor-Community-Edition/issues) and [closed](https://github.com/STARIONGROUP/COMET-BatchEditor-Community-Edition/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported

### Description
<!-- A description of the bug or feature -->
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Prerequisites

- [ ] I have written a descriptive pull-request title
- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/RHEAGROUP/COMET-BatchEditor-Community-Edition/pulls) open
- [ ] I have verified that I am following the COMET-SDK [code style guidelines](https://raw.githubusercontent.com/RHEAGROUP/COMET-BatchEditor-Community-Edition/master/.github/CONTRIBUTING.md)
- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/STARIONGROUP/COMET-BatchEditor-Community-Edition/pulls) open
- [ ] I have verified that I am following the COMET-SDK [code style guidelines](https://raw.githubusercontent.com/STARIONGROUP/COMET-BatchEditor-Community-Edition/master/.github/CONTRIBUTING.md)
- [ ] I have provided test coverage for my change (where applicable)

### Description
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
dotnet tool install --global dotnet-sonarscanner
dotnet sonarscanner begin /k:"RHEAGROUP_COMET-BatchEditor-Community-Edition" /o:"rheagroup" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./CoverageResults/coverage.opencover.xml"
dotnet sonarscanner begin /k:"STARIONGROUP_COMET-BatchEditor-Community-Edition" /o:"stariongroup" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./CoverageResults/coverage.opencover.xml"
- name: Build
run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
Expand Down
4 changes: 2 additions & 2 deletions CDP-Batch-Editor.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@
<s:Boolean x:Key="/Default/CodeStyle/EditorConfig/EnableStyleCopSupport/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/EditorConfig/ShowEditorConfigStatusBarIndicator/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue"> --------------------------------------------------------------------------------------------------------------------&#xD;
&lt;copyright file="$FILENAME$" company="RHEA System S.A."&gt;&#xD;
Copyright (c) 2015-$CURRENT_YEAR$ RHEA System S.A.&#xD;
&lt;copyright file="$FILENAME$" company="Starion Group S.A."&gt;&#xD;
Copyright (c) 2015-$CURRENT_YEAR$ Starion Group S.A.&#xD;
&#xD;
Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Kamil Wojnowski, Sam Gerené&#xD;
&#xD;
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor.Tests/AppTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="AppTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor.Tests/CDPBatchEditor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<LangVersion>latest</LangVersion>
<RootNamespace>CDPBatchEditor.Tests</RootNamespace>
<Authors>Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski</Authors>
<Company>RHEA System S.A.</Company>
<Company>Starion Group S.A.</Company>
<Description>CDP4-COMET Batch editor tool Tests</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Copyright>Copyright © Starion Group S.A.</Copyright>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor.Tests/CommandArgumentsTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="CommandArgumentsTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="CommandArgumentsTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="BaseCommandTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="BaseCommandTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="DomainCommandTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="DomainCommandTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="OptionCommandTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="OptionCommandTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ParameterCommandTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="ParameterCommandTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ScaleCommandTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="ScaleCommandTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="StateCommandTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="StateCommandTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="SubscriptionCommandTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="SubscriptionCommandTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ValueSetCommandTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="ValueSetCommandTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor.Tests/Commands/CommandDispatcherTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="CommandDispatcherTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="CommandDispatcherTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor.Tests/Commands/ReportGeneratorTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ReportGeneratorTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="ReportGeneratorTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor.Tests/ProgramTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ProgramTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="ProgramTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor.Tests/Resources/ResourcesTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ResourcesTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="ResourcesTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor.Tests/Services/FilterServiceTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="FilterServiceTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="FilterServiceTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor.Tests/Services/SessionServiceTestFixture.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="SessionServiceTestFixture.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="SessionServiceTestFixture.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/App.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="App.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="App.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/AppContainer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AppContainer.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="AppContainer.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/BatchEditor.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="CDP4BatchEditor.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2021 RHEA System S.A.
// <copyright file="CDP4BatchEditor.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2021 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/CDPBatchEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</PropertyGroup>

<PropertyGroup Label="Copyright">
<Company>RHEA System S.A.</Company>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Company>Starion Group S.A.</Company>
<Copyright>Copyright © Starion Group S.A.</Copyright>
<Authors>Sam Gerené, Alex Vorobiev, Alexander van Delft, Nathanael Smiechowski</Authors>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/CommandArguments/Arguments.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Arguments.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="Arguments.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/CommandArguments/ArgumentsBase.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ArgumentsBase.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="ArgumentsBase.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/CommandArguments/CommandEnumeration.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="CommandEnumeration.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="CommandEnumeration.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/CommandArguments/ConnectionArguments.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ConnectionArguments.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="ConnectionArguments.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ICommandArguments.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="ICommandArguments.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/Commands/Command/DomainCommand.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="DomainCommand.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="DomainCommand.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/Commands/Command/Interface/IDomainCommand.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="IDomainCommand.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="IDomainCommand.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/Commands/Command/Interface/IOptionCommand.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="IOptionCommand.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="IOptionCommand.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="IParameterCommand.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="IParameterCommand.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
4 changes: 2 additions & 2 deletions CDPBatchEditor/Commands/Command/Interface/IScaleCommand.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="IScaleCommand.cs" company="RHEA System S.A.">
// Copyright (c) 2015-2023 RHEA System S.A.
// <copyright file="IScaleCommand.cs" company="Starion Group S.A.">
// Copyright (c) 2015-2024 Starion Group S.A.
//
// Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Sam Gerené
//
Expand Down
Loading

0 comments on commit 2fafe34

Please sign in to comment.