diff --git a/LICENSE b/LICENSE index a3e952e6c..988212b90 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 CGI France - Grand Est +Copyright (c) 2021 CGI France Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/AzureIoTHub.Portal/Client/Program.cs b/src/AzureIoTHub.Portal/Client/Program.cs index d4c9f759c..08b42acbd 100644 --- a/src/AzureIoTHub.Portal/Client/Program.cs +++ b/src/AzureIoTHub.Portal/Client/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Client diff --git a/src/AzureIoTHub.Portal/Client/Shared/MainLayout.razor b/src/AzureIoTHub.Portal/Client/Shared/MainLayout.razor index 3f7057e64..e29941cc6 100644 --- a/src/AzureIoTHub.Portal/Client/Shared/MainLayout.razor +++ b/src/AzureIoTHub.Portal/Client/Shared/MainLayout.razor @@ -11,7 +11,7 @@ - © 2021 Copyright:  CGI France - Grand Est + © 2021 Copyright:  CGI France diff --git a/src/AzureIoTHub.Portal/Server/Controllers/ConfigsController.cs b/src/AzureIoTHub.Portal/Server/Controllers/ConfigsController.cs index f153f5a02..b83cf0c34 100644 --- a/src/AzureIoTHub.Portal/Server/Controllers/ConfigsController.cs +++ b/src/AzureIoTHub.Portal/Server/Controllers/ConfigsController.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Controllers diff --git a/src/AzureIoTHub.Portal/Server/Controllers/DeviceModelsController.cs b/src/AzureIoTHub.Portal/Server/Controllers/DeviceModelsController.cs index abd277666..ea13a0b67 100644 --- a/src/AzureIoTHub.Portal/Server/Controllers/DeviceModelsController.cs +++ b/src/AzureIoTHub.Portal/Server/Controllers/DeviceModelsController.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Controllers diff --git a/src/AzureIoTHub.Portal/Server/Controllers/DevicesController.cs b/src/AzureIoTHub.Portal/Server/Controllers/DevicesController.cs index 4328d2e45..c164ea224 100644 --- a/src/AzureIoTHub.Portal/Server/Controllers/DevicesController.cs +++ b/src/AzureIoTHub.Portal/Server/Controllers/DevicesController.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Controllers diff --git a/src/AzureIoTHub.Portal/Server/Controllers/GatewaysController.cs b/src/AzureIoTHub.Portal/Server/Controllers/GatewaysController.cs index 0052a1c32..32d925adf 100644 --- a/src/AzureIoTHub.Portal/Server/Controllers/GatewaysController.cs +++ b/src/AzureIoTHub.Portal/Server/Controllers/GatewaysController.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Controllers diff --git a/src/AzureIoTHub.Portal/Server/Controllers/MSALSettingsController.cs b/src/AzureIoTHub.Portal/Server/Controllers/MSALSettingsController.cs index 3391b5690..4ed3fdf13 100644 --- a/src/AzureIoTHub.Portal/Server/Controllers/MSALSettingsController.cs +++ b/src/AzureIoTHub.Portal/Server/Controllers/MSALSettingsController.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Controllers diff --git a/src/AzureIoTHub.Portal/Server/Controllers/UsersController.cs b/src/AzureIoTHub.Portal/Server/Controllers/UsersController.cs index 6637ba1e4..5fa883c5a 100644 --- a/src/AzureIoTHub.Portal/Server/Controllers/UsersController.cs +++ b/src/AzureIoTHub.Portal/Server/Controllers/UsersController.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Controllers diff --git a/src/AzureIoTHub.Portal/Server/Extensions/StringExtension.cs b/src/AzureIoTHub.Portal/Server/Extensions/StringExtension.cs index cf68d802d..079c492dd 100644 --- a/src/AzureIoTHub.Portal/Server/Extensions/StringExtension.cs +++ b/src/AzureIoTHub.Portal/Server/Extensions/StringExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Extensions diff --git a/src/AzureIoTHub.Portal/Server/Factories/ITableClientFactory.cs b/src/AzureIoTHub.Portal/Server/Factories/ITableClientFactory.cs index cfe670e36..9e3fb73e2 100644 --- a/src/AzureIoTHub.Portal/Server/Factories/ITableClientFactory.cs +++ b/src/AzureIoTHub.Portal/Server/Factories/ITableClientFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Factories diff --git a/src/AzureIoTHub.Portal/Server/Factories/TableClientFactory.cs b/src/AzureIoTHub.Portal/Server/Factories/TableClientFactory.cs index efd1407b5..c06a87a48 100644 --- a/src/AzureIoTHub.Portal/Server/Factories/TableClientFactory.cs +++ b/src/AzureIoTHub.Portal/Server/Factories/TableClientFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Factories diff --git a/src/AzureIoTHub.Portal/Server/Filters/ApiRequiredScopeFilter.cs b/src/AzureIoTHub.Portal/Server/Filters/ApiRequiredScopeFilter.cs index 455a6ffe1..907990118 100644 --- a/src/AzureIoTHub.Portal/Server/Filters/ApiRequiredScopeFilter.cs +++ b/src/AzureIoTHub.Portal/Server/Filters/ApiRequiredScopeFilter.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Filters diff --git a/src/AzureIoTHub.Portal/Server/Helpers/ConfigHelper.cs b/src/AzureIoTHub.Portal/Server/Helpers/ConfigHelper.cs index 027759c12..42165cf58 100644 --- a/src/AzureIoTHub.Portal/Server/Helpers/ConfigHelper.cs +++ b/src/AzureIoTHub.Portal/Server/Helpers/ConfigHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Helpers diff --git a/src/AzureIoTHub.Portal/Server/Helpers/DeviceHelper.cs b/src/AzureIoTHub.Portal/Server/Helpers/DeviceHelper.cs index 45b322be6..3a1b9a8df 100644 --- a/src/AzureIoTHub.Portal/Server/Helpers/DeviceHelper.cs +++ b/src/AzureIoTHub.Portal/Server/Helpers/DeviceHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Helpers diff --git a/src/AzureIoTHub.Portal/Server/Identity/B2CExtensionHelper.cs b/src/AzureIoTHub.Portal/Server/Identity/B2CExtensionHelper.cs index 4d5d44b6e..2ce4b4c2f 100644 --- a/src/AzureIoTHub.Portal/Server/Identity/B2CExtensionHelper.cs +++ b/src/AzureIoTHub.Portal/Server/Identity/B2CExtensionHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Identity diff --git a/src/AzureIoTHub.Portal/Server/Identity/ClientApiIndentityOptions.cs b/src/AzureIoTHub.Portal/Server/Identity/ClientApiIndentityOptions.cs index a5d13e20e..a792e7849 100644 --- a/src/AzureIoTHub.Portal/Server/Identity/ClientApiIndentityOptions.cs +++ b/src/AzureIoTHub.Portal/Server/Identity/ClientApiIndentityOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Identity diff --git a/src/AzureIoTHub.Portal/Server/Identity/IB2CExtensionHelper.cs b/src/AzureIoTHub.Portal/Server/Identity/IB2CExtensionHelper.cs index 4216a7ef1..d1a9d3e00 100644 --- a/src/AzureIoTHub.Portal/Server/Identity/IB2CExtensionHelper.cs +++ b/src/AzureIoTHub.Portal/Server/Identity/IB2CExtensionHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Identity diff --git a/src/AzureIoTHub.Portal/Server/Interfaces/IConfigs.cs b/src/AzureIoTHub.Portal/Server/Interfaces/IConfigs.cs index ecfdff520..4aa706bfc 100644 --- a/src/AzureIoTHub.Portal/Server/Interfaces/IConfigs.cs +++ b/src/AzureIoTHub.Portal/Server/Interfaces/IConfigs.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Interfaces diff --git a/src/AzureIoTHub.Portal/Server/Managers/ConnectionStringManager.cs b/src/AzureIoTHub.Portal/Server/Managers/ConnectionStringManager.cs index 69696fc04..b1aab1013 100644 --- a/src/AzureIoTHub.Portal/Server/Managers/ConnectionStringManager.cs +++ b/src/AzureIoTHub.Portal/Server/Managers/ConnectionStringManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Managers diff --git a/src/AzureIoTHub.Portal/Server/Managers/DeviceModelImageManager.cs b/src/AzureIoTHub.Portal/Server/Managers/DeviceModelImageManager.cs index dd4797e15..73f08aac3 100644 --- a/src/AzureIoTHub.Portal/Server/Managers/DeviceModelImageManager.cs +++ b/src/AzureIoTHub.Portal/Server/Managers/DeviceModelImageManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Managers diff --git a/src/AzureIoTHub.Portal/Server/Managers/IConnectionStringManager.cs b/src/AzureIoTHub.Portal/Server/Managers/IConnectionStringManager.cs index 520bb219b..4d3c63ba5 100644 --- a/src/AzureIoTHub.Portal/Server/Managers/IConnectionStringManager.cs +++ b/src/AzureIoTHub.Portal/Server/Managers/IConnectionStringManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Managers diff --git a/src/AzureIoTHub.Portal/Server/Managers/IDeviceModelImageManager.cs b/src/AzureIoTHub.Portal/Server/Managers/IDeviceModelImageManager.cs index 01c7aacf1..618627a99 100644 --- a/src/AzureIoTHub.Portal/Server/Managers/IDeviceModelImageManager.cs +++ b/src/AzureIoTHub.Portal/Server/Managers/IDeviceModelImageManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Managers diff --git a/src/AzureIoTHub.Portal/Server/Managers/ILoraDeviceMethodManager.cs b/src/AzureIoTHub.Portal/Server/Managers/ILoraDeviceMethodManager.cs index c219a8ec4..0cd997a4b 100644 --- a/src/AzureIoTHub.Portal/Server/Managers/ILoraDeviceMethodManager.cs +++ b/src/AzureIoTHub.Portal/Server/Managers/ILoraDeviceMethodManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Managers diff --git a/src/AzureIoTHub.Portal/Server/Managers/LoraDeviceMethodManager.cs b/src/AzureIoTHub.Portal/Server/Managers/LoraDeviceMethodManager.cs index 1540841d7..bac9c6071 100644 --- a/src/AzureIoTHub.Portal/Server/Managers/LoraDeviceMethodManager.cs +++ b/src/AzureIoTHub.Portal/Server/Managers/LoraDeviceMethodManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Managers diff --git a/src/AzureIoTHub.Portal/Server/Mappers/DeviceModelCommandMapper.cs b/src/AzureIoTHub.Portal/Server/Mappers/DeviceModelCommandMapper.cs index a2f040d5d..8b671fb61 100644 --- a/src/AzureIoTHub.Portal/Server/Mappers/DeviceModelCommandMapper.cs +++ b/src/AzureIoTHub.Portal/Server/Mappers/DeviceModelCommandMapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Mappers diff --git a/src/AzureIoTHub.Portal/Server/Mappers/DeviceModelMapper.cs b/src/AzureIoTHub.Portal/Server/Mappers/DeviceModelMapper.cs index 0e3d554fe..6d93a4bd0 100644 --- a/src/AzureIoTHub.Portal/Server/Mappers/DeviceModelMapper.cs +++ b/src/AzureIoTHub.Portal/Server/Mappers/DeviceModelMapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Mappers diff --git a/src/AzureIoTHub.Portal/Server/Mappers/DeviceTwinMapper.cs b/src/AzureIoTHub.Portal/Server/Mappers/DeviceTwinMapper.cs index 1b8919b44..c2ea780cc 100644 --- a/src/AzureIoTHub.Portal/Server/Mappers/DeviceTwinMapper.cs +++ b/src/AzureIoTHub.Portal/Server/Mappers/DeviceTwinMapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Mappers diff --git a/src/AzureIoTHub.Portal/Server/Mappers/IDeviceModelCommandMapper.cs b/src/AzureIoTHub.Portal/Server/Mappers/IDeviceModelCommandMapper.cs index a0eba1629..f7eb28939 100644 --- a/src/AzureIoTHub.Portal/Server/Mappers/IDeviceModelCommandMapper.cs +++ b/src/AzureIoTHub.Portal/Server/Mappers/IDeviceModelCommandMapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Mappers diff --git a/src/AzureIoTHub.Portal/Server/Mappers/IDeviceModelMapper.cs b/src/AzureIoTHub.Portal/Server/Mappers/IDeviceModelMapper.cs index 2b377e2a7..39c20e021 100644 --- a/src/AzureIoTHub.Portal/Server/Mappers/IDeviceModelMapper.cs +++ b/src/AzureIoTHub.Portal/Server/Mappers/IDeviceModelMapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Mappers diff --git a/src/AzureIoTHub.Portal/Server/Mappers/IDeviceTwinMapper.cs b/src/AzureIoTHub.Portal/Server/Mappers/IDeviceTwinMapper.cs index cd95d4e1e..9df564a40 100644 --- a/src/AzureIoTHub.Portal/Server/Mappers/IDeviceTwinMapper.cs +++ b/src/AzureIoTHub.Portal/Server/Mappers/IDeviceTwinMapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Mappers diff --git a/src/AzureIoTHub.Portal/Server/Pages/Error.cshtml.cs b/src/AzureIoTHub.Portal/Server/Pages/Error.cshtml.cs index 0f00cfe1a..e5e02508a 100644 --- a/src/AzureIoTHub.Portal/Server/Pages/Error.cshtml.cs +++ b/src/AzureIoTHub.Portal/Server/Pages/Error.cshtml.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Pages diff --git a/src/AzureIoTHub.Portal/Server/Program.cs b/src/AzureIoTHub.Portal/Server/Program.cs index c162bbdc1..c385e18e3 100644 --- a/src/AzureIoTHub.Portal/Server/Program.cs +++ b/src/AzureIoTHub.Portal/Server/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server diff --git a/src/AzureIoTHub.Portal/Server/Properties/GlobalSuppressions.cs b/src/AzureIoTHub.Portal/Server/Properties/GlobalSuppressions.cs index c65a268b8..d8d72330e 100644 --- a/src/AzureIoTHub.Portal/Server/Properties/GlobalSuppressions.cs +++ b/src/AzureIoTHub.Portal/Server/Properties/GlobalSuppressions.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Diagnostics.CodeAnalysis; diff --git a/src/AzureIoTHub.Portal/Server/Services/ConfigsServices.cs b/src/AzureIoTHub.Portal/Server/Services/ConfigsServices.cs index 2ae7b216b..e46557861 100644 --- a/src/AzureIoTHub.Portal/Server/Services/ConfigsServices.cs +++ b/src/AzureIoTHub.Portal/Server/Services/ConfigsServices.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Services diff --git a/src/AzureIoTHub.Portal/Server/Services/DeviceService.cs b/src/AzureIoTHub.Portal/Server/Services/DeviceService.cs index 80a68ba0d..996ec1ec9 100644 --- a/src/AzureIoTHub.Portal/Server/Services/DeviceService.cs +++ b/src/AzureIoTHub.Portal/Server/Services/DeviceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Services diff --git a/src/AzureIoTHub.Portal/Server/Services/IDeviceService.cs b/src/AzureIoTHub.Portal/Server/Services/IDeviceService.cs index 94b3c845c..cf75112cb 100644 --- a/src/AzureIoTHub.Portal/Server/Services/IDeviceService.cs +++ b/src/AzureIoTHub.Portal/Server/Services/IDeviceService.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server.Services diff --git a/src/AzureIoTHub.Portal/Server/Startup.cs b/src/AzureIoTHub.Portal/Server/Startup.cs index ce35e68c8..90b736488 100644 --- a/src/AzureIoTHub.Portal/Server/Startup.cs +++ b/src/AzureIoTHub.Portal/Server/Startup.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Server diff --git a/src/AzureIoTHub.Portal/Shared/Models/C2Dresult.cs b/src/AzureIoTHub.Portal/Shared/Models/C2Dresult.cs index 36d850011..ad836a513 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/C2Dresult.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/C2Dresult.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models diff --git a/src/AzureIoTHub.Portal/Shared/Models/ConfigItem.cs b/src/AzureIoTHub.Portal/Shared/Models/ConfigItem.cs index eb26a7ac4..6546d0835 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/ConfigItem.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/ConfigItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models diff --git a/src/AzureIoTHub.Portal/Shared/Models/ConfigListItem.cs b/src/AzureIoTHub.Portal/Shared/Models/ConfigListItem.cs index 495ed0e5e..7c5342d78 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/ConfigListItem.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/ConfigListItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models diff --git a/src/AzureIoTHub.Portal/Shared/Models/Device/Command.cs b/src/AzureIoTHub.Portal/Shared/Models/Device/Command.cs index 431f73fe8..019de0f25 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/Device/Command.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/Device/Command.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models.Device diff --git a/src/AzureIoTHub.Portal/Shared/Models/Device/DeviceDetails.cs b/src/AzureIoTHub.Portal/Shared/Models/Device/DeviceDetails.cs index 5bb71690f..940ccb66a 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/Device/DeviceDetails.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/Device/DeviceDetails.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models.Device diff --git a/src/AzureIoTHub.Portal/Shared/Models/Device/DeviceListItem.cs b/src/AzureIoTHub.Portal/Shared/Models/Device/DeviceListItem.cs index 79d059a2b..42088e6d2 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/Device/DeviceListItem.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/Device/DeviceListItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models.Device diff --git a/src/AzureIoTHub.Portal/Shared/Models/DeviceModel.cs b/src/AzureIoTHub.Portal/Shared/Models/DeviceModel.cs index 1ad5355ae..9f547b224 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/DeviceModel.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/DeviceModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models diff --git a/src/AzureIoTHub.Portal/Shared/Models/DeviceModelCommand.cs b/src/AzureIoTHub.Portal/Shared/Models/DeviceModelCommand.cs index bf8f79ba3..bf515c7d3 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/DeviceModelCommand.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/DeviceModelCommand.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models diff --git a/src/AzureIoTHub.Portal/Shared/Models/Gateway.cs b/src/AzureIoTHub.Portal/Shared/Models/Gateway.cs index a0e85975c..59eba8fc6 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/Gateway.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/Gateway.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models diff --git a/src/AzureIoTHub.Portal/Shared/Models/GatewayListItem.cs b/src/AzureIoTHub.Portal/Shared/Models/GatewayListItem.cs index 6a0071909..0cce82b4b 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/GatewayListItem.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/GatewayListItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models diff --git a/src/AzureIoTHub.Portal/Shared/Models/GatewayModule.cs b/src/AzureIoTHub.Portal/Shared/Models/GatewayModule.cs index cbb5c7991..2e03e8c79 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/GatewayModule.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/GatewayModule.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models diff --git a/src/AzureIoTHub.Portal/Shared/Models/RequestPayload.cs b/src/AzureIoTHub.Portal/Shared/Models/RequestPayload.cs index 0490aa94d..221ddbf4f 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/RequestPayload.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/RequestPayload.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models diff --git a/src/AzureIoTHub.Portal/Shared/Models/SearchModel.cs b/src/AzureIoTHub.Portal/Shared/Models/SearchModel.cs index 0af73e560..df265a087 100644 --- a/src/AzureIoTHub.Portal/Shared/Models/SearchModel.cs +++ b/src/AzureIoTHub.Portal/Shared/Models/SearchModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Models diff --git a/src/AzureIoTHub.Portal/Shared/PaginationRequest.cs b/src/AzureIoTHub.Portal/Shared/PaginationRequest.cs index 21ffb3339..06e965063 100644 --- a/src/AzureIoTHub.Portal/Shared/PaginationRequest.cs +++ b/src/AzureIoTHub.Portal/Shared/PaginationRequest.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared diff --git a/src/AzureIoTHub.Portal/Shared/PaginationResult.cs b/src/AzureIoTHub.Portal/Shared/PaginationResult.cs index cb7152667..bb4057730 100644 --- a/src/AzureIoTHub.Portal/Shared/PaginationResult.cs +++ b/src/AzureIoTHub.Portal/Shared/PaginationResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared diff --git a/src/AzureIoTHub.Portal/Shared/Security/RoleNames.cs b/src/AzureIoTHub.Portal/Shared/Security/RoleNames.cs index e8be13b3c..1b3573362 100644 --- a/src/AzureIoTHub.Portal/Shared/Security/RoleNames.cs +++ b/src/AzureIoTHub.Portal/Shared/Security/RoleNames.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Security diff --git a/src/AzureIoTHub.Portal/Shared/Settings/MSALSettings.cs b/src/AzureIoTHub.Portal/Shared/Settings/MSALSettings.cs index e953c1997..eea5529f0 100644 --- a/src/AzureIoTHub.Portal/Shared/Settings/MSALSettings.cs +++ b/src/AzureIoTHub.Portal/Shared/Settings/MSALSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.Settings diff --git a/src/AzureIoTHub.Portal/Shared/UserManagement/UserInvitation.cs b/src/AzureIoTHub.Portal/Shared/UserManagement/UserInvitation.cs index 3711f6b39..c6ac8ae5b 100644 --- a/src/AzureIoTHub.Portal/Shared/UserManagement/UserInvitation.cs +++ b/src/AzureIoTHub.Portal/Shared/UserManagement/UserInvitation.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.UserManagement diff --git a/src/AzureIoTHub.Portal/Shared/UserManagement/UserListItem.cs b/src/AzureIoTHub.Portal/Shared/UserManagement/UserListItem.cs index 73750f87a..c3fa06d50 100644 --- a/src/AzureIoTHub.Portal/Shared/UserManagement/UserListItem.cs +++ b/src/AzureIoTHub.Portal/Shared/UserManagement/UserListItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) CGI France - Grand Est. All rights reserved. +// Copyright (c) CGI France. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace AzureIoTHub.Portal.Shared.UserManagement diff --git a/src/stylecop.json b/src/stylecop.json index a8e195da8..b2e73d262 100644 --- a/src/stylecop.json +++ b/src/stylecop.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": { "documentationRules": { - "companyName": "CGI France - Grand Est", + "companyName": "CGI France", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the MIT license. See LICENSE file in the project root for full license information.", "xmlHeader": false },