From 669ac8fb48daf966599d8f60ea69b449a50c6855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rua?= <140734849+joao4all@users.noreply.github.com> Date: Thu, 2 May 2024 09:28:04 +0100 Subject: [PATCH] Update/Headers Update => from RHEA to Starion (#590) --- .../Helpers/DevExpressBlazorTestHelper.cs | 6 +- .../Helpers/MockedLoggerHelper.cs | 6 +- COMET.Web.Common.Test/Helpers/TaskHelper.cs | 6 +- .../COMET.Web.Common.Tests.csproj | 6 +- .../ApplicationTemplateTestFixture.cs | 6 +- ...ringModelApplicationTemplateTestFixture.cs | 6 +- ...IterationApplicationTemplateTestFixture.cs | 6 +- .../BookEditor/EditotPopupTestFixture.cs | 6 +- .../BookEditor/InputEditorTestFixture.cs | 6 +- .../Components/DashboardTestFixture.cs | 6 +- .../Components/IndexComponentTestFixture.cs | 6 +- .../Components/LoginTestFixture.cs | 6 +- .../Components/MultiComboBoxTestFixture.cs | 6 +- .../Components/OpenModelTestFixture.cs | 6 +- .../BooleanParameterTypeEditorTestFixture.cs | 6 +- .../CompoundParameterTypeEditorTestFixture.cs | 6 +- .../DateParameterTypeEditorTestFixture.cs | 6 +- .../DateTimeParameterTypeEditorTestFixture.cs | 6 +- ...umerationParameterTypeEditorTestFixture.cs | 6 +- .../OrientationComponentTestFixture.cs | 6 +- .../ParameterTypeEditorSelectorTestFixture.cs | 6 +- ...ntityKindParameterTypeEditorTestFixture.cs | 6 +- ...dFunctionParameterTypeEditorTestFixture.cs | 6 +- .../TextParameterTypeEditorTestFixture.cs | 6 +- ...TimeOfDayParameterTypeEditorTestFixture.cs | 6 +- .../Components/PublicationsTestFixture.cs | 6 +- .../EngineeringModelSelectorTestFixture.cs | 6 +- .../Components/TooltipTestFixture.cs | 6 +- .../ValueArrayDetailsTestFixture.cs | 6 +- .../Extensions/GuidExtensionsTestFixture.cs | 6 +- .../Extensions/MatrixExtensionsTestFixture.cs | 6 +- .../ServiceCollectionExtensionsTestFixture.cs | 6 +- .../ServiceProviderExtensionsTestFixture.cs | 6 +- .../SessionServiceExtensionsTestFixture.cs | 6 +- .../Extensions/StringExtensionsTestFixture.cs | 6 +- .../Extensions/ThingExtensionsTestFixture.cs | 8 +- .../ValueArrayExtensionsTestFixture.cs | 6 +- .../ValueSetExtensionsTestFixture.cs | 6 +- .../Pages/LogoutTestFixture.cs | 6 +- .../ConfigurationServiceTestFixture.cs | 6 +- .../StringTableServiceTestFixture.cs | 6 +- .../ConfigurationServiceTestFixture.cs | 6 +- .../NamingConventionServiceTestFixture.cs | 6 +- .../NotificationServiceTestFixture.cs | 6 +- .../RegistrationServiceTestFixture.cs | 6 +- .../ServerConnectionServiceTestFixture.cs | 6 +- .../AuthenticationServiceTestFixture.cs | 8 +- .../AutoRefreshServiceTestFixture.cs | 6 +- .../CometWebAuthStateProviderTestFixture.cs | 6 +- .../SessionServiceTestFixture.cs | 6 +- .../VersionServiceTestFixture.cs | 6 +- .../Shared/TopMenuTestFixture.cs | 6 +- .../CherryPick/CherryPickRunnerTestFixture.cs | 6 +- ...mpoundComponentSelectedEventTestFixture.cs | 6 +- .../HaveObjectChangedTrackingTestFixture.cs | 6 +- ...tionApplicationBaseViewModelTestFixture.cs | 6 +- ...ApplicationTemplateViewModelTestFixture.cs | 6 +- .../Components/IndexViewModelTestFixture.cs | 6 +- .../OpenModelViewModelTestFixture.cs | 6 +- ...ParameterTypeEditorViewModelTestFixture.cs | 6 +- ...ParameterTypeEditorViewModelTestFixture.cs | 6 +- .../OrientationViewModelTestFixture.cs | 6 +- ...rTypeEditorSelectorViewModelTestFixture.cs | 6 +- ...ParameterTypeEditorViewModelTestFixture.cs | 6 +- ...ParameterTypeEditorViewModelTestFixture.cs | 6 +- .../PublicationsViewModelTestFixture.cs | 6 +- .../PublicationRowViewModelTestFixture.cs | 6 +- ...ElementBaseSelectorViewModelTestFixture.cs | 6 +- ...eeringModelSelectorViewModelTestFixture.cs | 6 +- ...FiniteStateSelectorViewModelTestFixture.cs | 6 +- .../IterationSelectorViewModelTestFixture.cs | 6 +- .../OptionSelectorViewModelTestFixture.cs | 6 +- ...rSwitchKindSelectorViewModelTestFixture.cs | 6 +- ...rameterTypeSelectorViewModelTestFixture.cs | 6 +- .../SessionMenuViewModelTestFixture.cs | 6 +- .../ConfigurationServiceTestFixture.cs | 6 +- .../NamingConventionServiceTestFixture.cs | 6 +- .../StringTableServiceTestFixture.cs | 6 +- COMET.Web.Common/App.razor | 4 +- COMET.Web.Common/App.razor.cs | 6 +- .../Components/ApplicationCard.razor | 4 +- .../Components/ApplicationCard.razor.cs | 6 +- .../Applications/ApplicationBase.razor | 4 +- .../Applications/ApplicationBase.razor.cs | 6 +- .../Applications/ApplicationTemplate.razor | 4 +- .../Applications/ApplicationTemplate.razor.cs | 6 +- .../GenericApplicationTemplate.razor | 4 +- .../GenericApplicationTemplate.razor.cs | 6 +- ...ingleEngineeringModelApplicationBase.razor | 4 +- ...leEngineeringModelApplicationBase.razor.cs | 6 +- ...eEngineeringModelApplicationTemplate.razor | 4 +- ...gineeringModelApplicationTemplate.razor.cs | 6 +- .../SingleIterationApplicationBase.razor | 4 +- .../SingleIterationApplicationBase.razor.cs | 6 +- .../SingleIterationApplicationTemplate.razor | 4 +- ...ingleIterationApplicationTemplate.razor.cs | 6 +- .../SingleThingApplicationBase.razor | 4 +- .../SingleThingApplicationBase.razor.cs | 6 +- .../SingleThingApplicationTemplate.razor | 4 +- .../SingleThingApplicationTemplate.razor.cs | 6 +- .../Components/BookEditor/EditorPopup.razor | 4 +- .../BookEditor/EditorPopup.razor.cs | 6 +- .../Components/BookEditor/InputEditor.razor | 4 +- .../BookEditor/InputEditor.razor.cs | 6 +- .../Components/ConfirmCancelPopup.razor | 4 +- .../Components/ConfirmCancelPopup.razor.cs | 6 +- COMET.Web.Common/Components/Dashboard.razor | 4 +- .../Components/Dashboard.razor.cs | 6 +- .../Components/DisposableComponent.razor | 4 +- .../Components/DisposableComponent.razor.cs | 6 +- .../Components/IndexComponent.razor | 6 +- .../Components/IndexComponent.razor.cs | 6 +- .../Components/LoadingComponent.razor | 4 +- .../Components/LoadingComponent.razor.cs | 6 +- COMET.Web.Common/Components/Login.razor | 4 +- COMET.Web.Common/Components/Login.razor.cs | 6 +- .../Components/MultiComboBox.razor | 4 +- .../Components/MultiComboBox.razor.cs | 6 +- COMET.Web.Common/Components/OpenModel.razor | 4 +- .../Components/OpenModel.razor.cs | 6 +- .../BooleanParameterTypeEditor.razor | 4 +- .../BooleanParameterTypeEditor.razor.cs | 6 +- .../CompoundParameterTypeEditor.razor | 4 +- .../CompoundParameterTypeEditor.razor.cs | 6 +- .../DateParameterTypeEditor.razor | 4 +- .../DateParameterTypeEditor.razor.cs | 6 +- .../DateTimeParameterTypeEditor.razor | 4 +- .../DateTimeParameterTypeEditor.razor.cs | 6 +- .../EnumerationParameterTypeEditor.razor | 4 +- .../EnumerationParameterTypeEditor.razor.cs | 6 +- .../OrientationComponent.razor | 4 +- .../OrientationComponent.razor.cs | 6 +- .../ParameterTypeEditorSelector.razor | 4 +- .../ParameterTypeEditorSelector.razor.cs | 6 +- .../QuantityKindParameterTypeEditor.razor | 4 +- .../QuantityKindParameterTypeEditor.razor.cs | 6 +- .../SampledFunctionParameterTypeEditor.razor | 4 +- ...ampledFunctionParameterTypeEditor.razor.cs | 6 +- .../TextParameterTypeEditor.razor | 4 +- .../TextParameterTypeEditor.razor.cs | 6 +- .../TimeOfDayParameterTypeEditor.razor | 4 +- .../TimeOfDayParameterTypeEditor.razor.cs | 6 +- .../Components/Publications.razor | 4 +- .../Components/Publications.razor.cs | 6 +- .../BelongsToIterationSelector.razor | 4 +- .../BelongsToIterationSelector.razor.cs | 6 +- .../Selectors/ElementBaseSelector.razor | 4 +- .../Selectors/EngineeringModelSelector.razor | 4 +- .../EngineeringModelSelector.razor.cs | 6 +- .../Selectors/FiniteStateSelector.razor | 4 +- .../Selectors/IterationSelector.razor | 4 +- .../Selectors/IterationSelector.razor.cs | 6 +- .../Components/Selectors/OptionSelector.razor | 4 +- .../ParameterSwitchKindSelector.razor | 4 +- .../ParameterSwitchKindSelector.razor.cs | 6 +- .../Selectors/ParameterTypeSelector.razor | 4 +- .../Components/SwitchDomain.razor | 4 +- .../Components/SwitchDomain.razor.cs | 6 +- COMET.Web.Common/Components/Tooltip.razor | 4 +- COMET.Web.Common/Components/Tooltip.razor.cs | 6 +- .../ValidationMessageComponent.razor | 4 +- .../ValidationMessageComponent.razor.cs | 6 +- .../ValueSetRenderers/ArrayParameter.razor | 4 +- .../ValueSetRenderers/ArrayParameter.razor.cs | 6 +- .../CompoundParameterComponent.razor | 4 +- .../CompoundParameterComponent.razor.cs | 6 +- .../ValueSetRenderers/ScalarParameter.razor | 4 +- .../ScalarParameter.razor.cs | 6 +- .../ValueSetRenderers/ValueArrayDetails.razor | 4 +- .../ValueArrayDetails.razor.cs | 6 +- COMET.Web.Common/Enumerations/AngleFormat.cs | 6 +- .../Enumerations/TextConfigurationKind.cs | 6 +- .../Extensions/ElementBaseExtensions.cs | 6 +- .../Extensions/EnumerableExtensions.cs | 6 +- COMET.Web.Common/Extensions/GuidExtensions.cs | 6 +- .../Extensions/MatrixExtensions.cs | 6 +- .../Extensions/ObservableExtensions.cs | 6 +- .../ParameterOrOverrideBaseExtensions.cs | 6 +- .../SampledFunctionParameterTypeExtensions.cs | 6 +- .../Extensions/ServiceCollectionExtensions.cs | 6 +- .../Extensions/ServiceProviderExtensions.cs | 6 +- .../Extensions/SessionServiceExtensions.cs | 6 +- .../Extensions/StringExtensions.cs | 6 +- .../Extensions/ThingExtensions.cs | 6 +- .../Extensions/ValidatorExtensions.cs | 6 +- .../Extensions/ValueArrayExtensions.cs | 6 +- .../Extensions/ValueSetExtensions.cs | 6 +- COMET.Web.Common/Model/Application.cs | 6 +- ...poundParameterTypeValueChangedEventArgs.cs | 6 +- .../Configuration/BookInputConfiguration.cs | 6 +- .../EngineeringModelRdlFilter.cs | 6 +- .../Configuration/ServerConfiguration.cs | 6 +- .../Model/DTO/AuthenticationDto.cs | 6 +- COMET.Web.Common/Model/GlobalOptions.cs | 6 +- COMET.Web.Common/Model/IterationData.cs | 6 +- COMET.Web.Common/Model/Orientation.cs | 6 +- .../Pages/ApplicationPageTemplate.razor | 4 +- .../Pages/ApplicationPageTemplate.razor.cs | 6 +- COMET.Web.Common/Pages/Logout.razor | 4 +- COMET.Web.Common/Pages/Logout.razor.cs | 6 +- .../SingleEngineeringModelPageTemplate.razor | 4 +- ...ingleEngineeringModelPageTemplate.razor.cs | 6 +- .../Pages/SingleIterationPageTemplate.razor | 4 +- .../SingleIterationPageTemplate.razor.cs | 6 +- .../ConfigurationService.cs | 6 +- .../NamingConventionService.cs | 6 +- .../StringTableService/StringTableService.cs | 6 +- .../BaseConfigurationService.cs | 6 +- .../IConfigurationService.cs | 6 +- .../BaseNamingConventionService.cs | 6 +- .../INamingConventionService.cs | 6 +- .../INotificationService.cs | 6 +- .../NotificationService.cs | 6 +- .../IRegistrationService.cs | 6 +- .../RegistrationService.cs | 6 +- .../AuthenticationService.cs | 6 +- .../SessionManagement/AutoRefreshService.cs | 6 +- .../CometWebAuthStateProvider.cs | 6 +- .../IAuthenticationService.cs | 6 +- .../SessionManagement/IAutoRefreshService.cs | 6 +- .../SessionManagement/ISessionService.cs | 6 +- .../SessionManagement/SessionService.cs | 6 +- .../BaseStringTableService.cs | 6 +- .../StringTableService/IStringTableService.cs | 6 +- .../VersionService/IVersionService.cs | 6 +- .../Services/VersionService/VersionService.cs | 6 +- COMET.Web.Common/Shared/MainLayout.razor | 4 +- COMET.Web.Common/Shared/TopMenu.razor | 4 +- COMET.Web.Common/Shared/TopMenu.razor.cs | 6 +- .../Shared/TopMenuEntry/ApplicationMenu.razor | 4 +- .../TopMenuEntry/ApplicationMenu.razor.cs | 6 +- .../TopMenuEntry/AuthorizedMenuEntry.razor | 4 +- .../TopMenuEntry/AuthorizedMenuEntry.razor.cs | 6 +- .../Shared/TopMenuEntry/MenuEntryBase.razor | 4 +- .../TopMenuEntry/MenuEntryBase.razor.cs | 6 +- .../Shared/TopMenuEntry/ModelMenu.razor | 4 +- .../Shared/TopMenuEntry/ModelMenu.razor.cs | 6 +- .../Shared/TopMenuEntry/ModelMenuRow.razor | 4 +- .../Shared/TopMenuEntry/ModelMenuRow.razor.cs | 6 +- .../Shared/TopMenuEntry/SessionMenu.razor | 4 +- .../Shared/TopMenuEntry/SessionMenu.razor.cs | 6 +- .../Shared/TopMenuEntry/TopMenuTitle.razor | 4 +- .../Utilities/CherryPick/CherryPickRunner.cs | 6 +- .../Utilities/CherryPick/ICherryPickRunner.cs | 6 +- .../CherryPick/INeedCherryPickedData.cs | 6 +- COMET.Web.Common/Utilities/ConstantValues.cs | 6 +- .../Utilities/ContentPathBuilder.cs | 6 +- .../DisposableObject/DisposableObject.cs | 6 +- .../DisposableObject/IDisposableObject.cs | 6 +- ...HaveComponentParameterTypeSelectedEvent.cs | 6 +- .../HaveObjectChangedTracking.cs | 6 +- .../IHaveObjectChangedTracking.cs | 6 +- COMET.Web.Common/Utilities/QueryKeys.cs | 6 +- .../Applications/ApplicationBaseViewModel.cs | 6 +- .../ApplicationTemplateViewModel.cs | 6 +- .../Applications/IApplicationBaseViewModel.cs | 6 +- .../IApplicationTemplateViewModel.cs | 6 +- .../Applications/IHaveReusableRows.cs | 6 +- ...ngineeringModelApplicationBaseViewModel.cs | 6 +- ...eeringModelApplicationTemplateViewModel.cs | 6 +- ...SingleIterationApplicationBaseViewModel.cs | 6 +- ...leIterationApplicationTemplateViewModel.cs | 6 +- .../ISingleThingApplicationBaseViewModel.cs | 6 +- ...SingleThingApplicationTemplateViewModel.cs | 6 +- ...ngineeringModelApplicationBaseViewModel.cs | 6 +- ...eeringModelApplicationTemplateViewModel.cs | 6 +- ...SingleIterationApplicationBaseViewModel.cs | 6 +- ...leIterationApplicationTemplateViewModel.cs | 6 +- .../SingleThingApplicationBaseViewModel.cs | 6 +- ...SingleThingApplicationTemplateViewModel.cs | 6 +- .../BookEditor/EditorPopupViewModel.cs | 6 +- .../BookEditor/IEditorPopupViewModel.cs | 6 +- .../Components/ConfirmCancelPopupViewModel.cs | 6 +- .../IConfirmCancelPopupViewModel.cs | 6 +- .../Components/IHaveReadOnlyStateViewModel.cs | 6 +- .../Components/IHaveValueSetViewModel.cs | 6 +- .../ViewModels/Components/IIndexViewModel.cs | 6 +- .../ViewModels/Components/ILoginViewModel.cs | 6 +- .../Components/IOpenModelViewModel.cs | 6 +- .../Components/ISwitchDomainViewModel.cs | 6 +- .../ViewModels/Components/IndexViewModel.cs | 6 +- .../ViewModels/Components/LoginViewModel.cs | 6 +- .../Components/OpenModelViewModel.cs | 6 +- .../BooleanParameterTypeEditorViewModel.cs | 6 +- .../CompoundParameterTypeEditorViewModel.cs | 6 +- .../DateParameterTypeEditorViewModel.cs | 6 +- .../DateTimeParameterTypeEditorViewModel.cs | 6 +- ...EnumerationParameterTypeEditorViewModel.cs | 6 +- .../HaveComponentParameterTypeEditor.cs | 6 +- .../ICompoundParameterTypeEditorViewModel.cs | 6 +- ...EnumerationParameterTypeEditorViewModel.cs | 6 +- .../IHaveComponentParameterTypeEditor.cs | 6 +- .../ParameterEditors/IOrientationViewModel.cs | 6 +- .../IParameterEditorBaseViewModel.cs | 6 +- ...ledFunctionParameterTypeEditorViewModel.cs | 6 +- .../ParameterEditors/OrientationViewModel.cs | 6 +- .../ParameterTypeEditorBaseViewModel.cs | 6 +- ...uantityKindParameterTypeEditorViewModel.cs | 6 +- ...ledFunctionParameterTypeEditorViewModel.cs | 6 +- .../TextParameterTypeEditorViewModel.cs | 6 +- .../TimeOfDayParameterTypeEditorViewModel.cs | 6 +- .../Publications/IPublicationsViewModel.cs | 6 +- .../Publications/PublicationsViewModel.cs | 6 +- .../Rows/PublicationRowViewModel.cs | 6 +- .../BelongsToIterationSelectorViewModel.cs | 6 +- .../Selectors/ElementBaseSelectorViewModel.cs | 6 +- .../EngineeringModelSelectorViewModel.cs | 6 +- .../Selectors/FiniteStateSelectorViewModel.cs | 6 +- .../IBelongsToIterationSelectorViewModel.cs | 6 +- .../IElementBaseSelectorViewModel.cs | 6 +- .../IEngineeringModelSelectorViewModel.cs | 6 +- .../IFiniteStateSelectorViewModel.cs | 6 +- .../Selectors/IIterationSelectorViewModel.cs | 6 +- .../Selectors/IOptionSelectorViewModel.cs | 6 +- .../IParameterSwitchKindSelectorViewModel.cs | 6 +- .../IParameterTypeSelectorViewModel.cs | 6 +- .../Selectors/IThingSelectorViewModel.cs | 6 +- .../Selectors/IterationSelectorViewModel.cs | 6 +- .../Selectors/OptionSelectorViewModel.cs | 6 +- .../ParameterSwitchKindSelectorViewModel.cs | 6 +- .../ParameterTypeSelectorViewModel.cs | 6 +- .../Components/SwitchDomainViewModel.cs | 6 +- .../AuthorizedMenuEntryViewModel.cs | 6 +- .../IAuthorizedMenuEntryViewModel.cs | 6 +- .../TopMenuEntry/IModelMenuViewModel.cs | 6 +- .../TopMenuEntry/ISessionMenuViewModel.cs | 6 +- .../TopMenuEntry/ModelMenuRowViewModel.cs | 6 +- .../Shared/TopMenuEntry/ModelMenuViewModel.cs | 6 +- .../TopMenuEntry/SessionMenuViewModel.cs | 6 +- .../ConfigurationService.cs | 6 +- .../NamingConventionService.cs | 6 +- .../StringTableService/StringTableService.cs | 6 +- COMET.Web.Common/wwwroot/css/styles.css | 2 +- .../COMETwebapp - Backup.Tests.csproj | 41 ++++++++++ COMETwebapp.Tests/COMETwebapp.Tests.csproj | 82 +++++++++---------- ...eterBaseRowViewModelComparerTestFixture.cs | 6 +- .../BookEditor/BookEditorBodyTestFixture.cs | 6 +- .../BookEditor/BookEditorColumnTestFixture.cs | 6 +- .../CommonFileStoresTableTestFixture.cs | 6 +- .../EngineeringModelBodyTestFixture.cs | 6 +- .../FileStore/FileFormTestFixture.cs | 6 +- .../FileRevisionsTableTestFixture.cs | 6 +- .../FileStore/FileTypesTableTestFixture.cs | 6 +- .../FolderFileStructureTestFixture.cs | 6 +- .../FileStore/FolderFormTestFixture.cs | 6 +- .../OptionsTableTestFixture.cs | 6 +- .../PublicationsTableTestFixture.cs | 6 +- .../ModelDashboardBodyTestFixture.cs | 6 +- .../ElementDefinitionTableTestFixture.cs | 6 +- ...ParameterSwitchKindComponentTestFixture.cs | 6 +- .../ParameterTableTestFixture.cs | 6 +- .../CategoriesTableTestFixture.cs | 6 +- .../MeasurementUnitsTableTestFixture.cs | 6 +- .../ParameterTypeTableTestFixture.cs | 6 +- .../UnitFactorsTableTestFixture.cs | 6 +- .../DomainsOfExpertiseTableTestFixture.cs | 6 +- .../ActiveDomainsTableTestFixture.cs | 6 +- .../EngineeringModelsTableTestFixture.cs | 6 +- .../IterationsTableTestFixture.cs | 6 +- ...anizationalParticipantsTableTestFixture.cs | 6 +- .../ParticipantsTableTestFixture.cs | 6 +- .../OrganizationsTableTestFixture.cs | 6 +- .../ParticipantRoleDetailsTestFixture.cs | 6 +- .../Roles/ParticipantRolesTableTestFixture.cs | 6 +- .../Roles/PersonRoleDetailsTestFixture.cs | 6 +- .../Roles/PersonRolesTableTestFixture.cs | 6 +- .../UserManagementTableTestFixture.cs | 6 +- ...OfExpertiseSubscriptionTableTestFixture.cs | 6 +- .../SubscribedTableTestFixture.cs | 6 +- .../SubscriptionDashboardBodyTestFixture.cs | 6 +- .../ElementDefinitionDetailsTestFixture.cs | 6 +- .../ActualFiniteStateSelectorTestFixture.cs | 8 +- .../Viewer/Canvas/CanvasTestFixture.cs | 6 +- ...ltiActualFiniteStateSelectorTestFixture.cs | 8 +- .../Viewer/Canvas/ProductTreeTestFixture.cs | 6 +- .../Viewer/Canvas/ViewerNodeTestFixture.cs | 6 +- .../DetailsComponentTestFixture.cs | 6 +- .../PropertiesComponentTestFixture.cs | 6 +- .../ElementBaseExtensionsTestFixture.cs | 6 +- ...erValueSetRelationExtensionsTestFixture.cs | 8 +- ...ServiceCollectionExtensionsTestFixtures.cs | 6 +- .../Extensions/StringExtensionsTest.cs | 6 +- .../IntegrationTestFixture.cs | 6 +- .../Model/ApplicationsTestFixture.cs | 6 +- .../Model/OrientationTestFixture.cs | 6 +- .../Model/Primitives/PrimitivesTestFixture.cs | 6 +- .../Model/SceneObjectTestFixture.cs | 6 +- .../ModelDashboardTestFixture.cs | 6 +- .../Pages/Viewer/ViewerTestFixture.cs | 6 +- .../BabylonJsInteroperabilityTestFixture.cs | 6 +- .../DomDataServiceTestFixture.cs | 6 +- .../DraggableElementServiceTestFixture.cs | 6 +- .../JsUtilitiesServiceTestFixture.cs | 6 +- .../SubscriptionServiceTestFixture.cs | 6 +- .../TopMenuEntry/AboutMenuTestFixture.cs | 6 +- .../Utilities/ParameterParserTestFixture.cs | 6 +- .../Utilities/SelectionMediatorTestFixture.cs | 6 +- .../CommonFileStoreValidatorTestFixture.cs | 6 +- .../FileRevisionValidatorTestFixture.cs | 6 +- .../FileTypeValidatorTestFixture.cs | 6 +- .../FileValidatorTestFixture.cs | 6 +- .../FolderValidatorTestFixture.cs | 6 +- .../OptionValidatorTestFixture.cs | 6 +- .../MeasurementUnitValidatorsTestFixture.cs | 6 +- ...teDomainOfExpertiseValidatorTestFixture.cs | 6 +- .../EngineeringModelValidatorTestFixture.cs | 6 +- .../ParticipantValidatorTestFixture.cs | 6 +- .../RolesValidatorsTestFixture.cs | 6 +- .../BookEditorBodyViewModelTestFixture.cs | 6 +- ...ommonFileStoreTableViewModelTestFixture.cs | 6 +- ...ngineeringModelBodyViewModelTestFixture.cs | 6 +- .../FileHandlerViewModelTestFixture.cs | 6 +- ...FileRevisionHandlerViewModelTestFixture.cs | 6 +- ...FolderFileStructureViewModelTestFixture.cs | 6 +- .../FolderHandlerViewModelTestFixture.cs | 6 +- .../OptionsTableViewModelTestFixture.cs | 6 +- .../PublicationsTableViewModelTestFixture.cs | 6 +- ...tDefinitionCreationViewModelTestFixture.cs | 6 +- ...mentDefinitionTableViewModelTestFixture.cs | 6 +- .../ParameterTableViewModelTestFixture.cs | 6 +- ...asurementUnitsTableViewModelTestFixture.cs | 6 +- ...insOfExpertiseTableViewModelTestFixture.cs | 6 +- .../ActiveDomainsTableViewModelTestFixture.cs | 6 +- ...ineeringModelsTableViewModelTestFixture.cs | 6 +- .../IterationsTableViewModelTestFixture.cs | 6 +- ...alParticipantsTableViewModelTestFixture.cs | 6 +- .../ParticipantsTableViewModelTestFixture.cs | 6 +- .../OrganizationsTableViewModelTestFixture.cs | 6 +- ...rticipantRolesTableViewModelTestFixture.cs | 6 +- .../PersonRolesTableViewModelTestFixture.cs | 6 +- ...eSubscriptionTableViewModeltTestFixture.cs | 6 +- .../SubscribedTableViewModelTestFixture.cs | 6 +- ...iptionDashboardBodyViewModelTestFixture.cs | 6 +- ...FiniteStateSelectorViewModelTestFixture.cs | 8 +- .../Viewer/CanvasViewModelTestFixture.cs | 6 +- ...FiniteStateSelectorViewModelTestFixture.cs | 8 +- .../DetailsComponentViewModelTestFixture.cs | 6 +- .../PropertiesViewModelTestFixture.cs | 6 +- .../Viewer/ViewerNodeViewModelTestFixture.cs | 6 +- .../ViewerProductTreeViewModelTestFixture.cs | 6 +- .../Viewer/ViewerBodyViewModelTestFixture.cs | 6 +- COMETwebapp/COMETwebapp.csproj | 2 +- .../ParameterBaseRowViewModelComparer.cs | 6 +- .../BookEditor/BookEditorBody.razor | 4 +- .../BookEditor/BookEditorBody.razor.cs | 6 +- .../BookEditor/BookEditorColumn.razor | 4 +- .../BookEditor/BookEditorColumn.razor.cs | 6 +- .../Common/DataItemDetailsComponent.razor | 4 +- .../Common/DataItemDetailsComponent.razor.cs | 6 +- .../Common/SelectedDataItemBase.razor | 4 +- .../Common/SelectedDataItemBase.razor.cs | 6 +- .../Common/SelectedDataItemForm.razor | 4 +- .../Common/SelectedDataItemForm.razor.cs | 6 +- .../SelectedDeprecatableDataItemBase.razor | 4 +- .../SelectedDeprecatableDataItemBase.razor.cs | 6 +- .../CommonFileStoresForm.razor | 4 +- .../CommonFileStoresForm.razor.cs | 6 +- .../CommonFileStoresTable.razor | 4 +- .../CommonFileStoresTable.razor.cs | 6 +- .../EngineeringModelBody.razor | 4 +- .../EngineeringModelBody.razor.cs | 6 +- .../EngineeringModel/FileStore/FileForm.razor | 4 +- .../FileStore/FileForm.razor.cs | 6 +- .../FileStore/FileRevisionsTable.razor | 4 +- .../FileStore/FileRevisionsTable.razor.cs | 6 +- .../FileStore/FileTypesTable.razor | 4 +- .../FileStore/FileTypesTable.razor.cs | 6 +- .../FileStore/FolderFileStructure.razor | 4 +- .../FileStore/FolderFileStructure.razor.cs | 6 +- .../FileStore/FolderForm.razor | 4 +- .../FileStore/FolderForm.razor.cs | 6 +- .../EngineeringModel/OptionsForm.razor | 4 +- .../EngineeringModel/OptionsForm.razor.cs | 6 +- .../EngineeringModel/OptionsTable.razor | 4 +- .../EngineeringModel/OptionsTable.razor.cs | 6 +- .../EngineeringModel/PublicationsTable.razor | 4 +- .../PublicationsTable.razor.cs | 6 +- .../Elements/ElementDashboard.razor | 4 +- .../Elements/ElementDashboard.razor.cs | 6 +- .../Elements/ElementDomainProgress.razor | 4 +- .../Elements/ElementDomainProgress.razor.cs | 6 +- .../Elements/ElementTable.razor | 4 +- .../Elements/ElementTable.razor.cs | 6 +- .../Elements/ElementsDetails.razor | 4 +- .../Elements/ElementsDetails.razor.cs | 6 +- .../Elements/HaveElementDefinitionData.razor | 4 +- .../HaveElementDefinitionData.razor.cs | 6 +- .../Elements/UnreferencedElements.razor | 4 +- .../Elements/UnreferencedElements.razor.cs | 6 +- .../Elements/UnusedElements.razor | 4 +- .../Elements/UnusedElements.razor.cs | 6 +- .../ModelDashboard/HaveChartData.razor | 4 +- .../ModelDashboard/HaveChartData.razor.cs | 6 +- .../ModelDashboard/ModelDashboardBody.razor | 4 +- .../ModelDashboardBody.razor.cs | 6 +- .../ParameterValues/DefaultValues.razor | 4 +- .../ParameterValues/DefaultValues.razor.cs | 6 +- .../ParameterValues/DonutDashboard.razor | 4 +- .../ParameterValues/DonutDashboard.razor.cs | 6 +- .../HaveValueSetsChartData.razor | 4 +- .../HaveValueSetsChartData.razor.cs | 6 +- .../ParameterValues/ParameterDashboard.razor | 4 +- .../ParameterDashboard.razor.cs | 6 +- .../ParameterDomainProgress.razor | 4 +- .../ParameterDomainProgress.razor.cs | 6 +- .../ParameterValues/ParametersDetails.razor | 4 +- .../ParametersDetails.razor.cs | 6 +- .../ParameterValues/PublishedParameters.razor | 4 +- .../PublishedParameters.razor.cs | 6 +- .../ParameterValues/ToDoTable.razor | 4 +- .../ParameterValues/ToDoTable.razor.cs | 6 +- .../ModelEditor/DetailsPanelEditor.razor | 4 +- .../ModelEditor/DetailsPanelEditor.razor.cs | 6 +- .../ElementDefinitionCreation.razor | 4 +- .../ElementDefinitionCreation.razor.cs | 6 +- .../ModelEditor/ElementDefinitionTable.razor | 4 +- .../ElementDefinitionTable.razor.cs | 6 +- .../ParameterEditor/ParameterTable.razor | 4 +- .../ParameterEditor/ParameterTable.razor.cs | 6 +- .../ReferenceData/CategoriesTable.razor | 4 +- .../ReferenceData/CategoriesTable.razor.cs | 6 +- .../CategoryHierarchyDiagram.razor | 4 +- .../CategoryHierarchyDiagram.razor.cs | 6 +- .../Components/ReferenceData/CategoryNode.cs | 6 +- .../ReferenceData/CategoryNodeComponent.razor | 4 +- .../CategoryNodeComponent.razor.cs | 6 +- .../ReferenceData/MeasurementUnitsTable.razor | 4 +- .../MeasurementUnitsTable.razor.cs | 6 +- .../ReferenceData/ParameterTypeTable.razor | 4 +- .../ReferenceData/ParameterTypeTable.razor.cs | 6 +- .../ReferenceData/UnitFactorsTable.razor | 4 +- .../ReferenceData/UnitFactorsTable.razor.cs | 6 +- COMETwebapp/Components/Shared/About.razor | 14 ++-- COMETwebapp/Components/Shared/About.razor.cs | 8 +- .../DomainsOfExpertiseForm.razor | 4 +- .../DomainsOfExpertiseForm.razor.cs | 6 +- .../DomainsOfExpertiseTable.razor | 4 +- .../DomainsOfExpertiseTable.razor.cs | 6 +- .../EngineeringModel/ActiveDomainsTable.razor | 4 +- .../ActiveDomainsTable.razor.cs | 6 +- .../EngineeringModelsTable.razor | 4 +- .../EngineeringModelsTable.razor.cs | 6 +- .../EngineeringModel/IterationsTable.razor | 4 +- .../EngineeringModel/IterationsTable.razor.cs | 6 +- .../OrganizationalParticipantsTable.razor | 4 +- .../OrganizationalParticipantsTable.razor.cs | 6 +- .../EngineeringModel/ParticipantsTable.razor | 4 +- .../ParticipantsTable.razor.cs | 6 +- .../SiteDirectory/OrganizationsForm.razor | 4 +- .../SiteDirectory/OrganizationsForm.razor.cs | 6 +- .../SiteDirectory/OrganizationsTable.razor | 4 +- .../SiteDirectory/OrganizationsTable.razor.cs | 6 +- .../Roles/ParticipantRoleDetails.razor | 4 +- .../Roles/ParticipantRoleDetails.razor.cs | 6 +- .../Roles/ParticipantRolesTable.razor | 4 +- .../Roles/ParticipantRolesTable.razor.cs | 6 +- .../Roles/PersonRoleDetails.razor | 4 +- .../Roles/PersonRoleDetails.razor.cs | 6 +- .../Roles/PersonRolesTable.razor | 4 +- .../Roles/PersonRolesTable.razor.cs | 6 +- .../SiteDirectory/UserManagementTable.razor | 4 +- .../UserManagementTable.razor.cs | 6 +- .../BooleanParameterEvolution.razor | 4 +- .../BooleanParameterEvolution.razor.cs | 6 +- .../CompoundParameterEvolution.razor | 4 +- .../CompoundParameterEvolution.razor.cs | 6 +- .../DateParameterEvolution.razor | 4 +- .../DateParameterEvolution.razor.cs | 6 +- .../DomainOfExpertiseSubscriptionTable.razor | 4 +- ...omainOfExpertiseSubscriptionTable.razor.cs | 6 +- .../EnumerationParameterEvolution.razor | 4 +- .../EnumerationParameterEvolution.razor.cs | 6 +- .../ParameterEvolutionSelector.razor | 4 +- .../ParameterEvolutionSelector.razor.cs | 6 +- .../SubscribedParameterEvolution.razor | 4 +- .../SubscribedParameterEvolution.razor.cs | 6 +- .../SubscribedTable.razor | 4 +- .../SubscribedTable.razor.cs | 6 +- .../SubscriptionDashboardBody.razor | 4 +- .../SubscriptionDashboardBody.razor.cs | 6 +- .../ElementDefinitionDetails.razor | 4 +- .../ElementDefinitionDetails.razor.cs | 6 +- .../SystemRepresentation/SystemNode.razor | 4 +- .../SystemRepresentation/SystemNode.razor.cs | 6 +- .../SystemRepresentationBody.razor | 4 +- .../SystemRepresentationTree.razor | 4 +- .../Viewer/ActualFiniteStateSelector.razor | 4 +- .../Viewer/ActualFiniteStateSelector.razor.cs | 6 +- COMETwebapp/Components/Viewer/Canvas3D.razor | 4 +- .../Components/Viewer/Canvas3D.razor.cs | 6 +- .../MultipleActualFiniteStateSelector.razor | 4 +- ...MultipleActualFiniteStateSelector.razor.cs | 6 +- .../PropertiesPanel/DetailsComponent.razor | 4 +- .../PropertiesPanel/DetailsComponent.razor.cs | 6 +- .../PropertiesPanel/PropertiesComponent.razor | 4 +- .../PropertiesComponent.razor.cs | 6 +- .../Components/Viewer/ViewerBody.razor | 4 +- .../Components/Viewer/ViewerBody.razor.cs | 6 +- .../Components/Viewer/ViewerNode.razor | 4 +- .../Components/Viewer/ViewerNode.razor.cs | 6 +- .../Components/Viewer/ViewerProductTree.razor | 4 +- .../Viewer/ViewerProductTree.razor.cs | 6 +- COMETwebapp/Enumerations/TreeFilter.cs | 6 +- .../Extensions/ElementBaseExtensions.cs | 6 +- COMETwebapp/Extensions/EnumeratorExtension.cs | 6 +- COMETwebapp/Extensions/FolderExtensions.cs | 6 +- .../Extensions/ParameterBaseExtensions.cs | 6 +- .../ParameterValueSetRelationExtensions.cs | 6 +- .../Extensions/ServiceCollectionExtensions.cs | 6 +- COMETwebapp/Extensions/StringExtensions.cs | 6 +- COMETwebapp/Model/Applications.cs | 6 +- COMETwebapp/Model/DataChart.cs | 6 +- COMETwebapp/Model/RevisionHistory.cs | 6 +- COMETwebapp/Model/SceneObject.cs | 6 +- .../Model/TrackedParameterSubscription.cs | 6 +- COMETwebapp/Model/Viewer/ISceneSettings.cs | 6 +- COMETwebapp/Model/Viewer/Primitives/Cone.cs | 6 +- COMETwebapp/Model/Viewer/Primitives/Cube.cs | 6 +- .../Viewer/Primitives/CustomPrimitive.cs | 6 +- .../Model/Viewer/Primitives/Cylinder.cs | 6 +- COMETwebapp/Model/Viewer/Primitives/Disc.cs | 6 +- .../Viewer/Primitives/EquilateralTriangle.cs | 6 +- .../Model/Viewer/Primitives/HexagonalPrism.cs | 6 +- COMETwebapp/Model/Viewer/Primitives/Line.cs | 6 +- .../Model/Viewer/Primitives/Primitive.cs | 6 +- .../Model/Viewer/Primitives/Rectangle.cs | 6 +- COMETwebapp/Model/Viewer/Primitives/Sphere.cs | 6 +- COMETwebapp/Model/Viewer/Primitives/Torus.cs | 6 +- .../Viewer/Primitives/TriangularPrism.cs | 6 +- COMETwebapp/Model/Viewer/SceneSettings.cs | 6 +- COMETwebapp/Pages/BookEditor/BookEditor.razor | 4 +- .../Pages/BudgetEditor/BudgetEditor.razor | 4 +- .../EngineeringModel/EngineeringModel.razor | 4 +- COMETwebapp/Pages/Error.cshtml.cs | 6 +- COMETwebapp/Pages/Index.razor | 4 +- COMETwebapp/Pages/Index.razor.cs | 6 +- .../Pages/ModelDashboard/ModelDashboard.razor | 4 +- .../Pages/ModelEditor/ModelEditor.razor | 4 +- .../ParameterEditor/ParameterEditor.razor | 4 +- .../ReferenceData/ReferenceDataPage.razor | 4 +- .../ReferenceData/ReferenceDataPage.razor.cs | 6 +- .../RequirementManagement.razor | 4 +- .../Pages/SiteDirectory/DirectoryPage.razor | 4 +- .../SiteDirectory/DirectoryPage.razor.cs | 6 +- .../SubscriptionDashboard.razor | 4 +- .../SystemRepresentation.razor | 4 +- COMETwebapp/Pages/Viewer/Viewer.razor | 4 +- COMETwebapp/Pages/_Host.cshtml | 4 +- COMETwebapp/Program.cs | 6 +- .../Interoperability/BabylonInterop.cs | 6 +- .../Interoperability/DomDataService.cs | 6 +- .../DraggableElementService.cs | 6 +- .../Interoperability/IBabylonInterop.cs | 6 +- .../Interoperability/IDomDataService.cs | 6 +- .../IDraggableElementService.cs | 6 +- .../Interoperability/IJsUtilitiesService.cs | 6 +- .../InteroperabilityService.cs | 6 +- .../Interoperability/JsUtilitiesService.cs | 6 +- .../IShowHideDeprecatedThingsService.cs | 6 +- .../ShowHideDeprecatedThingsService.cs | 6 +- .../ISubscriptionService.cs | 6 +- .../SubscriptionService.cs | 6 +- .../Shared/TopMenuEntry/AboutMenu.razor | 4 +- .../Shared/TopMenuEntry/AboutMenu.razor.cs | 6 +- .../ShowHideDeprecatedThings.razor | 4 +- .../ShowHideDeprecatedThings.razor.cs | 6 +- COMETwebapp/Utilities/Constants.cs | 6 +- COMETwebapp/Utilities/ISelectionMediator.cs | 6 +- COMETwebapp/Utilities/ParameterParser.cs | 6 +- COMETwebapp/Utilities/SelectionMediator.cs | 6 +- COMETwebapp/Utilities/WebAppConstantValues.cs | 6 +- .../CommonFileStoreValidator.cs | 6 +- .../EngineeringModel/FileRevisionValidator.cs | 6 +- .../EngineeringModel/FileTypeValidator.cs | 6 +- .../EngineeringModel/FileValidator.cs | 6 +- .../EngineeringModel/FolderValidator.cs | 6 +- .../EngineeringModel/OptionValidator.cs | 6 +- .../LinearConversionUnitValidator.cs | 6 +- .../MeasurementUnitValidator.cs | 6 +- .../MeasurementUnits/PrefixedUnitValidator.cs | 6 +- .../MeasurementUnits/UnitFactorValidator.cs | 6 +- .../CreateDomainOfExpertiseValidator.cs | 6 +- .../EngineeringModelValidator.cs | 6 +- .../EngineeringModel/ParticipantValidator.cs | 6 +- .../Roles/ParticipantRoleValidator.cs | 6 +- .../Roles/PersonRoleValidator.cs | 6 +- .../BookEditor/BookEditorBodyViewModel.cs | 6 +- .../BookEditor/IBookEditorBodyViewModel.cs | 6 +- .../BaseDataItemTableViewModel.cs | 6 +- .../IBaseDataItemTableViewModel.cs | 6 +- .../DeletableDataItemTableViewModel.cs | 6 +- .../IDeletableDataItemTableViewModel.cs | 6 +- .../DeprecatableDataItemTableViewModel.cs | 6 +- .../IDeprecatableDataItemTableViewModel.cs | 6 +- .../Common/Rows/BaseDataItemRowViewModel.cs | 6 +- .../Rows/DeprecatableDataItemRowViewModel.cs | 6 +- ...wnedParameterOrOverrideBaseRowViewModel.cs | 6 +- .../CommonFileStoreTableViewModel.cs | 6 +- .../ICommonFileStoreTableViewModel.cs | 6 +- .../EngineeringModelBodyViewModel.cs | 6 +- .../FileStore/FileFolderNodeViewModel.cs | 6 +- .../FileHandler/FileHandlerViewModel.cs | 6 +- .../FileHandler/IFileHandlerViewModel.cs | 6 +- .../FileRevisionHandlerViewModel.cs | 6 +- .../IFileRevisionHandlerViewModel.cs | 6 +- .../FileStore/FolderFileStructureViewModel.cs | 6 +- .../FolderHandler/FolderHandlerViewModel.cs | 6 +- .../FolderHandler/IFolderHandlerViewModel.cs | 6 +- .../IFolderFileStructureViewModel.cs | 6 +- .../IEngineeringModelBodyViewModel.cs | 6 +- .../Options/IOptionsTableViewModel.cs | 6 +- .../Options/OptionsTableViewModel.cs | 6 +- .../IPublicationsTableViewModel.cs | 6 +- .../PublicationsTableViewModel.cs | 6 +- .../Rows/CommonFileStoreRowViewModel.cs | 6 +- .../Rows/FileRevisionRowViewModel.cs | 6 +- .../Rows/FileTypeRowViewModel.cs | 6 +- .../Rows/OptionRowViewModel.cs | 6 +- .../Rows/PublicationRowViewModel.cs | 6 +- .../Elements/ElementDashboardViewModel.cs | 6 +- .../Elements/IElementDashboardViewModel.cs | 6 +- .../IModelDashboardBodyViewModel.cs | 6 +- .../ModelDashboardBodyViewModel.cs | 6 +- .../IParameterDashboardViewModel.cs | 6 +- .../ParameterDashboardViewModel.cs | 6 +- .../ParameterValueSetBaseRowViewModel.cs | 6 +- .../ElementDefinitionCreationViewModel.cs | 6 +- .../ElementDefinitionTableViewModel.cs | 6 +- .../IElementDefinitionCreationViewModel.cs | 6 +- .../IElementDefinitionTableViewModel.cs | 6 +- .../Rows/ElementDefinitionRowViewModel.cs | 6 +- .../IParameterEditorBodyViewModel.cs | 6 +- .../IParameterTableViewModel.cs | 6 +- .../ParameterBaseRowViewModel.cs | 6 +- .../ParameterTableViewModel.cs | 6 +- .../Categories/CategoriesTableViewModel.cs | 6 +- .../CategoryHierarchyDiagramViewModel.cs | 6 +- .../Categories/ICategoriesTableViewModel.cs | 6 +- .../ICategoryHierarchyDiagramViewModel.cs | 6 +- .../IMeasurementUnitsTableViewModel.cs | 6 +- .../MeasurementUnitsTableViewModel.cs | 6 +- .../IParameterTypeTableViewModel.cs | 6 +- .../ParameterTypeTableViewModel.cs | 6 +- .../Rows/CategoryRowViewModel.cs | 6 +- .../MappingToReferenceScaleRowViewModel.cs | 6 +- .../Rows/MeasurementScaleRowViewModel.cs | 6 +- .../Rows/MeasurementUnitRowViewModel.cs | 6 +- .../Rows/ParameterTypeRowViewModel.cs | 6 +- .../Rows/ScaleValueDefinitionRowViewModel.cs | 6 +- .../Rows/UnitFactorRowViewModel.cs | 6 +- .../Components/Shared/IBaseNodeViewModel.cs | 6 +- .../Shared/IProductTreeViewModel.cs | 6 +- .../Components/Shared/ProductTreeViewModel.cs | 6 +- .../DomainsOfExpertiseTableViewModel.cs | 6 +- .../IDomainsOfExpertiseTableViewModel.cs | 6 +- .../ActiveDomainsTableViewModel.cs | 6 +- .../EngineeringModelsTableViewModel.cs | 6 +- .../IActiveDomainsTableViewModel.cs | 6 +- .../IEngineeringModelsTableViewModel.cs | 6 +- .../IIterationsTableViewModel.cs | 6 +- ...rganizationalParticipantsTableViewModel.cs | 6 +- .../IParticipantsTableViewModel.cs | 6 +- .../IterationsTableViewModel.cs | 6 +- ...rganizationalParticipantsTableViewModel.cs | 6 +- .../ParticipantsTableViewModel.cs | 6 +- .../IOrganizationsTableViewModel.cs | 6 +- .../OrganizationsTableViewModel.cs | 6 +- .../Roles/IParticipantRolesTableViewModel.cs | 6 +- .../Roles/IPersonRolesTableViewModel.cs | 6 +- .../Roles/ParticipantRolesTableViewModel.cs | 6 +- .../Roles/PersonRolesTableViewModel.cs | 6 +- .../Rows/DomainOfExpertiseRowViewModel.cs | 6 +- .../Rows/EngineeringModelRowViewModel.cs | 6 +- .../Rows/IterationRowViewModel.cs | 6 +- .../Rows/OrganizationRowViewModel.cs | 6 +- .../OrganizationalParticipantRowViewModel.cs | 6 +- .../Rows/ParticipantRoleRowViewModel.cs | 6 +- .../Rows/ParticipantRowViewModel.cs | 6 +- .../Rows/PersonRoleRowViewModel.cs | 6 +- .../SiteDirectory/Rows/PersonRowViewModel.cs | 6 +- .../IUserManagementTableViewModel.cs | 6 +- .../UserManagementTableViewModel.cs | 6 +- ...inOfExpertiseSubscriptionTableViewModel.cs | 6 +- ...inOfExpertiseSubscriptionTableViewModel.cs | 6 +- .../ISubscribedTableViewModel.cs | 6 +- .../ISubscriptionDashboardBodyViewModel.cs | 6 +- .../Rows/ParameterSubscriptionRowViewModel.cs | 6 +- .../SubscribedTableViewModel.cs | 6 +- .../SubscriptionDashboardBodyViewModel.cs | 6 +- .../ElementDefinitionDetailsViewModel.cs | 6 +- .../IElementDefinitionDetailsViewModel.cs | 6 +- .../ElementDefinitionDetailsRowViewModel.cs | 6 +- .../ActualFiniteStateSelectorViewModel.cs | 6 +- .../Components/Viewer/CanvasViewModel.cs | 6 +- .../IActualFiniteStateSelectorViewModel.cs | 6 +- .../Components/Viewer/ICanvasViewModel.cs | 6 +- ...tipleActualFiniteStateSelectorViewModel.cs | 6 +- .../Components/Viewer/IViewerBodyViewModel.cs | 6 +- ...tipleActualFiniteStateSelectorViewModel.cs | 6 +- .../DetailsComponentViewModel.cs | 6 +- .../IDetailsComponentViewModel.cs | 6 +- .../IPropertiesComponentViewModel.cs | 6 +- .../PropertiesComponentViewModel.cs | 6 +- .../Components/Viewer/ViewerBodyViewModel.cs | 6 +- .../Components/Viewer/ViewerNodeViewModel.cs | 6 +- .../Viewer/ViewerProductTreeViewModel.cs | 6 +- .../IShowHideDeprecatedThingsViewModel.cs | 6 +- .../ShowHideDeprecatedThingsViewModel.cs | 6 +- COMETwebapp/Wrappers/ClassKindWrapper.cs | 6 +- COMETwebapp/wwwroot/Scripts/babylonInterop.js | 6 +- .../wwwroot/Scripts/babylonSpecifics.js | 6 +- .../wwwroot/Scripts/draggableElementGrid.js | 6 +- COMETwebapp/wwwroot/Skybox/License.txt | 6 +- README.md | 8 +- 814 files changed, 2372 insertions(+), 2331 deletions(-) create mode 100644 COMETwebapp.Tests/COMETwebapp - Backup.Tests.csproj diff --git a/COMET.Web.Common.Test/Helpers/DevExpressBlazorTestHelper.cs b/COMET.Web.Common.Test/Helpers/DevExpressBlazorTestHelper.cs index 754133b9..a57ec449 100644 --- a/COMET.Web.Common.Test/Helpers/DevExpressBlazorTestHelper.cs +++ b/COMET.Web.Common.Test/Helpers/DevExpressBlazorTestHelper.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Test/Helpers/MockedLoggerHelper.cs b/COMET.Web.Common.Test/Helpers/MockedLoggerHelper.cs index 5e6c8d1c..d44d8752 100644 --- a/COMET.Web.Common.Test/Helpers/MockedLoggerHelper.cs +++ b/COMET.Web.Common.Test/Helpers/MockedLoggerHelper.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Test/Helpers/TaskHelper.cs b/COMET.Web.Common.Test/Helpers/TaskHelper.cs index 911eaa8f..764d4a64 100644 --- a/COMET.Web.Common.Test/Helpers/TaskHelper.cs +++ b/COMET.Web.Common.Test/Helpers/TaskHelper.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/COMET.Web.Common.Tests.csproj b/COMET.Web.Common.Tests/COMET.Web.Common.Tests.csproj index bda4097c..149c2a7e 100644 --- a/COMET.Web.Common.Tests/COMET.Web.Common.Tests.csproj +++ b/COMET.Web.Common.Tests/COMET.Web.Common.Tests.csproj @@ -4,9 +4,9 @@ net8.0 latest Unit tests for the COMET Web Common Library - RHEA System S.A. - Copyright 2023-2024 RHEA System S.A. - https://github.com/RHEAGROUP/COMET-WEB-Community-Edition.git + Starion Group S.A. + Copyright 2023-2024 Starion Group S.A. + https://github.com/STARIONGROUP/COMET-WEB-Community-Edition.git Git disable enable diff --git a/COMET.Web.Common.Tests/Components/Applications/ApplicationTemplateTestFixture.cs b/COMET.Web.Common.Tests/Components/Applications/ApplicationTemplateTestFixture.cs index 8d4bd6bb..fb8e704f 100644 --- a/COMET.Web.Common.Tests/Components/Applications/ApplicationTemplateTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/Applications/ApplicationTemplateTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/Applications/SingleEngineeringModelApplicationTemplateTestFixture.cs b/COMET.Web.Common.Tests/Components/Applications/SingleEngineeringModelApplicationTemplateTestFixture.cs index 3adb0cc6..f96bc8fe 100644 --- a/COMET.Web.Common.Tests/Components/Applications/SingleEngineeringModelApplicationTemplateTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/Applications/SingleEngineeringModelApplicationTemplateTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2024 RHEA System S.A. +// +// Copyright (c) 2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/Applications/SingleIterationApplicationTemplateTestFixture.cs b/COMET.Web.Common.Tests/Components/Applications/SingleIterationApplicationTemplateTestFixture.cs index 6cd57ec7..22d432fa 100644 --- a/COMET.Web.Common.Tests/Components/Applications/SingleIterationApplicationTemplateTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/Applications/SingleIterationApplicationTemplateTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/BookEditor/EditotPopupTestFixture.cs b/COMET.Web.Common.Tests/Components/BookEditor/EditotPopupTestFixture.cs index a6a31572..5c9e0fd0 100644 --- a/COMET.Web.Common.Tests/Components/BookEditor/EditotPopupTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/BookEditor/EditotPopupTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET WEB Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/COMET.Web.Common.Tests/Components/BookEditor/InputEditorTestFixture.cs b/COMET.Web.Common.Tests/Components/BookEditor/InputEditorTestFixture.cs index c5245ae3..aff4a7f0 100644 --- a/COMET.Web.Common.Tests/Components/BookEditor/InputEditorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/BookEditor/InputEditorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET WEB Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/COMET.Web.Common.Tests/Components/DashboardTestFixture.cs b/COMET.Web.Common.Tests/Components/DashboardTestFixture.cs index fd8270ca..23d3bfc8 100644 --- a/COMET.Web.Common.Tests/Components/DashboardTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/DashboardTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/IndexComponentTestFixture.cs b/COMET.Web.Common.Tests/Components/IndexComponentTestFixture.cs index f1b93d26..5e0d73a9 100644 --- a/COMET.Web.Common.Tests/Components/IndexComponentTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/IndexComponentTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/LoginTestFixture.cs b/COMET.Web.Common.Tests/Components/LoginTestFixture.cs index 65ac8d48..c3843cd2 100644 --- a/COMET.Web.Common.Tests/Components/LoginTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/LoginTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/MultiComboBoxTestFixture.cs b/COMET.Web.Common.Tests/Components/MultiComboBoxTestFixture.cs index 57d5f087..098a3399 100644 --- a/COMET.Web.Common.Tests/Components/MultiComboBoxTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/MultiComboBoxTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET WEB Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/COMET.Web.Common.Tests/Components/OpenModelTestFixture.cs b/COMET.Web.Common.Tests/Components/OpenModelTestFixture.cs index 9636b819..77d07fc6 100644 --- a/COMET.Web.Common.Tests/Components/OpenModelTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/OpenModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/BooleanParameterTypeEditorTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/BooleanParameterTypeEditorTestFixture.cs index 790201e8..8695c99a 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/BooleanParameterTypeEditorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/BooleanParameterTypeEditorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/CompoundParameterTypeEditorTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/CompoundParameterTypeEditorTestFixture.cs index 16736cf2..dbb4cee3 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/CompoundParameterTypeEditorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/CompoundParameterTypeEditorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/DateParameterTypeEditorTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/DateParameterTypeEditorTestFixture.cs index 406dffda..10a8ab67 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/DateParameterTypeEditorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/DateParameterTypeEditorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/DateTimeParameterTypeEditorTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/DateTimeParameterTypeEditorTestFixture.cs index edb591c4..e5614755 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/DateTimeParameterTypeEditorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/DateTimeParameterTypeEditorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/EnumerationParameterTypeEditorTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/EnumerationParameterTypeEditorTestFixture.cs index 8e4c4590..f821d368 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/EnumerationParameterTypeEditorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/EnumerationParameterTypeEditorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/OrientationComponentTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/OrientationComponentTestFixture.cs index 4de45602..3489079f 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/OrientationComponentTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/OrientationComponentTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/ParameterTypeEditorSelectorTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/ParameterTypeEditorSelectorTestFixture.cs index 4006625b..dfbd3027 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/ParameterTypeEditorSelectorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/ParameterTypeEditorSelectorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/QuantityKindParameterTypeEditorTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/QuantityKindParameterTypeEditorTestFixture.cs index ed16dcb2..cb4fdd41 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/QuantityKindParameterTypeEditorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/QuantityKindParameterTypeEditorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/SampledFunctionParameterTypeEditorTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/SampledFunctionParameterTypeEditorTestFixture.cs index 1e00e062..5f6508f9 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/SampledFunctionParameterTypeEditorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/SampledFunctionParameterTypeEditorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/TextParameterTypeEditorTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/TextParameterTypeEditorTestFixture.cs index dbf2eeca..38942dbb 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/TextParameterTypeEditorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/TextParameterTypeEditorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/TimeOfDayParameterTypeEditorTestFixture.cs b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/TimeOfDayParameterTypeEditorTestFixture.cs index 128a625a..bbea7e7a 100644 --- a/COMET.Web.Common.Tests/Components/ParameterTypeEditors/TimeOfDayParameterTypeEditorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ParameterTypeEditors/TimeOfDayParameterTypeEditorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/PublicationsTestFixture.cs b/COMET.Web.Common.Tests/Components/PublicationsTestFixture.cs index 827b2e8b..39b6eb25 100644 --- a/COMET.Web.Common.Tests/Components/PublicationsTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/PublicationsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/Selectors/EngineeringModelSelectorTestFixture.cs b/COMET.Web.Common.Tests/Components/Selectors/EngineeringModelSelectorTestFixture.cs index 4cc81c27..5dd404f5 100644 --- a/COMET.Web.Common.Tests/Components/Selectors/EngineeringModelSelectorTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/Selectors/EngineeringModelSelectorTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/TooltipTestFixture.cs b/COMET.Web.Common.Tests/Components/TooltipTestFixture.cs index 96a3ad42..b2ef6ca8 100644 --- a/COMET.Web.Common.Tests/Components/TooltipTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/TooltipTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Components/ValueSetRenderers/ValueArrayDetailsTestFixture.cs b/COMET.Web.Common.Tests/Components/ValueSetRenderers/ValueArrayDetailsTestFixture.cs index 6e21c03a..63594a17 100644 --- a/COMET.Web.Common.Tests/Components/ValueSetRenderers/ValueArrayDetailsTestFixture.cs +++ b/COMET.Web.Common.Tests/Components/ValueSetRenderers/ValueArrayDetailsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Extensions/GuidExtensionsTestFixture.cs b/COMET.Web.Common.Tests/Extensions/GuidExtensionsTestFixture.cs index 6561761f..1126886d 100644 --- a/COMET.Web.Common.Tests/Extensions/GuidExtensionsTestFixture.cs +++ b/COMET.Web.Common.Tests/Extensions/GuidExtensionsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Extensions/MatrixExtensionsTestFixture.cs b/COMET.Web.Common.Tests/Extensions/MatrixExtensionsTestFixture.cs index d005d195..fe7c519c 100644 --- a/COMET.Web.Common.Tests/Extensions/MatrixExtensionsTestFixture.cs +++ b/COMET.Web.Common.Tests/Extensions/MatrixExtensionsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Extensions/ServiceCollectionExtensionsTestFixture.cs b/COMET.Web.Common.Tests/Extensions/ServiceCollectionExtensionsTestFixture.cs index bd3102f0..7bf43ac0 100644 --- a/COMET.Web.Common.Tests/Extensions/ServiceCollectionExtensionsTestFixture.cs +++ b/COMET.Web.Common.Tests/Extensions/ServiceCollectionExtensionsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Extensions/ServiceProviderExtensionsTestFixture.cs b/COMET.Web.Common.Tests/Extensions/ServiceProviderExtensionsTestFixture.cs index c1fdf60c..5ebdc8fe 100644 --- a/COMET.Web.Common.Tests/Extensions/ServiceProviderExtensionsTestFixture.cs +++ b/COMET.Web.Common.Tests/Extensions/ServiceProviderExtensionsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Extensions/SessionServiceExtensionsTestFixture.cs b/COMET.Web.Common.Tests/Extensions/SessionServiceExtensionsTestFixture.cs index 11da98c2..456f8b11 100644 --- a/COMET.Web.Common.Tests/Extensions/SessionServiceExtensionsTestFixture.cs +++ b/COMET.Web.Common.Tests/Extensions/SessionServiceExtensionsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 Annex A and Annex C. +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 Annex A and Annex C. // // The CDP4-COMET WEB Community Edition is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/COMET.Web.Common.Tests/Extensions/StringExtensionsTestFixture.cs b/COMET.Web.Common.Tests/Extensions/StringExtensionsTestFixture.cs index f2316e71..f9d1be08 100644 --- a/COMET.Web.Common.Tests/Extensions/StringExtensionsTestFixture.cs +++ b/COMET.Web.Common.Tests/Extensions/StringExtensionsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Extensions/ThingExtensionsTestFixture.cs b/COMET.Web.Common.Tests/Extensions/ThingExtensionsTestFixture.cs index 07a4e6a4..32b9d5b7 100644 --- a/COMET.Web.Common.Tests/Extensions/ThingExtensionsTestFixture.cs +++ b/COMET.Web.Common.Tests/Extensions/ThingExtensionsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); @@ -51,7 +51,7 @@ public class ThingExtensionsTestFixture [SetUp] public void SetUp() { - var uri = new Uri("http://www.rheagroup.com"); + var uri = new Uri("https://www.stariongroup.eu/"); var cache = new ConcurrentDictionary>(); var person = new Person(Guid.NewGuid(), cache, uri); diff --git a/COMET.Web.Common.Tests/Extensions/ValueArrayExtensionsTestFixture.cs b/COMET.Web.Common.Tests/Extensions/ValueArrayExtensionsTestFixture.cs index 24d12ec8..a4fdc45c 100644 --- a/COMET.Web.Common.Tests/Extensions/ValueArrayExtensionsTestFixture.cs +++ b/COMET.Web.Common.Tests/Extensions/ValueArrayExtensionsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Extensions/ValueSetExtensionsTestFixture.cs b/COMET.Web.Common.Tests/Extensions/ValueSetExtensionsTestFixture.cs index c8745572..64c63ab9 100644 --- a/COMET.Web.Common.Tests/Extensions/ValueSetExtensionsTestFixture.cs +++ b/COMET.Web.Common.Tests/Extensions/ValueSetExtensionsTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Pages/LogoutTestFixture.cs b/COMET.Web.Common.Tests/Pages/LogoutTestFixture.cs index 849acc74..71a37998 100644 --- a/COMET.Web.Common.Tests/Pages/LogoutTestFixture.cs +++ b/COMET.Web.Common.Tests/Pages/LogoutTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Server/Services/ConfigurationService/ConfigurationServiceTestFixture.cs b/COMET.Web.Common.Tests/Server/Services/ConfigurationService/ConfigurationServiceTestFixture.cs index b8a58a27..1be45d10 100644 --- a/COMET.Web.Common.Tests/Server/Services/ConfigurationService/ConfigurationServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Server/Services/ConfigurationService/ConfigurationServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Server/Services/StringTableService/StringTableServiceTestFixture.cs b/COMET.Web.Common.Tests/Server/Services/StringTableService/StringTableServiceTestFixture.cs index 51c52dfb..5863b229 100644 --- a/COMET.Web.Common.Tests/Server/Services/StringTableService/StringTableServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Server/Services/StringTableService/StringTableServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Services/ConfigurationService/ConfigurationServiceTestFixture.cs b/COMET.Web.Common.Tests/Services/ConfigurationService/ConfigurationServiceTestFixture.cs index b75635ad..c7d14fdc 100644 --- a/COMET.Web.Common.Tests/Services/ConfigurationService/ConfigurationServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Services/ConfigurationService/ConfigurationServiceTestFixture.cs @@ -1,12 +1,12 @@ /* // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Services/NamingConventionService/NamingConventionServiceTestFixture.cs b/COMET.Web.Common.Tests/Services/NamingConventionService/NamingConventionServiceTestFixture.cs index 97981de9..3122b27a 100644 --- a/COMET.Web.Common.Tests/Services/NamingConventionService/NamingConventionServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Services/NamingConventionService/NamingConventionServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Services/NotificationService/NotificationServiceTestFixture.cs b/COMET.Web.Common.Tests/Services/NotificationService/NotificationServiceTestFixture.cs index ed04e378..068325af 100644 --- a/COMET.Web.Common.Tests/Services/NotificationService/NotificationServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Services/NotificationService/NotificationServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Services/RegistrationService/RegistrationServiceTestFixture.cs b/COMET.Web.Common.Tests/Services/RegistrationService/RegistrationServiceTestFixture.cs index 3107a7e0..40106e1b 100644 --- a/COMET.Web.Common.Tests/Services/RegistrationService/RegistrationServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Services/RegistrationService/RegistrationServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Services/ServerConnectionService/ServerConnectionServiceTestFixture.cs b/COMET.Web.Common.Tests/Services/ServerConnectionService/ServerConnectionServiceTestFixture.cs index f7005d48..0686ed9a 100644 --- a/COMET.Web.Common.Tests/Services/ServerConnectionService/ServerConnectionServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Services/ServerConnectionService/ServerConnectionServiceTestFixture.cs @@ -1,12 +1,12 @@ /* // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Services/SessionManagement/AuthenticationServiceTestFixture.cs b/COMET.Web.Common.Tests/Services/SessionManagement/AuthenticationServiceTestFixture.cs index e92b6be9..1a23fb28 100644 --- a/COMET.Web.Common.Tests/Services/SessionManagement/AuthenticationServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Services/SessionManagement/AuthenticationServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); @@ -60,7 +60,7 @@ public void SetUp() this.authenticationDto = new AuthenticationDto { - SourceAddress = "https://www.rheagroup.com", + SourceAddress = "https://www.stariongroup.eu/", UserName = "John Doe", Password = "secret" }; diff --git a/COMET.Web.Common.Tests/Services/SessionManagement/AutoRefreshServiceTestFixture.cs b/COMET.Web.Common.Tests/Services/SessionManagement/AutoRefreshServiceTestFixture.cs index 85f959a7..1a8f68b4 100644 --- a/COMET.Web.Common.Tests/Services/SessionManagement/AutoRefreshServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Services/SessionManagement/AutoRefreshServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Services/SessionManagement/CometWebAuthStateProviderTestFixture.cs b/COMET.Web.Common.Tests/Services/SessionManagement/CometWebAuthStateProviderTestFixture.cs index 26d11e18..6716ab5f 100644 --- a/COMET.Web.Common.Tests/Services/SessionManagement/CometWebAuthStateProviderTestFixture.cs +++ b/COMET.Web.Common.Tests/Services/SessionManagement/CometWebAuthStateProviderTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Services/SessionManagement/SessionServiceTestFixture.cs b/COMET.Web.Common.Tests/Services/SessionManagement/SessionServiceTestFixture.cs index 4479101f..6c69950c 100644 --- a/COMET.Web.Common.Tests/Services/SessionManagement/SessionServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Services/SessionManagement/SessionServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Services/VersionService/VersionServiceTestFixture.cs b/COMET.Web.Common.Tests/Services/VersionService/VersionServiceTestFixture.cs index ed19cd06..66c7a973 100644 --- a/COMET.Web.Common.Tests/Services/VersionService/VersionServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/Services/VersionService/VersionServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Shared/TopMenuTestFixture.cs b/COMET.Web.Common.Tests/Shared/TopMenuTestFixture.cs index 2cc06a15..b80668c8 100644 --- a/COMET.Web.Common.Tests/Shared/TopMenuTestFixture.cs +++ b/COMET.Web.Common.Tests/Shared/TopMenuTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Utilities/CherryPick/CherryPickRunnerTestFixture.cs b/COMET.Web.Common.Tests/Utilities/CherryPick/CherryPickRunnerTestFixture.cs index a4c8601b..2d2b7e17 100644 --- a/COMET.Web.Common.Tests/Utilities/CherryPick/CherryPickRunnerTestFixture.cs +++ b/COMET.Web.Common.Tests/Utilities/CherryPick/CherryPickRunnerTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Utilities/CompoundComponentSelectedEventTestFixture.cs b/COMET.Web.Common.Tests/Utilities/CompoundComponentSelectedEventTestFixture.cs index 6f59826d..84dc7ce7 100644 --- a/COMET.Web.Common.Tests/Utilities/CompoundComponentSelectedEventTestFixture.cs +++ b/COMET.Web.Common.Tests/Utilities/CompoundComponentSelectedEventTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/Utilities/HaveObjectChangedTracking/HaveObjectChangedTrackingTestFixture.cs b/COMET.Web.Common.Tests/Utilities/HaveObjectChangedTracking/HaveObjectChangedTrackingTestFixture.cs index d0535517..09aa5cb1 100644 --- a/COMET.Web.Common.Tests/Utilities/HaveObjectChangedTracking/HaveObjectChangedTrackingTestFixture.cs +++ b/COMET.Web.Common.Tests/Utilities/HaveObjectChangedTracking/HaveObjectChangedTrackingTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Applications/SingleIterationApplicationBaseViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Applications/SingleIterationApplicationBaseViewModelTestFixture.cs index 2632f7ea..d33efb6f 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Applications/SingleIterationApplicationBaseViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Applications/SingleIterationApplicationBaseViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Applications/SingleIterationApplicationTemplateViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Applications/SingleIterationApplicationTemplateViewModelTestFixture.cs index 72a4a5a0..709d0a18 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Applications/SingleIterationApplicationTemplateViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Applications/SingleIterationApplicationTemplateViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/IndexViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/IndexViewModelTestFixture.cs index 9ca49903..913f12d1 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/IndexViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/IndexViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/OpenModelViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/OpenModelViewModelTestFixture.cs index 014bdd75..04570491 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/OpenModelViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/OpenModelViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/CompoundParameterTypeEditorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/CompoundParameterTypeEditorViewModelTestFixture.cs index a596fe9b..d03b3e55 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/CompoundParameterTypeEditorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/CompoundParameterTypeEditorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/EnumerationParameterTypeEditorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/EnumerationParameterTypeEditorViewModelTestFixture.cs index 552c0eb3..6906af13 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/EnumerationParameterTypeEditorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/EnumerationParameterTypeEditorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/OrientationViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/OrientationViewModelTestFixture.cs index 8c4c5b0f..b399f214 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/OrientationViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/OrientationViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/ParameterTypeEditorSelectorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/ParameterTypeEditorSelectorViewModelTestFixture.cs index ea608f66..70592274 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/ParameterTypeEditorSelectorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/ParameterTypeEditorSelectorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/QuantityKindParameterTypeEditorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/QuantityKindParameterTypeEditorViewModelTestFixture.cs index 4f5ba868..7a8ff9d6 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/QuantityKindParameterTypeEditorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/QuantityKindParameterTypeEditorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/SampledFunctionParameterTypeEditorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/SampledFunctionParameterTypeEditorViewModelTestFixture.cs index acf56742..670d2268 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/SampledFunctionParameterTypeEditorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/ParameterEditors/SampledFunctionParameterTypeEditorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Publications/PublicationsViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Publications/PublicationsViewModelTestFixture.cs index 362223fa..bc199243 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Publications/PublicationsViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Publications/PublicationsViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Publications/Rows/PublicationRowViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Publications/Rows/PublicationRowViewModelTestFixture.cs index 98b15dca..81420c0b 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Publications/Rows/PublicationRowViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Publications/Rows/PublicationRowViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ElementBaseSelectorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ElementBaseSelectorViewModelTestFixture.cs index 0909a24e..002f6998 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ElementBaseSelectorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ElementBaseSelectorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/EngineeringModelSelectorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/EngineeringModelSelectorViewModelTestFixture.cs index d699c715..48888522 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/EngineeringModelSelectorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/EngineeringModelSelectorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/FiniteStateSelectorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/FiniteStateSelectorViewModelTestFixture.cs index 4f9c925b..ed8049e3 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/FiniteStateSelectorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/FiniteStateSelectorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/IterationSelectorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/IterationSelectorViewModelTestFixture.cs index 5d36cdc1..a2d07b3a 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/IterationSelectorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/IterationSelectorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/OptionSelectorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/OptionSelectorViewModelTestFixture.cs index 95950bb2..73768807 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/OptionSelectorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/OptionSelectorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ParameterSwitchKindSelectorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ParameterSwitchKindSelectorViewModelTestFixture.cs index a22b958a..8a22f0af 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ParameterSwitchKindSelectorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ParameterSwitchKindSelectorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ParameterTypeSelectorViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ParameterTypeSelectorViewModelTestFixture.cs index 7069e92d..b87b5ab6 100644 --- a/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ParameterTypeSelectorViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Components/Selectors/ParameterTypeSelectorViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/ViewModels/Shared/TopMenuEntry/SessionMenuViewModelTestFixture.cs b/COMET.Web.Common.Tests/ViewModels/Shared/TopMenuEntry/SessionMenuViewModelTestFixture.cs index dd03165a..8e9c9de4 100644 --- a/COMET.Web.Common.Tests/ViewModels/Shared/TopMenuEntry/SessionMenuViewModelTestFixture.cs +++ b/COMET.Web.Common.Tests/ViewModels/Shared/TopMenuEntry/SessionMenuViewModelTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/WebAssembly/Services/ConfigurationService/ConfigurationServiceTestFixture.cs b/COMET.Web.Common.Tests/WebAssembly/Services/ConfigurationService/ConfigurationServiceTestFixture.cs index ad6df29a..e8d9abe6 100644 --- a/COMET.Web.Common.Tests/WebAssembly/Services/ConfigurationService/ConfigurationServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/WebAssembly/Services/ConfigurationService/ConfigurationServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/WebAssembly/Services/NamingConventionService/NamingConventionServiceTestFixture.cs b/COMET.Web.Common.Tests/WebAssembly/Services/NamingConventionService/NamingConventionServiceTestFixture.cs index b9855e6d..666294fd 100644 --- a/COMET.Web.Common.Tests/WebAssembly/Services/NamingConventionService/NamingConventionServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/WebAssembly/Services/NamingConventionService/NamingConventionServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine, Nabil Abbar // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common.Tests/WebAssembly/Services/StringTableService/StringTableServiceTestFixture.cs b/COMET.Web.Common.Tests/WebAssembly/Services/StringTableService/StringTableServiceTestFixture.cs index 951f4bfe..0d23f674 100644 --- a/COMET.Web.Common.Tests/WebAssembly/Services/StringTableService/StringTableServiceTestFixture.cs +++ b/COMET.Web.Common.Tests/WebAssembly/Services/StringTableService/StringTableServiceTestFixture.cs @@ -1,11 +1,11 @@ // -------------------------------------------------------------------------------------------------------------------- -// -// Copyright (c) 2023-2024 RHEA System S.A. +// +// Copyright (c) 2023-2024 Starion Group S.A. // // Authors: Sam Gerené, Alex Vorobiev, Alexander van Delft, Jaime Bernar, Théate Antoine // // This file is part of CDP4-COMET WEB Community Edition -// The CDP4-COMET WEB Community Edition is the RHEA Web Application implementation of ECSS-E-TM-10-25 +// The CDP4-COMET WEB Community Edition is the Starion Web Application implementation of ECSS-E-TM-10-25 // Annex A and Annex C. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/COMET.Web.Common/App.razor b/COMET.Web.Common/App.razor index ed8f206a..9ce1f6d6 100644 --- a/COMET.Web.Common/App.razor +++ b/COMET.Web.Common/App.razor @@ -1,10 +1,10 @@