diff --git a/DNN Platform/Admin Modules/Dnn.Modules.Console/Components/BusinessController.cs b/DNN Platform/Admin Modules/Dnn.Modules.Console/Components/BusinessController.cs index 11c8e2b6c9b..c38f3547601 100644 --- a/DNN Platform/Admin Modules/Dnn.Modules.Console/Components/BusinessController.cs +++ b/DNN Platform/Admin Modules/Dnn.Modules.Console/Components/BusinessController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; using DotNetNuke.Entities.Modules.Definitions; diff --git a/DNN Platform/Admin Modules/Dnn.Modules.Console/Components/ConsoleController.cs b/DNN Platform/Admin Modules/Dnn.Modules.Console/Components/ConsoleController.cs index 302b490fb9f..a0747f347c3 100644 --- a/DNN Platform/Admin Modules/Dnn.Modules.Console/Components/ConsoleController.cs +++ b/DNN Platform/Admin Modules/Dnn.Modules.Console/Components/ConsoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Admin Modules/Dnn.Modules.Console/Properties/AssemblyInfo.cs b/DNN Platform/Admin Modules/Dnn.Modules.Console/Properties/AssemblyInfo.cs index 07ec8c9e9dc..46bcc39aa6c 100644 --- a/DNN Platform/Admin Modules/Dnn.Modules.Console/Properties/AssemblyInfo.cs +++ b/DNN Platform/Admin Modules/Dnn.Modules.Console/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/DNN Platform/Admin Modules/Dnn.Modules.Console/Settings.ascx.cs b/DNN Platform/Admin Modules/Dnn.Modules.Console/Settings.ascx.cs index 36e81fa77f9..a6cf80d8068 100644 --- a/DNN Platform/Admin Modules/Dnn.Modules.Console/Settings.ascx.cs +++ b/DNN Platform/Admin Modules/Dnn.Modules.Console/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Admin Modules/Dnn.Modules.Console/ViewConsole.ascx.cs b/DNN Platform/Admin Modules/Dnn.Modules.Console/ViewConsole.ascx.cs index 9c1a6da495a..06d87196ae5 100644 --- a/DNN Platform/Admin Modules/Dnn.Modules.Console/ViewConsole.ascx.cs +++ b/DNN Platform/Admin Modules/Dnn.Modules.Console/ViewConsole.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/Components/BusinessController.cs b/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/Components/BusinessController.cs index f34f361ef8e..139b6047302 100644 --- a/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/Components/BusinessController.cs +++ b/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/Components/BusinessController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; using DotNetNuke.Entities.Modules.Definitions; diff --git a/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/CreateModule.ascx.cs b/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/CreateModule.ascx.cs index 0bb7d15188e..f7d38a0dbd9 100644 --- a/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/CreateModule.ascx.cs +++ b/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/CreateModule.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/Properties/AssemblyInfo.cs b/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/Properties/AssemblyInfo.cs index 0f8c34de0e0..359d20f06ba 100644 --- a/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/Properties/AssemblyInfo.cs +++ b/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/viewsource.ascx.cs b/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/viewsource.ascx.cs index e64fd6838d7..3387d119884 100644 --- a/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/viewsource.ascx.cs +++ b/DNN Platform/Admin Modules/Dnn.Modules.ModuleCreator/viewsource.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Connectors/Azure/Components/AzureConnector.cs b/DNN Platform/Connectors/Azure/Components/AzureConnector.cs index 9d0a0ea31e6..e89ad51df95 100644 --- a/DNN Platform/Connectors/Azure/Components/AzureConnector.cs +++ b/DNN Platform/Connectors/Azure/Components/AzureConnector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Connectors/Azure/Components/Constants.cs b/DNN Platform/Connectors/Azure/Components/Constants.cs index 700a1577aac..12636a4f65e 100644 --- a/DNN Platform/Connectors/Azure/Components/Constants.cs +++ b/DNN Platform/Connectors/Azure/Components/Constants.cs @@ -1,8 +1,8 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -namespace Dnn.AzureConnector.Components +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + +namespace Dnn.AzureConnector.Components { internal class Constants { diff --git a/DNN Platform/Connectors/Azure/Services/ServiceRouteMapper.cs b/DNN Platform/Connectors/Azure/Services/ServiceRouteMapper.cs index e6879290502..107b17024be 100644 --- a/DNN Platform/Connectors/Azure/Services/ServiceRouteMapper.cs +++ b/DNN Platform/Connectors/Azure/Services/ServiceRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Api; namespace Dnn.AzureConnector.Services diff --git a/DNN Platform/Connectors/Azure/Services/ServicesController.cs b/DNN Platform/Connectors/Azure/Services/ServicesController.cs index 42d28e0ec61..6e5ffaa7ae5 100644 --- a/DNN Platform/Connectors/Azure/Services/ServicesController.cs +++ b/DNN Platform/Connectors/Azure/Services/ServicesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Net; diff --git a/DNN Platform/Connectors/GoogleAnalytics/Constants.cs b/DNN Platform/Connectors/GoogleAnalytics/Constants.cs index 7cd206a0af6..db37642c452 100644 --- a/DNN Platform/Connectors/GoogleAnalytics/Constants.cs +++ b/DNN Platform/Connectors/GoogleAnalytics/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Connectors/GoogleAnalytics/GoogleAnalyticsConnector.cs b/DNN Platform/Connectors/GoogleAnalytics/GoogleAnalyticsConnector.cs index 12b98314d02..dd0174da1d4 100644 --- a/DNN Platform/Connectors/GoogleAnalytics/GoogleAnalyticsConnector.cs +++ b/DNN Platform/Connectors/GoogleAnalytics/GoogleAnalyticsConnector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; using DotNetNuke.Services.Analytics.Config; using DotNetNuke.Services.Connections; diff --git a/DNN Platform/Controls/CountryListBox/CountryListBox.cs b/DNN Platform/Controls/CountryListBox/CountryListBox.cs index ea55ba171f7..5651e110b19 100644 --- a/DNN Platform/Controls/CountryListBox/CountryListBox.cs +++ b/DNN Platform/Controls/CountryListBox/CountryListBox.cs @@ -1,16 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -//------------------------------------------------------------------------------------------------ -// CountryListBox ASP.NET Web Control, lists countries and -// automatically detects country of visitors. -// -// This web control will load a listbox with all countries and -// upon loading will attempt to automatically recognize the -// country that the visitor is visiting the website from. -//------------------------------------------------------------------------------------------------ - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Controls/CountryListBox/CountryLookup.cs b/DNN Platform/Controls/CountryListBox/CountryLookup.cs index 60c15a9c2fc..e4cba4f4e61 100644 --- a/DNN Platform/Controls/CountryListBox/CountryLookup.cs +++ b/DNN Platform/Controls/CountryListBox/CountryLookup.cs @@ -1,14 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -//------------------------------------------------------------------------------------------------ -// This class uses an IP lookup database from MaxMind, specifically -// the GeoIP Free Database. -// -// The database and the c# implementation of this class -// are available from http://www.maxmind.com/app/csharp -//------------------------------------------------------------------------------------------------ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Controls/CountryListBox/Properties/AssemblyInfo.cs b/DNN Platform/Controls/CountryListBox/Properties/AssemblyInfo.cs index e7626823787..f582c0cf714 100644 --- a/DNN Platform/Controls/CountryListBox/Properties/AssemblyInfo.cs +++ b/DNN Platform/Controls/CountryListBox/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Auth/JwtAuthMessageHandler.cs b/DNN Platform/Dnn.AuthServices.Jwt/Auth/JwtAuthMessageHandler.cs index 26e24bc0aa0..b66321e0136 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Auth/JwtAuthMessageHandler.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Auth/JwtAuthMessageHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net.Http; using System.Security.Principal; diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Components/Common/Controllers/IJwtController.cs b/DNN Platform/Dnn.AuthServices.Jwt/Components/Common/Controllers/IJwtController.cs index 0d7512f1a39..e3c368101f4 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Components/Common/Controllers/IJwtController.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Components/Common/Controllers/IJwtController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Net.Http; using Dnn.AuthServices.Jwt.Components.Entity; diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Components/Common/Controllers/JwtController.cs b/DNN Platform/Dnn.AuthServices.Jwt/Components/Common/Controllers/JwtController.cs index c0f988356aa..5c94ed26b0c 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Components/Common/Controllers/JwtController.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Components/Common/Controllers/JwtController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IdentityModel.Tokens; diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/LoginData.cs b/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/LoginData.cs index 49fe1b06388..4eaf6e19c89 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/LoginData.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/LoginData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.AuthServices.Jwt.Components.Entity diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/LoginResultData.cs b/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/LoginResultData.cs index 94ba831883f..6a04d227930 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/LoginResultData.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/LoginResultData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.AuthServices.Jwt.Components.Entity diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/PersistedToken.cs b/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/PersistedToken.cs index d5f8153e957..522bdc4a0e6 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/PersistedToken.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/PersistedToken.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.AuthServices.Jwt.Components.Entity diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/RenewalDto.cs b/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/RenewalDto.cs index f7cd31e580a..5e1df37afe6 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/RenewalDto.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Components/Entity/RenewalDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.AuthServices.Jwt.Components.Entity diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Data/DataService.cs b/DNN Platform/Dnn.AuthServices.Jwt/Data/DataService.cs index 0c8c7e8180f..211d2dff007 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Data/DataService.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Data/DataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.Caching; diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Data/IDataService.cs b/DNN Platform/Dnn.AuthServices.Jwt/Data/IDataService.cs index e3fe7616f59..78cc8753dc2 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Data/IDataService.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Data/IDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.AuthServices.Jwt.Components.Entity; diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Properties/AssemblyInfo.cs b/DNN Platform/Dnn.AuthServices.Jwt/Properties/AssemblyInfo.cs index 085262f14e3..cda1a98aea3 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Properties/AssemblyInfo.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Services/MobileController.cs b/DNN Platform/Dnn.AuthServices.Jwt/Services/MobileController.cs index 5530f6c3535..f56b5d24a77 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Services/MobileController.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Services/MobileController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Net.Http.Headers; using System.Web.Http; using Dnn.AuthServices.Jwt.Components.Common.Controllers; diff --git a/DNN Platform/Dnn.AuthServices.Jwt/Services/ServiceRouteMapper.cs b/DNN Platform/Dnn.AuthServices.Jwt/Services/ServiceRouteMapper.cs index ad66eb5971f..eadd80fb56c 100644 --- a/DNN Platform/Dnn.AuthServices.Jwt/Services/ServiceRouteMapper.cs +++ b/DNN Platform/Dnn.AuthServices.Jwt/Services/ServiceRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Api; namespace Dnn.AuthServices.Jwt.Services diff --git a/DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs b/DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs index 87bdafaa416..bbe666535e2 100644 --- a/DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs +++ b/DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs @@ -1,11 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Abstractions.Portals; namespace DotNetNuke.Abstractions diff --git a/DNN Platform/DotNetNuke.Abstractions/Portals/IPortalSettings.cs b/DNN Platform/DotNetNuke.Abstractions/Portals/IPortalSettings.cs index bdf042175b1..6937132caf7 100644 --- a/DNN Platform/DotNetNuke.Abstractions/Portals/IPortalSettings.cs +++ b/DNN Platform/DotNetNuke.Abstractions/Portals/IPortalSettings.cs @@ -1,11 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Abstractions.Portals { public interface IPortalSettings diff --git a/DNN Platform/DotNetNuke.DependencyInjection/Extensions/TypeExtensions.cs b/DNN Platform/DotNetNuke.DependencyInjection/Extensions/TypeExtensions.cs index 2435a6b76f5..a8d37687a82 100644 --- a/DNN Platform/DotNetNuke.DependencyInjection/Extensions/TypeExtensions.cs +++ b/DNN Platform/DotNetNuke.DependencyInjection/Extensions/TypeExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Reflection; diff --git a/DNN Platform/DotNetNuke.DependencyInjection/IDnnStartup.cs b/DNN Platform/DotNetNuke.DependencyInjection/IDnnStartup.cs index ad0cbefc819..8e5a26f0298 100644 --- a/DNN Platform/DotNetNuke.DependencyInjection/IDnnStartup.cs +++ b/DNN Platform/DotNetNuke.DependencyInjection/IDnnStartup.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Microsoft.Extensions.DependencyInjection; namespace DotNetNuke.DependencyInjection diff --git a/DNN Platform/DotNetNuke.Instrumentation/DnnLog.cs b/DNN Platform/DotNetNuke.Instrumentation/DnnLog.cs index 9aef89a0640..855402adf51 100644 --- a/DNN Platform/DotNetNuke.Instrumentation/DnnLog.cs +++ b/DNN Platform/DotNetNuke.Instrumentation/DnnLog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Instrumentation/DnnLogger.cs b/DNN Platform/DotNetNuke.Instrumentation/DnnLogger.cs index 2003bdb1d14..512b67e337f 100644 --- a/DNN Platform/DotNetNuke.Instrumentation/DnnLogger.cs +++ b/DNN Platform/DotNetNuke.Instrumentation/DnnLogger.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Instrumentation/ILog.cs b/DNN Platform/DotNetNuke.Instrumentation/ILog.cs index 8bae7177e7c..62930400eef 100644 --- a/DNN Platform/DotNetNuke.Instrumentation/ILog.cs +++ b/DNN Platform/DotNetNuke.Instrumentation/ILog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Instrumentation diff --git a/DNN Platform/DotNetNuke.Instrumentation/ILoggerSource.cs b/DNN Platform/DotNetNuke.Instrumentation/ILoggerSource.cs index e723cd6a000..e47aa2cdb50 100644 --- a/DNN Platform/DotNetNuke.Instrumentation/ILoggerSource.cs +++ b/DNN Platform/DotNetNuke.Instrumentation/ILoggerSource.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Instrumentation diff --git a/DNN Platform/DotNetNuke.Instrumentation/LoggerSource.cs b/DNN Platform/DotNetNuke.Instrumentation/LoggerSource.cs index 7d74e0dadbb..8249b406aaa 100644 --- a/DNN Platform/DotNetNuke.Instrumentation/LoggerSource.cs +++ b/DNN Platform/DotNetNuke.Instrumentation/LoggerSource.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Instrumentation { public static class LoggerSource diff --git a/DNN Platform/DotNetNuke.Instrumentation/LoggerSourceImpl.cs b/DNN Platform/DotNetNuke.Instrumentation/LoggerSourceImpl.cs index 89a9bb64c64..3748f1bf6c2 100644 --- a/DNN Platform/DotNetNuke.Instrumentation/LoggerSourceImpl.cs +++ b/DNN Platform/DotNetNuke.Instrumentation/LoggerSourceImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Diagnostics; using System.Globalization; diff --git a/DNN Platform/DotNetNuke.Instrumentation/Properties/AssemblyInfo.cs b/DNN Platform/DotNetNuke.Instrumentation/Properties/AssemblyInfo.cs index 33352106142..ebe2fcddcd6 100644 --- a/DNN Platform/DotNetNuke.Instrumentation/Properties/AssemblyInfo.cs +++ b/DNN Platform/DotNetNuke.Instrumentation/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AdoNetAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AdoNetAppender.cs index f58d11f8e25..3f119cfa6b4 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AdoNetAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AdoNetAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AnsiColorTerminalAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AnsiColorTerminalAppender.cs index 73ec45543e2..097a3cfb9f4 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AnsiColorTerminalAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AnsiColorTerminalAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AppenderCollection.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AppenderCollection.cs index c678ac680e6..5fdec4922de 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AppenderCollection.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AppenderCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AppenderSkeleton.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AppenderSkeleton.cs index 91ad80d3a4f..87669fef889 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AppenderSkeleton.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AppenderSkeleton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AspNetTraceAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AspNetTraceAppender.cs index 51cc241ccf9..5d8f874d9dd 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AspNetTraceAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/AspNetTraceAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/BufferingAppenderSkeleton.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/BufferingAppenderSkeleton.cs index 649524af960..57c85208878 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/BufferingAppenderSkeleton.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/BufferingAppenderSkeleton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/BufferingForwardingAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/BufferingForwardingAppender.cs index 4d4aee6684c..27ffb29cfe0 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/BufferingForwardingAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/BufferingForwardingAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ColoredConsoleAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ColoredConsoleAppender.cs index a51cdaa06d5..cd9a6833224 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ColoredConsoleAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ColoredConsoleAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ConsoleAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ConsoleAppender.cs index f8ce7ff9855..0ef228676e9 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ConsoleAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ConsoleAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/DebugAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/DebugAppender.cs index 290efb70ea7..29172bb8f09 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/DebugAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/DebugAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/EventLogAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/EventLogAppender.cs index 4a2120577da..b271d14386b 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/EventLogAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/EventLogAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/FileAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/FileAppender.cs index 5029ecf0658..b8dd8349948 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/FileAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/FileAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ForwardingAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ForwardingAppender.cs index 55039e3461d..11316858ce0 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ForwardingAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ForwardingAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IAppender.cs index 06a5da73ba4..8b1c96f18cc 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IBulkAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IBulkAppender.cs index c9e9bd3b4e0..067b75991a7 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IBulkAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IBulkAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IFlushable.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IFlushable.cs index 411fbab1990..cd453568447 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IFlushable.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/IFlushable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/LocalSyslogAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/LocalSyslogAppender.cs index aa25f5e1688..3f2afaee9f8 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/LocalSyslogAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/LocalSyslogAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ManagedColoredConsoleAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ManagedColoredConsoleAppender.cs index 55630931691..551c1a10105 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ManagedColoredConsoleAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/ManagedColoredConsoleAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/MemoryAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/MemoryAppender.cs index 60acf6c20f8..89c2aa63550 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/MemoryAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/MemoryAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/NetSendAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/NetSendAppender.cs index 531cd500f55..33acd21d5e6 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/NetSendAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/NetSendAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/OutputDebugStringAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/OutputDebugStringAppender.cs index ca6e3ceaf1c..e34c4684ddb 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/OutputDebugStringAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/OutputDebugStringAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RemoteSyslogAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RemoteSyslogAppender.cs index 3a76093af27..e9ff6f67140 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RemoteSyslogAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RemoteSyslogAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RemotingAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RemotingAppender.cs index 6364f1f8a1f..8d17012b606 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RemotingAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RemotingAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RollingFileAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RollingFileAppender.cs index a50b2be953b..47149e515cc 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RollingFileAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/RollingFileAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/SmtpAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/SmtpAppender.cs index d503c74f72f..c66747a01e8 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/SmtpAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/SmtpAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/SmtpPickupDirAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/SmtpPickupDirAppender.cs index dcd8438638c..66eedf87fa0 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/SmtpPickupDirAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/SmtpPickupDirAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TelnetAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TelnetAppender.cs index 84c2aa27359..c0848339ee1 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TelnetAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TelnetAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TextWriterAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TextWriterAppender.cs index ea1f40d1fff..636dff88aa8 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TextWriterAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TextWriterAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TraceAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TraceAppender.cs index c859ca6f83b..a1800210d16 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TraceAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/TraceAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/UdpAppender.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/UdpAppender.cs index d493435679d..fe98c5915c3 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Appender/UdpAppender.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Appender/UdpAppender.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/AssemblyInfo.cs b/DNN Platform/DotNetNuke.Log4net/log4net/AssemblyInfo.cs index 0fda8ef0b28..3aae2a9cbfa 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/AssemblyInfo.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/AssemblyVersionInfo.cs b/DNN Platform/DotNetNuke.Log4net/log4net/AssemblyVersionInfo.cs index d8b988b1865..7eb2c997ab1 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/AssemblyVersionInfo.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/AssemblyVersionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/AliasDomainAttribute.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/AliasDomainAttribute.cs index d83f1e83578..01941316c6e 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/AliasDomainAttribute.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/AliasDomainAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/AliasRepositoryAttribute.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/AliasRepositoryAttribute.cs index 78efe186fdb..38b01e937cb 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/AliasRepositoryAttribute.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/AliasRepositoryAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/BasicConfigurator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/BasicConfigurator.cs index 7688762db28..7d9c0790ac0 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/BasicConfigurator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/BasicConfigurator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/ConfiguratorAttribute.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/ConfiguratorAttribute.cs index 3290031aa86..55b367e73be 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/ConfiguratorAttribute.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/ConfiguratorAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/DOMConfigurator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/DOMConfigurator.cs index 99de3ed838f..c2a4f186756 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/DOMConfigurator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/DOMConfigurator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/DOMConfiguratorAttribute.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/DOMConfiguratorAttribute.cs index 4efb23a4086..93b9c78f113 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/DOMConfiguratorAttribute.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/DOMConfiguratorAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/DomainAttribute.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/DomainAttribute.cs index 2109f38eeb3..d2a8da18c32 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/DomainAttribute.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/DomainAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/Log4NetConfigurationSectionHandler.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/Log4NetConfigurationSectionHandler.cs index 9545495656e..285fff0f1bd 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/Log4NetConfigurationSectionHandler.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/Log4NetConfigurationSectionHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/PluginAttribute.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/PluginAttribute.cs index 4ac7619adfa..78a425f379a 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/PluginAttribute.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/PluginAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/RepositoryAttribute.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/RepositoryAttribute.cs index 702882b174b..92295e886ec 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/RepositoryAttribute.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/RepositoryAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/SecurityContextProviderAttribute.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/SecurityContextProviderAttribute.cs index 4c3c05446c7..54d495e5098 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/SecurityContextProviderAttribute.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/SecurityContextProviderAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/XmlConfigurator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/XmlConfigurator.cs index ed6a04ee799..6cabb823d30 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/XmlConfigurator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/XmlConfigurator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Config/XmlConfiguratorAttribute.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Config/XmlConfiguratorAttribute.cs index 43783cfc0d1..3418c01f0a0 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Config/XmlConfiguratorAttribute.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Config/XmlConfiguratorAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/CompactRepositorySelector.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/CompactRepositorySelector.cs index abfeccd7df6..be2cbac386d 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/CompactRepositorySelector.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/CompactRepositorySelector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/DefaultRepositorySelector.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/DefaultRepositorySelector.cs index 91772b1a1b8..b2fce7208bf 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/DefaultRepositorySelector.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/DefaultRepositorySelector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/ErrorCode.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/ErrorCode.cs index dfa8395044b..d785d787ffc 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/ErrorCode.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/ErrorCode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/ExceptionEvaluator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/ExceptionEvaluator.cs index 513bd89b7da..a648f4c3a31 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/ExceptionEvaluator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/ExceptionEvaluator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/IAppenderAttachable.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/IAppenderAttachable.cs index bb3af68711e..d9001cccfa4 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/IAppenderAttachable.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/IAppenderAttachable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/IErrorHandler.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/IErrorHandler.cs index 5a5a27849ac..2678c54a1cb 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/IErrorHandler.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/IErrorHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/IFixingRequired.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/IFixingRequired.cs index 89644019a9c..ab601b72705 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/IFixingRequired.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/IFixingRequired.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/ILogger.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/ILogger.cs index 588a8de55ac..b04b314f154 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/ILogger.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/ILogger.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/ILoggerWrapper.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/ILoggerWrapper.cs index e7ef32d8ca8..73403308f6f 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/ILoggerWrapper.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/ILoggerWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/IOptionHandler.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/IOptionHandler.cs index e1f0272373f..5549d82783f 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/IOptionHandler.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/IOptionHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/IRepositorySelector.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/IRepositorySelector.cs index e039d00b9e7..fb471cb0c75 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/IRepositorySelector.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/IRepositorySelector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/ITriggeringEventEvaluator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/ITriggeringEventEvaluator.cs index 6863ed6471a..54d7476ff38 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/ITriggeringEventEvaluator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/ITriggeringEventEvaluator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/Level.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/Level.cs index 12a5cfa300f..db27675736d 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/Level.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/Level.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelCollection.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelCollection.cs index b0b910a751e..d5bb89a9104 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelCollection.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelEvaluator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelEvaluator.cs index 3f5fe85118e..efea500fc27 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelEvaluator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelEvaluator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelMap.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelMap.cs index bcdfcca8954..0978475eff3 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelMap.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LevelMap.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LocationInfo.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LocationInfo.cs index 28c1662ac51..d8fd65abaf8 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LocationInfo.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LocationInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LogException.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LogException.cs index e9031bf3c24..60e16f69473 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LogException.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LogException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LogImpl.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LogImpl.cs index a2382092c23..0fe1046683a 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LogImpl.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LogImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggerManager.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggerManager.cs index 5794b74fae7..5a9c763e142 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggerManager.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggerManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggerWrapperImpl.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggerWrapperImpl.cs index b3bf6a750d9..43eedbbadb5 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggerWrapperImpl.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggerWrapperImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggingEvent.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggingEvent.cs index b4b61d610d3..64941abddff 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggingEvent.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/LoggingEvent.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/MethodItem.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/MethodItem.cs index 4beb75b0ca1..e4c13ed1417 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/MethodItem.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/MethodItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/SecurityContext.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/SecurityContext.cs index b078fb110de..a7bc59d621c 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/SecurityContext.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/SecurityContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/SecurityContextProvider.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/SecurityContextProvider.cs index 2f407f78221..ccf6dcc8aff 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/SecurityContextProvider.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/SecurityContextProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/StackFrameItem.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/StackFrameItem.cs index 796607be160..b53819a72e8 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/StackFrameItem.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/StackFrameItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #if !NETCF #region Apache License // diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/TimeEvaluator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/TimeEvaluator.cs index 17aff0f28f0..4440ecf5837 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/TimeEvaluator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/TimeEvaluator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Copyright & License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Core/WrapperMap.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Core/WrapperMap.cs index 2525b1e0e50..c778a53daf9 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Core/WrapperMap.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Core/WrapperMap.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/AbsoluteTimeDateFormatter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/AbsoluteTimeDateFormatter.cs index 0a62ce5c3d4..67b4c1a406b 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/AbsoluteTimeDateFormatter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/AbsoluteTimeDateFormatter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/DateTimeDateFormatter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/DateTimeDateFormatter.cs index d6ca4d7ea94..0b84834be9a 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/DateTimeDateFormatter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/DateTimeDateFormatter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/IDateFormatter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/IDateFormatter.cs index e2bea8d9954..140fef4e55c 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/IDateFormatter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/IDateFormatter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/Iso8601DateFormatter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/Iso8601DateFormatter.cs index b1a560cec94..98c0ad1201e 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/Iso8601DateFormatter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/Iso8601DateFormatter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/SimpleDateFormatter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/SimpleDateFormatter.cs index 7aecb3352c7..8002b224e3a 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/SimpleDateFormatter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/DateFormatter/SimpleDateFormatter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/DenyAllFilter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/DenyAllFilter.cs index 1d31dabbe88..8a578ef2f8f 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/DenyAllFilter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/DenyAllFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/FilterDecision.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/FilterDecision.cs index d5948c968d9..7462eb58e9b 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/FilterDecision.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/FilterDecision.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/FilterSkeleton.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/FilterSkeleton.cs index 9ecf070e445..974002987fe 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/FilterSkeleton.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/FilterSkeleton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/IFilter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/IFilter.cs index 8e4bd364127..7e4904b842e 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/IFilter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/IFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LevelMatchFilter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LevelMatchFilter.cs index 7d2c3310b34..169adc448d1 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LevelMatchFilter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LevelMatchFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LevelRangeFilter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LevelRangeFilter.cs index ac0aa4e7ca2..5f0ace9a278 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LevelRangeFilter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LevelRangeFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LoggerMatchFilter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LoggerMatchFilter.cs index a949843ed5d..7b8d1a375f2 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LoggerMatchFilter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/LoggerMatchFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/MdcFilter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/MdcFilter.cs index e8be8e9da93..c46c92b843c 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/MdcFilter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/MdcFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/NdcFilter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/NdcFilter.cs index 9be456e350d..731ea3153d2 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/NdcFilter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/NdcFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/PropertyFilter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/PropertyFilter.cs index 31305ba7968..de2915e0717 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/PropertyFilter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/PropertyFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/StringMatchFilter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/StringMatchFilter.cs index f9ad32d49c8..82624eae630 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Filter/StringMatchFilter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Filter/StringMatchFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/GlobalContext.cs b/DNN Platform/DotNetNuke.Log4net/log4net/GlobalContext.cs index f84ec1c418c..6716477fc4e 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/GlobalContext.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/GlobalContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/ILog.cs b/DNN Platform/DotNetNuke.Log4net/log4net/ILog.cs index 8c936bdecc7..4a7d009c8f1 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/ILog.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/ILog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/DynamicPatternLayout.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/DynamicPatternLayout.cs index cee47a754c8..416e9dcaaa5 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/DynamicPatternLayout.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/DynamicPatternLayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/ExceptionLayout.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/ExceptionLayout.cs index 837c7d54bce..f8baf005230 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/ExceptionLayout.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/ExceptionLayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/ILayout.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/ILayout.cs index 643040bc86c..a3e82a6845c 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/ILayout.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/ILayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/IRawLayout.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/IRawLayout.cs index 8d03fc94c49..7b72e01f05f 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/IRawLayout.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/IRawLayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Layout2RawLayoutAdapter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Layout2RawLayoutAdapter.cs index f988304058c..6755192bcdf 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Layout2RawLayoutAdapter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Layout2RawLayoutAdapter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/LayoutSkeleton.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/LayoutSkeleton.cs index 7a6cf18f639..4ede8f21bec 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/LayoutSkeleton.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/LayoutSkeleton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AppDomainPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AppDomainPatternConverter.cs index 42fb815e9fb..dc21faf85be 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AppDomainPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AppDomainPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetCachePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetCachePatternConverter.cs index b0fd0499ecf..d5668e7a68c 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetCachePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetCachePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetContextPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetContextPatternConverter.cs index a1db90a1b68..cc402ba8a95 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetContextPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetContextPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetPatternConverter.cs index cd6dacfcae0..0d5af4b74c4 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetRequestPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetRequestPatternConverter.cs index 966fb2ee5f3..0ac87578d81 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetRequestPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetRequestPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetSessionPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetSessionPatternConverter.cs index 820b330d56e..36065560e10 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetSessionPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/AspNetSessionPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/DatePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/DatePatternConverter.cs index 21d58d45823..f2f7211eefe 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/DatePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/DatePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/ExceptionPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/ExceptionPatternConverter.cs index 68188792b83..cd675463967 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/ExceptionPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/ExceptionPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/FileLocationPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/FileLocationPatternConverter.cs index 4a2ef1e729a..df0ad9f63d3 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/FileLocationPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/FileLocationPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/FullLocationPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/FullLocationPatternConverter.cs index c2eba0130fb..9ad71769bec 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/FullLocationPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/FullLocationPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/IdentityPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/IdentityPatternConverter.cs index a0797b1c203..83c27912321 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/IdentityPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/IdentityPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LevelPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LevelPatternConverter.cs index 7474a09ca98..dae50a4a595 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LevelPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LevelPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LineLocationPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LineLocationPatternConverter.cs index 019a62c47a5..38ce4d76371 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LineLocationPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LineLocationPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LoggerPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LoggerPatternConverter.cs index e54e527f168..d0d000e06cc 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LoggerPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/LoggerPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/MessagePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/MessagePatternConverter.cs index a13bdcf9e13..15eea9857b3 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/MessagePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/MessagePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/MethodLocationPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/MethodLocationPatternConverter.cs index e3116248f8a..d8ee0685bbf 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/MethodLocationPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/MethodLocationPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/NamedPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/NamedPatternConverter.cs index 322f3694588..97b28b597bd 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/NamedPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/NamedPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/NdcPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/NdcPatternConverter.cs index 5e46c4b6c0d..6e3c4c0b223 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/NdcPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/NdcPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/PatternLayoutConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/PatternLayoutConverter.cs index a4cdbe1e455..ba4eac5cc05 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/PatternLayoutConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/PatternLayoutConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/PropertyPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/PropertyPatternConverter.cs index c21b4555d61..bf637cf5199 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/PropertyPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/PropertyPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/RelativeTimePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/RelativeTimePatternConverter.cs index 18756d1353d..9eb6bed5140 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/RelativeTimePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/RelativeTimePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/StackTraceDetailPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/StackTraceDetailPatternConverter.cs index c66fecd9717..87c3d27881d 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/StackTraceDetailPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/StackTraceDetailPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* * * Licensed to the Apache Software Foundation (ASF) under one diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/StackTracePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/StackTracePatternConverter.cs index 5824c62ef8d..fa4e80f361a 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/StackTracePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/StackTracePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/ThreadPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/ThreadPatternConverter.cs index 9326d078c28..4ddea8cf49c 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/ThreadPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/ThreadPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/TypeNamePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/TypeNamePatternConverter.cs index ee4eb539ebe..cfbca89af77 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/TypeNamePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/TypeNamePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/UserNamePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/UserNamePatternConverter.cs index a069bd9354e..4cfd4b9eec0 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/UserNamePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/UserNamePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/UtcDatePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/UtcDatePatternConverter.cs index dcece2f802a..a86771072cb 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/UtcDatePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/Pattern/UtcDatePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/PatternLayout.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/PatternLayout.cs index 81ed7c7c7d3..67936a1d93c 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/PatternLayout.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/PatternLayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawLayoutConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawLayoutConverter.cs index 1b5a4beac11..75f55d37396 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawLayoutConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawLayoutConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawPropertyLayout.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawPropertyLayout.cs index 5f5f1f03090..5401812d67f 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawPropertyLayout.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawPropertyLayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawTimeStampLayout.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawTimeStampLayout.cs index a9bcfcf1945..dd6695081c7 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawTimeStampLayout.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawTimeStampLayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawUtcTimeStampLayout.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawUtcTimeStampLayout.cs index d7a3d081f72..37333fe1fe8 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawUtcTimeStampLayout.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/RawUtcTimeStampLayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/SimpleLayout.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/SimpleLayout.cs index 6489512537f..d6f75012f90 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/SimpleLayout.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/SimpleLayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XMLLayout.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XMLLayout.cs index 85963ce6a9f..8fa8a434ff6 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XMLLayout.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XMLLayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XMLLayoutBase.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XMLLayoutBase.cs index bb26711dd10..b8c3499963b 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XMLLayoutBase.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XMLLayoutBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XmlLayoutSchemaLog4j.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XmlLayoutSchemaLog4j.cs index 5f48c58aa58..12575ee8abd 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XmlLayoutSchemaLog4j.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Layout/XmlLayoutSchemaLog4j.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/LogManager.cs b/DNN Platform/DotNetNuke.Log4net/log4net/LogManager.cs index 46987f9500e..02576e501e2 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/LogManager.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/LogManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/LogicalThreadContext.cs b/DNN Platform/DotNetNuke.Log4net/log4net/LogicalThreadContext.cs index 555fbbc674d..4cdb6b1f1f7 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/LogicalThreadContext.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/LogicalThreadContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/MDC.cs b/DNN Platform/DotNetNuke.Log4net/log4net/MDC.cs index f328dc84cf6..f88381948a6 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/MDC.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/MDC.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/NDC.cs b/DNN Platform/DotNetNuke.Log4net/log4net/NDC.cs index fa286b573a2..6696e5f53f7 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/NDC.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/NDC.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/DefaultRenderer.cs b/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/DefaultRenderer.cs index 256d5261fbd..c2c90cca9b0 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/DefaultRenderer.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/DefaultRenderer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/IObjectRenderer.cs b/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/IObjectRenderer.cs index 3940c4c8df2..c73c30d298f 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/IObjectRenderer.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/IObjectRenderer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/RendererMap.cs b/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/RendererMap.cs index 4494b9bd77f..b32452350fa 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/RendererMap.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/ObjectRenderer/RendererMap.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/IPlugin.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/IPlugin.cs index f3b6274d4cb..6e5f8e07680 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/IPlugin.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/IPlugin.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/IPluginFactory.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/IPluginFactory.cs index 51ba399f0fd..46552ed9fe5 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/IPluginFactory.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/IPluginFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginCollection.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginCollection.cs index aa34c9a96a2..fe7673d318a 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginCollection.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginMap.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginMap.cs index 396cf05016b..675435ec685 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginMap.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginMap.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginSkeleton.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginSkeleton.cs index 67e4ccf8571..fd152285343 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginSkeleton.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/PluginSkeleton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/RemoteLoggingServerPlugin.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/RemoteLoggingServerPlugin.cs index d4d83715386..ea338100375 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/RemoteLoggingServerPlugin.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Plugin/RemoteLoggingServerPlugin.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/ConfigurationChangedEventArgs.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/ConfigurationChangedEventArgs.cs index a9d6f0894a1..366c9b02e7b 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/ConfigurationChangedEventArgs.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/ConfigurationChangedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* * * Licensed to the Apache Software Foundation (ASF) under one diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/DefaultLoggerFactory.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/DefaultLoggerFactory.cs index d06e30589a1..5c2f694f596 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/DefaultLoggerFactory.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/DefaultLoggerFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/Hierarchy.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/Hierarchy.cs index 22967210abc..108a8ce327f 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/Hierarchy.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/Hierarchy.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/ILoggerFactory.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/ILoggerFactory.cs index 1ea4e03313d..003cee8cd28 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/ILoggerFactory.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/ILoggerFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/Logger.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/Logger.cs index 1708a17fd7e..e12323cd6a0 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/Logger.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/Logger.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/LoggerKey.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/LoggerKey.cs index 07a3024bf37..1b63be167ba 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/LoggerKey.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/LoggerKey.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/ProvisionNode.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/ProvisionNode.cs index 035daa99638..5e7d6e9ba47 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/ProvisionNode.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/ProvisionNode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/RootLogger.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/RootLogger.cs index 6c147fd02ad..0e6849704e5 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/RootLogger.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/RootLogger.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/XmlHierarchyConfigurator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/XmlHierarchyConfigurator.cs index b7932bff2a5..fccadbb5161 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/XmlHierarchyConfigurator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/Hierarchy/XmlHierarchyConfigurator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/IBasicRepositoryConfigurator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/IBasicRepositoryConfigurator.cs index 4798fa204e8..1f40e0ba1ce 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/IBasicRepositoryConfigurator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/IBasicRepositoryConfigurator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/ILoggerRepository.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/ILoggerRepository.cs index f8c55578e27..6e3be98a132 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/ILoggerRepository.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/ILoggerRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/IXmlRepositoryConfigurator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/IXmlRepositoryConfigurator.cs index dfe1564285a..88ad257d78e 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/IXmlRepositoryConfigurator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/IXmlRepositoryConfigurator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/LoggerRepositorySkeleton.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/LoggerRepositorySkeleton.cs index 4357ccbc210..5e8fdacd61b 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Repository/LoggerRepositorySkeleton.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Repository/LoggerRepositorySkeleton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/ThreadContext.cs b/DNN Platform/DotNetNuke.Log4net/log4net/ThreadContext.cs index 38c05997e28..0b1902a53c4 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/ThreadContext.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/ThreadContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/AppenderAttachedImpl.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/AppenderAttachedImpl.cs index 026c777f401..546532bc271 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/AppenderAttachedImpl.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/AppenderAttachedImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/CompositeProperties.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/CompositeProperties.cs index 466a642ba5a..5b6f43662dc 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/CompositeProperties.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/CompositeProperties.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ContextPropertiesBase.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ContextPropertiesBase.cs index 8e10ffe0946..e8c66962a78 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ContextPropertiesBase.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ContextPropertiesBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ConverterInfo.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ConverterInfo.cs index 323437d7a6b..1ec69a0cce7 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ConverterInfo.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ConverterInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* * * Licensed to the Apache Software Foundation (ASF) under one diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/CountingQuietTextWriter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/CountingQuietTextWriter.cs index 8e17490a600..ffa6a6147c5 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/CountingQuietTextWriter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/CountingQuietTextWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/CyclicBuffer.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/CyclicBuffer.cs index 5920265e77a..97fc99775a9 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/CyclicBuffer.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/CyclicBuffer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/EmptyCollection.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/EmptyCollection.cs index a5642dab750..c5844153343 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/EmptyCollection.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/EmptyCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/EmptyDictionary.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/EmptyDictionary.cs index 3148e663628..32a9e327352 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/EmptyDictionary.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/EmptyDictionary.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/FormattingInfo.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/FormattingInfo.cs index fb6edd8d060..7e6ee9dbbfd 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/FormattingInfo.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/FormattingInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/GlobalContextProperties.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/GlobalContextProperties.cs index 3ef03af9b93..0c7cac6b147 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/GlobalContextProperties.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/GlobalContextProperties.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ILogExtensions.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ILogExtensions.cs index 4c8220bcbbf..40586d4c5a3 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ILogExtensions.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ILogExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LevelMapping.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LevelMapping.cs index 06ccba1ee9f..b73ac3ba009 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LevelMapping.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LevelMapping.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LevelMappingEntry.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LevelMappingEntry.cs index 35dc43709c5..79c11d8a965 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LevelMappingEntry.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LevelMappingEntry.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogLog.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogLog.cs index d6bb3f1a380..140f5b43c04 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogLog.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogLog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextProperties.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextProperties.cs index 3442e2a7c38..b979997019f 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextProperties.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextProperties.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextStack.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextStack.cs index f00f777b4a0..f3a2a1dc856 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextStack.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextStack.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextStacks.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextStacks.cs index 98d30c6a279..909ddf7b018 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextStacks.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/LogicalThreadContextStacks.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/NativeError.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/NativeError.cs index 2b04178da30..ee8ac248fd8 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/NativeError.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/NativeError.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullDictionaryEnumerator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullDictionaryEnumerator.cs index e4a129d2fa1..867c503af01 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullDictionaryEnumerator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullDictionaryEnumerator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullEnumerator.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullEnumerator.cs index 3353941f2d0..8585062caf1 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullEnumerator.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullEnumerator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullSecurityContext.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullSecurityContext.cs index 5738c2e69f9..1a770ff59fb 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullSecurityContext.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/NullSecurityContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/OnlyOnceErrorHandler.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/OnlyOnceErrorHandler.cs index a6f5b47f775..17803f8c11f 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/OnlyOnceErrorHandler.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/OnlyOnceErrorHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/OptionConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/OptionConverter.cs index baa0814087b..9a9667f8250 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/OptionConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/OptionConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternConverter.cs index 0580738a888..6fd2ed14aa1 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternParser.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternParser.cs index d2b40bc8d5d..95327fdbfcd 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternParser.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternParser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternString.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternString.cs index ef07c003ae6..159a75923ca 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternString.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternString.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/AppDomainPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/AppDomainPatternConverter.cs index 3e85fc590fe..38587b2baf3 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/AppDomainPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/AppDomainPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/AppSettingPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/AppSettingPatternConverter.cs index 4405d20c245..3a2b03f9f7d 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/AppSettingPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/AppSettingPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/DatePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/DatePatternConverter.cs index 978bb63dc31..8885f9f054a 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/DatePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/DatePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/EnvironmentFolderPathPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/EnvironmentFolderPathPatternConverter.cs index 12837ef505f..0bd7f25a7b9 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/EnvironmentFolderPathPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/EnvironmentFolderPathPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/EnvironmentPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/EnvironmentPatternConverter.cs index e32eb8c66a6..d590b467c2e 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/EnvironmentPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/EnvironmentPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/IdentityPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/IdentityPatternConverter.cs index 1b8cd1829c6..1a564b9e1a7 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/IdentityPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/IdentityPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/LiteralPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/LiteralPatternConverter.cs index 345dfa7883e..dd7b9bf2e9c 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/LiteralPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/LiteralPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/NewLinePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/NewLinePatternConverter.cs index 1d7489bb05f..7b73233fa77 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/NewLinePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/NewLinePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/ProcessIdPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/ProcessIdPatternConverter.cs index 5e8963e2d96..a765cb6422a 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/ProcessIdPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/ProcessIdPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/PropertyPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/PropertyPatternConverter.cs index 1bd29f1c127..58f83c18ea4 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/PropertyPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/PropertyPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/RandomStringPatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/RandomStringPatternConverter.cs index be16891bab8..61ca2f5262c 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/RandomStringPatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/RandomStringPatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/UserNamePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/UserNamePatternConverter.cs index 5bb64e9e0bd..e0c7f92d14d 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/UserNamePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/UserNamePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/UtcDatePatternConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/UtcDatePatternConverter.cs index 4add260037f..4586abc4f7e 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/UtcDatePatternConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PatternStringConverters/UtcDatePatternConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PropertiesDictionary.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PropertiesDictionary.cs index 5e72b46ff67..b91d33e31f5 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PropertiesDictionary.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PropertiesDictionary.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PropertyEntry.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PropertyEntry.cs index aeba757a7dc..ab70274744a 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/PropertyEntry.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/PropertyEntry.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* * * Licensed to the Apache Software Foundation (ASF) under one diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ProtectCloseTextWriter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ProtectCloseTextWriter.cs index 16c567252f3..da546f44ad5 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ProtectCloseTextWriter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ProtectCloseTextWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/QuietTextWriter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/QuietTextWriter.cs index 98f91b3f8ca..62a0d0c55f1 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/QuietTextWriter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/QuietTextWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReadOnlyPropertiesDictionary.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReadOnlyPropertiesDictionary.cs index 39bbb99e9c9..a3f51db6268 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReadOnlyPropertiesDictionary.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReadOnlyPropertiesDictionary.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReaderWriterLock.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReaderWriterLock.cs index 52e5cca8397..ae5ff43cb27 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReaderWriterLock.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReaderWriterLock.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReusableStringWriter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReusableStringWriter.cs index 8f1da56c186..3b5b81519eb 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReusableStringWriter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ReusableStringWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/SystemInfo.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/SystemInfo.cs index 8bbbf76b486..94cfe39e090 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/SystemInfo.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/SystemInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/SystemStringFormat.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/SystemStringFormat.cs index 535616bdca6..c010bbd034d 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/SystemStringFormat.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/SystemStringFormat.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TextWriterAdapter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TextWriterAdapter.cs index 19401790ca5..5e1a341dc16 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TextWriterAdapter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TextWriterAdapter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextProperties.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextProperties.cs index e5681898619..d37c4e0afaf 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextProperties.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextProperties.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextStack.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextStack.cs index 3105f0c1c96..b4087e02439 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextStack.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextStack.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextStacks.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextStacks.cs index a947d90f3f3..a8ae7efcb9f 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextStacks.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/ThreadContextStacks.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/Transform.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/Transform.cs index 1f28113abbc..fdbf0594b05 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/Transform.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/Transform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/BooleanConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/BooleanConverter.cs index e7e7e139923..62ec7fd5e7c 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/BooleanConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/BooleanConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/ConversionNotSupportedException.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/ConversionNotSupportedException.cs index 0764cc3c767..26fbf999051 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/ConversionNotSupportedException.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/ConversionNotSupportedException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/ConverterRegistry.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/ConverterRegistry.cs index b9b47acf1cc..381f7318c91 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/ConverterRegistry.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/ConverterRegistry.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/EncodingConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/EncodingConverter.cs index ee1ee9dafc5..32c56294a74 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/EncodingConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/EncodingConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IConvertFrom.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IConvertFrom.cs index ba540f97486..4877d973fed 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IConvertFrom.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IConvertFrom.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IConvertTo.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IConvertTo.cs index 1f552a045e1..2c90f5903fe 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IConvertTo.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IConvertTo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IPAddressConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IPAddressConverter.cs index b2b2d2347e0..5449684e91a 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IPAddressConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/IPAddressConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/PatternLayoutConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/PatternLayoutConverter.cs index 89a8aef657c..2122a688f64 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/PatternLayoutConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/PatternLayoutConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/PatternStringConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/PatternStringConverter.cs index 800eba08c05..d4f103a577d 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/PatternStringConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/PatternStringConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/TypeConverter.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/TypeConverter.cs index 675d9970cf2..bf72d8a448d 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/TypeConverter.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/TypeConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/TypeConverterAttribute.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/TypeConverterAttribute.cs index c913b1085ab..7e6be986d7d 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/TypeConverterAttribute.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/TypeConverters/TypeConverterAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.Log4net/log4net/Util/WindowsSecurityContext.cs b/DNN Platform/DotNetNuke.Log4net/log4net/Util/WindowsSecurityContext.cs index 597e4ee6960..9623f1392b9 100644 --- a/DNN Platform/DotNetNuke.Log4net/log4net/Util/WindowsSecurityContext.cs +++ b/DNN Platform/DotNetNuke.Log4net/log4net/Util/WindowsSecurityContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Apache License // // Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/DNN Platform/DotNetNuke.ModulePipeline/ModuleControlPipeline.cs b/DNN Platform/DotNetNuke.ModulePipeline/ModuleControlPipeline.cs index ba1cc1d62b5..bc2ce2b5fd1 100644 --- a/DNN Platform/DotNetNuke.ModulePipeline/ModuleControlPipeline.cs +++ b/DNN Platform/DotNetNuke.ModulePipeline/ModuleControlPipeline.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.ModulePipeline/Startup.cs b/DNN Platform/DotNetNuke.ModulePipeline/Startup.cs index 22325d0ca9b..5a092c14b46 100644 --- a/DNN Platform/DotNetNuke.ModulePipeline/Startup.cs +++ b/DNN Platform/DotNetNuke.ModulePipeline/Startup.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.DependencyInjection; using DotNetNuke.UI.Modules; using Microsoft.Extensions.DependencyInjection; diff --git a/DNN Platform/DotNetNuke.Web.Client/AssemblyInfo.cs b/DNN Platform/DotNetNuke.Web.Client/AssemblyInfo.cs index 4c4e62d4221..e4cb8da4725 100644 --- a/DNN Platform/DotNetNuke.Web.Client/AssemblyInfo.cs +++ b/DNN Platform/DotNetNuke.Web.Client/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; using System.Runtime.CompilerServices; diff --git a/DNN Platform/DotNetNuke.Web.Client/ClientResourceManager.cs b/DNN Platform/DotNetNuke.Web.Client/ClientResourceManager.cs index daa02586cad..861ab7ed597 100644 --- a/DNN Platform/DotNetNuke.Web.Client/ClientResourceManager.cs +++ b/DNN Platform/DotNetNuke.Web.Client/ClientResourceManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Configuration; using System.Web; diff --git a/DNN Platform/DotNetNuke.Web.Client/ClientResourceSettings.cs b/DNN Platform/DotNetNuke.Web.Client/ClientResourceSettings.cs index 83910f0eba4..81faf9f80ad 100644 --- a/DNN Platform/DotNetNuke.Web.Client/ClientResourceSettings.cs +++ b/DNN Platform/DotNetNuke.Web.Client/ClientResourceSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Client { using System; diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceExclude.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceExclude.cs index a5669a39aee..b29bcc0035d 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceExclude.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceExclude.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using ClientDependency.Core; diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceInclude.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceInclude.cs index 83bf6958f28..01e9d6e11a8 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceInclude.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceInclude.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Client.ClientResourceManagement { using ClientDependency.Core.Controls; diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceLoader.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceLoader.cs index f870e7ce2db..6def076460b 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceLoader.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourceLoader.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourcePath.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourcePath.cs index 12a1d358c4f..903aa638e8a 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourcePath.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourcePath.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Client.ClientResourceManagement { using ClientDependency.Core.Controls; diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourcePathCollection.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourcePathCollection.cs index 0311c4cfa30..73ac80e7d1d 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourcePathCollection.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/ClientResourcePathCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Client.ClientResourceManagement { using ClientDependency.Core.Controls; diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnCssExclude.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnCssExclude.cs index c043c60f2b1..06ff0a4dc00 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnCssExclude.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnCssExclude.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Client.Controls; namespace DotNetNuke.Web.Client.ClientResourceManagement diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnCssInclude.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnCssInclude.cs index f8b0735690f..db410a0d89a 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnCssInclude.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnCssInclude.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.UI; namespace DotNetNuke.Web.Client.ClientResourceManagement diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnHtmlInclude.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnHtmlInclude.cs index 16a0a5e80a4..b5d756af6aa 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnHtmlInclude.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnHtmlInclude.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Client.ClientResourceManagement { using ClientDependency.Core.Controls; diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsExclude.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsExclude.cs index 9967468fd22..467139294d4 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsExclude.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsExclude.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Client.Controls; namespace DotNetNuke.Web.Client.ClientResourceManagement diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsInclude.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsInclude.cs index 60ff5fa6f9c..42dc3d5b589 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsInclude.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsInclude.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.UI; namespace DotNetNuke.Web.Client.ClientResourceManagement diff --git a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsIncludeFallback.cs b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsIncludeFallback.cs index 7e4c12ce90f..3538ada725c 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsIncludeFallback.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Controls/DnnJsIncludeFallback.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.UI; using System.Web.UI.WebControls; diff --git a/DNN Platform/DotNetNuke.Web.Client/FileOrder.cs b/DNN Platform/DotNetNuke.Web.Client/FileOrder.cs index 63ca01ebab1..35d9bbb3b07 100644 --- a/DNN Platform/DotNetNuke.Web.Client/FileOrder.cs +++ b/DNN Platform/DotNetNuke.Web.Client/FileOrder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Client { /// diff --git a/DNN Platform/DotNetNuke.Web.Client/Providers/DnnBodyRenderProvider.cs b/DNN Platform/DotNetNuke.Web.Client/Providers/DnnBodyRenderProvider.cs index ddcdd613a32..6cadc91ab37 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Providers/DnnBodyRenderProvider.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Providers/DnnBodyRenderProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.UI.HtmlControls; namespace DotNetNuke.Web.Client.Providers diff --git a/DNN Platform/DotNetNuke.Web.Client/Providers/DnnCompositeFileProcessingProvider.cs b/DNN Platform/DotNetNuke.Web.Client/Providers/DnnCompositeFileProcessingProvider.cs index ddf78b4bb7e..52bf887b7cf 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Providers/DnnCompositeFileProcessingProvider.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Providers/DnnCompositeFileProcessingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; diff --git a/DNN Platform/DotNetNuke.Web.Client/Providers/DnnFileRegistrationProvider.cs b/DNN Platform/DotNetNuke.Web.Client/Providers/DnnFileRegistrationProvider.cs index 2af6ed0669d..ecdcf259b6c 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Providers/DnnFileRegistrationProvider.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Providers/DnnFileRegistrationProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using ClientDependency.Core.Config; diff --git a/DNN Platform/DotNetNuke.Web.Client/Providers/DnnFormBottomRenderProvider.cs b/DNN Platform/DotNetNuke.Web.Client/Providers/DnnFormBottomRenderProvider.cs index dd4fd4f5e05..8ab4084e445 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Providers/DnnFormBottomRenderProvider.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Providers/DnnFormBottomRenderProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Client.Providers { using System; diff --git a/DNN Platform/DotNetNuke.Web.Client/Providers/DnnPageHeaderProvider.cs b/DNN Platform/DotNetNuke.Web.Client/Providers/DnnPageHeaderProvider.cs index 0303bc0a39b..2612cff2cda 100644 --- a/DNN Platform/DotNetNuke.Web.Client/Providers/DnnPageHeaderProvider.cs +++ b/DNN Platform/DotNetNuke.Web.Client/Providers/DnnPageHeaderProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Client.Providers { using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/Properties/AssemblyInfo.cs b/DNN Platform/DotNetNuke.Web.Deprecated/Properties/AssemblyInfo.cs index 74e3235ce33..18457568bc6 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/Properties/AssemblyInfo.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/Core Wrappers/DnnRadTab.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/Core Wrappers/DnnRadTab.cs index 98790d6537c..d8d3647b85b 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/Core Wrappers/DnnRadTab.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/Core Wrappers/DnnRadTab.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAjaxLoadingPanel.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAjaxLoadingPanel.cs index ff40b7e12c3..72e736036cd 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAjaxLoadingPanel.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAjaxLoadingPanel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAjaxPanel.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAjaxPanel.cs index c5db4d588f0..5813adb40cf 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAjaxPanel.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAjaxPanel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAsyncUpload.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAsyncUpload.cs index a037c4d5179..01f52bad54c 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAsyncUpload.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnAsyncUpload.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnBinaryImage.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnBinaryImage.cs index ba385c9c546..e50cc022598 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnBinaryImage.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnBinaryImage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCalendar.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCalendar.cs index 60c94b1bc03..7a8ada5e5c8 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCalendar.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCalendar.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCalendarDay.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCalendarDay.cs index 1a649764670..c867f989723 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCalendarDay.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCalendarDay.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCaptcha.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCaptcha.cs index 12232aa801b..f4335a8154f 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCaptcha.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCaptcha.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChart.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChart.cs index 6e7e1ca44cf..9b299aa20cf 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChart.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChart.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartAxisItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartAxisItem.cs index bd2ed421437..249dae259dc 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartAxisItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartAxisItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Drawing; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartSeries.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartSeries.cs index 4c63c0e7769..748c720c7f3 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartSeries.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartSeries.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Charting; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartSeriesItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartSeriesItem.cs index a83db7086b1..8334bd31d87 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartSeriesItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnChartSeriesItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Drawing; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCodeBlock.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCodeBlock.cs index bef2645a7d4..3a264add815 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCodeBlock.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnCodeBlock.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnColorPicker.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnColorPicker.cs index 45bbc411a6d..6cb6df62c44 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnColorPicker.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnColorPicker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnColorPickerItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnColorPickerItem.cs index 6977ab0e13c..a1424d2bd56 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnColorPickerItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnColorPickerItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Drawing; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnComboBox.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnComboBox.cs index 835063e736b..da3369b53e4 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnComboBox.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnComboBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnComboBoxItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnComboBoxItem.cs index a7fe2b21f92..87c4c3a434a 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnComboBoxItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnComboBoxItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Services.Localization; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenu.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenu.cs index afaf988deb2..8ed60896f35 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenu.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenuElementTarget.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenuElementTarget.cs index 28e651f54dd..92e4c2d785c 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenuElementTarget.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenuElementTarget.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenuTagNameTarget.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenuTagNameTarget.cs index faedbc1af9a..6aef08a0124 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenuTagNameTarget.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnContextMenuTagNameTarget.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPager.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPager.cs index daa81513b4d..1d9c2c9ab76 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPager.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerButtonField.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerButtonField.cs index 556727ba8b6..b341e332b97 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerButtonField.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerButtonField.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerGoToPageField.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerGoToPageField.cs index 5b083c64eea..713a6f6bc34 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerGoToPageField.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerGoToPageField.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerPageSizeField.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerPageSizeField.cs index e2400d5fa9a..e06d1e9f18e 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerPageSizeField.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerPageSizeField.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerSliderField.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerSliderField.cs index 00aa9e75225..31edd5bff99 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerSliderField.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerSliderField.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerTemplatePageField.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerTemplatePageField.cs index bd75e5a332a..0ae265e5425 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerTemplatePageField.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDataPagerTemplatePageField.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDateInput.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDateInput.cs index 5cffa64ba2d..87425c98c9f 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDateInput.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDateInput.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDatePicker.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDatePicker.cs index 68f9c63423c..9855e5f7ac0 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDatePicker.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDatePicker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDateTimePicker.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDateTimePicker.cs index 69b98aeee02..69a54dcbaa7 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDateTimePicker.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDateTimePicker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDock.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDock.cs index 735d2c2b78f..f11a8c116ca 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDock.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDock.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockCloseCommand.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockCloseCommand.cs index 0fad1a70199..c7b5ff3b235 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockCloseCommand.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockCloseCommand.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockCommand.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockCommand.cs index 58d3dde9dd8..858ea2225ed 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockCommand.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockCommand.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockLayout.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockLayout.cs index 31bcb92ed5e..fdc12063fa1 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockLayout.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockLayout.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockZone.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockZone.cs index 8be6083e55c..c1d7da13b9f 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockZone.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnDockZone.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnEditor.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnEditor.cs index 40be388b857..a46c9697158 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnEditor.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFileExplorer.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFileExplorer.cs index 1c7b317a782..febb225f557 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFileExplorer.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFileExplorer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFilter.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFilter.cs index 7994df4bf9e..be954c25736 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFilter.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormComboBoxItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormComboBoxItem.cs index 13d53f09bba..ba7a7b471f3 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormComboBoxItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormComboBoxItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormDecorator.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormDecorator.cs index 2e439ffc9b8..2f3a46666df 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormDecorator.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormDecorator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormEnumItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormEnumItem.cs index 2628f1edea7..6ba19720e38 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormEnumItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormEnumItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.Services.Localization; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormNumericTextBoxItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormNumericTextBoxItem.cs index 43f18aa3aca..c1bf80d742a 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormNumericTextBoxItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormNumericTextBoxItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormPagesItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormPagesItem.cs index 67677e7001d..c094568a206 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormPagesItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormPagesItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Tabs; using DotNetNuke.Services.Localization; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormSkinsItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormSkinsItem.cs index 1bab38590ec..d834b9de828 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormSkinsItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormSkinsItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormToggleButtonItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormToggleButtonItem.cs index 66a178aa111..d975dd455fe 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormToggleButtonItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnFormToggleButtonItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGrid.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGrid.cs index 25cc1fd6371..d86100c615a 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGrid.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGrid.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridAttachmentColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridAttachmentColumn.cs index 29491fa8ad6..efb46f9867e 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridAttachmentColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridAttachmentColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridBinaryImageColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridBinaryImageColumn.cs index d72b551b099..abfded16d98 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridBinaryImageColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridBinaryImageColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridBoundColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridBoundColumn.cs index be074daf2cb..939dbddbb39 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridBoundColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridBoundColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridButtonColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridButtonColumn.cs index 0c385e1d4dc..fb55a5cecce 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridButtonColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridButtonColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridCalculatedColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridCalculatedColumn.cs index 0b6b08d1204..61d0f7745a8 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridCalculatedColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridCalculatedColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridCheckBoxColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridCheckBoxColumn.cs index d5d720e53f7..fbb000f1d68 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridCheckBoxColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridCheckBoxColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridClientSelectColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridClientSelectColumn.cs index 2ceb3c99fea..127c27c01da 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridClientSelectColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridClientSelectColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridColumn.cs index e7399827e1d..ba30c79b64a 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDataItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDataItem.cs index b76339f4396..130842679fe 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDataItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDataItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDateTimeColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDateTimeColumn.cs index 7edfd6b57a9..e9b93296193 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDateTimeColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDateTimeColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDropDownColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDropDownColumn.cs index 028e0f4fae5..56c1e672615 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDropDownColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridDropDownColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridEditColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridEditColumn.cs index 9d797e20601..893e01b8adf 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridEditColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridEditColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridEditFormSettings.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridEditFormSettings.cs index 63a5913b977..c8cb1d8271a 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridEditFormSettings.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridEditFormSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridExpandColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridExpandColumn.cs index 0b54c460cdc..674e1bc6dc0 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridExpandColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridExpandColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridFooterItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridFooterItem.cs index d2a95b1a11d..310b91c9c51 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridFooterItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridFooterItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridGroupSplitterColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridGroupSplitterColumn.cs index 1fdce3e7f10..6657aca32e0 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridGroupSplitterColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridGroupSplitterColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHTMLEditorColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHTMLEditorColumn.cs index 3882079a743..86639421bbc 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHTMLEditorColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHTMLEditorColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHeaderItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHeaderItem.cs index 4abaca83895..783cef8c2bc 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHeaderItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHeaderItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHyperlinkColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHyperlinkColumn.cs index 5a3c4caa6fb..6140b6f1172 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHyperlinkColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridHyperlinkColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageColumn.cs index 2f55d0305ea..1abd95818ac 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageCommandColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageCommandColumn.cs index 4b64b565849..88f3a2b0e39 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageCommandColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageCommandColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; using System.Web.UI.WebControls; using DotNetNuke.Entities.Icons; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageCommandColumnTemplate.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageCommandColumnTemplate.cs index 7c06ea55b5f..f77a4a8e67b 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageCommandColumnTemplate.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridImageCommandColumnTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Specialized; using System.Globalization; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItem.cs index 1d836e9f092..9befb894d97 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItemSelectedEventArgs.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItemSelectedEventArgs.cs index 415ea79e6cc..020706963e9 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItemSelectedEventArgs.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItemSelectedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItemSelectedEventHandler.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItemSelectedEventHandler.cs index 56b58018132..bbe84fb9859 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItemSelectedEventHandler.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridItemSelectedEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.UI.WebControls { public delegate void DnnGridItemSelectedEventHandler(object sender, DnnGridItemSelectedEventArgs e); diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridMaskedColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridMaskedColumn.cs index 1b3104b248b..3d3536f3218 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridMaskedColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridMaskedColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridNumericColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridNumericColumn.cs index 87963b84850..d9e5738b47a 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridNumericColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridNumericColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridRatingColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridRatingColumn.cs index ac6fc3d4445..c4d162b9009 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridRatingColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridRatingColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridRowIndicatorColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridRowIndicatorColumn.cs index 54b01b9c01e..8d6483f8d9a 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridRowIndicatorColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridRowIndicatorColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridTableView.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridTableView.cs index d4a087154e5..ee2be39faa3 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridTableView.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridTableView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridTemplateColumn.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridTemplateColumn.cs index 7beb4a7503e..634d6c8d767 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridTemplateColumn.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridTemplateColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnInputManager.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnInputManager.cs index c58944bf1b3..894241e9130 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnInputManager.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnInputManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnLanguageComboBox.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnLanguageComboBox.cs index a3aed536531..d0b7bfcb943 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnLanguageComboBox.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnLanguageComboBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListBox.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListBox.cs index 1560297e317..360c3ad832e 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListBox.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListBoxItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListBoxItem.cs index af4b8a24bc9..d1adceb8aec 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListBoxItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListBoxItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListView.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListView.cs index e17c9de1131..8cec885e6c9 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListView.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListViewItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListViewItem.cs index 9b037699228..d7839977b01 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListViewItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListViewItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListViewItemDragHandle.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListViewItemDragHandle.cs index ce9045652b4..1c9b38d0e48 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListViewItemDragHandle.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnListViewItemDragHandle.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMaskedTextBox.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMaskedTextBox.cs index 05fed7f15e1..56d3429afb0 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMaskedTextBox.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMaskedTextBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenu.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenu.cs index a4d9836b8d6..a5ee5bef7e0 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenu.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenuItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenuItem.cs index feca58197f1..e4dc6649df8 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenuItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenuItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenuItemBinding.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenuItemBinding.cs index b9f778b1263..653c7643f81 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenuItemBinding.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMenuItemBinding.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnModuleComboBox.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnModuleComboBox.cs index 074d3967241..1696f74422d 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnModuleComboBox.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnModuleComboBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMonthYearPicker.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMonthYearPicker.cs index 69edaccc3be..42c439676ee 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMonthYearPicker.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMonthYearPicker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMultiPage.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMultiPage.cs index de7475df9e0..05626c3395b 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMultiPage.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnMultiPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnNumericTextBox.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnNumericTextBox.cs index 8b2a4bbc8d3..d22b2693c74 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnNumericTextBox.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnNumericTextBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPageView.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPageView.cs index 7bf34dbf8c3..7a1664bdd08 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPageView.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPageView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelBar.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelBar.cs index 3ddd40f7f06..2aef34fe03d 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelBar.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelBar.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelItem.cs index c422c0324bf..3075f0c9a71 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelItemBinding.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelItemBinding.cs index cf76da2fc91..f6c76e0861e 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelItemBinding.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnPanelItemBinding.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnProgressArea.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnProgressArea.cs index 011ed403e26..dd40f000b8f 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnProgressArea.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnProgressArea.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnProgressManager.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnProgressManager.cs index 8aa5eb1d87b..ecc61c2197e 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnProgressManager.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnProgressManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRadButton.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRadButton.cs index dba840a14a6..440afeb6dcc 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRadButton.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRadButton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRadRibbonBar.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRadRibbonBar.cs index e44ac1db070..9b42e834a9e 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRadRibbonBar.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRadRibbonBar.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRating.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRating.cs index 223b3ab9d45..d157c0d9f54 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRating.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRating.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRatingItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRatingItem.cs index f3a64c021d5..da84d9e6268 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRatingItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRatingItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRotator.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRotator.cs index f2206884917..5011d85bed9 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRotator.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRotator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRotatorItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRotatorItem.cs index 5b413c4f564..04eeb733d4a 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRotatorItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnRotatorItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScheduler.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScheduler.cs index bcf8e24ed70..e95a43338a5 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScheduler.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScheduler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerContextMenu.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerContextMenu.cs index ae31cc2411e..595f7dac369 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerContextMenu.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerContextMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerResourceStyleMapping.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerResourceStyleMapping.cs index e8ad1351719..718e20f5a66 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerResourceStyleMapping.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerResourceStyleMapping.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerResourceType.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerResourceType.cs index e51325d1f7c..e900298e6be 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerResourceType.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSchedulerResourceType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScriptBlock.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScriptBlock.cs index 5f916c1f95b..05bac22fe1e 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScriptBlock.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScriptBlock.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScriptManager.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScriptManager.cs index 99dbf5bfa4e..49fb0fcc909 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScriptManager.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnScriptManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMap.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMap.cs index 5cab697950d..5cb55fb52c2 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMap.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMap.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapLevelSetting.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapLevelSetting.cs index 2afabdc214a..50849047d42 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapLevelSetting.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapLevelSetting.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapNode.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapNode.cs index 46facbdaa9b..3cda05bb0bc 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapNode.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapNode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapNodeBinding.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapNodeBinding.cs index f4ec6eb8432..6eb3a3d94c1 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapNodeBinding.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSiteMapNodeBinding.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSkinComboBox.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSkinComboBox.cs index 75d789f2004..bf2fa505021 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSkinComboBox.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSkinComboBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSlider.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSlider.cs index bf21f08eb29..92b5a38e454 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSlider.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSlider.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSliderItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSliderItem.cs index 2e0defc0f38..0ef9409edf0 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSliderItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSliderItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSpell.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSpell.cs index 14c05b9708d..1fb51bf8b9c 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSpell.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSpell.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitBar.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitBar.cs index 78012e3db93..d27d16d036e 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitBar.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitBar.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitPane.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitPane.cs index e717ce3c125..3c2c85c27b5 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitPane.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitPane.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitSlidingPane.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitSlidingPane.cs index 483937a2300..6d589bd4911 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitSlidingPane.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitSlidingPane.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitSlidingZone.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitSlidingZone.cs index cc94981f7df..952146db5d4 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitSlidingZone.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitSlidingZone.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitter.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitter.cs index 6d8ab10855d..55c61f14ae2 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitter.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnSplitter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTabPanel.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTabPanel.cs index cab40657b6c..b8a07ba284f 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTabPanel.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTabPanel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTabStrip.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTabStrip.cs index 23523aeee81..f5e4a5c97da 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTabStrip.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTabStrip.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTagCloud.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTagCloud.cs index 53d53c2f04e..d60c64f0499 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTagCloud.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTagCloud.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTagCloudItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTagCloudItem.cs index ad05da6ea83..dfdca3c57f6 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTagCloudItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTagCloudItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTextBox.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTextBox.cs index 15ffd21de96..3842fc0cdb1 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTextBox.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTextBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTicker.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTicker.cs index cddb60d2088..57179df7366 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTicker.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTicker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTickerItem.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTickerItem.cs index f8f4a1fb85b..231618b1746 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTickerItem.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTickerItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTimePicker.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTimePicker.cs index 691a7d128e9..ec745dbaefb 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTimePicker.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTimePicker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTimeView.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTimeView.cs index 5804c89cfb4..e08a515ade7 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTimeView.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTimeView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBar.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBar.cs index d759788b15b..e0505f69751 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBar.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBar.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarButton.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarButton.cs index d46dbcd3fc0..baf6a81c408 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarButton.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarButton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarDropDown.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarDropDown.cs index 35f214cbd69..71f1ed466ea 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarDropDown.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarDropDown.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarSplitButton.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarSplitButton.cs index d71ae0bc71c..8df35dad059 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarSplitButton.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolBarSplitButton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolTip.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolTip.cs index e213f6f228e..a33defbd747 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolTip.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolTip.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolTipManager.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolTipManager.cs index 46a0ddebf66..f0ea708943f 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolTipManager.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnToolTipManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeList.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeList.cs index b04a7330d25..47e5ddb33bb 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeList.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeNode.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeNode.cs index 591e1d17f2d..91b1504c10c 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeNode.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeNode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeView.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeView.cs index eb2b0c13487..4d228c0e703 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeView.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeViewContextMenu.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeViewContextMenu.cs index 531aa10ec88..66f1889a5f1 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeViewContextMenu.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnTreeViewContextMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnUpload.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnUpload.cs index 21d60ff972a..30a7d948930 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnUpload.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnUpload.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnWindow.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnWindow.cs index 2cc919d8f61..90c9dac1e29 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnWindow.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnWindow.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnWindowManager.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnWindowManager.cs index bdec3b465e6..9c362834611 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnWindowManager.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnWindowManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Telerik.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/PropertyEditorControls/DateEditControl.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/PropertyEditorControls/DateEditControl.cs index 8b917b032ed..6d86dde5abc 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/PropertyEditorControls/DateEditControl.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/PropertyEditorControls/DateEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/PropertyEditorControls/DateTimeEditControl.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/PropertyEditorControls/DateTimeEditControl.cs index 200b07699d8..2a9b4d85abf 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/PropertyEditorControls/DateTimeEditControl.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/PropertyEditorControls/DateTimeEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/TermsList.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/TermsList.cs index dd7e6861d16..8871db08ad8 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/TermsList.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/TermsList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/TermsSelector.cs b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/TermsSelector.cs index e24ce337eae..7d38f8f1dae 100644 --- a/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/TermsSelector.cs +++ b/DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/TermsSelector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Common/AntiForgery.cs b/DNN Platform/DotNetNuke.Web.Mvc/Common/AntiForgery.cs index f887794fc45..7fac8c66922 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Common/AntiForgery.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Common/AntiForgery.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Framework; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Common/AntiForgeryImpl.cs b/DNN Platform/DotNetNuke.Web.Mvc/Common/AntiForgeryImpl.cs index 4f05642729b..08c11a5f9c8 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Common/AntiForgeryImpl.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Common/AntiForgeryImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Mvc.Common { internal class AntiForgeryImpl : IAntiForgery diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Common/DesktopModuleControllerAdapter.cs b/DNN Platform/DotNetNuke.Web.Mvc/Common/DesktopModuleControllerAdapter.cs index 30cf51bf13c..50ef60da9d4 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Common/DesktopModuleControllerAdapter.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Common/DesktopModuleControllerAdapter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; using DotNetNuke.Framework; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Common/DictionaryExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Common/DictionaryExtensions.cs index 1502d0050f8..0592316f077 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Common/DictionaryExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Common/DictionaryExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Diagnostics.Contracts; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Common/IAntiForgery.cs b/DNN Platform/DotNetNuke.Web.Mvc/Common/IAntiForgery.cs index ed0e56bb6a5..747be096b49 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Common/IAntiForgery.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Common/IAntiForgery.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Mvc.Common { public interface IAntiForgery diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Common/IDesktopModuleController.cs b/DNN Platform/DotNetNuke.Web.Mvc/Common/IDesktopModuleController.cs index 2cbda68442b..91953039ea9 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Common/IDesktopModuleController.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Common/IDesktopModuleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Modules; namespace DotNetNuke.Web.Mvc.Common diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Common/IModuleControlController.cs b/DNN Platform/DotNetNuke.Web.Mvc/Common/IModuleControlController.cs index c676915f736..fb8bb52d53d 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Common/IModuleControlController.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Common/IModuleControlController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Common/ModuleControlControllerAdapter.cs b/DNN Platform/DotNetNuke.Web.Mvc/Common/ModuleControlControllerAdapter.cs index 7592071c3ca..c1ed12603aa 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Common/ModuleControlControllerAdapter.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Common/ModuleControlControllerAdapter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Common/PropertyHelper.cs b/DNN Platform/DotNetNuke.Web.Mvc/Common/PropertyHelper.cs index a47a16096ac..8c8fa219bf8 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Common/PropertyHelper.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Common/PropertyHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Common/TypeHelper.cs b/DNN Platform/DotNetNuke.Web.Mvc/Common/TypeHelper.cs index b5b1b65918d..98c1075a399 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Common/TypeHelper.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Common/TypeHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Routing; namespace DotNetNuke.Web.Mvc.Common diff --git a/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcDependencyResolver.cs b/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcDependencyResolver.cs index d94b09cbf8e..b6f82a8ca43 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcDependencyResolver.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcDependencyResolver.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Microsoft.Extensions.DependencyInjection; using System; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcHandler.cs b/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcHandler.cs index fa886e7892d..89c6b493c79 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcHandler.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcRouteHandler.cs b/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcRouteHandler.cs index e68113055da..a326c72bc26 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcRouteHandler.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/DnnMvcRouteHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/AuthFilterContext.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/AuthFilterContext.cs index 8d72958e659..ab5930d5d4d 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/AuthFilterContext.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/AuthFilterContext.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/AuthorizeAttributeBase.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/AuthorizeAttributeBase.cs index b61ecd04836..5f2b4a23564 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/AuthorizeAttributeBase.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/AuthorizeAttributeBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnAuthorizeAttribute.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnAuthorizeAttribute.cs index 5df0d974c62..804d2442587 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnAuthorizeAttribute.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnAuthorizeAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnHandleErrorAttribute.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnHandleErrorAttribute.cs index ad17b2ccac3..cd637b29754 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnHandleErrorAttribute.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnHandleErrorAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Mvc; using DotNetNuke.Services.Exceptions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnModuleAuthorizeAttribute.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnModuleAuthorizeAttribute.cs index d45b7fdf19b..e0442e2db11 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnModuleAuthorizeAttribute.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/DnnModuleAuthorizeAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ModuleActionAttribute.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ModuleActionAttribute.cs index 00f1f5eaed3..cbdd99ece55 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ModuleActionAttribute.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ModuleActionAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Mvc; using DotNetNuke.Entities.Modules.Actions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ModuleActionItemsAttribute.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ModuleActionItemsAttribute.cs index f62638d0e26..eea254c9fd5 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ModuleActionItemsAttribute.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ModuleActionItemsAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/RequireHostAttribute.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/RequireHostAttribute.cs index b1f1702a8cd..eee20cb0ea3 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/RequireHostAttribute.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/RequireHostAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Threading; using System.Web; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ValidateAntiForgeryTokenAttribute.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ValidateAntiForgeryTokenAttribute.cs index f8781033fb0..0b28c295fac 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ValidateAntiForgeryTokenAttribute.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/ValidateAntiForgeryTokenAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnPartialViewResult.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnPartialViewResult.cs index 446f7e380f8..36cbeb44dd7 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnPartialViewResult.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnPartialViewResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnRedirecttoRouteResult.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnRedirecttoRouteResult.cs index 15607242a49..9d5481460b2 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnRedirecttoRouteResult.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnRedirecttoRouteResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using System.Web.Routing; using Microsoft.Extensions.DependencyInjection; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnViewResult.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnViewResult.cs index 3ed1df34bb7..5233024a151 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnViewResult.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/DnnViewResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/IDnnViewResult.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/IDnnViewResult.cs index 35dc8b6ae68..59f5b083086 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/IDnnViewResult.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ActionResults/IDnnViewResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Controllers/DnnController.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Controllers/DnnController.cs index 4dbc8a3bdb4..af5e899f7c9 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Controllers/DnnController.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Controllers/DnnController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Controllers/IDnnController.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Controllers/IDnnController.cs index f77a5e286d9..adfd751a352 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Controllers/IDnnController.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Controllers/IDnnController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using System.Web.UI; using DotNetNuke.Entities.Modules.Actions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/DnnWebViewPage.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/DnnWebViewPage.cs index 5908ec9deb2..b08347747b4 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/DnnWebViewPage.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/DnnWebViewPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using DotNetNuke.Web.Mvc.Helpers; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/DnnWebViewPageOfT.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/DnnWebViewPageOfT.cs index 32dd4a5bc47..119711f8970 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/DnnWebViewPageOfT.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/DnnWebViewPageOfT.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using DotNetNuke.Web.Mvc.Helpers; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ModuleDelegatingViewEngine.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ModuleDelegatingViewEngine.cs index 2f348a39dae..aefe9b4dc61 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ModuleDelegatingViewEngine.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ModuleDelegatingViewEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/IModuleExecutionEngine.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/IModuleExecutionEngine.cs index a14c758fefc..e1e1b21913b 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/IModuleExecutionEngine.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/IModuleExecutionEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; namespace DotNetNuke.Web.Mvc.Framework.Modules diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleApplication.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleApplication.cs index c80b57de99c..510a97dbb6a 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleApplication.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleApplication.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleExecutionEngine.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleExecutionEngine.cs index 6bc67bcbb4c..dfb700f04ab 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleExecutionEngine.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleExecutionEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using DotNetNuke.Common; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleRequestContext.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleRequestContext.cs index 16e23c8357f..f26b198735e 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleRequestContext.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleRequestContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; using System.Web.Routing; using System.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleRequestResult.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleRequestResult.cs index 53365fa114e..219f8ec17f0 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleRequestResult.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ModuleRequestResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using DotNetNuke.Entities.Modules.Actions; using DotNetNuke.UI.Modules; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ResultCapturingActionInvoker.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ResultCapturingActionInvoker.cs index d354c8c55ef..b3da91bb666 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ResultCapturingActionInvoker.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/Modules/ResultCapturingActionInvoker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ViewEngineCollectionExt.cs b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ViewEngineCollectionExt.cs index 9ba1bc31fa8..2128d5cd33c 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Framework/ViewEngineCollectionExt.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Framework/ViewEngineCollectionExt.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHelper.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHelper.cs index a51d8627042..b6df16a1210 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHelper.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Mvc; using System.Web.Routing; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHelperOfT.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHelperOfT.cs index 036d1669bf1..6b20adb762f 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHelperOfT.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHelperOfT.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using System.Web.Routing; // ReSharper disable ConvertPropertyToExpressionBody diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHtmlHelper.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHtmlHelper.cs index 82a2ec6fbe4..9045367645b 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHtmlHelper.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHtmlHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHtmlHelperOfT.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHtmlHelperOfT.cs index 188d382ef99..ea778c3d9f7 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHtmlHelperOfT.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHtmlHelperOfT.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using System.Web.Routing; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnLabelExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnLabelExtensions.cs index fbfd1b6ae2b..cbad9d79426 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnLabelExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnLabelExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnUrlHelper.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnUrlHelper.cs index 18774e144a1..2731d2d813e 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnUrlHelper.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnUrlHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayExtensions.cs index 1ffe50c22f1..3792d9dbb0b 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayNameExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayNameExtensions.cs index d10387f4e9c..d01e8d0aae5 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayNameExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayNameExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayTextExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayTextExtensions.cs index 07de19f797a..9e73eefbd3f 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayTextExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlDisplayTextExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlEditorExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlEditorExtensions.cs index 259f44a6411..b921df2d3ab 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlEditorExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlEditorExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq.Expressions; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlInputExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlInputExtensions.cs index 444f12db005..a14c5b1107b 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlInputExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlInputExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlLabelExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlLabelExtensions.cs index 52ed5f84ee7..ffdea267e97 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlLabelExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlLabelExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlLinkExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlLinkExtensions.cs index 6602985dfa5..4c73f400dab 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlLinkExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlLinkExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common; using DotNetNuke.Web.Mvc.Common; using System; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlNameExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlNameExtensions.cs index 71044b242af..f64abf3d925 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlNameExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlNameExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq.Expressions; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlPartialExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlPartialExtensions.cs index a0fe4a8b9fe..383fa2ee986 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlPartialExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlPartialExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using System.Web.Mvc.Html; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlRenderPartialExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlRenderPartialExtensions.cs index 07c4bba7177..1d2b79ad216 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlRenderPartialExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlRenderPartialExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlSelectExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlSelectExtensions.cs index 479ff4791b5..99128676f2b 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlSelectExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlSelectExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlTextAreaExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlTextAreaExtensions.cs index 554c1049ade..733d2f1c7bf 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlTextAreaExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlTextAreaExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlValidationExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlValidationExtensions.cs index 68cd65fabb9..7e7a5aac8da 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlValidationExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlValidationExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlValueExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlValueExtensions.cs index d2f6e0f7133..e9476f18ba1 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlValueExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Helpers/HtmlValueExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq.Expressions; using System.Web.Mvc; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/HttpConfigurationExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/HttpConfigurationExtensions.cs index 78d6cdb20a4..a2ba50b085b 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/HttpConfigurationExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/HttpConfigurationExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common; using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/HttpContextExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/HttpContextExtensions.cs index 5f1b65aff47..b64883ae03b 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/HttpContextExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/HttpContextExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; using DotNetNuke.Web.Mvc.Framework.Modules; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/ITabAndModuleInfoProvider.cs b/DNN Platform/DotNetNuke.Web.Mvc/ITabAndModuleInfoProvider.cs index 76486311ac9..f0018fea9be 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/ITabAndModuleInfoProvider.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/ITabAndModuleInfoProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/MvcHostControl.cs b/DNN Platform/DotNetNuke.Web.Mvc/MvcHostControl.cs index 3967f5d2893..3eafb1efbd1 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/MvcHostControl.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/MvcHostControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.IO; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/MvcHttpModule.cs b/DNN Platform/DotNetNuke.Web.Mvc/MvcHttpModule.cs index caaef88a66e..182eb9b5484 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/MvcHttpModule.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/MvcHttpModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/MvcModuleControlFactory.cs b/DNN Platform/DotNetNuke.Web.Mvc/MvcModuleControlFactory.cs index 575ed282621..0fff929cfea 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/MvcModuleControlFactory.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/MvcModuleControlFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.UI; using DotNetNuke.Entities.Modules; using DotNetNuke.Services.Localization; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/MvcSettingsControl.cs b/DNN Platform/DotNetNuke.Web.Mvc/MvcSettingsControl.cs index d05a56aa896..17fc6f229b0 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/MvcSettingsControl.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/MvcSettingsControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Modules; using DotNetNuke.UI.Modules; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Properties/AssemblyInfo.cs b/DNN Platform/DotNetNuke.Web.Mvc/Properties/AssemblyInfo.cs index 9c67836b82b..b51c0dec04b 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Properties/AssemblyInfo.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Routing/ConstraintValidation.cs b/DNN Platform/DotNetNuke.Web.Mvc/Routing/ConstraintValidation.cs index 7140cc1358b..170abc0f8e2 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Routing/ConstraintValidation.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Routing/ConstraintValidation.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Diagnostics.Contracts; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Routing/HttpRequestExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Routing/HttpRequestExtensions.cs index ab2bf935306..9ba8fdc9bda 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Routing/HttpRequestExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Routing/HttpRequestExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Routing/IMapRoute.cs b/DNN Platform/DotNetNuke.Web.Mvc/Routing/IMapRoute.cs index ac3df3bfef8..2230cb33666 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Routing/IMapRoute.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Routing/IMapRoute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.Routing; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Routing/IMvcRouteMapper.cs b/DNN Platform/DotNetNuke.Web.Mvc/Routing/IMvcRouteMapper.cs index 187ab8f27a3..035131f4bdc 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Routing/IMvcRouteMapper.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Routing/IMvcRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Mvc.Routing { public interface IMvcRouteMapper diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Routing/IPortalAliasMvcRouteManager.cs b/DNN Platform/DotNetNuke.Web.Mvc/Routing/IPortalAliasMvcRouteManager.cs index 7ffb49bc67a..2d04c4f828f 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Routing/IPortalAliasMvcRouteManager.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Routing/IPortalAliasMvcRouteManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Routing/ModuleRoutingProvider.cs b/DNN Platform/DotNetNuke.Web.Mvc/Routing/ModuleRoutingProvider.cs index f7ad042beb8..33580c22966 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Routing/ModuleRoutingProvider.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Routing/ModuleRoutingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; using System.Web.Routing; using DotNetNuke.ComponentModel; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Routing/MvcRouteExtensions.cs b/DNN Platform/DotNetNuke.Web.Mvc/Routing/MvcRouteExtensions.cs index 5ce38353996..619d9f7690e 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Routing/MvcRouteExtensions.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Routing/MvcRouteExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Routing/MvcRoutingManager.cs b/DNN Platform/DotNetNuke.Web.Mvc/Routing/MvcRoutingManager.cs index b7e09a6d5f7..f4794bafefd 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Routing/MvcRoutingManager.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Routing/MvcRoutingManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.Routing; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Routing/PortalAliasMvcRouteManager.cs b/DNN Platform/DotNetNuke.Web.Mvc/Routing/PortalAliasMvcRouteManager.cs index fe1aa740cc8..634803e2fdd 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Routing/PortalAliasMvcRouteManager.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Routing/PortalAliasMvcRouteManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Routing/StandardModuleRoutingProvider.cs b/DNN Platform/DotNetNuke.Web.Mvc/Routing/StandardModuleRoutingProvider.cs index 5301b5911f4..e95879044af 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Routing/StandardModuleRoutingProvider.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Routing/StandardModuleRoutingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/StandardTabAndModuleInfoProvider.cs b/DNN Platform/DotNetNuke.Web.Mvc/StandardTabAndModuleInfoProvider.cs index fcd2076025e..d04f2c00931 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/StandardTabAndModuleInfoProvider.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/StandardTabAndModuleInfoProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web.Mvc/Startup.cs b/DNN Platform/DotNetNuke.Web.Mvc/Startup.cs index 973ebaa6048..5e1b4980408 100644 --- a/DNN Platform/DotNetNuke.Web.Mvc/Startup.cs +++ b/DNN Platform/DotNetNuke.Web.Mvc/Startup.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.DependencyInjection; using Microsoft.Extensions.DependencyInjection; using DotNetNuke.Web.Mvc.Extensions; diff --git a/DNN Platform/DotNetNuke.Web.Razor/AssemblyInfo.cs b/DNN Platform/DotNetNuke.Web.Razor/AssemblyInfo.cs index 85495d54965..6b88b7faca6 100644 --- a/DNN Platform/DotNetNuke.Web.Razor/AssemblyInfo.cs +++ b/DNN Platform/DotNetNuke.Web.Razor/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Reflection; diff --git a/DNN Platform/DotNetNuke.Web.Razor/DotNetNukeWebPage.cs b/DNN Platform/DotNetNuke.Web.Razor/DotNetNukeWebPage.cs index 658dc692d73..b10e7c7ed76 100644 --- a/DNN Platform/DotNetNuke.Web.Razor/DotNetNukeWebPage.cs +++ b/DNN Platform/DotNetNuke.Web.Razor/DotNetNukeWebPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.WebPages; using DotNetNuke.Common; diff --git a/DNN Platform/DotNetNuke.Web.Razor/Helpers/DnnHelper.cs b/DNN Platform/DotNetNuke.Web.Razor/Helpers/DnnHelper.cs index 75fcdd01db0..d29eb216b20 100644 --- a/DNN Platform/DotNetNuke.Web.Razor/Helpers/DnnHelper.cs +++ b/DNN Platform/DotNetNuke.Web.Razor/Helpers/DnnHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.Web.Razor/Helpers/HtmlHelper.cs b/DNN Platform/DotNetNuke.Web.Razor/Helpers/HtmlHelper.cs index 4a94903dbce..3d0006d8dad 100644 --- a/DNN Platform/DotNetNuke.Web.Razor/Helpers/HtmlHelper.cs +++ b/DNN Platform/DotNetNuke.Web.Razor/Helpers/HtmlHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Services.Localization; diff --git a/DNN Platform/DotNetNuke.Web.Razor/Helpers/UrlHelper.cs b/DNN Platform/DotNetNuke.Web.Razor/Helpers/UrlHelper.cs index c4e69a5e6b6..0f0f387f30e 100644 --- a/DNN Platform/DotNetNuke.Web.Razor/Helpers/UrlHelper.cs +++ b/DNN Platform/DotNetNuke.Web.Razor/Helpers/UrlHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common; diff --git a/DNN Platform/DotNetNuke.Web.Razor/RazorEngine.cs b/DNN Platform/DotNetNuke.Web.Razor/RazorEngine.cs index 49eb908f6e6..dcc19963dd5 100644 --- a/DNN Platform/DotNetNuke.Web.Razor/RazorEngine.cs +++ b/DNN Platform/DotNetNuke.Web.Razor/RazorEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Using using System; diff --git a/DNN Platform/DotNetNuke.Web.Razor/RazorHostControl.cs b/DNN Platform/DotNetNuke.Web.Razor/RazorHostControl.cs index 2b2d35327a8..9cad1bce2c7 100644 --- a/DNN Platform/DotNetNuke.Web.Razor/RazorHostControl.cs +++ b/DNN Platform/DotNetNuke.Web.Razor/RazorHostControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Razor/RazorModuleBase.cs b/DNN Platform/DotNetNuke.Web.Razor/RazorModuleBase.cs index 26b3042398b..7b2e8a06cc1 100644 --- a/DNN Platform/DotNetNuke.Web.Razor/RazorModuleBase.cs +++ b/DNN Platform/DotNetNuke.Web.Razor/RazorModuleBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web.Razor/RazorModuleControlFactory.cs b/DNN Platform/DotNetNuke.Web.Razor/RazorModuleControlFactory.cs index ce483966f63..2b5c7229235 100644 --- a/DNN Platform/DotNetNuke.Web.Razor/RazorModuleControlFactory.cs +++ b/DNN Platform/DotNetNuke.Web.Razor/RazorModuleControlFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.Web.Razor/Startup.cs b/DNN Platform/DotNetNuke.Web.Razor/Startup.cs index 53696454189..c8858c1bbcf 100644 --- a/DNN Platform/DotNetNuke.Web.Razor/Startup.cs +++ b/DNN Platform/DotNetNuke.Web.Razor/Startup.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.DependencyInjection; using Microsoft.Extensions.DependencyInjection; diff --git a/DNN Platform/DotNetNuke.Web/Api/Auth/AuthMessageHandlerBase.cs b/DNN Platform/DotNetNuke.Web/Api/Auth/AuthMessageHandlerBase.cs index dc00990661e..289ef200e40 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Auth/AuthMessageHandlerBase.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Auth/AuthMessageHandlerBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/Api/Auth/BasicAuthMessageHandler.cs b/DNN Platform/DotNetNuke.Web/Api/Auth/BasicAuthMessageHandler.cs index 189b19b26a9..ea0870f6338 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Auth/BasicAuthMessageHandler.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Auth/BasicAuthMessageHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web/Api/Auth/DigestAuthMessageHandler.cs b/DNN Platform/DotNetNuke.Web/Api/Auth/DigestAuthMessageHandler.cs index b6fad0fc945..89d33e17e4a 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Auth/DigestAuthMessageHandler.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Auth/DigestAuthMessageHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web/Api/AuthFilterBase.cs b/DNN Platform/DotNetNuke.Web/Api/AuthFilterBase.cs index 63b3ad82ef6..75f8f433e2a 100644 --- a/DNN Platform/DotNetNuke.Web/Api/AuthFilterBase.cs +++ b/DNN Platform/DotNetNuke.Web/Api/AuthFilterBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net.Http; using System.Threading; diff --git a/DNN Platform/DotNetNuke.Web/Api/AuthFilterContext.cs b/DNN Platform/DotNetNuke.Web/Api/AuthFilterContext.cs index c225f6129a8..6ebd4a4508a 100644 --- a/DNN Platform/DotNetNuke.Web/Api/AuthFilterContext.cs +++ b/DNN Platform/DotNetNuke.Web/Api/AuthFilterContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web/Api/AuthorizeAttributeBase.cs b/DNN Platform/DotNetNuke.Web/Api/AuthorizeAttributeBase.cs index 2dd614a3bf8..d44f74a1242 100644 --- a/DNN Platform/DotNetNuke.Web/Api/AuthorizeAttributeBase.cs +++ b/DNN Platform/DotNetNuke.Web/Api/AuthorizeAttributeBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Web.Http; diff --git a/DNN Platform/DotNetNuke.Web/Api/DnnApiController.cs b/DNN Platform/DotNetNuke.Web/Api/DnnApiController.cs index f850b9ae6a5..f3ef25530e0 100644 --- a/DNN Platform/DotNetNuke.Web/Api/DnnApiController.cs +++ b/DNN Platform/DotNetNuke.Web/Api/DnnApiController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Http; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.Web/Api/DnnAuthorizeAttribute.cs b/DNN Platform/DotNetNuke.Web/Api/DnnAuthorizeAttribute.cs index a7e90bbefe5..f0caff26bf2 100644 --- a/DNN Platform/DotNetNuke.Web/Api/DnnAuthorizeAttribute.cs +++ b/DNN Platform/DotNetNuke.Web/Api/DnnAuthorizeAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/Api/DnnExceptionAttribute.cs b/DNN Platform/DotNetNuke.Web/Api/DnnExceptionAttribute.cs index e5ba8393161..1beadbadd4a 100644 --- a/DNN Platform/DotNetNuke.Web/Api/DnnExceptionAttribute.cs +++ b/DNN Platform/DotNetNuke.Web/Api/DnnExceptionAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web/Api/DnnHttpControllerSelector.cs b/DNN Platform/DotNetNuke.Web/Api/DnnHttpControllerSelector.cs index d7b538c6300..6ca2460c3a0 100644 --- a/DNN Platform/DotNetNuke.Web/Api/DnnHttpControllerSelector.cs +++ b/DNN Platform/DotNetNuke.Web/Api/DnnHttpControllerSelector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/Api/DnnModuleAuthorizeAttribute.cs b/DNN Platform/DotNetNuke.Web/Api/DnnModuleAuthorizeAttribute.cs index e3c306df20f..719688a1d02 100644 --- a/DNN Platform/DotNetNuke.Web/Api/DnnModuleAuthorizeAttribute.cs +++ b/DNN Platform/DotNetNuke.Web/Api/DnnModuleAuthorizeAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net.Http; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.Web/Api/Extensions/StartupExtensions.cs b/DNN Platform/DotNetNuke.Web/Api/Extensions/StartupExtensions.cs index a4894ed04d7..40a9533a0c6 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Extensions/StartupExtensions.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Extensions/StartupExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.DependencyInjection.Extensions; using DotNetNuke.Web.Api; using Microsoft.Extensions.DependencyInjection; diff --git a/DNN Platform/DotNetNuke.Web/Api/HttpConfigurationExtensions.cs b/DNN Platform/DotNetNuke.Web/Api/HttpConfigurationExtensions.cs index bc88f7a6922..f42039e5e8e 100644 --- a/DNN Platform/DotNetNuke.Web/Api/HttpConfigurationExtensions.cs +++ b/DNN Platform/DotNetNuke.Web/Api/HttpConfigurationExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/Api/HttpRequestMessageExtensions.cs b/DNN Platform/DotNetNuke.Web/Api/HttpRequestMessageExtensions.cs index 45c08254396..e973537797c 100644 --- a/DNN Platform/DotNetNuke.Web/Api/HttpRequestMessageExtensions.cs +++ b/DNN Platform/DotNetNuke.Web/Api/HttpRequestMessageExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Net.Http; using System.Web; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.Web/Api/HttpStatusCodeAdditions.cs b/DNN Platform/DotNetNuke.Web/Api/HttpStatusCodeAdditions.cs index d5c2e2df1cc..2ba276ef66c 100644 --- a/DNN Platform/DotNetNuke.Web/Api/HttpStatusCodeAdditions.cs +++ b/DNN Platform/DotNetNuke.Web/Api/HttpStatusCodeAdditions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Api { /// diff --git a/DNN Platform/DotNetNuke.Web/Api/IMapRoute.cs b/DNN Platform/DotNetNuke.Web/Api/IMapRoute.cs index 28c18621a71..878196eddf5 100644 --- a/DNN Platform/DotNetNuke.Web/Api/IMapRoute.cs +++ b/DNN Platform/DotNetNuke.Web/Api/IMapRoute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.Routing; diff --git a/DNN Platform/DotNetNuke.Web/Api/IOverrideDefaultAuthLevel.cs b/DNN Platform/DotNetNuke.Web/Api/IOverrideDefaultAuthLevel.cs index d00f992b679..5413b348aaf 100644 --- a/DNN Platform/DotNetNuke.Web/Api/IOverrideDefaultAuthLevel.cs +++ b/DNN Platform/DotNetNuke.Web/Api/IOverrideDefaultAuthLevel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Web.Api diff --git a/DNN Platform/DotNetNuke.Web/Api/IPortalAliasRouteManager.cs b/DNN Platform/DotNetNuke.Web/Api/IPortalAliasRouteManager.cs index b7ae77702b4..ada948679b8 100644 --- a/DNN Platform/DotNetNuke.Web/Api/IPortalAliasRouteManager.cs +++ b/DNN Platform/DotNetNuke.Web/Api/IPortalAliasRouteManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.Http.Routing; diff --git a/DNN Platform/DotNetNuke.Web/Api/IServiceRouteMapper.cs b/DNN Platform/DotNetNuke.Web/Api/IServiceRouteMapper.cs index 3eea8f9e2b9..2a9cff9f8fa 100644 --- a/DNN Platform/DotNetNuke.Web/Api/IServiceRouteMapper.cs +++ b/DNN Platform/DotNetNuke.Web/Api/IServiceRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Web.Api diff --git a/DNN Platform/DotNetNuke.Web/Api/ITabAndModuleInfoProvider.cs b/DNN Platform/DotNetNuke.Web/Api/ITabAndModuleInfoProvider.cs index 6622a4a88c6..f9ad43f8958 100644 --- a/DNN Platform/DotNetNuke.Web/Api/ITabAndModuleInfoProvider.cs +++ b/DNN Platform/DotNetNuke.Web/Api/ITabAndModuleInfoProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Net.Http; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/AntiForgery.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/AntiForgery.cs index 3e483c59a30..0b97896b5ca 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/AntiForgery.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/AntiForgery.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Framework; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/AntiForgeryImpl.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/AntiForgeryImpl.cs index 920500af574..384f042428f 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/AntiForgeryImpl.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/AntiForgeryImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Api.Internal { internal class AntiForgeryImpl : IAntiForgery diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/DigestAuthentication.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/DigestAuthentication.cs index d66f46a5af0..ecc11fdb18b 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/DigestAuthentication.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/DigestAuthentication.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Security.Cryptography; using System.Security.Principal; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/DigestAuthenticationRequest.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/DigestAuthenticationRequest.cs index 8a5dd1689ff..dd2cff1aef4 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/DigestAuthenticationRequest.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/DigestAuthenticationRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Specialized; using System.Text.RegularExpressions; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/WebFormsAuthMessageHandler.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/WebFormsAuthMessageHandler.cs index 4a9e14eb1f3..f1770d5e3c5 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/WebFormsAuthMessageHandler.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/Auth/WebFormsAuthMessageHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Net.Http; using System.Threading; using DotNetNuke.HttpModules.Membership; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/DnnActionFilterProvider.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/DnnActionFilterProvider.cs index ff07d8640f6..0a65fdde80d 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/DnnActionFilterProvider.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/DnnActionFilterProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using System.Web.Http; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/DnnContextMessageHandler.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/DnnContextMessageHandler.cs index 2a4b51afafc..a568b33705c 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/DnnContextMessageHandler.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/DnnContextMessageHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Globalization; using System.Net; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/DnnDependencyResolver.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/DnnDependencyResolver.cs index 84da1e85b6d..cf107c4a16e 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/DnnDependencyResolver.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/DnnDependencyResolver.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Microsoft.Extensions.DependencyInjection; using System; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/DnnPageEditorAttribute.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/DnnPageEditorAttribute.cs index 3035f931c51..2a727d4ad0f 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/DnnPageEditorAttribute.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/DnnPageEditorAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/DnnPagePermissionAttribute.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/DnnPagePermissionAttribute.cs index 7e39f6c6e9e..b92ef3b6731 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/DnnPagePermissionAttribute.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/DnnPagePermissionAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common; namespace DotNetNuke.Web.Api.Internal diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/IAntiForgery.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/IAntiForgery.cs index b7025e6847c..d8f08cf16b3 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/IAntiForgery.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/IAntiForgery.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Api.Internal { public interface IAntiForgery diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/IFrameSupportedValidateAntiForgeryTokenAttribute.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/IFrameSupportedValidateAntiForgeryTokenAttribute.cs index f47b175cab4..953d65ee30d 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/IFrameSupportedValidateAntiForgeryTokenAttribute.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/IFrameSupportedValidateAntiForgeryTokenAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net.Http; using System.Web.Http.Controllers; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/PagePermissionsAttributesHelper.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/PagePermissionsAttributesHelper.cs index 56dbead498b..03301f29005 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/PagePermissionsAttributesHelper.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/PagePermissionsAttributesHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Threading; using DotNetNuke.Entities.Portals; using DotNetNuke.Security; diff --git a/DNN Platform/DotNetNuke.Web/Api/Internal/ServicesRoutingManager.cs b/DNN Platform/DotNetNuke.Web/Api/Internal/ServicesRoutingManager.cs index ecb99a8ae75..d28919f3ee6 100644 --- a/DNN Platform/DotNetNuke.Web/Api/Internal/ServicesRoutingManager.cs +++ b/DNN Platform/DotNetNuke.Web/Api/Internal/ServicesRoutingManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/Api/PortalAliasRouteManager.cs b/DNN Platform/DotNetNuke.Web/Api/PortalAliasRouteManager.cs index f6dadf0dfa3..5d3fd5e8e4e 100644 --- a/DNN Platform/DotNetNuke.Web/Api/PortalAliasRouteManager.cs +++ b/DNN Platform/DotNetNuke.Web/Api/PortalAliasRouteManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/Api/RequireHostAttribute.cs b/DNN Platform/DotNetNuke.Web/Api/RequireHostAttribute.cs index 95e4fec495f..bf13762ae28 100644 --- a/DNN Platform/DotNetNuke.Web/Api/RequireHostAttribute.cs +++ b/DNN Platform/DotNetNuke.Web/Api/RequireHostAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Threading; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/DotNetNuke.Web/Api/RouteExtensions.cs b/DNN Platform/DotNetNuke.Web/Api/RouteExtensions.cs index 2386a7e66fc..74923fd2888 100644 --- a/DNN Platform/DotNetNuke.Web/Api/RouteExtensions.cs +++ b/DNN Platform/DotNetNuke.Web/Api/RouteExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Http.Routing; using System.Web.Routing; diff --git a/DNN Platform/DotNetNuke.Web/Api/StandardTabAndModuleInfoProvider.cs b/DNN Platform/DotNetNuke.Web/Api/StandardTabAndModuleInfoProvider.cs index 80f0f6ed6a7..c03545854a7 100644 --- a/DNN Platform/DotNetNuke.Web/Api/StandardTabAndModuleInfoProvider.cs +++ b/DNN Platform/DotNetNuke.Web/Api/StandardTabAndModuleInfoProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web/Api/StringPassThroughMediaTypeFormatter.cs b/DNN Platform/DotNetNuke.Web/Api/StringPassThroughMediaTypeFormatter.cs index 4d68b99d185..103903238b5 100644 --- a/DNN Platform/DotNetNuke.Web/Api/StringPassThroughMediaTypeFormatter.cs +++ b/DNN Platform/DotNetNuke.Web/Api/StringPassThroughMediaTypeFormatter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/DotNetNuke.Web/Api/SupportedModulesAttribute.cs b/DNN Platform/DotNetNuke.Web/Api/SupportedModulesAttribute.cs index 6b4a9df5059..ea52e23931d 100644 --- a/DNN Platform/DotNetNuke.Web/Api/SupportedModulesAttribute.cs +++ b/DNN Platform/DotNetNuke.Web/Api/SupportedModulesAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web/Api/TraceWriter.cs b/DNN Platform/DotNetNuke.Web/Api/TraceWriter.cs index 42df173507d..500b34c63f9 100644 --- a/DNN Platform/DotNetNuke.Web/Api/TraceWriter.cs +++ b/DNN Platform/DotNetNuke.Web/Api/TraceWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net.Http; using System.Text; diff --git a/DNN Platform/DotNetNuke.Web/Api/UrlHelperExtensions.cs b/DNN Platform/DotNetNuke.Web/Api/UrlHelperExtensions.cs index 9f82221d657..7efb9b8e331 100644 --- a/DNN Platform/DotNetNuke.Web/Api/UrlHelperExtensions.cs +++ b/DNN Platform/DotNetNuke.Web/Api/UrlHelperExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Http.Routing; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/DotNetNuke.Web/Api/ValidateAntiForgeryTokenAttribute.cs b/DNN Platform/DotNetNuke.Web/Api/ValidateAntiForgeryTokenAttribute.cs index 15f4647944d..87aca01a1c4 100644 --- a/DNN Platform/DotNetNuke.Web/Api/ValidateAntiForgeryTokenAttribute.cs +++ b/DNN Platform/DotNetNuke.Web/Api/ValidateAntiForgeryTokenAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/Api/WebApiException.cs b/DNN Platform/DotNetNuke.Web/Api/WebApiException.cs index f382144d2fb..ff61470e9af 100644 --- a/DNN Platform/DotNetNuke.Web/Api/WebApiException.cs +++ b/DNN Platform/DotNetNuke.Web/Api/WebApiException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net.Http; using Newtonsoft.Json; diff --git a/DNN Platform/DotNetNuke.Web/Common/DotNetNukeHttpApplication.cs b/DNN Platform/DotNetNuke.Web/Common/DotNetNukeHttpApplication.cs index e301715dedb..bc779c93205 100644 --- a/DNN Platform/DotNetNuke.Web/Common/DotNetNukeHttpApplication.cs +++ b/DNN Platform/DotNetNuke.Web/Common/DotNetNukeHttpApplication.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Common/DotNetNukeSecurity.cs b/DNN Platform/DotNetNuke.Web/Common/DotNetNukeSecurity.cs index 0d92371433c..03a862d3690 100644 --- a/DNN Platform/DotNetNuke.Web/Common/DotNetNukeSecurity.cs +++ b/DNN Platform/DotNetNuke.Web/Common/DotNetNukeSecurity.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #if false using System; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/Common/DotNetNukeShutdownOverload.cs b/DNN Platform/DotNetNuke.Web/Common/DotNetNukeShutdownOverload.cs index 392c9f04f66..347f7dd1881 100644 --- a/DNN Platform/DotNetNuke.Web/Common/DotNetNukeShutdownOverload.cs +++ b/DNN Platform/DotNetNuke.Web/Common/DotNetNukeShutdownOverload.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Reflection; diff --git a/DNN Platform/DotNetNuke.Web/Common/DynamicSharedConstants.cs b/DNN Platform/DotNetNuke.Web/Common/DynamicSharedConstants.cs index 917da1d80de..7c006d9af6d 100644 --- a/DNN Platform/DotNetNuke.Web/Common/DynamicSharedConstants.cs +++ b/DNN Platform/DotNetNuke.Web/Common/DynamicSharedConstants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; namespace DotNetNuke.Web.Common diff --git a/DNN Platform/DotNetNuke.Web/Common/SharedConstants.cs b/DNN Platform/DotNetNuke.Web/Common/SharedConstants.cs index 1b2ecbdfe60..03e0a726b9d 100644 --- a/DNN Platform/DotNetNuke.Web/Common/SharedConstants.cs +++ b/DNN Platform/DotNetNuke.Web/Common/SharedConstants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; namespace DotNetNuke.Web.Common diff --git a/DNN Platform/DotNetNuke.Web/Components/Controllers/ControlBarController.cs b/DNN Platform/DotNetNuke.Web/Components/Controllers/ControlBarController.cs index d43086581d7..a60e6c3bc62 100644 --- a/DNN Platform/DotNetNuke.Web/Components/Controllers/ControlBarController.cs +++ b/DNN Platform/DotNetNuke.Web/Components/Controllers/ControlBarController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/DotNetNuke.Web/Components/Controllers/IControlBarController.cs b/DNN Platform/DotNetNuke.Web/Components/Controllers/IControlBarController.cs index 4f918834d25..ee5cabc1335 100644 --- a/DNN Platform/DotNetNuke.Web/Components/Controllers/IControlBarController.cs +++ b/DNN Platform/DotNetNuke.Web/Components/Controllers/IControlBarController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/DotNetNuke.Web/Components/Controllers/Models/MenuItemViewModel.cs b/DNN Platform/DotNetNuke.Web/Components/Controllers/Models/MenuItemViewModel.cs index b439ca6e971..2b3c02e4914 100644 --- a/DNN Platform/DotNetNuke.Web/Components/Controllers/Models/MenuItemViewModel.cs +++ b/DNN Platform/DotNetNuke.Web/Components/Controllers/Models/MenuItemViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/Components/Controllers/Models/UpgradeIndicatorViewModel.cs b/DNN Platform/DotNetNuke.Web/Components/Controllers/Models/UpgradeIndicatorViewModel.cs index e1bc24e3178..9a6e99bff0a 100644 --- a/DNN Platform/DotNetNuke.Web/Components/Controllers/Models/UpgradeIndicatorViewModel.cs +++ b/DNN Platform/DotNetNuke.Web/Components/Controllers/Models/UpgradeIndicatorViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Components.Controllers.Models { public class UpgradeIndicatorViewModel diff --git a/DNN Platform/DotNetNuke.Web/Components/LocalizationHelper.cs b/DNN Platform/DotNetNuke.Web/Components/LocalizationHelper.cs index 16a85f81c08..4f4c3d120dd 100644 --- a/DNN Platform/DotNetNuke.Web/Components/LocalizationHelper.cs +++ b/DNN Platform/DotNetNuke.Web/Components/LocalizationHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; namespace DotNetNuke.Web.Components diff --git a/DNN Platform/DotNetNuke.Web/ConfigSection/AuthServicesConfiguration.cs b/DNN Platform/DotNetNuke.Web/ConfigSection/AuthServicesConfiguration.cs index 95fd9e1f0a3..99971014080 100644 --- a/DNN Platform/DotNetNuke.Web/ConfigSection/AuthServicesConfiguration.cs +++ b/DNN Platform/DotNetNuke.Web/ConfigSection/AuthServicesConfiguration.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Configuration; namespace DotNetNuke.Web.ConfigSection diff --git a/DNN Platform/DotNetNuke.Web/ConfigSection/MessageHandlerEntry.cs b/DNN Platform/DotNetNuke.Web/ConfigSection/MessageHandlerEntry.cs index d9325c08384..2b138ee3cda 100644 --- a/DNN Platform/DotNetNuke.Web/ConfigSection/MessageHandlerEntry.cs +++ b/DNN Platform/DotNetNuke.Web/ConfigSection/MessageHandlerEntry.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Configuration; using DotNetNuke.Web.Api; diff --git a/DNN Platform/DotNetNuke.Web/ConfigSection/MessageHandlersCollection.cs b/DNN Platform/DotNetNuke.Web/ConfigSection/MessageHandlersCollection.cs index bf8e30b5b59..5077c8fdaa0 100644 --- a/DNN Platform/DotNetNuke.Web/ConfigSection/MessageHandlersCollection.cs +++ b/DNN Platform/DotNetNuke.Web/ConfigSection/MessageHandlersCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Configuration; namespace DotNetNuke.Web.ConfigSection diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/ContentWorkflowServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/ContentWorkflowServiceController.cs index ee5c701e792..ad9b457495e 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/ContentWorkflowServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/ContentWorkflowServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/ControlBarController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/ControlBarController.cs index 669f02d6fcb..44976fbdcc3 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/ControlBarController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/ControlBarController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/CountryRegionController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/CountryRegionController.cs index fc12f1e44bc..3e3083e3761 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/CountryRegionController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/CountryRegionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/EventLogServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/EventLogServiceController.cs index 0823b6f03d1..37d1376e834 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/EventLogServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/EventLogServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/FileUploadController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/FileUploadController.cs index 69dead5c0fd..309077e67ca 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/FileUploadController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/FileUploadController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Drawing; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/ImageHeader.cs b/DNN Platform/DotNetNuke.Web/InternalServices/ImageHeader.cs index 41c8ca3c81d..e83c595cb75 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/ImageHeader.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/ImageHeader.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Drawing; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/ItemListServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/ItemListServiceController.cs index 6f7750aaa32..7a1f4dfe192 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/ItemListServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/ItemListServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/LanguageServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/LanguageServiceController.cs index bdca517aae9..07810fce374 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/LanguageServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/LanguageServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/MessagingServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/MessagingServiceController.cs index 630ce36977e..e73a6e1026b 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/MessagingServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/MessagingServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Dynamic; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/ModuleServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/ModuleServiceController.cs index b75c1fbd468..cc3c1c50eae 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/ModuleServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/ModuleServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using System.Net; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/NewUserNotificationServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/NewUserNotificationServiceController.cs index 6bf41f40aa1..487d3880f1a 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/NewUserNotificationServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/NewUserNotificationServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Net; using System.Net.Http; using System.Web.Http; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/NotificationDto.cs b/DNN Platform/DotNetNuke.Web/InternalServices/NotificationDto.cs index 980ade62373..2be4d4214ea 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/NotificationDto.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/NotificationDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.InternalServices { public class NotificationDTO diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/NotificationsServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/NotificationsServiceController.cs index 0d632c1c2dc..b46f3dcb60a 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/NotificationsServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/NotificationsServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/PageServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/PageServiceController.cs index 11f1a0e8ce7..f7115bdfa60 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/PageServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/PageServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Globalization; using System.Linq; using System.Net; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/ProfileServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/ProfileServiceController.cs index d1231111934..8dcdeaa25ad 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/ProfileServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/ProfileServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/RelationshipServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/RelationshipServiceController.cs index 22cae824ba7..ebbb45fdb9b 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/RelationshipServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/RelationshipServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/SearchServiceController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/SearchServiceController.cs index 35fa23dff01..1b0253b651a 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/SearchServiceController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/SearchServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/ServiceRouteMapper.cs b/DNN Platform/DotNetNuke.Web/InternalServices/ServiceRouteMapper.cs index 86c4230335d..8a74b1daec2 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/ServiceRouteMapper.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/ServiceRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Api; namespace DotNetNuke.Web.InternalServices diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/UserFileController.cs b/DNN Platform/DotNetNuke.Web/InternalServices/UserFileController.cs index 6c81cb076e5..df17aaa22ff 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/UserFileController.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/UserFileController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/BasicView.cs b/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/BasicView.cs index 1ad6b5f3a90..25f819fd273 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/BasicView.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/BasicView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/DetailedView.cs b/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/DetailedView.cs index 5c461345c26..b577c9a3f55 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/DetailedView.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/DetailedView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/GroupedBasicView.cs b/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/GroupedBasicView.cs index bb17c5f2836..da304d721f7 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/GroupedBasicView.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/GroupedBasicView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/GroupedDetailView.cs b/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/GroupedDetailView.cs index 293637cb9fd..70f0b267edf 100644 --- a/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/GroupedDetailView.cs +++ b/DNN Platform/DotNetNuke.Web/InternalServices/Views/Search/GroupedDetailView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Models/ModuleDetail.cs b/DNN Platform/DotNetNuke.Web/Models/ModuleDetail.cs index 36a64ea6169..d821abb6989 100644 --- a/DNN Platform/DotNetNuke.Web/Models/ModuleDetail.cs +++ b/DNN Platform/DotNetNuke.Web/Models/ModuleDetail.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/DNN Platform/DotNetNuke.Web/Models/ModuleInstance.cs b/DNN Platform/DotNetNuke.Web/Models/ModuleInstance.cs index c46e23e878e..4f3f3aa670f 100644 --- a/DNN Platform/DotNetNuke.Web/Models/ModuleInstance.cs +++ b/DNN Platform/DotNetNuke.Web/Models/ModuleInstance.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace DotNetNuke.Web.Models diff --git a/DNN Platform/DotNetNuke.Web/Models/SiteDetail.cs b/DNN Platform/DotNetNuke.Web/Models/SiteDetail.cs index 5f77a7f5aa3..9fff2b1467d 100644 --- a/DNN Platform/DotNetNuke.Web/Models/SiteDetail.cs +++ b/DNN Platform/DotNetNuke.Web/Models/SiteDetail.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/DNN Platform/DotNetNuke.Web/Models/TabModule.cs b/DNN Platform/DotNetNuke.Web/Models/TabModule.cs index d04f70cfa54..751e8626ba4 100644 --- a/DNN Platform/DotNetNuke.Web/Models/TabModule.cs +++ b/DNN Platform/DotNetNuke.Web/Models/TabModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; using DotNetNuke.Entities.Tabs; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/AttributeBasedViewStateSerializer.cs b/DNN Platform/DotNetNuke.Web/Mvp/AttributeBasedViewStateSerializer.cs index ab47fb62d17..b7692d69926 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/AttributeBasedViewStateSerializer.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/AttributeBasedViewStateSerializer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/HttpHandlerPresenter.cs b/DNN Platform/DotNetNuke.Web/Mvp/HttpHandlerPresenter.cs index 5b14b506cef..9642b5efd56 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/HttpHandlerPresenter.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/HttpHandlerPresenter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using WebFormsMvp; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/HttpHandlerView.cs b/DNN Platform/DotNetNuke.Web/Mvp/HttpHandlerView.cs index eb7e2c74c92..86e503425a2 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/HttpHandlerView.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/HttpHandlerView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using WebFormsMvp.Web; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/IHttpHandlerView.cs b/DNN Platform/DotNetNuke.Web/Mvp/IHttpHandlerView.cs index 9cef0018daa..ab5765ce663 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/IHttpHandlerView.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/IHttpHandlerView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using WebFormsMvp; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/IModuleView.cs b/DNN Platform/DotNetNuke.Web/Mvp/IModuleView.cs index 0b074a070fb..dee2a33eaa9 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/IModuleView.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/IModuleView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/IModuleViewBase.cs b/DNN Platform/DotNetNuke.Web/Mvp/IModuleViewBase.cs index 98e28814a3b..71f8a9a9c36 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/IModuleViewBase.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/IModuleViewBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/IModuleViewOfT.cs b/DNN Platform/DotNetNuke.Web/Mvp/IModuleViewOfT.cs index 14c63c102b2..f71822747c6 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/IModuleViewOfT.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/IModuleViewOfT.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ISettingsView.cs b/DNN Platform/DotNetNuke.Web/Mvp/ISettingsView.cs index 53e9e3a7eab..a82e70c8066 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ISettingsView.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ISettingsView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Web.Mvp diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ISettingsViewOfT.cs b/DNN Platform/DotNetNuke.Web/Mvp/ISettingsViewOfT.cs index 0bc9244b6dc..b6e9052e8ac 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ISettingsViewOfT.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ISettingsViewOfT.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using WebFormsMvp; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceView.cs b/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceView.cs index a6e000bfd6e..5059c09b0d5 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceView.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Web.Mvp diff --git a/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceViewBase.cs b/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceViewBase.cs index 5fe782cfb64..7ea085a47f1 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceViewBase.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceViewBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using WebFormsMvp; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceViewOfT.cs b/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceViewOfT.cs index 319aae51adf..e25eb775c49 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceViewOfT.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/IWebServiceViewOfT.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using WebFormsMvp; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenter.cs b/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenter.cs index a1e5062028c..023d7422521 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenter.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Web.Mvp diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenterBase.cs b/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenterBase.cs index bf9470128ac..816f34b613a 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenterBase.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenterBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenterOfT.cs b/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenterOfT.cs index 0397a2788f3..8ce06eabaeb 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenterOfT.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ModulePresenterOfT.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Web.Mvp diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ModuleSettingsPresenter.cs b/DNN Platform/DotNetNuke.Web/Mvp/ModuleSettingsPresenter.cs index 08ee80d3efb..01ea4a1400b 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ModuleSettingsPresenter.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ModuleSettingsPresenter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ModuleSettingsPresenterOfT.cs b/DNN Platform/DotNetNuke.Web/Mvp/ModuleSettingsPresenterOfT.cs index 68e68a73cfd..a73aab9cd30 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ModuleSettingsPresenterOfT.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ModuleSettingsPresenterOfT.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ModuleView.cs b/DNN Platform/DotNetNuke.Web/Mvp/ModuleView.cs index 6e305c5c00d..25d0a1cd6b8 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ModuleView.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ModuleView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Web.Mvp diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ModuleViewBase.cs b/DNN Platform/DotNetNuke.Web/Mvp/ModuleViewBase.cs index 6566db43c43..96f89162556 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ModuleViewBase.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ModuleViewBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ModuleViewOfT.cs b/DNN Platform/DotNetNuke.Web/Mvp/ModuleViewOfT.cs index 0f918adc5a9..83ffcc9a2d6 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ModuleViewOfT.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ModuleViewOfT.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ProfileModuleViewBase.cs b/DNN Platform/DotNetNuke.Web/Mvp/ProfileModuleViewBase.cs index 0a6db341dc6..8a6bb46e79a 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ProfileModuleViewBase.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ProfileModuleViewBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using Microsoft.Extensions.DependencyInjection; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/SettingsModel.cs b/DNN Platform/DotNetNuke.Web/Mvp/SettingsModel.cs index 99b1671dc38..fbd8ac3abd6 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/SettingsModel.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/SettingsModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/SettingsView.cs b/DNN Platform/DotNetNuke.Web/Mvp/SettingsView.cs index ffd0b39e2f7..a637bdf72de 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/SettingsView.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/SettingsView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Web.Mvp diff --git a/DNN Platform/DotNetNuke.Web/Mvp/SettingsViewBase.cs b/DNN Platform/DotNetNuke.Web/Mvp/SettingsViewBase.cs index 5b4c7aa42be..efcaf0486f2 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/SettingsViewBase.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/SettingsViewBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/ViewStateAttribute.cs b/DNN Platform/DotNetNuke.Web/Mvp/ViewStateAttribute.cs index ab350cbfd22..ec2e18cfa98 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/ViewStateAttribute.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/ViewStateAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/WebServicePresenter.cs b/DNN Platform/DotNetNuke.Web/Mvp/WebServicePresenter.cs index 4dcb9dd7808..ce90b67bcab 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/WebServicePresenter.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/WebServicePresenter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using WebFormsMvp; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/WebServiceView.cs b/DNN Platform/DotNetNuke.Web/Mvp/WebServiceView.cs index aeca5531c26..c7b69070ec7 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/WebServiceView.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/WebServiceView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Web.Mvp diff --git a/DNN Platform/DotNetNuke.Web/Mvp/WebServiceViewBase.cs b/DNN Platform/DotNetNuke.Web/Mvp/WebServiceViewBase.cs index 567a1d546b6..32bb75d9aac 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/WebServiceViewBase.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/WebServiceViewBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using WebFormsMvp.Web; diff --git a/DNN Platform/DotNetNuke.Web/Mvp/WebServiceViewOfT.cs b/DNN Platform/DotNetNuke.Web/Mvp/WebServiceViewOfT.cs index 2470e72391a..4f6642b18eb 100644 --- a/DNN Platform/DotNetNuke.Web/Mvp/WebServiceViewOfT.cs +++ b/DNN Platform/DotNetNuke.Web/Mvp/WebServiceViewOfT.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using WebFormsMvp; diff --git a/DNN Platform/DotNetNuke.Web/Properties/AssemblyInfo.cs b/DNN Platform/DotNetNuke.Web/Properties/AssemblyInfo.cs index 886f961f3b4..9f5efdd8fc9 100644 --- a/DNN Platform/DotNetNuke.Web/Properties/AssemblyInfo.cs +++ b/DNN Platform/DotNetNuke.Web/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Services/MobileHelperController.cs b/DNN Platform/DotNetNuke.Web/Services/MobileHelperController.cs index c1147a758ac..6acba503d6b 100644 --- a/DNN Platform/DotNetNuke.Web/Services/MobileHelperController.cs +++ b/DNN Platform/DotNetNuke.Web/Services/MobileHelperController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/Services/ServiceRouteMapper.cs b/DNN Platform/DotNetNuke.Web/Services/ServiceRouteMapper.cs index 46da6569430..a6c5bb376bd 100644 --- a/DNN Platform/DotNetNuke.Web/Services/ServiceRouteMapper.cs +++ b/DNN Platform/DotNetNuke.Web/Services/ServiceRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Api; namespace DotNetNuke.Web.Services diff --git a/DNN Platform/DotNetNuke.Web/Startup.cs b/DNN Platform/DotNetNuke.Web/Startup.cs index ce0c37fc09c..e8fdef66a8a 100644 --- a/DNN Platform/DotNetNuke.Web/Startup.cs +++ b/DNN Platform/DotNetNuke.Web/Startup.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.DependencyInjection; using DotNetNuke.DependencyInjection.Extensions; using DotNetNuke.Instrumentation; diff --git a/DNN Platform/DotNetNuke.Web/UI/ILocalizable.cs b/DNN Platform/DotNetNuke.Web/UI/ILocalizable.cs index 2a675cc128f..fbf057700d1 100644 --- a/DNN Platform/DotNetNuke.Web/UI/ILocalizable.cs +++ b/DNN Platform/DotNetNuke.Web/UI/ILocalizable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.UI { public interface ILocalizable diff --git a/DNN Platform/DotNetNuke.Web/UI/MessageWindowParameters.cs b/DNN Platform/DotNetNuke.Web/UI/MessageWindowParameters.cs index 6668d849aea..ff542e49ceb 100644 --- a/DNN Platform/DotNetNuke.Web/UI/MessageWindowParameters.cs +++ b/DNN Platform/DotNetNuke.Web/UI/MessageWindowParameters.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI.WebControls; diff --git a/DNN Platform/DotNetNuke.Web/UI/RibbonBarManager.cs b/DNN Platform/DotNetNuke.Web/UI/RibbonBarManager.cs index c039e5333fe..121699b9088 100644 --- a/DNN Platform/DotNetNuke.Web/UI/RibbonBarManager.cs +++ b/DNN Platform/DotNetNuke.Web/UI/RibbonBarManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/Utilities.cs b/DNN Platform/DotNetNuke.Web/UI/Utilities.cs index 2318a44128e..5d00ae7f200 100644 --- a/DNN Platform/DotNetNuke.Web/UI/Utilities.cs +++ b/DNN Platform/DotNetNuke.Web/UI/Utilities.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnButton.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnButton.cs index d4b4737a48a..a6e69296e81 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnButton.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnButton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnCheckBox.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnCheckBox.cs index 47494449483..5c4adc18025 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnCheckBox.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnCheckBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnConfirmPasswordOptions.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnConfirmPasswordOptions.cs index bfeeaa94923..1066209bc91 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnConfirmPasswordOptions.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnConfirmPasswordOptions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnDropDownList.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnDropDownList.cs index e2ea595e264..1d21f8978cb 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnDropDownList.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnDropDownList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnDropDownListOptions.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnDropDownListOptions.cs index d47fbfdf0ea..7344eb9e695 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnDropDownListOptions.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnDropDownListOptions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFieldLabel.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFieldLabel.cs index 38396570453..2fcacb78737 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFieldLabel.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFieldLabel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.UI.WebControls { public class DnnFieldLabel : DnnLabel diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFieldLiteral.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFieldLiteral.cs index d02ecae7350..26353b3a3be 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFieldLiteral.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFieldLiteral.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.UI.WebControls { public class DnnFieldLiteral : DnnLiteral diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileDropDownList.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileDropDownList.cs index 9931437d344..612482ed99d 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileDropDownList.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileDropDownList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; using System.Globalization; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileEditControl.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileEditControl.cs index 7c8212a6be3..154893969ec 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileEditControl.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFilePicker.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFilePicker.cs index 2ff762bf2db..81d3b8ee0d7 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFilePicker.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFilePicker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFilePickerUploader.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFilePickerUploader.cs index e34d14e49cd..88eb38ad8fa 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFilePickerUploader.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFilePickerUploader.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileUpload.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileUpload.cs index 2bf044796cd..99430123d35 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileUpload.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileUpload.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileUploadOptions.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileUploadOptions.cs index 5abfa6d56a7..3f1a9c6a3b4 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileUploadOptions.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFileUploadOptions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Globalization; using System.Runtime.Serialization; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFolderDropDownList.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFolderDropDownList.cs index 4dcdb4576f6..e94b5e6d4b2 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFolderDropDownList.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFolderDropDownList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; using System.Globalization; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEditControlItem.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEditControlItem.cs index 2e907e99a0b..431c0690cb6 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEditControlItem.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEditControlItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEditor.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEditor.cs index 71be8423079..0bf568b260c 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEditor.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEmptyTemplate.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEmptyTemplate.cs index 1cc3230fe4e..06e1494f2ad 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEmptyTemplate.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormEmptyTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormItemBase.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormItemBase.cs index 69e520ebd24..830df4f0bb0 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormItemBase.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormItemBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormLabel.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormLabel.cs index 370bee10803..7733d0d87db 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormLabel.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormLabel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormListItemBase.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormListItemBase.cs index 4ebe95c8841..059313310c2 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormListItemBase.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormListItemBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormLiteralItem.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormLiteralItem.cs index e1c189018d5..405b58bb3c6 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormLiteralItem.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormLiteralItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormMode.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormMode.cs index f8f7e6aae70..58ffa0fc124 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormMode.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.UI.WebControls { public enum DnnFormMode diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormPanel.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormPanel.cs index 859f5b68f42..cf175fb953d 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormPanel.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormPanel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using System.Web.UI.WebControls; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormPasswordItem.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormPasswordItem.cs index f295fdeb8f2..103a1b9d080 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormPasswordItem.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormPasswordItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormRadioButtonListItem.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormRadioButtonListItem.cs index ff45ec5acfb..904e7e9ad9f 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormRadioButtonListItem.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormRadioButtonListItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormSection.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormSection.cs index 633f3ddc27d..ae4b199f817 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormSection.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormSection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormSectionTemplate.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormSectionTemplate.cs index 27151776946..2e0f1b1692f 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormSectionTemplate.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormSectionTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTab.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTab.cs index aff8cf0e3cf..13f5f891876 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTab.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTab.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTabStrip.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTabStrip.cs index b73deac6f7f..bc6fa9378a4 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTabStrip.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTabStrip.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using System.Web.UI.WebControls; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTemplateItem.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTemplateItem.cs index afdc82ec6e1..03a17409c07 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTemplateItem.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTemplateItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.ComponentModel; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTextBoxItem.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTextBoxItem.cs index 0f06a0e4140..4a15ef09ed3 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTextBoxItem.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnFormTextBoxItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnGenericHiddenField.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnGenericHiddenField.cs index 449fa6f1bf2..b003125a5c4 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnGenericHiddenField.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnGenericHiddenField.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Specialized; using System.Web.UI; using System.Web.UI.WebControls; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImage.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImage.cs index 8d4ed0f6768..700f3ad8fb9 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImage.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImageButton.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImageButton.cs index 13fd973df34..924a615ca8e 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImageButton.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImageButton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImageEditControl.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImageEditControl.cs index 7d0e4569921..6859fe16914 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImageEditControl.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnImageEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common; namespace DotNetNuke.Web.UI.WebControls diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLabel.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLabel.cs index 6c92ff76010..87d63248957 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLabel.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLabel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLanguageLabel.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLanguageLabel.cs index fa28e281017..3082e28354c 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLanguageLabel.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLanguageLabel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLiteral.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLiteral.cs index 8d5cb846f11..359b46c5b07 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLiteral.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnLiteral.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnMemberListControl.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnMemberListControl.cs index 8c299967268..7efd6be4c93 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnMemberListControl.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnMemberListControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPageDropDownList.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPageDropDownList.cs index 30f89a2fb68..ca25309cf13 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPageDropDownList.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPageDropDownList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPaswordStrengthOptions.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPaswordStrengthOptions.cs index 45a87087cb7..561f08920de 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPaswordStrengthOptions.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPaswordStrengthOptions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPortalPageDropDownList.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPortalPageDropDownList.cs index 966780efb16..f4c2156d62c 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPortalPageDropDownList.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnPortalPageDropDownList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; using System.Globalization; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRadioButton.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRadioButton.cs index c502b19655e..ca644b65559 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRadioButton.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRadioButton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBar.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBar.cs index efc8c9ec782..1ba27d42b51 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBar.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBar.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarGroup.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarGroup.cs index 81e22b80e97..6fe115081bc 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarGroup.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarGroup.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarGroupCollection.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarGroupCollection.cs index c4922dbab86..4a9cc3bfee8 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarGroupCollection.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarGroupCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarTool.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarTool.cs index b228c38d3ea..f20f77b1552 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarTool.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnRibbonBarTool.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTab.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTab.cs index 8a56d88f82a..8f27a5412a5 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTab.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTab.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTabCollection.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTabCollection.cs index 594033718d5..272aed8992c 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTabCollection.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTabCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTextButton.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTextButton.cs index 8f1173a77d6..518a095abf3 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTextButton.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTextButton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTextLink.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTextLink.cs index c987a9fde1c..f5927c0dc56 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTextLink.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTextLink.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTimeZoneComboBox.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTimeZoneComboBox.cs index 0a9942e87bf..e72d6242324 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTimeZoneComboBox.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTimeZoneComboBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTimeZoneEditControl.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTimeZoneEditControl.cs index 679c5fdcccb..d60d8cfe808 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTimeZoneEditControl.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnTimeZoneEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUnsortedList.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUnsortedList.cs index c9cf3f4773e..b8621acb335 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUnsortedList.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUnsortedList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using System.ComponentModel; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUnsortedListItem.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUnsortedListItem.cs index dd165b3b67b..19b7515e1a0 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUnsortedListItem.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUnsortedListItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using System.Web.UI.WebControls; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUrlControl.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUrlControl.cs index 68de5af89bb..f360bf3d191 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUrlControl.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/DnnUrlControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Extensions/ListControlExtensions.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Extensions/ListControlExtensions.cs index a95e2653375..63aed047e4e 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Extensions/ListControlExtensions.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Extensions/ListControlExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Web.UI.WebControls; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Extensions/WebControlExtensions.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Extensions/WebControlExtensions.cs index d16098ea641..a0d150328e0 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Extensions/WebControlExtensions.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Extensions/WebControlExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Drawing; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/IDnnRibbonBarTool.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/IDnnRibbonBarTool.cs index 46e5b2fbc8a..c85ebc9fe4d 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/IDnnRibbonBarTool.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/IDnnRibbonBarTool.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.UI.WebControls { public interface IDnnRibbonBarTool diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnCheckBoxList.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnCheckBoxList.cs index f643eb8d91b..ab47fe5e68f 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnCheckBoxList.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnCheckBoxList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnComboBox.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnComboBox.cs index 932c7e53091..39c23fb1bcd 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnComboBox.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnComboBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnComboBoxOption.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnComboBoxOption.cs index 637fc40e42a..545eb793661 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnComboBoxOption.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnComboBoxOption.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnDatePicker.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnDatePicker.cs index af39a98fe33..1a32a626c70 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnDatePicker.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnDatePicker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnDateTimePicker.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnDateTimePicker.cs index 6fffc6e7bca..d5d107c36be 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnDateTimePicker.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnDateTimePicker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnFormComboBoxItem.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnFormComboBoxItem.cs index c40851dcefa..33b3b86e7ad 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnFormComboBoxItem.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnFormComboBoxItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnFormToggleButtonItem.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnFormToggleButtonItem.cs index 307debb1fd0..124dd2ff681 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnFormToggleButtonItem.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnFormToggleButtonItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGrid.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGrid.cs index e9d1966c051..b396db01670 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGrid.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGrid.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGridBoundColumn.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGridBoundColumn.cs index ae99be6da06..f5013ec930d 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGridBoundColumn.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGridBoundColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI.WebControls; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGridTemplateColumn.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGridTemplateColumn.cs index c616cd7c222..728131a4134 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGridTemplateColumn.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGridTemplateColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI.WebControls; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnModuleComboBox.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnModuleComboBox.cs index ea21f7f6d79..1478b4e75cf 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnModuleComboBox.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnModuleComboBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnScriptBlock.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnScriptBlock.cs index 51d9de69a02..4c210a5c4f4 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnScriptBlock.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnScriptBlock.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; using System.Text; using System.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnSkinComboBox.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnSkinComboBox.cs index c60c53301f5..957ffea2af5 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnSkinComboBox.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnSkinComboBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/PropertyEditorControls/DateEditControl.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/PropertyEditorControls/DateEditControl.cs index 918540108aa..67e012c155e 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/PropertyEditorControls/DateEditControl.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/PropertyEditorControls/DateEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/PropertyEditorControls/DateTimeEditControl.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/PropertyEditorControls/DateTimeEditControl.cs index 0bc4b3f0804..4ceb0937b21 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/PropertyEditorControls/DateTimeEditControl.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/PropertyEditorControls/DateTimeEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/TermsSelector.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/TermsSelector.cs index 5f443cccefd..f77e1ecdf3f 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/TermsSelector.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Internal/TermsSelector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/ItemListOptions.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/ItemListOptions.cs index 0580fe11156..3acdc276d49 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/ItemListOptions.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/ItemListOptions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/ItemListServicesOptions.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/ItemListServicesOptions.cs index b4cb5f90ba6..5bee06b3308 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/ItemListServicesOptions.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/ItemListServicesOptions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/RibbonBarToolInfo.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/RibbonBarToolInfo.cs index 9c1ed8318fd..ce59500ab3f 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/RibbonBarToolInfo.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/RibbonBarToolInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/Tags.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/Tags.cs index fcd66c2553d..902199d0939 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/Tags.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/Tags.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/TermsEventArgs.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/TermsEventArgs.cs index cec736d034f..1f912455230 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/TermsEventArgs.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/TermsEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/TypedControlCollection.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/TypedControlCollection.cs index b7e70ab9e81..f521db9f495 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/TypedControlCollection.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/TypedControlCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; diff --git a/DNN Platform/DotNetNuke.Web/UI/WebControls/UniformControlCollection.cs b/DNN Platform/DotNetNuke.Web/UI/WebControls/UniformControlCollection.cs index b203e0f840c..b0a5c88f1ac 100644 --- a/DNN Platform/DotNetNuke.Web/UI/WebControls/UniformControlCollection.cs +++ b/DNN Platform/DotNetNuke.Web/UI/WebControls/UniformControlCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/Validators/AttributeBasedObjectValidator.cs b/DNN Platform/DotNetNuke.Web/Validators/AttributeBasedObjectValidator.cs index 0d6144dcee1..cdd656108e7 100644 --- a/DNN Platform/DotNetNuke.Web/Validators/AttributeBasedObjectValidator.cs +++ b/DNN Platform/DotNetNuke.Web/Validators/AttributeBasedObjectValidator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Web/Validators/DataAnnotationsObjectValidator.cs b/DNN Platform/DotNetNuke.Web/Validators/DataAnnotationsObjectValidator.cs index 1393c0d26b5..d7e0917d873 100644 --- a/DNN Platform/DotNetNuke.Web/Validators/DataAnnotationsObjectValidator.cs +++ b/DNN Platform/DotNetNuke.Web/Validators/DataAnnotationsObjectValidator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.ComponentModel.DataAnnotations; diff --git a/DNN Platform/DotNetNuke.Web/Validators/ObjectValidator.cs b/DNN Platform/DotNetNuke.Web/Validators/ObjectValidator.cs index 29d3f4917e6..25b3e1b98cd 100644 --- a/DNN Platform/DotNetNuke.Web/Validators/ObjectValidator.cs +++ b/DNN Platform/DotNetNuke.Web/Validators/ObjectValidator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Validators { public abstract class ObjectValidator diff --git a/DNN Platform/DotNetNuke.Web/Validators/PropertyBasedObjectValidator.cs b/DNN Platform/DotNetNuke.Web/Validators/PropertyBasedObjectValidator.cs index 2cd84b5c988..8c65667f6ce 100644 --- a/DNN Platform/DotNetNuke.Web/Validators/PropertyBasedObjectValidator.cs +++ b/DNN Platform/DotNetNuke.Web/Validators/PropertyBasedObjectValidator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Linq; diff --git a/DNN Platform/DotNetNuke.Web/Validators/ValidationError.cs b/DNN Platform/DotNetNuke.Web/Validators/ValidationError.cs index 10e213fe6aa..0c476585ce4 100644 --- a/DNN Platform/DotNetNuke.Web/Validators/ValidationError.cs +++ b/DNN Platform/DotNetNuke.Web/Validators/ValidationError.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.Validators { public class ValidationError diff --git a/DNN Platform/DotNetNuke.Web/Validators/ValidationResult.cs b/DNN Platform/DotNetNuke.Web/Validators/ValidationResult.cs index 838ebc4d7ba..0b31dd145ae 100644 --- a/DNN Platform/DotNetNuke.Web/Validators/ValidationResult.cs +++ b/DNN Platform/DotNetNuke.Web/Validators/ValidationResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Web/Validators/Validator.cs b/DNN Platform/DotNetNuke.Web/Validators/Validator.cs index 9ed2ed6da3d..3a7d023df9e 100644 --- a/DNN Platform/DotNetNuke.Web/Validators/Validator.cs +++ b/DNN Platform/DotNetNuke.Web/Validators/Validator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/DotNetNuke.Website.Deprecated/Properties/AssemblyInfo.cs b/DNN Platform/DotNetNuke.Website.Deprecated/Properties/AssemblyInfo.cs index a7bb750276b..7b1904ab802 100644 --- a/DNN Platform/DotNetNuke.Website.Deprecated/Properties/AssemblyInfo.cs +++ b/DNN Platform/DotNetNuke.Website.Deprecated/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/AddModule.ascx.cs b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/AddModule.ascx.cs index 95b2b6cee8e..fff726f2bb8 100644 --- a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/AddModule.ascx.cs +++ b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/AddModule.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/AddPage.ascx.cs b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/AddPage.ascx.cs index b385d6097b3..4cf7899fd04 100644 --- a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/AddPage.ascx.cs +++ b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/AddPage.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/ControlBar.ascx.cs b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/ControlBar.ascx.cs index 465d8362368..50444fce817 100644 --- a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/ControlBar.ascx.cs +++ b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/ControlBar.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/RibbonBar.ascx.cs b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/RibbonBar.ascx.cs index 235126e8b45..90c816e3ada 100644 --- a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/RibbonBar.ascx.cs +++ b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/RibbonBar.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/SwitchSite.ascx.cs b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/SwitchSite.ascx.cs index 6c15ab0248c..d825ce7e37b 100644 --- a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/SwitchSite.ascx.cs +++ b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/SwitchSite.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/UpdatePage.ascx.cs b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/UpdatePage.ascx.cs index 113d10d8a07..1324fbea63c 100644 --- a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/UpdatePage.ascx.cs +++ b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/UpdatePage.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/WebUpload.ascx.cs b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/WebUpload.ascx.cs index b0e01271f49..805034c1e56 100644 --- a/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/WebUpload.ascx.cs +++ b/DNN Platform/DotNetNuke.Website.Deprecated/admin/ControlPanel/WebUpload.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Analytics/AnalyticsModule.cs b/DNN Platform/HttpModules/Analytics/AnalyticsModule.cs index 0570746802a..e6a9a805871 100644 --- a/DNN Platform/HttpModules/Analytics/AnalyticsModule.cs +++ b/DNN Platform/HttpModules/Analytics/AnalyticsModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngine.cs b/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngine.cs index b18be530a37..a75d83a3511 100644 --- a/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngine.cs +++ b/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngineCollection.cs b/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngineCollection.cs index 4626ff6ef3b..83786e35d04 100644 --- a/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngineCollection.cs +++ b/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngineCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngineConfiguration.cs b/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngineConfiguration.cs index 7c894e46b5e..42f820fa3f8 100644 --- a/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngineConfiguration.cs +++ b/DNN Platform/HttpModules/Analytics/Config/AnalyticsEngineConfiguration.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Compression/CompressionModule.cs b/DNN Platform/HttpModules/Compression/CompressionModule.cs index 14dd9ad6c75..9930ad0928e 100644 --- a/DNN Platform/HttpModules/Compression/CompressionModule.cs +++ b/DNN Platform/HttpModules/Compression/CompressionModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Compression/Config/Enums.cs b/DNN Platform/HttpModules/Compression/Config/Enums.cs index 419eaa4ac01..04f8cf93fc5 100644 --- a/DNN Platform/HttpModules/Compression/Config/Enums.cs +++ b/DNN Platform/HttpModules/Compression/Config/Enums.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.HttpModules.Compression { /// diff --git a/DNN Platform/HttpModules/Compression/Config/Settings.cs b/DNN Platform/HttpModules/Compression/Config/Settings.cs index 223cb0e5192..5490344640c 100644 --- a/DNN Platform/HttpModules/Compression/Config/Settings.cs +++ b/DNN Platform/HttpModules/Compression/Config/Settings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Compression/Filters/CompressingFilter.cs b/DNN Platform/HttpModules/Compression/Filters/CompressingFilter.cs index 8bc3e4ae381..e7704e8fe6f 100644 --- a/DNN Platform/HttpModules/Compression/Filters/CompressingFilter.cs +++ b/DNN Platform/HttpModules/Compression/Filters/CompressingFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.IO; diff --git a/DNN Platform/HttpModules/Compression/Filters/DeflateFilter.cs b/DNN Platform/HttpModules/Compression/Filters/DeflateFilter.cs index 8000694d4a1..d51dd675e50 100644 --- a/DNN Platform/HttpModules/Compression/Filters/DeflateFilter.cs +++ b/DNN Platform/HttpModules/Compression/Filters/DeflateFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.IO; diff --git a/DNN Platform/HttpModules/Compression/Filters/GZipFilter.cs b/DNN Platform/HttpModules/Compression/Filters/GZipFilter.cs index 27504d32df1..8a864c763bf 100644 --- a/DNN Platform/HttpModules/Compression/Filters/GZipFilter.cs +++ b/DNN Platform/HttpModules/Compression/Filters/GZipFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.IO; diff --git a/DNN Platform/HttpModules/Compression/Filters/HttpOutputFilter.cs b/DNN Platform/HttpModules/Compression/Filters/HttpOutputFilter.cs index 45326fc5e8d..f4a91944da3 100644 --- a/DNN Platform/HttpModules/Compression/Filters/HttpOutputFilter.cs +++ b/DNN Platform/HttpModules/Compression/Filters/HttpOutputFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Exception/ExceptionModule.cs b/DNN Platform/HttpModules/Exception/ExceptionModule.cs index 689ed3c3167..539c5bd62e5 100644 --- a/DNN Platform/HttpModules/Exception/ExceptionModule.cs +++ b/DNN Platform/HttpModules/Exception/ExceptionModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Membership/MembershipModule.cs b/DNN Platform/HttpModules/Membership/MembershipModule.cs index 3d70e30368a..6350b2a1c7f 100644 --- a/DNN Platform/HttpModules/Membership/MembershipModule.cs +++ b/DNN Platform/HttpModules/Membership/MembershipModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/MobileRedirect/MobileRedirectModule.cs b/DNN Platform/HttpModules/MobileRedirect/MobileRedirectModule.cs index 2bd861693ed..6408ebdf8cb 100644 --- a/DNN Platform/HttpModules/MobileRedirect/MobileRedirectModule.cs +++ b/DNN Platform/HttpModules/MobileRedirect/MobileRedirectModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/OutputCaching/OutputCacheModule.cs b/DNN Platform/HttpModules/OutputCaching/OutputCacheModule.cs index 2678f7de2ba..4ef06d9b161 100644 --- a/DNN Platform/HttpModules/OutputCaching/OutputCacheModule.cs +++ b/DNN Platform/HttpModules/OutputCaching/OutputCacheModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/HttpModules/Personalization/PersonalizationModule.cs b/DNN Platform/HttpModules/Personalization/PersonalizationModule.cs index 94a419e63c8..862e86e8513 100644 --- a/DNN Platform/HttpModules/Personalization/PersonalizationModule.cs +++ b/DNN Platform/HttpModules/Personalization/PersonalizationModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Properties/AssemblyInfo.cs b/DNN Platform/HttpModules/Properties/AssemblyInfo.cs index 3dc32e887e4..73aebcc1cfd 100644 --- a/DNN Platform/HttpModules/Properties/AssemblyInfo.cs +++ b/DNN Platform/HttpModules/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/RequestFilter/Config/Enums.cs b/DNN Platform/HttpModules/RequestFilter/Config/Enums.cs index f0480b28efc..518eaf27330 100644 --- a/DNN Platform/HttpModules/RequestFilter/Config/Enums.cs +++ b/DNN Platform/HttpModules/RequestFilter/Config/Enums.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.HttpModules.RequestFilter { public enum RequestFilterRuleType diff --git a/DNN Platform/HttpModules/RequestFilter/Config/RequestFilterSettings.cs b/DNN Platform/HttpModules/RequestFilter/Config/RequestFilterSettings.cs index 06e2ad5f3c6..585d76f203f 100644 --- a/DNN Platform/HttpModules/RequestFilter/Config/RequestFilterSettings.cs +++ b/DNN Platform/HttpModules/RequestFilter/Config/RequestFilterSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/RequestFilter/RequestFilterModule.cs b/DNN Platform/HttpModules/RequestFilter/RequestFilterModule.cs index 5e1c523cb49..461ea1db66f 100644 --- a/DNN Platform/HttpModules/RequestFilter/RequestFilterModule.cs +++ b/DNN Platform/HttpModules/RequestFilter/RequestFilterModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/RequestFilter/RequestFilterRule.cs b/DNN Platform/HttpModules/RequestFilter/RequestFilterRule.cs index 27da5029487..79ff47fcf94 100644 --- a/DNN Platform/HttpModules/RequestFilter/RequestFilterRule.cs +++ b/DNN Platform/HttpModules/RequestFilter/RequestFilterRule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/Services/ServicesModule.cs b/DNN Platform/HttpModules/Services/ServicesModule.cs index 9094cd32e9b..3e553397135 100644 --- a/DNN Platform/HttpModules/Services/ServicesModule.cs +++ b/DNN Platform/HttpModules/Services/ServicesModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text.RegularExpressions; using System.Web; diff --git a/DNN Platform/HttpModules/UrlRewrite/BasicUrlRewriter.cs b/DNN Platform/HttpModules/UrlRewrite/BasicUrlRewriter.cs index 92ce362ed9d..5dbb4ffa5f1 100644 --- a/DNN Platform/HttpModules/UrlRewrite/BasicUrlRewriter.cs +++ b/DNN Platform/HttpModules/UrlRewrite/BasicUrlRewriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/UrlRewrite/FriendlyUrlProvider.cs b/DNN Platform/HttpModules/UrlRewrite/FriendlyUrlProvider.cs index 055bc925de4..d371dc6e479 100644 --- a/DNN Platform/HttpModules/UrlRewrite/FriendlyUrlProvider.cs +++ b/DNN Platform/HttpModules/UrlRewrite/FriendlyUrlProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/HttpModules/UrlRewrite/UrlRewriteModule.cs b/DNN Platform/HttpModules/UrlRewrite/UrlRewriteModule.cs index c00d95e51eb..8c436c277df 100644 --- a/DNN Platform/HttpModules/UrlRewrite/UrlRewriteModule.cs +++ b/DNN Platform/HttpModules/UrlRewrite/UrlRewriteModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web; diff --git a/DNN Platform/HttpModules/Users Online/UsersOnlineModule.cs b/DNN Platform/HttpModules/Users Online/UsersOnlineModule.cs index bbc9e69b57a..9790b29ba8a 100644 --- a/DNN Platform/HttpModules/Users Online/UsersOnlineModule.cs +++ b/DNN Platform/HttpModules/Users Online/UsersOnlineModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Application/Application.cs b/DNN Platform/Library/Application/Application.cs index 3f152cdd751..8cf9eb90723 100644 --- a/DNN Platform/Library/Application/Application.cs +++ b/DNN Platform/Library/Application/Application.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Application/AssemblyStatusAttribute.cs b/DNN Platform/Library/Application/AssemblyStatusAttribute.cs index ea427d7826a..86dc2959fc2 100644 --- a/DNN Platform/Library/Application/AssemblyStatusAttribute.cs +++ b/DNN Platform/Library/Application/AssemblyStatusAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Application/DotNetNukeContext.cs b/DNN Platform/Library/Application/DotNetNukeContext.cs index 7a4f69d70a7..28af7f3b1ec 100644 --- a/DNN Platform/Library/Application/DotNetNukeContext.cs +++ b/DNN Platform/Library/Application/DotNetNukeContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Collections/CollectionExtensions.cs b/DNN Platform/Library/Collections/CollectionExtensions.cs index fec3f196f6c..a77762a7712 100644 --- a/DNN Platform/Library/Collections/CollectionExtensions.cs +++ b/DNN Platform/Library/Collections/CollectionExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Collections/EnumerableExtensions.cs b/DNN Platform/Library/Collections/EnumerableExtensions.cs index 5dc8881b756..2cb36fb6463 100644 --- a/DNN Platform/Library/Collections/EnumerableExtensions.cs +++ b/DNN Platform/Library/Collections/EnumerableExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/DNN Platform/Library/Collections/ExclusiveLockStrategy.cs b/DNN Platform/Library/Collections/ExclusiveLockStrategy.cs index 17da9d77c25..1a45c4dc32a 100644 --- a/DNN Platform/Library/Collections/ExclusiveLockStrategy.cs +++ b/DNN Platform/Library/Collections/ExclusiveLockStrategy.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Collections/IIndexable.cs b/DNN Platform/Library/Collections/IIndexable.cs index 64c99afd5fb..430e13aae7c 100644 --- a/DNN Platform/Library/Collections/IIndexable.cs +++ b/DNN Platform/Library/Collections/IIndexable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Collections { diff --git a/DNN Platform/Library/Collections/ILockStrategy.cs b/DNN Platform/Library/Collections/ILockStrategy.cs index 8f1fd5ae2b3..22c9ba43be5 100644 --- a/DNN Platform/Library/Collections/ILockStrategy.cs +++ b/DNN Platform/Library/Collections/ILockStrategy.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Collections/IPagedList.cs b/DNN Platform/Library/Collections/IPagedList.cs index ad1b8578394..12814e3a66b 100644 --- a/DNN Platform/Library/Collections/IPagedList.cs +++ b/DNN Platform/Library/Collections/IPagedList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Collections/ISharedCollectionLock.cs b/DNN Platform/Library/Collections/ISharedCollectionLock.cs index febd8fd9bf7..a82e0dc1af2 100644 --- a/DNN Platform/Library/Collections/ISharedCollectionLock.cs +++ b/DNN Platform/Library/Collections/ISharedCollectionLock.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Collections/LockingStrategy.cs b/DNN Platform/Library/Collections/LockingStrategy.cs index a8880b926b0..3ece2f70d68 100644 --- a/DNN Platform/Library/Collections/LockingStrategy.cs +++ b/DNN Platform/Library/Collections/LockingStrategy.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Collections.Internal { public enum LockingStrategy diff --git a/DNN Platform/Library/Collections/LockingStrategyFactory.cs b/DNN Platform/Library/Collections/LockingStrategyFactory.cs index 81b9c854029..8a2da2ed81e 100644 --- a/DNN Platform/Library/Collections/LockingStrategyFactory.cs +++ b/DNN Platform/Library/Collections/LockingStrategyFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Collections/MonitorLock.cs b/DNN Platform/Library/Collections/MonitorLock.cs index f1b1453c575..18627f7349b 100644 --- a/DNN Platform/Library/Collections/MonitorLock.cs +++ b/DNN Platform/Library/Collections/MonitorLock.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Collections/NaiveLockingList.cs b/DNN Platform/Library/Collections/NaiveLockingList.cs index c380bf8f20f..2282d9e9a16 100644 --- a/DNN Platform/Library/Collections/NaiveLockingList.cs +++ b/DNN Platform/Library/Collections/NaiveLockingList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Collections/PagedList.cs b/DNN Platform/Library/Collections/PagedList.cs index 46be0513d6f..2f75af55fdd 100644 --- a/DNN Platform/Library/Collections/PagedList.cs +++ b/DNN Platform/Library/Collections/PagedList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Collections/PagedSelector.cs b/DNN Platform/Library/Collections/PagedSelector.cs index 92b1c756ff7..ee30a8ca242 100644 --- a/DNN Platform/Library/Collections/PagedSelector.cs +++ b/DNN Platform/Library/Collections/PagedSelector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Collections/PagingExtensions.cs b/DNN Platform/Library/Collections/PagingExtensions.cs index 1be85b40c4a..fd841a9fc5f 100644 --- a/DNN Platform/Library/Collections/PagingExtensions.cs +++ b/DNN Platform/Library/Collections/PagingExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Collections/ReadLockRequiredException.cs b/DNN Platform/Library/Collections/ReadLockRequiredException.cs index d49b26f6826..00b8489b748 100644 --- a/DNN Platform/Library/Collections/ReadLockRequiredException.cs +++ b/DNN Platform/Library/Collections/ReadLockRequiredException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Collections/ReaderWriterLockStrategy.cs b/DNN Platform/Library/Collections/ReaderWriterLockStrategy.cs index 5a8e2d699c1..268c1bbfbbd 100644 --- a/DNN Platform/Library/Collections/ReaderWriterLockStrategy.cs +++ b/DNN Platform/Library/Collections/ReaderWriterLockStrategy.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; using System.Threading; diff --git a/DNN Platform/Library/Collections/ReaderWriterSlimLock.cs b/DNN Platform/Library/Collections/ReaderWriterSlimLock.cs index 3a5e57976bc..b6584e3fac5 100644 --- a/DNN Platform/Library/Collections/ReaderWriterSlimLock.cs +++ b/DNN Platform/Library/Collections/ReaderWriterSlimLock.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Collections/SharedDictionary.cs b/DNN Platform/Library/Collections/SharedDictionary.cs index ecde97521ee..88f3e81431d 100644 --- a/DNN Platform/Library/Collections/SharedDictionary.cs +++ b/DNN Platform/Library/Collections/SharedDictionary.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Collections/SharedList.cs b/DNN Platform/Library/Collections/SharedList.cs index 5c4871e155f..286f67a9825 100644 --- a/DNN Platform/Library/Collections/SharedList.cs +++ b/DNN Platform/Library/Collections/SharedList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Collections/WriteLockRequiredException.cs b/DNN Platform/Library/Collections/WriteLockRequiredException.cs index ef9e817ef94..5c51ff2470f 100644 --- a/DNN Platform/Library/Collections/WriteLockRequiredException.cs +++ b/DNN Platform/Library/Collections/WriteLockRequiredException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Controls/ActionLessForm.cs b/DNN Platform/Library/Common/Controls/ActionLessForm.cs index 1af2f9f1b9e..93ba829447f 100644 --- a/DNN Platform/Library/Common/Controls/ActionLessForm.cs +++ b/DNN Platform/Library/Common/Controls/ActionLessForm.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.IO; diff --git a/DNN Platform/Library/Common/FileItem.cs b/DNN Platform/Library/Common/FileItem.cs index 7da1000c98a..0835e3a7240 100644 --- a/DNN Platform/Library/Common/FileItem.cs +++ b/DNN Platform/Library/Common/FileItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Common { /// diff --git a/DNN Platform/Library/Common/Globals.cs b/DNN Platform/Library/Common/Globals.cs index f2f6358a697..6a698060212 100644 --- a/DNN Platform/Library/Common/Globals.cs +++ b/DNN Platform/Library/Common/Globals.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Guard.cs b/DNN Platform/Library/Common/Guard.cs index a8c43e9ae49..e7daf557fe2 100644 --- a/DNN Platform/Library/Common/Guard.cs +++ b/DNN Platform/Library/Common/Guard.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/HttpContextSource.cs b/DNN Platform/Library/Common/HttpContextSource.cs index fd9fbcfcaa0..b0090c170f6 100644 --- a/DNN Platform/Library/Common/HttpContextSource.cs +++ b/DNN Platform/Library/Common/HttpContextSource.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; diff --git a/DNN Platform/Library/Common/Initialize.cs b/DNN Platform/Library/Common/Initialize.cs index 5e52e2c9b46..add0101956a 100644 --- a/DNN Platform/Library/Common/Initialize.cs +++ b/DNN Platform/Library/Common/Initialize.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Internal/EventHandlersContainer.cs b/DNN Platform/Library/Common/Internal/EventHandlersContainer.cs index 4861245d477..d9d07720e97 100644 --- a/DNN Platform/Library/Common/Internal/EventHandlersContainer.cs +++ b/DNN Platform/Library/Common/Internal/EventHandlersContainer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/DNN Platform/Library/Common/Internal/GlobalsImpl.cs b/DNN Platform/Library/Common/Internal/GlobalsImpl.cs index ceadbbfe240..19234d4f06a 100644 --- a/DNN Platform/Library/Common/Internal/GlobalsImpl.cs +++ b/DNN Platform/Library/Common/Internal/GlobalsImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text; using System.Web; diff --git a/DNN Platform/Library/Common/Internal/IEventHandlersContainer.cs b/DNN Platform/Library/Common/Internal/IEventHandlersContainer.cs index 1a2673cd6b1..d103a2b4e36 100644 --- a/DNN Platform/Library/Common/Internal/IEventHandlersContainer.cs +++ b/DNN Platform/Library/Common/Internal/IEventHandlersContainer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Common/Internal/IGlobals.cs b/DNN Platform/Library/Common/Internal/IGlobals.cs index 3ab692f7eab..0feb2dbfcaf 100644 --- a/DNN Platform/Library/Common/Internal/IGlobals.cs +++ b/DNN Platform/Library/Common/Internal/IGlobals.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/Library/Common/Internal/ServicesRoutingManager.cs b/DNN Platform/Library/Common/Internal/ServicesRoutingManager.cs index 60783848ed7..511cc447faa 100644 --- a/DNN Platform/Library/Common/Internal/ServicesRoutingManager.cs +++ b/DNN Platform/Library/Common/Internal/ServicesRoutingManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Instrumentation; using DotNetNuke.Services.Cache; diff --git a/DNN Platform/Library/Common/Internal/TestableGlobals.cs b/DNN Platform/Library/Common/Internal/TestableGlobals.cs index fe05df60fa5..edbb1463491 100644 --- a/DNN Platform/Library/Common/Internal/TestableGlobals.cs +++ b/DNN Platform/Library/Common/Internal/TestableGlobals.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Framework; diff --git a/DNN Platform/Library/Common/Lists/CachedCountryList.cs b/DNN Platform/Library/Common/Lists/CachedCountryList.cs index e2c4625549f..ea240cf2c1a 100644 --- a/DNN Platform/Library/Common/Lists/CachedCountryList.cs +++ b/DNN Platform/Library/Common/Lists/CachedCountryList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Common/Lists/ListController.cs b/DNN Platform/Library/Common/Lists/ListController.cs index 88f9a49efdc..3251ec91595 100644 --- a/DNN Platform/Library/Common/Lists/ListController.cs +++ b/DNN Platform/Library/Common/Lists/ListController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Lists/ListEntryCollection.cs b/DNN Platform/Library/Common/Lists/ListEntryCollection.cs index c9d7a7eb378..21f5dbd2d1a 100644 --- a/DNN Platform/Library/Common/Lists/ListEntryCollection.cs +++ b/DNN Platform/Library/Common/Lists/ListEntryCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Lists/ListEntryInfo.cs b/DNN Platform/Library/Common/Lists/ListEntryInfo.cs index 3f89b060f07..aee1422d813 100644 --- a/DNN Platform/Library/Common/Lists/ListEntryInfo.cs +++ b/DNN Platform/Library/Common/Lists/ListEntryInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Lists/ListInfo.cs b/DNN Platform/Library/Common/Lists/ListInfo.cs index f80c8676089..85c63af9805 100644 --- a/DNN Platform/Library/Common/Lists/ListInfo.cs +++ b/DNN Platform/Library/Common/Lists/ListInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Lists/ListInfoCollection.cs b/DNN Platform/Library/Common/Lists/ListInfoCollection.cs index d94d7af4d6c..796f98a84b2 100644 --- a/DNN Platform/Library/Common/Lists/ListInfoCollection.cs +++ b/DNN Platform/Library/Common/Lists/ListInfoCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/NavigationManager.cs b/DNN Platform/Library/Common/NavigationManager.cs index 8c8d797e89e..cf05bd6f13b 100644 --- a/DNN Platform/Library/Common/NavigationManager.cs +++ b/DNN Platform/Library/Common/NavigationManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Abstractions; using DotNetNuke.Abstractions.Portals; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Common/Requires.cs b/DNN Platform/Library/Common/Requires.cs index 0c968111142..6a00890514c 100644 --- a/DNN Platform/Library/Common/Requires.cs +++ b/DNN Platform/Library/Common/Requires.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/SerializableKeyValuePair.cs b/DNN Platform/Library/Common/SerializableKeyValuePair.cs index 94740830499..d6646943ecd 100644 --- a/DNN Platform/Library/Common/SerializableKeyValuePair.cs +++ b/DNN Platform/Library/Common/SerializableKeyValuePair.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Common/Utilities/CBO.cs b/DNN Platform/Library/Common/Utilities/CBO.cs index 1680cef91e7..3b86f2f7241 100644 --- a/DNN Platform/Library/Common/Utilities/CBO.cs +++ b/DNN Platform/Library/Common/Utilities/CBO.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/CacheItemArgs.cs b/DNN Platform/Library/Common/Utilities/CacheItemArgs.cs index 9395eee3794..4954ba7fc5f 100644 --- a/DNN Platform/Library/Common/Utilities/CacheItemArgs.cs +++ b/DNN Platform/Library/Common/Utilities/CacheItemArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Common/Utilities/CacheItemExpiredCallback.cs b/DNN Platform/Library/Common/Utilities/CacheItemExpiredCallback.cs index 46c68d1b2f8..3c475f9df47 100644 --- a/DNN Platform/Library/Common/Utilities/CacheItemExpiredCallback.cs +++ b/DNN Platform/Library/Common/Utilities/CacheItemExpiredCallback.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Common.Utilities { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/Common/Utilities/Calendar.cs b/DNN Platform/Library/Common/Utilities/Calendar.cs index d322e4b74f2..5f5601d2404 100644 --- a/DNN Platform/Library/Common/Utilities/Calendar.cs +++ b/DNN Platform/Library/Common/Utilities/Calendar.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Globalization; diff --git a/DNN Platform/Library/Common/Utilities/Config.cs b/DNN Platform/Library/Common/Utilities/Config.cs index 34e4c68992e..6346dd719b6 100644 --- a/DNN Platform/Library/Common/Utilities/Config.cs +++ b/DNN Platform/Library/Common/Utilities/Config.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/CryptographyUtils.cs b/DNN Platform/Library/Common/Utilities/CryptographyUtils.cs index e89a0f1a8cf..3791aaf59e8 100644 --- a/DNN Platform/Library/Common/Utilities/CryptographyUtils.cs +++ b/DNN Platform/Library/Common/Utilities/CryptographyUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Security.Cryptography; diff --git a/DNN Platform/Library/Common/Utilities/DataCache.cs b/DNN Platform/Library/Common/Utilities/DataCache.cs index ecd3fb61455..a99d49355ac 100644 --- a/DNN Platform/Library/Common/Utilities/DataCache.cs +++ b/DNN Platform/Library/Common/Utilities/DataCache.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/DateUtils.cs b/DNN Platform/Library/Common/Utilities/DateUtils.cs index ae3d62bd9ca..935ce5bd17b 100644 --- a/DNN Platform/Library/Common/Utilities/DateUtils.cs +++ b/DNN Platform/Library/Common/Utilities/DateUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/DictionaryExtensions.cs b/DNN Platform/Library/Common/Utilities/DictionaryExtensions.cs index f187d95d665..f742162ebd0 100644 --- a/DNN Platform/Library/Common/Utilities/DictionaryExtensions.cs +++ b/DNN Platform/Library/Common/Utilities/DictionaryExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; diff --git a/DNN Platform/Library/Common/Utilities/EnumExtensions.cs b/DNN Platform/Library/Common/Utilities/EnumExtensions.cs index 3e56f227fb0..495926cce67 100644 --- a/DNN Platform/Library/Common/Utilities/EnumExtensions.cs +++ b/DNN Platform/Library/Common/Utilities/EnumExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Common/Utilities/EscapedString.cs b/DNN Platform/Library/Common/Utilities/EscapedString.cs index 82d6c8e1971..088678206bf 100644 --- a/DNN Platform/Library/Common/Utilities/EscapedString.cs +++ b/DNN Platform/Library/Common/Utilities/EscapedString.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Common/Utilities/FileExtensionWhitelist.cs b/DNN Platform/Library/Common/Utilities/FileExtensionWhitelist.cs index 9f8fdccd3c0..dd4d499eeb0 100644 --- a/DNN Platform/Library/Common/Utilities/FileExtensionWhitelist.cs +++ b/DNN Platform/Library/Common/Utilities/FileExtensionWhitelist.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Common/Utilities/FileSystemPermissionVerifier.cs b/DNN Platform/Library/Common/Utilities/FileSystemPermissionVerifier.cs index cd2245fda3e..64e1fdce8c5 100644 --- a/DNN Platform/Library/Common/Utilities/FileSystemPermissionVerifier.cs +++ b/DNN Platform/Library/Common/Utilities/FileSystemPermissionVerifier.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/FileSystemUtils.cs b/DNN Platform/Library/Common/Utilities/FileSystemUtils.cs index 460cf316028..4851b2dcc4d 100644 --- a/DNN Platform/Library/Common/Utilities/FileSystemUtils.cs +++ b/DNN Platform/Library/Common/Utilities/FileSystemUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/HtmlUtils.cs b/DNN Platform/Library/Common/Utilities/HtmlUtils.cs index c36e82dda1c..3a987db0274 100644 --- a/DNN Platform/Library/Common/Utilities/HtmlUtils.cs +++ b/DNN Platform/Library/Common/Utilities/HtmlUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/ICBO.cs b/DNN Platform/Library/Common/Utilities/ICBO.cs index 312bba40d5f..f1440d4000a 100644 --- a/DNN Platform/Library/Common/Utilities/ICBO.cs +++ b/DNN Platform/Library/Common/Utilities/ICBO.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Library/Common/Utilities/IJavaScriptUtils.cs b/DNN Platform/Library/Common/Utilities/IJavaScriptUtils.cs index c0acb240517..af0d59a9312 100644 --- a/DNN Platform/Library/Common/Utilities/IJavaScriptUtils.cs +++ b/DNN Platform/Library/Common/Utilities/IJavaScriptUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; diff --git a/DNN Platform/Library/Common/Utilities/IPathUtils.cs b/DNN Platform/Library/Common/Utilities/IPathUtils.cs index 811dff16107..8bc1afbcc66 100644 --- a/DNN Platform/Library/Common/Utilities/IPathUtils.cs +++ b/DNN Platform/Library/Common/Utilities/IPathUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Common/Utilities/ImageUtils.cs b/DNN Platform/Library/Common/Utilities/ImageUtils.cs index 8b89575f97d..bc83559c467 100644 --- a/DNN Platform/Library/Common/Utilities/ImageUtils.cs +++ b/DNN Platform/Library/Common/Utilities/ImageUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Drawing; using System.Drawing.Drawing2D; diff --git a/DNN Platform/Library/Common/Utilities/JavaScriptObjectDictionary.cs b/DNN Platform/Library/Common/Utilities/JavaScriptObjectDictionary.cs index 59509c77aa8..043d56f0c6a 100644 --- a/DNN Platform/Library/Common/Utilities/JavaScriptObjectDictionary.cs +++ b/DNN Platform/Library/Common/Utilities/JavaScriptObjectDictionary.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text; using System.Web; diff --git a/DNN Platform/Library/Common/Utilities/JavaScriptUtils.cs b/DNN Platform/Library/Common/Utilities/JavaScriptUtils.cs index c4e8e5f27ef..28e269948c8 100644 --- a/DNN Platform/Library/Common/Utilities/JavaScriptUtils.cs +++ b/DNN Platform/Library/Common/Utilities/JavaScriptUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using DotNetNuke.Framework; diff --git a/DNN Platform/Library/Common/Utilities/Json.cs b/DNN Platform/Library/Common/Utilities/Json.cs index ff70da22a6f..561b950df35 100644 --- a/DNN Platform/Library/Common/Utilities/Json.cs +++ b/DNN Platform/Library/Common/Utilities/Json.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/JsonExtensions.cs b/DNN Platform/Library/Common/Utilities/JsonExtensions.cs index d0c9bf75594..efd77474858 100644 --- a/DNN Platform/Library/Common/Utilities/JsonExtensions.cs +++ b/DNN Platform/Library/Common/Utilities/JsonExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/NetworkUtils.cs b/DNN Platform/Library/Common/Utilities/NetworkUtils.cs index 6ee9cbf010b..160b3e39e42 100644 --- a/DNN Platform/Library/Common/Utilities/NetworkUtils.cs +++ b/DNN Platform/Library/Common/Utilities/NetworkUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/Null.cs b/DNN Platform/Library/Common/Utilities/Null.cs index 27977fc1d9e..da296c2cfe7 100644 --- a/DNN Platform/Library/Common/Utilities/Null.cs +++ b/DNN Platform/Library/Common/Utilities/Null.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/ObjectMappingInfo.cs b/DNN Platform/Library/Common/Utilities/ObjectMappingInfo.cs index 67da97a6cd9..0a6065f7e1d 100644 --- a/DNN Platform/Library/Common/Utilities/ObjectMappingInfo.cs +++ b/DNN Platform/Library/Common/Utilities/ObjectMappingInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/PathUtils.cs b/DNN Platform/Library/Common/Utilities/PathUtils.cs index 056a74f685d..1353043cf31 100644 --- a/DNN Platform/Library/Common/Utilities/PathUtils.cs +++ b/DNN Platform/Library/Common/Utilities/PathUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.IO; diff --git a/DNN Platform/Library/Common/Utilities/RegexUtils.cs b/DNN Platform/Library/Common/Utilities/RegexUtils.cs index 408c75a57a6..ff3650871b3 100644 --- a/DNN Platform/Library/Common/Utilities/RegexUtils.cs +++ b/DNN Platform/Library/Common/Utilities/RegexUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text.RegularExpressions; using System.Web.Caching; diff --git a/DNN Platform/Library/Common/Utilities/RetryableAction.cs b/DNN Platform/Library/Common/Utilities/RetryableAction.cs index 12b22ea7cb9..af38a8c7f63 100644 --- a/DNN Platform/Library/Common/Utilities/RetryableAction.cs +++ b/DNN Platform/Library/Common/Utilities/RetryableAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Threading; diff --git a/DNN Platform/Library/Common/Utilities/SessionVariable.cs b/DNN Platform/Library/Common/Utilities/SessionVariable.cs index a56818c056b..fa273ee39e9 100644 --- a/DNN Platform/Library/Common/Utilities/SessionVariable.cs +++ b/DNN Platform/Library/Common/Utilities/SessionVariable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.SessionState; diff --git a/DNN Platform/Library/Common/Utilities/SizeExtensions.cs b/DNN Platform/Library/Common/Utilities/SizeExtensions.cs index de9336cd96f..a19c901a900 100644 --- a/DNN Platform/Library/Common/Utilities/SizeExtensions.cs +++ b/DNN Platform/Library/Common/Utilities/SizeExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Drawing; using System.Web.UI.WebControls; diff --git a/DNN Platform/Library/Common/Utilities/SqlUtils.cs b/DNN Platform/Library/Common/Utilities/SqlUtils.cs index 902621e88cc..68c3d2b5630 100644 --- a/DNN Platform/Library/Common/Utilities/SqlUtils.cs +++ b/DNN Platform/Library/Common/Utilities/SqlUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Data.SqlClient; diff --git a/DNN Platform/Library/Common/Utilities/StateVariable.cs b/DNN Platform/Library/Common/Utilities/StateVariable.cs index b62f27f0ba0..63bdd3f56e4 100644 --- a/DNN Platform/Library/Common/Utilities/StateVariable.cs +++ b/DNN Platform/Library/Common/Utilities/StateVariable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Common.Utilities diff --git a/DNN Platform/Library/Common/Utilities/StringExtensions.cs b/DNN Platform/Library/Common/Utilities/StringExtensions.cs index 3ca8363d1cd..3719e5a99f2 100644 --- a/DNN Platform/Library/Common/Utilities/StringExtensions.cs +++ b/DNN Platform/Library/Common/Utilities/StringExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Text; using System.Text.RegularExpressions; diff --git a/DNN Platform/Library/Common/Utilities/UrlController.cs b/DNN Platform/Library/Common/Utilities/UrlController.cs index f669752eacf..b13a26f4727 100644 --- a/DNN Platform/Library/Common/Utilities/UrlController.cs +++ b/DNN Platform/Library/Common/Utilities/UrlController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/UrlInfo.cs b/DNN Platform/Library/Common/Utilities/UrlInfo.cs index ec131bfc754..8c7e6082bd7 100644 --- a/DNN Platform/Library/Common/Utilities/UrlInfo.cs +++ b/DNN Platform/Library/Common/Utilities/UrlInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Common.Utilities { public class UrlInfo diff --git a/DNN Platform/Library/Common/Utilities/UrlLogInfo.cs b/DNN Platform/Library/Common/Utilities/UrlLogInfo.cs index 7df13df26ae..23bcd87cbbb 100644 --- a/DNN Platform/Library/Common/Utilities/UrlLogInfo.cs +++ b/DNN Platform/Library/Common/Utilities/UrlLogInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/UrlTrackingInfo.cs b/DNN Platform/Library/Common/Utilities/UrlTrackingInfo.cs index 4289affd317..fa3d86fce2c 100644 --- a/DNN Platform/Library/Common/Utilities/UrlTrackingInfo.cs +++ b/DNN Platform/Library/Common/Utilities/UrlTrackingInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/UrlUtils.cs b/DNN Platform/Library/Common/Utilities/UrlUtils.cs index 109a3eaa735..2d4c7e92413 100644 --- a/DNN Platform/Library/Common/Utilities/UrlUtils.cs +++ b/DNN Platform/Library/Common/Utilities/UrlUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/Utilities/XmlExtensions.cs b/DNN Platform/Library/Common/Utilities/XmlExtensions.cs index e9d74f05d22..555a9bce38d 100644 --- a/DNN Platform/Library/Common/Utilities/XmlExtensions.cs +++ b/DNN Platform/Library/Common/Utilities/XmlExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Common/Utilities/XmlUtils.cs b/DNN Platform/Library/Common/Utilities/XmlUtils.cs index f083c6f4547..4c6eb1b9205 100644 --- a/DNN Platform/Library/Common/Utilities/XmlUtils.cs +++ b/DNN Platform/Library/Common/Utilities/XmlUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Common/XmlValidatorBase.cs b/DNN Platform/Library/Common/XmlValidatorBase.cs index 712a4c3be32..5a40e4286ea 100644 --- a/DNN Platform/Library/Common/XmlValidatorBase.cs +++ b/DNN Platform/Library/Common/XmlValidatorBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/ComponentModel/AbstractContainer.cs b/DNN Platform/Library/ComponentModel/AbstractContainer.cs index 281b403f291..10e59565e1f 100644 --- a/DNN Platform/Library/ComponentModel/AbstractContainer.cs +++ b/DNN Platform/Library/ComponentModel/AbstractContainer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/ComponentBase.cs b/DNN Platform/Library/ComponentModel/ComponentBase.cs index 305d5e6fb4d..7670d913a28 100644 --- a/DNN Platform/Library/ComponentModel/ComponentBase.cs +++ b/DNN Platform/Library/ComponentModel/ComponentBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/ComponentBuilderCollection.cs b/DNN Platform/Library/ComponentModel/ComponentBuilderCollection.cs index 2b0b4e8c321..66e2efb2f4c 100644 --- a/DNN Platform/Library/ComponentModel/ComponentBuilderCollection.cs +++ b/DNN Platform/Library/ComponentModel/ComponentBuilderCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Collections.Internal; diff --git a/DNN Platform/Library/ComponentModel/ComponentFactory.cs b/DNN Platform/Library/ComponentModel/ComponentFactory.cs index e35a4d981a0..c2d3bfa1e20 100644 --- a/DNN Platform/Library/ComponentModel/ComponentFactory.cs +++ b/DNN Platform/Library/ComponentModel/ComponentFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/ComponentLifeStyleType.cs b/DNN Platform/Library/ComponentModel/ComponentLifeStyleType.cs index 2581e5eeaed..1da399dd7d0 100644 --- a/DNN Platform/Library/ComponentModel/ComponentLifeStyleType.cs +++ b/DNN Platform/Library/ComponentModel/ComponentLifeStyleType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ComponentModel { public enum ComponentLifeStyleType diff --git a/DNN Platform/Library/ComponentModel/ComponentType.cs b/DNN Platform/Library/ComponentModel/ComponentType.cs index cdac693b4f4..83a91b5a9f6 100644 --- a/DNN Platform/Library/ComponentModel/ComponentType.cs +++ b/DNN Platform/Library/ComponentModel/ComponentType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/ComponentTypeCollection.cs b/DNN Platform/Library/ComponentModel/ComponentTypeCollection.cs index 65121023a31..c3b0e580010 100644 --- a/DNN Platform/Library/ComponentModel/ComponentTypeCollection.cs +++ b/DNN Platform/Library/ComponentModel/ComponentTypeCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/DataAnnotations/CacheableAttribute.cs b/DNN Platform/Library/ComponentModel/DataAnnotations/CacheableAttribute.cs index 6df62f621c0..a4559a95dbe 100644 --- a/DNN Platform/Library/ComponentModel/DataAnnotations/CacheableAttribute.cs +++ b/DNN Platform/Library/ComponentModel/DataAnnotations/CacheableAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/DataAnnotations/ColumnNameAttribute.cs b/DNN Platform/Library/ComponentModel/DataAnnotations/ColumnNameAttribute.cs index 2a0194a459a..d950b28abba 100644 --- a/DNN Platform/Library/ComponentModel/DataAnnotations/ColumnNameAttribute.cs +++ b/DNN Platform/Library/ComponentModel/DataAnnotations/ColumnNameAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/DataAnnotations/DeclareColumnsAttribute.cs b/DNN Platform/Library/ComponentModel/DataAnnotations/DeclareColumnsAttribute.cs index 53ff996811c..99eed7cb398 100644 --- a/DNN Platform/Library/ComponentModel/DataAnnotations/DeclareColumnsAttribute.cs +++ b/DNN Platform/Library/ComponentModel/DataAnnotations/DeclareColumnsAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ComponentModel.DataAnnotations diff --git a/DNN Platform/Library/ComponentModel/DataAnnotations/IgnoreColumnAttribute.cs b/DNN Platform/Library/ComponentModel/DataAnnotations/IgnoreColumnAttribute.cs index 6093e9d310e..c385b42ca60 100644 --- a/DNN Platform/Library/ComponentModel/DataAnnotations/IgnoreColumnAttribute.cs +++ b/DNN Platform/Library/ComponentModel/DataAnnotations/IgnoreColumnAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ComponentModel.DataAnnotations diff --git a/DNN Platform/Library/ComponentModel/DataAnnotations/IncludeColumnAttribute.cs b/DNN Platform/Library/ComponentModel/DataAnnotations/IncludeColumnAttribute.cs index 227bdcb57b1..84c61b73b3c 100644 --- a/DNN Platform/Library/ComponentModel/DataAnnotations/IncludeColumnAttribute.cs +++ b/DNN Platform/Library/ComponentModel/DataAnnotations/IncludeColumnAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ComponentModel.DataAnnotations diff --git a/DNN Platform/Library/ComponentModel/DataAnnotations/PrimaryKeyAttribute.cs b/DNN Platform/Library/ComponentModel/DataAnnotations/PrimaryKeyAttribute.cs index 4b86d49a062..eea1074ca02 100644 --- a/DNN Platform/Library/ComponentModel/DataAnnotations/PrimaryKeyAttribute.cs +++ b/DNN Platform/Library/ComponentModel/DataAnnotations/PrimaryKeyAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/DataAnnotations/ReadOnlyColumnAttribute.cs b/DNN Platform/Library/ComponentModel/DataAnnotations/ReadOnlyColumnAttribute.cs index ccc5c1c5738..3b48c0048eb 100644 --- a/DNN Platform/Library/ComponentModel/DataAnnotations/ReadOnlyColumnAttribute.cs +++ b/DNN Platform/Library/ComponentModel/DataAnnotations/ReadOnlyColumnAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ComponentModel.DataAnnotations diff --git a/DNN Platform/Library/ComponentModel/DataAnnotations/ScopeAttribute.cs b/DNN Platform/Library/ComponentModel/DataAnnotations/ScopeAttribute.cs index 682feb7d109..cfdaba553a3 100644 --- a/DNN Platform/Library/ComponentModel/DataAnnotations/ScopeAttribute.cs +++ b/DNN Platform/Library/ComponentModel/DataAnnotations/ScopeAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ComponentModel.DataAnnotations diff --git a/DNN Platform/Library/ComponentModel/DataAnnotations/TableNameAttribute.cs b/DNN Platform/Library/ComponentModel/DataAnnotations/TableNameAttribute.cs index 756f8b85829..ae983624375 100644 --- a/DNN Platform/Library/ComponentModel/DataAnnotations/TableNameAttribute.cs +++ b/DNN Platform/Library/ComponentModel/DataAnnotations/TableNameAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/IComponentBuilder.cs b/DNN Platform/Library/ComponentModel/IComponentBuilder.cs index 3d9e08a9042..11092bea5e4 100644 --- a/DNN Platform/Library/ComponentModel/IComponentBuilder.cs +++ b/DNN Platform/Library/ComponentModel/IComponentBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ComponentModel { public interface IComponentBuilder diff --git a/DNN Platform/Library/ComponentModel/IComponentInstaller.cs b/DNN Platform/Library/ComponentModel/IComponentInstaller.cs index e6b3c5c553f..f2c6f0a598d 100644 --- a/DNN Platform/Library/ComponentModel/IComponentInstaller.cs +++ b/DNN Platform/Library/ComponentModel/IComponentInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ComponentModel { public interface IComponentInstaller diff --git a/DNN Platform/Library/ComponentModel/IContainer.cs b/DNN Platform/Library/ComponentModel/IContainer.cs index b0d34cd7a6d..58b827f9c4e 100644 --- a/DNN Platform/Library/ComponentModel/IContainer.cs +++ b/DNN Platform/Library/ComponentModel/IContainer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/InstanceComponentBuilder.cs b/DNN Platform/Library/ComponentModel/InstanceComponentBuilder.cs index e578f2f9a9e..4aa5c03d1bc 100644 --- a/DNN Platform/Library/ComponentModel/InstanceComponentBuilder.cs +++ b/DNN Platform/Library/ComponentModel/InstanceComponentBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ComponentModel { internal class InstanceComponentBuilder : IComponentBuilder diff --git a/DNN Platform/Library/ComponentModel/ProviderInstaller.cs b/DNN Platform/Library/ComponentModel/ProviderInstaller.cs index 35a783cbfbe..6f49874e07b 100644 --- a/DNN Platform/Library/ComponentModel/ProviderInstaller.cs +++ b/DNN Platform/Library/ComponentModel/ProviderInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/SimpleContainer.cs b/DNN Platform/Library/ComponentModel/SimpleContainer.cs index 85b3622a7ff..6a8ec42cff1 100644 --- a/DNN Platform/Library/ComponentModel/SimpleContainer.cs +++ b/DNN Platform/Library/ComponentModel/SimpleContainer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/SingletonComponentBuilder.cs b/DNN Platform/Library/ComponentModel/SingletonComponentBuilder.cs index 6beedcf1e5b..ef40bdbf119 100644 --- a/DNN Platform/Library/ComponentModel/SingletonComponentBuilder.cs +++ b/DNN Platform/Library/ComponentModel/SingletonComponentBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ComponentModel/TransientComponentBuilder.cs b/DNN Platform/Library/ComponentModel/TransientComponentBuilder.cs index ee28c2c6871..a1310d5d9f6 100644 --- a/DNN Platform/Library/ComponentModel/TransientComponentBuilder.cs +++ b/DNN Platform/Library/ComponentModel/TransientComponentBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Data/ControllerBase.cs b/DNN Platform/Library/Data/ControllerBase.cs index a2fe344cf94..d6714b7091c 100644 --- a/DNN Platform/Library/Data/ControllerBase.cs +++ b/DNN Platform/Library/Data/ControllerBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Common; diff --git a/DNN Platform/Library/Data/DataContext.cs b/DNN Platform/Library/Data/DataContext.cs index 0fc32f51643..0ca6f1056c9 100644 --- a/DNN Platform/Library/Data/DataContext.cs +++ b/DNN Platform/Library/Data/DataContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Data/DataProvider.cs b/DNN Platform/Library/Data/DataProvider.cs index 0bf3d7ee6d3..ce48e95ffc7 100644 --- a/DNN Platform/Library/Data/DataProvider.cs +++ b/DNN Platform/Library/Data/DataProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Data/DataUtil.cs b/DNN Platform/Library/Data/DataUtil.cs index fd36435f88f..b105ca228a9 100644 --- a/DNN Platform/Library/Data/DataUtil.cs +++ b/DNN Platform/Library/Data/DataUtil.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using System.Globalization; diff --git a/DNN Platform/Library/Data/DatabaseConnectionProvider.cs b/DNN Platform/Library/Data/DatabaseConnectionProvider.cs index b13a46961f5..98665ec4212 100644 --- a/DNN Platform/Library/Data/DatabaseConnectionProvider.cs +++ b/DNN Platform/Library/Data/DatabaseConnectionProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Data/IDataContext.cs b/DNN Platform/Library/Data/IDataContext.cs index 4cbe902ddbc..a4ca7745335 100644 --- a/DNN Platform/Library/Data/IDataContext.cs +++ b/DNN Platform/Library/Data/IDataContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Library/Data/IRepository.cs b/DNN Platform/Library/Data/IRepository.cs index a4e23461e35..7177c0ed6c8 100644 --- a/DNN Platform/Library/Data/IRepository.cs +++ b/DNN Platform/Library/Data/IRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Collections; diff --git a/DNN Platform/Library/Data/PetaPoco/FluentColumnMap.cs b/DNN Platform/Library/Data/PetaPoco/FluentColumnMap.cs index 3a6d2b7a7ea..89bb0d6aac2 100644 --- a/DNN Platform/Library/Data/PetaPoco/FluentColumnMap.cs +++ b/DNN Platform/Library/Data/PetaPoco/FluentColumnMap.cs @@ -1,11 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// -// Influenced by http://sameproblemmorecode.blogspot.nl/2013/07/petapoco-as-its-meant-to-be-with.html -// https://github.com/luuksommers/PetaPoco - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using PetaPoco; diff --git a/DNN Platform/Library/Data/PetaPoco/FluentMapper.cs b/DNN Platform/Library/Data/PetaPoco/FluentMapper.cs index 1dc5de5418f..1075f4bfdbc 100644 --- a/DNN Platform/Library/Data/PetaPoco/FluentMapper.cs +++ b/DNN Platform/Library/Data/PetaPoco/FluentMapper.cs @@ -1,11 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// -// Influenced by http://sameproblemmorecode.blogspot.nl/2013/07/petapoco-as-its-meant-to-be-with.html -// https://github.com/luuksommers/PetaPoco - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Reflection; diff --git a/DNN Platform/Library/Data/PetaPoco/FluentMapperExtensions.cs b/DNN Platform/Library/Data/PetaPoco/FluentMapperExtensions.cs index bad0b3f9fbb..d73323c4ff7 100644 --- a/DNN Platform/Library/Data/PetaPoco/FluentMapperExtensions.cs +++ b/DNN Platform/Library/Data/PetaPoco/FluentMapperExtensions.cs @@ -1,11 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// -// Influenced by http://sameproblemmorecode.blogspot.nl/2013/07/petapoco-as-its-meant-to-be-with.html -// https://github.com/luuksommers/PetaPoco - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq.Expressions; using System.Web.Caching; diff --git a/DNN Platform/Library/Data/PetaPoco/PetaPocoDataContext.cs b/DNN Platform/Library/Data/PetaPoco/PetaPocoDataContext.cs index 2c3d28c0b71..1277a0c68b0 100644 --- a/DNN Platform/Library/Data/PetaPoco/PetaPocoDataContext.cs +++ b/DNN Platform/Library/Data/PetaPoco/PetaPocoDataContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Configuration; diff --git a/DNN Platform/Library/Data/PetaPoco/PetaPocoExt.cs b/DNN Platform/Library/Data/PetaPoco/PetaPocoExt.cs index 7df6af72644..47c768fecb1 100644 --- a/DNN Platform/Library/Data/PetaPoco/PetaPocoExt.cs +++ b/DNN Platform/Library/Data/PetaPoco/PetaPocoExt.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; diff --git a/DNN Platform/Library/Data/PetaPoco/PetaPocoHelper.cs b/DNN Platform/Library/Data/PetaPoco/PetaPocoHelper.cs index c247806dea7..23e1ce714ee 100644 --- a/DNN Platform/Library/Data/PetaPoco/PetaPocoHelper.cs +++ b/DNN Platform/Library/Data/PetaPoco/PetaPocoHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Library/Data/PetaPoco/PetaPocoMapper.cs b/DNN Platform/Library/Data/PetaPoco/PetaPocoMapper.cs index 9e83f995cb2..68acdd0b8aa 100644 --- a/DNN Platform/Library/Data/PetaPoco/PetaPocoMapper.cs +++ b/DNN Platform/Library/Data/PetaPoco/PetaPocoMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Data/PetaPoco/PetaPocoRepository.cs b/DNN Platform/Library/Data/PetaPoco/PetaPocoRepository.cs index 756a3cf7e9e..caf074fe1db 100644 --- a/DNN Platform/Library/Data/PetaPoco/PetaPocoRepository.cs +++ b/DNN Platform/Library/Data/PetaPoco/PetaPocoRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Data/RepositoryBase.cs b/DNN Platform/Library/Data/RepositoryBase.cs index 4d2ac4f9fcb..f1608391aef 100644 --- a/DNN Platform/Library/Data/RepositoryBase.cs +++ b/DNN Platform/Library/Data/RepositoryBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Data/SqlDataProvider.cs b/DNN Platform/Library/Data/SqlDataProvider.cs index 850b23f545e..cc0b114e5c0 100644 --- a/DNN Platform/Library/Data/SqlDataProvider.cs +++ b/DNN Platform/Library/Data/SqlDataProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Data/SqlDatabaseConnectionProvider.cs b/DNN Platform/Library/Data/SqlDatabaseConnectionProvider.cs index c02fc145a27..c5cdc9d6483 100644 --- a/DNN Platform/Library/Data/SqlDatabaseConnectionProvider.cs +++ b/DNN Platform/Library/Data/SqlDatabaseConnectionProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/BaseEntityInfo.cs b/DNN Platform/Library/Entities/BaseEntityInfo.cs index 48ae1806a26..231d253169b 100644 --- a/DNN Platform/Library/Entities/BaseEntityInfo.cs +++ b/DNN Platform/Library/Entities/BaseEntityInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/ConfigurationSetting.cs b/DNN Platform/Library/Entities/ConfigurationSetting.cs index f6170801a51..77fbd81d5db 100644 --- a/DNN Platform/Library/Entities/ConfigurationSetting.cs +++ b/DNN Platform/Library/Entities/ConfigurationSetting.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities { public class ConfigurationSetting diff --git a/DNN Platform/Library/Entities/Content/AttachmentController.cs b/DNN Platform/Library/Entities/Content/AttachmentController.cs index b00a3da695f..73721f94a2e 100644 --- a/DNN Platform/Library/Entities/Content/AttachmentController.cs +++ b/DNN Platform/Library/Entities/Content/AttachmentController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.Specialized; diff --git a/DNN Platform/Library/Entities/Content/Common/ContentExtensions.cs b/DNN Platform/Library/Entities/Content/Common/ContentExtensions.cs index 93aaf2ea3ab..0ea53edc72d 100644 --- a/DNN Platform/Library/Entities/Content/Common/ContentExtensions.cs +++ b/DNN Platform/Library/Entities/Content/Common/ContentExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Content/Common/ContentItemEqualityComparer.cs b/DNN Platform/Library/Entities/Content/Common/ContentItemEqualityComparer.cs index 657dd4bbb8f..6229b897e9f 100644 --- a/DNN Platform/Library/Entities/Content/Common/ContentItemEqualityComparer.cs +++ b/DNN Platform/Library/Entities/Content/Common/ContentItemEqualityComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Entities.Content.Common diff --git a/DNN Platform/Library/Entities/Content/Common/NameValueEqualityComparer.cs b/DNN Platform/Library/Entities/Content/Common/NameValueEqualityComparer.cs index 1c8177377f7..44c047ddfdf 100644 --- a/DNN Platform/Library/Entities/Content/Common/NameValueEqualityComparer.cs +++ b/DNN Platform/Library/Entities/Content/Common/NameValueEqualityComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Entities.Content.Common diff --git a/DNN Platform/Library/Entities/Content/Common/Util.cs b/DNN Platform/Library/Entities/Content/Common/Util.cs index 63cb23f944a..206e44d4011 100644 --- a/DNN Platform/Library/Entities/Content/Common/Util.cs +++ b/DNN Platform/Library/Entities/Content/Common/Util.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.ComponentModel; diff --git a/DNN Platform/Library/Entities/Content/ContentController.cs b/DNN Platform/Library/Entities/Content/ContentController.cs index 2992d510735..aa294d97c96 100644 --- a/DNN Platform/Library/Entities/Content/ContentController.cs +++ b/DNN Platform/Library/Entities/Content/ContentController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Content/ContentItem.cs b/DNN Platform/Library/Entities/Content/ContentItem.cs index 4569d72e081..441f41c6401 100644 --- a/DNN Platform/Library/Entities/Content/ContentItem.cs +++ b/DNN Platform/Library/Entities/Content/ContentItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Content/ContentType.cs b/DNN Platform/Library/Entities/Content/ContentType.cs index e8063e2341d..8c11c9b31c6 100644 --- a/DNN Platform/Library/Entities/Content/ContentType.cs +++ b/DNN Platform/Library/Entities/Content/ContentType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Content/ContentTypeController.cs b/DNN Platform/Library/Entities/Content/ContentTypeController.cs index 590797fb35f..e8394b5a1cc 100644 --- a/DNN Platform/Library/Entities/Content/ContentTypeController.cs +++ b/DNN Platform/Library/Entities/Content/ContentTypeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Content/ContentTypeMemberNameFixer.cs b/DNN Platform/Library/Entities/Content/ContentTypeMemberNameFixer.cs index 6249ff3bba5..62a134da71e 100644 --- a/DNN Platform/Library/Entities/Content/ContentTypeMemberNameFixer.cs +++ b/DNN Platform/Library/Entities/Content/ContentTypeMemberNameFixer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Content diff --git a/DNN Platform/Library/Entities/Content/Data/DataService.cs b/DNN Platform/Library/Entities/Content/Data/DataService.cs index 97ceb4de501..c3b7d6dac49 100644 --- a/DNN Platform/Library/Entities/Content/Data/DataService.cs +++ b/DNN Platform/Library/Entities/Content/Data/DataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Content/Data/IDataService.cs b/DNN Platform/Library/Entities/Content/Data/IDataService.cs index 3fdc65af0aa..2dd88364766 100644 --- a/DNN Platform/Library/Entities/Content/Data/IDataService.cs +++ b/DNN Platform/Library/Entities/Content/Data/IDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Content/IAttachmentController.cs b/DNN Platform/Library/Entities/Content/IAttachmentController.cs index 2b4794b00a1..8f6217ce4c6 100644 --- a/DNN Platform/Library/Entities/Content/IAttachmentController.cs +++ b/DNN Platform/Library/Entities/Content/IAttachmentController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Services.FileSystem; diff --git a/DNN Platform/Library/Entities/Content/IContentController.cs b/DNN Platform/Library/Entities/Content/IContentController.cs index b4c6d2157b8..ecc5b3a22ec 100644 --- a/DNN Platform/Library/Entities/Content/IContentController.cs +++ b/DNN Platform/Library/Entities/Content/IContentController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Content/IContentTypeController.cs b/DNN Platform/Library/Entities/Content/IContentTypeController.cs index 40381308d7a..fa8e5044b31 100644 --- a/DNN Platform/Library/Entities/Content/IContentTypeController.cs +++ b/DNN Platform/Library/Entities/Content/IContentTypeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/IScopeTypeController.cs b/DNN Platform/Library/Entities/Content/Taxonomy/IScopeTypeController.cs index f583a49ec17..f8a62c0ec81 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/IScopeTypeController.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/IScopeTypeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Linq; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/ITermController.cs b/DNN Platform/Library/Entities/Content/Taxonomy/ITermController.cs index f3b4dca5eee..dc132168f9c 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/ITermController.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/ITermController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Linq; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/IVocabularyController.cs b/DNN Platform/Library/Entities/Content/Taxonomy/IVocabularyController.cs index d6926ff3c42..153367dff0e 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/IVocabularyController.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/IVocabularyController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Linq; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/ScopeType.cs b/DNN Platform/Library/Entities/Content/Taxonomy/ScopeType.cs index 52c8a462a69..0c9531dbc68 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/ScopeType.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/ScopeType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/ScopeTypeController.cs b/DNN Platform/Library/Entities/Content/Taxonomy/ScopeTypeController.cs index 1480111c71c..f5af55d4f14 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/ScopeTypeController.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/ScopeTypeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/Term.cs b/DNN Platform/Library/Entities/Content/Taxonomy/Term.cs index 4b2783b91d1..5ece24c2b07 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/Term.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/Term.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/TermController.cs b/DNN Platform/Library/Entities/Content/Taxonomy/TermController.cs index da0627620fb..1d7144e7b0f 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/TermController.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/TermController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/TermHelper.cs b/DNN Platform/Library/Entities/Content/Taxonomy/TermHelper.cs index 6ee159bb634..3268e70fcda 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/TermHelper.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/TermHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/TermUsage.cs b/DNN Platform/Library/Entities/Content/Taxonomy/TermUsage.cs index c4f78e973e8..cc079ca58df 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/TermUsage.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/TermUsage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Content.Taxonomy { public class TermUsage diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/Vocabulary.cs b/DNN Platform/Library/Entities/Content/Taxonomy/Vocabulary.cs index a1e07b1c31c..deac63a89b2 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/Vocabulary.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/Vocabulary.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/VocabularyController.cs b/DNN Platform/Library/Entities/Content/Taxonomy/VocabularyController.cs index 59892b60645..2d87357eda7 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/VocabularyController.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/VocabularyController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Content/Taxonomy/VocabularyType.cs b/DNN Platform/Library/Entities/Content/Taxonomy/VocabularyType.cs index b6fc6703a96..e98738901a9 100644 --- a/DNN Platform/Library/Entities/Content/Taxonomy/VocabularyType.cs +++ b/DNN Platform/Library/Entities/Content/Taxonomy/VocabularyType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Content.Taxonomy { /// diff --git a/DNN Platform/Library/Entities/Content/Workflow/Actions/IWorkflowAction.cs b/DNN Platform/Library/Entities/Content/Workflow/Actions/IWorkflowAction.cs index b1028bb7fbd..edc844e983a 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Actions/IWorkflowAction.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Actions/IWorkflowAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Content.Workflow.Dto; using DotNetNuke.Entities.Content.Workflow.Entities; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Actions/IWorkflowActionManager.cs b/DNN Platform/Library/Entities/Content/Workflow/Actions/IWorkflowActionManager.cs index 1139d4bed98..74eebdfd653 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Actions/IWorkflowActionManager.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Actions/IWorkflowActionManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Content.Workflow.Actions diff --git a/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowAction.cs b/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowAction.cs index 6c39707ca71..51c3ee95975 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowAction.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.ComponentModel.DataAnnotations; namespace DotNetNuke.Entities.Content.Workflow.Actions diff --git a/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowActionManager.cs b/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowActionManager.cs index 6f2f924e01e..ed554fedb22 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowActionManager.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowActionManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common; using DotNetNuke.Entities.Content.Workflow.Repositories; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowActionTypes.cs b/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowActionTypes.cs index 12b8f0285e6..76788651fb4 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowActionTypes.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Actions/WorkflowActionTypes.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Content.Workflow.Actions { /// diff --git a/DNN Platform/Library/Entities/Content/Workflow/Dto/ActionMessage.cs b/DNN Platform/Library/Entities/Content/Workflow/Dto/ActionMessage.cs index ac4d3c170b5..a316e89b0fb 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Dto/ActionMessage.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Dto/ActionMessage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Content.Workflow.Dto { /// diff --git a/DNN Platform/Library/Entities/Content/Workflow/Dto/StateTransaction.cs b/DNN Platform/Library/Entities/Content/Workflow/Dto/StateTransaction.cs index 9bedcd9adb0..61e30a3c725 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Dto/StateTransaction.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Dto/StateTransaction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Content.Workflow.Dto { /// diff --git a/DNN Platform/Library/Entities/Content/Workflow/Dto/StateTransactionMessage.cs b/DNN Platform/Library/Entities/Content/Workflow/Dto/StateTransactionMessage.cs index 70d80217da6..33d37ccd26c 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Dto/StateTransactionMessage.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Dto/StateTransactionMessage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Content.Workflow.Dto { /// diff --git a/DNN Platform/Library/Entities/Content/Workflow/Entities/Workflow.cs b/DNN Platform/Library/Entities/Content/Workflow/Entities/Workflow.cs index f02582a238e..99621f07a7a 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Entities/Workflow.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Entities/Workflow.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowLog.cs b/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowLog.cs index d15102cafe4..03fb35c60dd 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowLog.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowLog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.DataAnnotations; using DotNetNuke.ComponentModel.DataAnnotations; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowLogType.cs b/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowLogType.cs index a221c85707d..b072d67f781 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowLogType.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowLogType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Content.Workflow.Entities { /// diff --git a/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowState.cs b/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowState.cs index 0b1fd7554a2..60d908f2f25 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowState.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowState.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.DataAnnotations; using DotNetNuke.ComponentModel.DataAnnotations; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowStatePermission.cs b/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowStatePermission.cs index a58e030ae16..ed82245651c 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowStatePermission.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowStatePermission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Security.Permissions; namespace DotNetNuke.Entities.Content.Workflow.Entities diff --git a/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowUsageItem.cs b/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowUsageItem.cs index 148038b8ae8..be60e9ec269 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowUsageItem.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Entities/WorkflowUsageItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Content.Workflow.Entities diff --git a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowConcurrencyException.cs b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowConcurrencyException.cs index c080c502847..5e80fdab612 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowConcurrencyException.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowConcurrencyException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; namespace DotNetNuke.Entities.Content.Workflow.Exceptions diff --git a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowDoesNotExistException.cs b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowDoesNotExistException.cs index 9a685fbb7ff..ddcfeed9648 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowDoesNotExistException.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowDoesNotExistException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; namespace DotNetNuke.Entities.Content.Workflow.Exceptions diff --git a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowException.cs b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowException.cs index c8bc2f85fce..0035592d2bd 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowException.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Content.Workflow.Exceptions diff --git a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowInvalidOperationException.cs b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowInvalidOperationException.cs index 36e5fe01443..514cf8e719a 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowInvalidOperationException.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowInvalidOperationException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Content.Workflow.Exceptions { public class WorkflowInvalidOperationException : WorkflowException diff --git a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowNameAlreadyExistsException.cs b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowNameAlreadyExistsException.cs index 0d873987e02..d1a9cfb3b73 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowNameAlreadyExistsException.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowNameAlreadyExistsException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; namespace DotNetNuke.Entities.Content.Workflow.Exceptions diff --git a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowSecurityException.cs b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowSecurityException.cs index 15f56d49768..d53ccd39081 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowSecurityException.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowSecurityException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Content.Workflow.Exceptions { public class WorkflowSecurityException : WorkflowException diff --git a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowStateNameAlreadyExistsException.cs b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowStateNameAlreadyExistsException.cs index 9c933b9dc94..c59f139ede2 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowStateNameAlreadyExistsException.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Exceptions/WorkflowStateNameAlreadyExistsException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; namespace DotNetNuke.Entities.Content.Workflow.Exceptions diff --git a/DNN Platform/Library/Entities/Content/Workflow/ISystemWorkflowManager.cs b/DNN Platform/Library/Entities/Content/Workflow/ISystemWorkflowManager.cs index 1355a6f93f9..afa9b4964fd 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/ISystemWorkflowManager.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/ISystemWorkflowManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Content.Workflow.Entities; namespace DotNetNuke.Entities.Content.Workflow diff --git a/DNN Platform/Library/Entities/Content/Workflow/IWorkflowEngine.cs b/DNN Platform/Library/Entities/Content/Workflow/IWorkflowEngine.cs index bd57556749a..128acae3da7 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/IWorkflowEngine.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/IWorkflowEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Content.Workflow.Dto; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Entities/Content/Workflow/IWorkflowLogger.cs b/DNN Platform/Library/Entities/Content/Workflow/IWorkflowLogger.cs index b540ba488d9..0a75799304c 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/IWorkflowLogger.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/IWorkflowLogger.cs @@ -1,8 +1,8 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -using System.Collections.Generic; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + +using System.Collections.Generic; using DotNetNuke.Entities.Content.Workflow.Entities; namespace DotNetNuke.Entities.Content.Workflow diff --git a/DNN Platform/Library/Entities/Content/Workflow/IWorkflowManager.cs b/DNN Platform/Library/Entities/Content/Workflow/IWorkflowManager.cs index d03547f0582..a75d7c03240 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/IWorkflowManager.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/IWorkflowManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Content.Workflow.Entities; using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Content/Workflow/IWorkflowSecurity.cs b/DNN Platform/Library/Entities/Content/Workflow/IWorkflowSecurity.cs index 850d034cc6d..45f81bd1314 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/IWorkflowSecurity.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/IWorkflowSecurity.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Users; using DotNetNuke.Security.Permissions; diff --git a/DNN Platform/Library/Entities/Content/Workflow/IWorkflowStateManager.cs b/DNN Platform/Library/Entities/Content/Workflow/IWorkflowStateManager.cs index 4eaeaed7884..22d3d9cf539 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/IWorkflowStateManager.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/IWorkflowStateManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Content.Workflow.Entities; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflow.cs b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflow.cs index 514cd37cd5f..70bc7d41846 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflow.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflow.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; // ReSharper disable CheckNamespace diff --git a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowController.cs b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowController.cs index aed3d111839..c09528eb448 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowController.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowLog.cs b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowLog.cs index c322c3b054e..d89f410b74b 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowLog.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowLog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable CheckNamespace namespace DotNetNuke.Entities.Content.Workflow diff --git a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowLogType.cs b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowLogType.cs index 8ff207737fb..ca50625402c 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowLogType.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowLogType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable CheckNamespace namespace DotNetNuke.Entities.Content.Workflow diff --git a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowSource.cs b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowSource.cs index e18c499aeca..f0c449533bb 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowSource.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowSource.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable CheckNamespace namespace DotNetNuke.Entities.Content.Workflow diff --git a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowState.cs b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowState.cs index 2ba57574cf5..27fc0033a22 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowState.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowState.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable CheckNamespace diff --git a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowStatePermission.cs b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowStatePermission.cs index 28dd09cdece..4d4aa4082fc 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowStatePermission.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/ContentWorkflowStatePermission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Security.Permissions; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/IContentWorkflowAction.cs b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/IContentWorkflowAction.cs index fd1f50b64cd..15447adf7fa 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/IContentWorkflowAction.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/IContentWorkflowAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable CheckNamespace diff --git a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/IContentWorkflowController.cs b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/IContentWorkflowController.cs index b89d6e1ef1d..55fdf5ec49c 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Obsolete/IContentWorkflowController.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Obsolete/IContentWorkflowController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowActionRepository.cs b/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowActionRepository.cs index d78238094f6..f0d26c4ff52 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowActionRepository.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowActionRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Content.Workflow.Actions; namespace DotNetNuke.Entities.Content.Workflow.Repositories diff --git a/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowLogRepository.cs b/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowLogRepository.cs index 0b1fb3d218e..f0f9fa0590b 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowLogRepository.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowLogRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Content.Workflow.Entities; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowRepository.cs b/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowRepository.cs index 6f1014528cc..d8c1943c2a4 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowRepository.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Entities.Content.Workflow.Repositories diff --git a/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowStatePermissionsRepository.cs b/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowStatePermissionsRepository.cs index 1d78f554129..5f205a5b0ba 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowStatePermissionsRepository.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowStatePermissionsRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Content.Workflow.Entities; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowStateRepository.cs b/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowStateRepository.cs index 7765118815f..c13801da985 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowStateRepository.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Repositories/IWorkflowStateRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Content.Workflow.Entities; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowActionRepository.cs b/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowActionRepository.cs index 72e9131941c..75fd982291a 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowActionRepository.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowActionRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.Data; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowLogRepository.cs b/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowLogRepository.cs index 3d122be9cd3..5a063792ec6 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowLogRepository.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowLogRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowRepository.cs b/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowRepository.cs index f923de2d79f..339b241e657 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowRepository.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowStatePermissionsRepository.cs b/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowStatePermissionsRepository.cs index 71bf151ce86..79f6583519e 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowStatePermissionsRepository.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowStatePermissionsRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowStateRepository.cs b/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowStateRepository.cs index 371e027299e..f17088acef7 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowStateRepository.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/Repositories/WorkflowStateRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Content/Workflow/SystemWorkflowManager.cs b/DNN Platform/Library/Entities/Content/Workflow/SystemWorkflowManager.cs index 38ac17b589d..546ed77e056 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/SystemWorkflowManager.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/SystemWorkflowManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.Entities.Content.Workflow.Entities; diff --git a/DNN Platform/Library/Entities/Content/Workflow/WorkflowEngine.cs b/DNN Platform/Library/Entities/Content/Workflow/WorkflowEngine.cs index be9521a6aea..7323408a555 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/WorkflowEngine.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/WorkflowEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Library/Entities/Content/Workflow/WorkflowLogger.cs b/DNN Platform/Library/Entities/Content/Workflow/WorkflowLogger.cs index c4994c2e5d3..059f5fa24a6 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/WorkflowLogger.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/WorkflowLogger.cs @@ -1,8 +1,8 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + +using System; using System.Collections.Generic; using DotNetNuke.Entities.Content.Workflow.Entities; using DotNetNuke.Entities.Content.Workflow.Repositories; diff --git a/DNN Platform/Library/Entities/Content/Workflow/WorkflowManager.cs b/DNN Platform/Library/Entities/Content/Workflow/WorkflowManager.cs index e5fb6ccb272..dbcb7bd2a33 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/WorkflowManager.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/WorkflowManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Common.Utilities; using DotNetNuke.Data; diff --git a/DNN Platform/Library/Entities/Content/Workflow/WorkflowSecurity.cs b/DNN Platform/Library/Entities/Content/Workflow/WorkflowSecurity.cs index 14803c2190b..552bce8e251 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/WorkflowSecurity.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/WorkflowSecurity.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.Entities.Content.Workflow.Repositories; diff --git a/DNN Platform/Library/Entities/Content/Workflow/WorkflowStateManager.cs b/DNN Platform/Library/Entities/Content/Workflow/WorkflowStateManager.cs index 4e99b13d45a..4c7c21546ba 100644 --- a/DNN Platform/Library/Entities/Content/Workflow/WorkflowStateManager.cs +++ b/DNN Platform/Library/Entities/Content/Workflow/WorkflowStateManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Controllers/HostController.cs b/DNN Platform/Library/Entities/Controllers/HostController.cs index 478117983ca..657a2ddf706 100644 --- a/DNN Platform/Library/Entities/Controllers/HostController.cs +++ b/DNN Platform/Library/Entities/Controllers/HostController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Controllers/IHostController.cs b/DNN Platform/Library/Entities/Controllers/IHostController.cs index 0faea9c6b6d..45abebadb78 100644 --- a/DNN Platform/Library/Entities/Controllers/IHostController.cs +++ b/DNN Platform/Library/Entities/Controllers/IHostController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/DataStructures/NTree.cs b/DNN Platform/Library/Entities/DataStructures/NTree.cs index c78db9c8b57..816162bb20d 100644 --- a/DNN Platform/Library/Entities/DataStructures/NTree.cs +++ b/DNN Platform/Library/Entities/DataStructures/NTree.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Entities/EventManager.cs b/DNN Platform/Library/Entities/EventManager.cs index 7ae9737052e..119a2bf8052 100644 --- a/DNN Platform/Library/Entities/EventManager.cs +++ b/DNN Platform/Library/Entities/EventManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Internal; using DotNetNuke.Entities.Friends; diff --git a/DNN Platform/Library/Entities/Host/Host.cs b/DNN Platform/Library/Entities/Host/Host.cs index 3423d4e50ab..afda85d1bb7 100644 --- a/DNN Platform/Library/Entities/Host/Host.cs +++ b/DNN Platform/Library/Entities/Host/Host.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Host/HostPropertyAccess.cs b/DNN Platform/Library/Entities/Host/HostPropertyAccess.cs index 919577779c8..443a99384b3 100644 --- a/DNN Platform/Library/Entities/Host/HostPropertyAccess.cs +++ b/DNN Platform/Library/Entities/Host/HostPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Globalization; diff --git a/DNN Platform/Library/Entities/Host/IServerWebRequestAdapter.cs b/DNN Platform/Library/Entities/Host/IServerWebRequestAdapter.cs index 74c2d26564a..06f838e501b 100644 --- a/DNN Platform/Library/Entities/Host/IServerWebRequestAdapter.cs +++ b/DNN Platform/Library/Entities/Host/IServerWebRequestAdapter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Net; using System.Web; diff --git a/DNN Platform/Library/Entities/Host/ServerController.cs b/DNN Platform/Library/Entities/Host/ServerController.cs index 69968045ed5..deda75d3528 100644 --- a/DNN Platform/Library/Entities/Host/ServerController.cs +++ b/DNN Platform/Library/Entities/Host/ServerController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Host/ServerInfo.cs b/DNN Platform/Library/Entities/Host/ServerInfo.cs index 1a8923eb27d..d0e1bd16b80 100644 --- a/DNN Platform/Library/Entities/Host/ServerInfo.cs +++ b/DNN Platform/Library/Entities/Host/ServerInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Host/ServerWebRequestAdapter.cs b/DNN Platform/Library/Entities/Host/ServerWebRequestAdapter.cs index 3bbb31de63c..282b5db599e 100644 --- a/DNN Platform/Library/Entities/Host/ServerWebRequestAdapter.cs +++ b/DNN Platform/Library/Entities/Host/ServerWebRequestAdapter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/IEventManager.cs b/DNN Platform/Library/Entities/IEventManager.cs index 2250a98c01f..3c59393d780 100644 --- a/DNN Platform/Library/Entities/IEventManager.cs +++ b/DNN Platform/Library/Entities/IEventManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Modules.Actions; using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Profile; diff --git a/DNN Platform/Library/Entities/IPFilter/IIPFilterController.cs b/DNN Platform/Library/Entities/IPFilter/IIPFilterController.cs index a374e88f57a..9d2e0d01b47 100644 --- a/DNN Platform/Library/Entities/IPFilter/IIPFilterController.cs +++ b/DNN Platform/Library/Entities/IPFilter/IIPFilterController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/IPFilter/IPFilterController.cs b/DNN Platform/Library/Entities/IPFilter/IPFilterController.cs index 6f9c53a5695..f68a758ff58 100644 --- a/DNN Platform/Library/Entities/IPFilter/IPFilterController.cs +++ b/DNN Platform/Library/Entities/IPFilter/IPFilterController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/IPFilter/IPFilterInfo.cs b/DNN Platform/Library/Entities/IPFilter/IPFilterInfo.cs index dfb9004cb54..9e3b665f002 100644 --- a/DNN Platform/Library/Entities/IPFilter/IPFilterInfo.cs +++ b/DNN Platform/Library/Entities/IPFilter/IPFilterInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Icons/IconController.cs b/DNN Platform/Library/Entities/Icons/IconController.cs index 82798a32f5a..cfd06227e5a 100644 --- a/DNN Platform/Library/Entities/Icons/IconController.cs +++ b/DNN Platform/Library/Entities/Icons/IconController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/Actions/ActionEventArgs.cs b/DNN Platform/Library/Entities/Modules/Actions/ActionEventArgs.cs index b3eda2ae960..72df0a7bd9f 100644 --- a/DNN Platform/Library/Entities/Modules/Actions/ActionEventArgs.cs +++ b/DNN Platform/Library/Entities/Modules/Actions/ActionEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/Actions/ActionEventHandler.cs b/DNN Platform/Library/Entities/Modules/Actions/ActionEventHandler.cs index ea0387163cc..6a9cbfc41bc 100644 --- a/DNN Platform/Library/Entities/Modules/Actions/ActionEventHandler.cs +++ b/DNN Platform/Library/Entities/Modules/Actions/ActionEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules.Actions { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/Entities/Modules/Actions/IModuleEventHandler.cs b/DNN Platform/Library/Entities/Modules/Actions/IModuleEventHandler.cs index a1a8256d349..88b72426579 100644 --- a/DNN Platform/Library/Entities/Modules/Actions/IModuleEventHandler.cs +++ b/DNN Platform/Library/Entities/Modules/Actions/IModuleEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules.Actions { public interface IModuleEventHandler diff --git a/DNN Platform/Library/Entities/Modules/Actions/ModuleAction.cs b/DNN Platform/Library/Entities/Modules/Actions/ModuleAction.cs index 415aa7bd5b4..4d64dce64ba 100644 --- a/DNN Platform/Library/Entities/Modules/Actions/ModuleAction.cs +++ b/DNN Platform/Library/Entities/Modules/Actions/ModuleAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/Actions/ModuleActionCollection.cs b/DNN Platform/Library/Entities/Modules/Actions/ModuleActionCollection.cs index 58876bdbf2b..b3cbfda48b6 100644 --- a/DNN Platform/Library/Entities/Modules/Actions/ModuleActionCollection.cs +++ b/DNN Platform/Library/Entities/Modules/Actions/ModuleActionCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Entities/Modules/Actions/ModuleActionEventListener.cs b/DNN Platform/Library/Entities/Modules/Actions/ModuleActionEventListener.cs index f63b11c2745..e0215ca5841 100644 --- a/DNN Platform/Library/Entities/Modules/Actions/ModuleActionEventListener.cs +++ b/DNN Platform/Library/Entities/Modules/Actions/ModuleActionEventListener.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules.Actions { ///----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/Entities/Modules/Actions/ModuleActionType.cs b/DNN Platform/Library/Entities/Modules/Actions/ModuleActionType.cs index bcd01eef944..31226242d90 100644 --- a/DNN Platform/Library/Entities/Modules/Actions/ModuleActionType.cs +++ b/DNN Platform/Library/Entities/Modules/Actions/ModuleActionType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules.Actions { ///----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/Entities/Modules/Actions/ModuleEventArgs.cs b/DNN Platform/Library/Entities/Modules/Actions/ModuleEventArgs.cs index 5a1d3439efa..82177128c50 100644 --- a/DNN Platform/Library/Entities/Modules/Actions/ModuleEventArgs.cs +++ b/DNN Platform/Library/Entities/Modules/Actions/ModuleEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Modules.Actions diff --git a/DNN Platform/Library/Entities/Modules/Communications/IModuleCommunicator.cs b/DNN Platform/Library/Entities/Modules/Communications/IModuleCommunicator.cs index 6322afc27e6..c43a10c4906 100644 --- a/DNN Platform/Library/Entities/Modules/Communications/IModuleCommunicator.cs +++ b/DNN Platform/Library/Entities/Modules/Communications/IModuleCommunicator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules.Communications { public interface IModuleCommunicator diff --git a/DNN Platform/Library/Entities/Modules/Communications/IModuleListener.cs b/DNN Platform/Library/Entities/Modules/Communications/IModuleListener.cs index 5a561470596..90146e75bd4 100644 --- a/DNN Platform/Library/Entities/Modules/Communications/IModuleListener.cs +++ b/DNN Platform/Library/Entities/Modules/Communications/IModuleListener.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules.Communications { public interface IModuleListener diff --git a/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicate.cs b/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicate.cs index 4adb8e6b836..5dea7ccedc5 100644 --- a/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicate.cs +++ b/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI; diff --git a/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicationEventArgs.cs b/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicationEventArgs.cs index 7727e78d57e..2d8f7e3dfad 100644 --- a/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicationEventArgs.cs +++ b/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicationEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicationEventHandler.cs b/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicationEventHandler.cs index 03885523194..09ec41adf44 100644 --- a/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicationEventHandler.cs +++ b/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicationEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules.Communications { public delegate void ModuleCommunicationEventHandler(object sender, ModuleCommunicationEventArgs e); diff --git a/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicators.cs b/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicators.cs index 7cb6fc302c3..7f4ab079bf0 100644 --- a/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicators.cs +++ b/DNN Platform/Library/Entities/Modules/Communications/ModuleCommunicators.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Entities/Modules/Communications/ModuleListeners.cs b/DNN Platform/Library/Entities/Modules/Communications/ModuleListeners.cs index 4f04f96c9ed..83ffd4e8114 100644 --- a/DNN Platform/Library/Entities/Modules/Communications/ModuleListeners.cs +++ b/DNN Platform/Library/Entities/Modules/Communications/ModuleListeners.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Entities/Modules/Communications/RoleChangeEventArgs.cs b/DNN Platform/Library/Entities/Modules/Communications/RoleChangeEventArgs.cs index 663da97546e..1655bf9eccb 100644 --- a/DNN Platform/Library/Entities/Modules/Communications/RoleChangeEventArgs.cs +++ b/DNN Platform/Library/Entities/Modules/Communications/RoleChangeEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules.Communications { public class RoleChangeEventArgs : ModuleCommunicationEventArgs diff --git a/DNN Platform/Library/Entities/Modules/ControlInfo.cs b/DNN Platform/Library/Entities/Modules/ControlInfo.cs index 12c5afe924d..1f964293aaf 100644 --- a/DNN Platform/Library/Entities/Modules/ControlInfo.cs +++ b/DNN Platform/Library/Entities/Modules/ControlInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionController.cs b/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionController.cs index 0c0f39e44eb..1b25587036e 100644 --- a/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionController.cs +++ b/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionInfo.cs b/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionInfo.cs index f55738f98e4..861d1a49318 100644 --- a/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionInfo.cs +++ b/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionValidator.cs b/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionValidator.cs index 1cd60457c9f..4cc9b46bd3f 100644 --- a/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionValidator.cs +++ b/DNN Platform/Library/Entities/Modules/Definitions/ModuleDefinitionValidator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/DesktopModuleController.cs b/DNN Platform/Library/Entities/Modules/DesktopModuleController.cs index a56100cebd1..fc7dfdd37ec 100644 --- a/DNN Platform/Library/Entities/Modules/DesktopModuleController.cs +++ b/DNN Platform/Library/Entities/Modules/DesktopModuleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/DesktopModuleInfo.cs b/DNN Platform/Library/Entities/Modules/DesktopModuleInfo.cs index 1a780f88c27..6ca55eec4fe 100644 --- a/DNN Platform/Library/Entities/Modules/DesktopModuleInfo.cs +++ b/DNN Platform/Library/Entities/Modules/DesktopModuleInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/DesktopModuleSupportedFeature.cs b/DNN Platform/Library/Entities/Modules/DesktopModuleSupportedFeature.cs index dde561db6bf..112f83b2d44 100644 --- a/DNN Platform/Library/Entities/Modules/DesktopModuleSupportedFeature.cs +++ b/DNN Platform/Library/Entities/Modules/DesktopModuleSupportedFeature.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Modules diff --git a/DNN Platform/Library/Entities/Modules/EventMessageProcessor.cs b/DNN Platform/Library/Entities/Modules/EventMessageProcessor.cs index 83d83bd735f..bac441b17c5 100644 --- a/DNN Platform/Library/Entities/Modules/EventMessageProcessor.cs +++ b/DNN Platform/Library/Entities/Modules/EventMessageProcessor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/IActionable.cs b/DNN Platform/Library/Entities/Modules/IActionable.cs index 4d4583dc160..1f3c3c54bee 100644 --- a/DNN Platform/Library/Entities/Modules/IActionable.cs +++ b/DNN Platform/Library/Entities/Modules/IActionable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Modules.Actions; diff --git a/DNN Platform/Library/Entities/Modules/ICustomTokenProvider.cs b/DNN Platform/Library/Entities/Modules/ICustomTokenProvider.cs index 6ba9be9b9a7..e61b4896eb9 100644 --- a/DNN Platform/Library/Entities/Modules/ICustomTokenProvider.cs +++ b/DNN Platform/Library/Entities/Modules/ICustomTokenProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.UI; using System.Collections.Generic; using DotNetNuke.UI.Modules; diff --git a/DNN Platform/Library/Entities/Modules/IHydratable.cs b/DNN Platform/Library/Entities/Modules/IHydratable.cs index 27c482531f9..01ddce157a9 100644 --- a/DNN Platform/Library/Entities/Modules/IHydratable.cs +++ b/DNN Platform/Library/Entities/Modules/IHydratable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Data; diff --git a/DNN Platform/Library/Entities/Modules/IModuleController.cs b/DNN Platform/Library/Entities/Modules/IModuleController.cs index 08816f19706..6066c6d29f4 100644 --- a/DNN Platform/Library/Entities/Modules/IModuleController.cs +++ b/DNN Platform/Library/Entities/Modules/IModuleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Modules/IPortable.cs b/DNN Platform/Library/Entities/Modules/IPortable.cs index a130a57aaa8..0509c041576 100644 --- a/DNN Platform/Library/Entities/Modules/IPortable.cs +++ b/DNN Platform/Library/Entities/Modules/IPortable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules { /// A contract specifying the ability to import and export the content of a module diff --git a/DNN Platform/Library/Entities/Modules/ISearchable.cs b/DNN Platform/Library/Entities/Modules/ISearchable.cs index 8816b1bf9e7..642b2f701ab 100644 --- a/DNN Platform/Library/Entities/Modules/ISearchable.cs +++ b/DNN Platform/Library/Entities/Modules/ISearchable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/IShareable.cs b/DNN Platform/Library/Entities/Modules/IShareable.cs index 1440b386665..b5e1117eda7 100644 --- a/DNN Platform/Library/Entities/Modules/IShareable.cs +++ b/DNN Platform/Library/Entities/Modules/IShareable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules { public interface IShareable diff --git a/DNN Platform/Library/Entities/Modules/IUpgradeable.cs b/DNN Platform/Library/Entities/Modules/IUpgradeable.cs index 8b6da616e28..4ebc738c679 100644 --- a/DNN Platform/Library/Entities/Modules/IUpgradeable.cs +++ b/DNN Platform/Library/Entities/Modules/IUpgradeable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules { public interface IUpgradeable diff --git a/DNN Platform/Library/Entities/Modules/IVersionable.cs b/DNN Platform/Library/Entities/Modules/IVersionable.cs index e69757133c8..986a67f5011 100644 --- a/DNN Platform/Library/Entities/Modules/IVersionable.cs +++ b/DNN Platform/Library/Entities/Modules/IVersionable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules { /// diff --git a/DNN Platform/Library/Entities/Modules/IVersionableControl.cs b/DNN Platform/Library/Entities/Modules/IVersionableControl.cs index d7faaa21c33..11581e6fbd4 100644 --- a/DNN Platform/Library/Entities/Modules/IVersionableControl.cs +++ b/DNN Platform/Library/Entities/Modules/IVersionableControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules { /// diff --git a/DNN Platform/Library/Entities/Modules/InstalledModuleInfo.cs b/DNN Platform/Library/Entities/Modules/InstalledModuleInfo.cs index dbaedec8e50..50df8e4d394 100644 --- a/DNN Platform/Library/Entities/Modules/InstalledModuleInfo.cs +++ b/DNN Platform/Library/Entities/Modules/InstalledModuleInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml; diff --git a/DNN Platform/Library/Entities/Modules/InstalledModulesController.cs b/DNN Platform/Library/Entities/Modules/InstalledModulesController.cs index 99c3e1ed201..089e056ab9a 100644 --- a/DNN Platform/Library/Entities/Modules/InstalledModulesController.cs +++ b/DNN Platform/Library/Entities/Modules/InstalledModulesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Modules/ModuleControlController.cs b/DNN Platform/Library/Entities/Modules/ModuleControlController.cs index e4ec0a70060..0fa4d0ff11a 100644 --- a/DNN Platform/Library/Entities/Modules/ModuleControlController.cs +++ b/DNN Platform/Library/Entities/Modules/ModuleControlController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/ModuleControlInfo.cs b/DNN Platform/Library/Entities/Modules/ModuleControlInfo.cs index e7b23ebf148..b7e2dae8268 100644 --- a/DNN Platform/Library/Entities/Modules/ModuleControlInfo.cs +++ b/DNN Platform/Library/Entities/Modules/ModuleControlInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/ModuleController.cs b/DNN Platform/Library/Entities/Modules/ModuleController.cs index 4d83f3275d8..d57f1bf2b6d 100644 --- a/DNN Platform/Library/Entities/Modules/ModuleController.cs +++ b/DNN Platform/Library/Entities/Modules/ModuleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/ModuleInfo.cs b/DNN Platform/Library/Entities/Modules/ModuleInfo.cs index 16dd610eec0..276ef9278d1 100644 --- a/DNN Platform/Library/Entities/Modules/ModuleInfo.cs +++ b/DNN Platform/Library/Entities/Modules/ModuleInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/ModuleSearchBase.cs b/DNN Platform/Library/Entities/Modules/ModuleSearchBase.cs index 356d7e30c28..522fb449ae3 100644 --- a/DNN Platform/Library/Entities/Modules/ModuleSearchBase.cs +++ b/DNN Platform/Library/Entities/Modules/ModuleSearchBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/ModuleSettingsBase.cs b/DNN Platform/Library/Entities/Modules/ModuleSettingsBase.cs index 1ef359a79b9..59da7757fbf 100644 --- a/DNN Platform/Library/Entities/Modules/ModuleSettingsBase.cs +++ b/DNN Platform/Library/Entities/Modules/ModuleSettingsBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/ModuleSharing.cs b/DNN Platform/Library/Entities/Modules/ModuleSharing.cs index 23f527d6a8c..9bcc7cf5785 100644 --- a/DNN Platform/Library/Entities/Modules/ModuleSharing.cs +++ b/DNN Platform/Library/Entities/Modules/ModuleSharing.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Modules diff --git a/DNN Platform/Library/Entities/Modules/PortalDesktopModuleInfo.cs b/DNN Platform/Library/Entities/Modules/PortalDesktopModuleInfo.cs index aca31e30ef2..71685291ce4 100644 --- a/DNN Platform/Library/Entities/Modules/PortalDesktopModuleInfo.cs +++ b/DNN Platform/Library/Entities/Modules/PortalDesktopModuleInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/PortalModuleBase.cs b/DNN Platform/Library/Entities/Modules/PortalModuleBase.cs index ca3363861fc..f233435be3e 100644 --- a/DNN Platform/Library/Entities/Modules/PortalModuleBase.cs +++ b/DNN Platform/Library/Entities/Modules/PortalModuleBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/ProfileUserControlBase.cs b/DNN Platform/Library/Entities/Modules/ProfileUserControlBase.cs index 2a27316ef7a..3fbe977141b 100644 --- a/DNN Platform/Library/Entities/Modules/ProfileUserControlBase.cs +++ b/DNN Platform/Library/Entities/Modules/ProfileUserControlBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/Settings/ISettingsRepository.cs b/DNN Platform/Library/Entities/Modules/Settings/ISettingsRepository.cs index a2f8cc639aa..a18dc80a176 100644 --- a/DNN Platform/Library/Entities/Modules/Settings/ISettingsRepository.cs +++ b/DNN Platform/Library/Entities/Modules/Settings/ISettingsRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules.Settings { public interface ISettingsRepository where T : class diff --git a/DNN Platform/Library/Entities/Modules/Settings/ISettingsSerializer.cs b/DNN Platform/Library/Entities/Modules/Settings/ISettingsSerializer.cs index 6720746d6ed..413c283a04f 100644 --- a/DNN Platform/Library/Entities/Modules/Settings/ISettingsSerializer.cs +++ b/DNN Platform/Library/Entities/Modules/Settings/ISettingsSerializer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules.Settings { /// diff --git a/DNN Platform/Library/Entities/Modules/Settings/ModuleSettingAttribute.cs b/DNN Platform/Library/Entities/Modules/Settings/ModuleSettingAttribute.cs index ed5385cefa1..1a8cb40b6c5 100644 --- a/DNN Platform/Library/Entities/Modules/Settings/ModuleSettingAttribute.cs +++ b/DNN Platform/Library/Entities/Modules/Settings/ModuleSettingAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Modules.Settings diff --git a/DNN Platform/Library/Entities/Modules/Settings/ParameterAttributeBase.cs b/DNN Platform/Library/Entities/Modules/Settings/ParameterAttributeBase.cs index 78e048afefb..9816296d276 100644 --- a/DNN Platform/Library/Entities/Modules/Settings/ParameterAttributeBase.cs +++ b/DNN Platform/Library/Entities/Modules/Settings/ParameterAttributeBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Modules.Settings diff --git a/DNN Platform/Library/Entities/Modules/Settings/ParameterMapping.cs b/DNN Platform/Library/Entities/Modules/Settings/ParameterMapping.cs index 70cf2a46399..57645956bb5 100644 --- a/DNN Platform/Library/Entities/Modules/Settings/ParameterMapping.cs +++ b/DNN Platform/Library/Entities/Modules/Settings/ParameterMapping.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Modules/Settings/PortalSettingAttribute.cs b/DNN Platform/Library/Entities/Modules/Settings/PortalSettingAttribute.cs index 052f41b0816..81d9508bbae 100644 --- a/DNN Platform/Library/Entities/Modules/Settings/PortalSettingAttribute.cs +++ b/DNN Platform/Library/Entities/Modules/Settings/PortalSettingAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Modules.Settings diff --git a/DNN Platform/Library/Entities/Modules/Settings/SettingsRepository.cs b/DNN Platform/Library/Entities/Modules/Settings/SettingsRepository.cs index 38d900faf37..ecbd533ed00 100644 --- a/DNN Platform/Library/Entities/Modules/Settings/SettingsRepository.cs +++ b/DNN Platform/Library/Entities/Modules/Settings/SettingsRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Entities/Modules/Settings/TabModuleSettingAttribute.cs b/DNN Platform/Library/Entities/Modules/Settings/TabModuleSettingAttribute.cs index 860787a5cd0..b87afc59b53 100644 --- a/DNN Platform/Library/Entities/Modules/Settings/TabModuleSettingAttribute.cs +++ b/DNN Platform/Library/Entities/Modules/Settings/TabModuleSettingAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Modules.Settings diff --git a/DNN Platform/Library/Entities/Modules/SkinControlController.cs b/DNN Platform/Library/Entities/Modules/SkinControlController.cs index 93864aee942..7625572840f 100644 --- a/DNN Platform/Library/Entities/Modules/SkinControlController.cs +++ b/DNN Platform/Library/Entities/Modules/SkinControlController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Modules/SkinControlInfo.cs b/DNN Platform/Library/Entities/Modules/SkinControlInfo.cs index 02ca9b2a3c4..30badae723b 100644 --- a/DNN Platform/Library/Entities/Modules/SkinControlInfo.cs +++ b/DNN Platform/Library/Entities/Modules/SkinControlInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/UserModuleBase.cs b/DNN Platform/Library/Entities/Modules/UserModuleBase.cs index 027d7094336..9eecba6ed8b 100644 --- a/DNN Platform/Library/Entities/Modules/UserModuleBase.cs +++ b/DNN Platform/Library/Entities/Modules/UserModuleBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/UserUserControlBase.cs b/DNN Platform/Library/Entities/Modules/UserUserControlBase.cs index 9f1a04d52e3..ec998e7726f 100644 --- a/DNN Platform/Library/Entities/Modules/UserUserControlBase.cs +++ b/DNN Platform/Library/Entities/Modules/UserUserControlBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Modules/VisibilityState.cs b/DNN Platform/Library/Entities/Modules/VisibilityState.cs index c8f83c433a8..94d55b1eab8 100644 --- a/DNN Platform/Library/Entities/Modules/VisibilityState.cs +++ b/DNN Platform/Library/Entities/Modules/VisibilityState.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Modules { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/Entities/Portals/Data/DataService.cs b/DNN Platform/Library/Entities/Portals/Data/DataService.cs index c1a029cc846..9b671c980cd 100644 --- a/DNN Platform/Library/Entities/Portals/Data/DataService.cs +++ b/DNN Platform/Library/Entities/Portals/Data/DataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Data; diff --git a/DNN Platform/Library/Entities/Portals/Data/IDataService.cs b/DNN Platform/Library/Entities/Portals/Data/IDataService.cs index 170f5359be7..c36045b1718 100644 --- a/DNN Platform/Library/Entities/Portals/Data/IDataService.cs +++ b/DNN Platform/Library/Entities/Portals/Data/IDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Data; diff --git a/DNN Platform/Library/Entities/Portals/IPortalAliasController.cs b/DNN Platform/Library/Entities/Portals/IPortalAliasController.cs index 1397d054fc3..38e217ee9ea 100644 --- a/DNN Platform/Library/Entities/Portals/IPortalAliasController.cs +++ b/DNN Platform/Library/Entities/Portals/IPortalAliasController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Entities.Portals diff --git a/DNN Platform/Library/Entities/Portals/IPortalController.cs b/DNN Platform/Library/Entities/Portals/IPortalController.cs index 3f0321abb41..68579c1e0f1 100644 --- a/DNN Platform/Library/Entities/Portals/IPortalController.cs +++ b/DNN Platform/Library/Entities/Portals/IPortalController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Portals/IPortalEventHandlers.cs b/DNN Platform/Library/Entities/Portals/IPortalEventHandlers.cs index ea01a6fa8db..cf320c890d0 100644 --- a/DNN Platform/Library/Entities/Portals/IPortalEventHandlers.cs +++ b/DNN Platform/Library/Entities/Portals/IPortalEventHandlers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Portals { public interface IPortalEventHandlers diff --git a/DNN Platform/Library/Entities/Portals/IPortalGroupController.cs b/DNN Platform/Library/Entities/Portals/IPortalGroupController.cs index b02173b45ae..7242e681ff8 100644 --- a/DNN Platform/Library/Entities/Portals/IPortalGroupController.cs +++ b/DNN Platform/Library/Entities/Portals/IPortalGroupController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Portals/IPortalSettingHandlers.cs b/DNN Platform/Library/Entities/Portals/IPortalSettingHandlers.cs index 13d9ec6b705..eaae424b8bb 100644 --- a/DNN Platform/Library/Entities/Portals/IPortalSettingHandlers.cs +++ b/DNN Platform/Library/Entities/Portals/IPortalSettingHandlers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Portals { public interface IPortalSettingHandlers diff --git a/DNN Platform/Library/Entities/Portals/IPortalSettingsController.cs b/DNN Platform/Library/Entities/Portals/IPortalSettingsController.cs index 485c4a34c43..d5ad034e530 100644 --- a/DNN Platform/Library/Entities/Portals/IPortalSettingsController.cs +++ b/DNN Platform/Library/Entities/Portals/IPortalSettingsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Modules; using DotNetNuke.Entities.Tabs; diff --git a/DNN Platform/Library/Entities/Portals/IPortalTemplateEventHandlers.cs b/DNN Platform/Library/Entities/Portals/IPortalTemplateEventHandlers.cs index 865cc9d7be2..2545131ed2d 100644 --- a/DNN Platform/Library/Entities/Portals/IPortalTemplateEventHandlers.cs +++ b/DNN Platform/Library/Entities/Portals/IPortalTemplateEventHandlers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Portals { public interface IPortalTemplateEventHandlers diff --git a/DNN Platform/Library/Entities/Portals/Internal/IPortalTemplateIO.cs b/DNN Platform/Library/Entities/Portals/Internal/IPortalTemplateIO.cs index f5e689fe2a1..fc7aab1b141 100644 --- a/DNN Platform/Library/Entities/Portals/Internal/IPortalTemplateIO.cs +++ b/DNN Platform/Library/Entities/Portals/Internal/IPortalTemplateIO.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Entities/Portals/Internal/PortalTemplateIO.cs b/DNN Platform/Library/Entities/Portals/Internal/PortalTemplateIO.cs index 0c4885dad53..fe007bf3402 100644 --- a/DNN Platform/Library/Entities/Portals/Internal/PortalTemplateIO.cs +++ b/DNN Platform/Library/Entities/Portals/Internal/PortalTemplateIO.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Entities/Portals/PortalAliasCollection.cs b/DNN Platform/Library/Entities/Portals/PortalAliasCollection.cs index 83d9289c808..d91d773734e 100644 --- a/DNN Platform/Library/Entities/Portals/PortalAliasCollection.cs +++ b/DNN Platform/Library/Entities/Portals/PortalAliasCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Portals/PortalAliasController.cs b/DNN Platform/Library/Entities/Portals/PortalAliasController.cs index 81b6ac8842b..15539e328c5 100644 --- a/DNN Platform/Library/Entities/Portals/PortalAliasController.cs +++ b/DNN Platform/Library/Entities/Portals/PortalAliasController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Portals/PortalAliasExtensions.cs b/DNN Platform/Library/Entities/Portals/PortalAliasExtensions.cs index 3e35806dee0..7c65e01252c 100644 --- a/DNN Platform/Library/Entities/Portals/PortalAliasExtensions.cs +++ b/DNN Platform/Library/Entities/Portals/PortalAliasExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Portals/PortalAliasInfo.cs b/DNN Platform/Library/Entities/Portals/PortalAliasInfo.cs index a6610424502..c583b98642f 100644 --- a/DNN Platform/Library/Entities/Portals/PortalAliasInfo.cs +++ b/DNN Platform/Library/Entities/Portals/PortalAliasInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Portals/PortalController.cs b/DNN Platform/Library/Entities/Portals/PortalController.cs index 61d385c38a0..d60dc524fc9 100644 --- a/DNN Platform/Library/Entities/Portals/PortalController.cs +++ b/DNN Platform/Library/Entities/Portals/PortalController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Portals/PortalCreatedEventArgs.cs b/DNN Platform/Library/Entities/Portals/PortalCreatedEventArgs.cs index 8839c31eae8..b6673649daa 100644 --- a/DNN Platform/Library/Entities/Portals/PortalCreatedEventArgs.cs +++ b/DNN Platform/Library/Entities/Portals/PortalCreatedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Portals diff --git a/DNN Platform/Library/Entities/Portals/PortalGroupController.cs b/DNN Platform/Library/Entities/Portals/PortalGroupController.cs index 2302545b47c..b1b60826816 100644 --- a/DNN Platform/Library/Entities/Portals/PortalGroupController.cs +++ b/DNN Platform/Library/Entities/Portals/PortalGroupController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Portals/PortalGroupInfo.cs b/DNN Platform/Library/Entities/Portals/PortalGroupInfo.cs index 2b3eb36c7e9..aa4e7e5f66b 100644 --- a/DNN Platform/Library/Entities/Portals/PortalGroupInfo.cs +++ b/DNN Platform/Library/Entities/Portals/PortalGroupInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Portals/PortalInfo.cs b/DNN Platform/Library/Entities/Portals/PortalInfo.cs index 76626a7f520..3dd7a1c466e 100644 --- a/DNN Platform/Library/Entities/Portals/PortalInfo.cs +++ b/DNN Platform/Library/Entities/Portals/PortalInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Portals/PortalSettingUpdatedEventArgs.cs b/DNN Platform/Library/Entities/Portals/PortalSettingUpdatedEventArgs.cs index f7b575375e4..7cd9c019002 100644 --- a/DNN Platform/Library/Entities/Portals/PortalSettingUpdatedEventArgs.cs +++ b/DNN Platform/Library/Entities/Portals/PortalSettingUpdatedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Portals diff --git a/DNN Platform/Library/Entities/Portals/PortalSettings.cs b/DNN Platform/Library/Entities/Portals/PortalSettings.cs index 397021a9d2a..cbc9eef3a5a 100644 --- a/DNN Platform/Library/Entities/Portals/PortalSettings.cs +++ b/DNN Platform/Library/Entities/Portals/PortalSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Portals/PortalSettingsController.cs b/DNN Platform/Library/Entities/Portals/PortalSettingsController.cs index de00c012397..64850607f0e 100644 --- a/DNN Platform/Library/Entities/Portals/PortalSettingsController.cs +++ b/DNN Platform/Library/Entities/Portals/PortalSettingsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Portals/PortalSettingsExtensions.cs b/DNN Platform/Library/Entities/Portals/PortalSettingsExtensions.cs index de0f750084b..ce865a82501 100644 --- a/DNN Platform/Library/Entities/Portals/PortalSettingsExtensions.cs +++ b/DNN Platform/Library/Entities/Portals/PortalSettingsExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Portals/PortalTemplateEventArgs.cs b/DNN Platform/Library/Entities/Portals/PortalTemplateEventArgs.cs index 1cf45636e00..f33c2c09d8e 100644 --- a/DNN Platform/Library/Entities/Portals/PortalTemplateEventArgs.cs +++ b/DNN Platform/Library/Entities/Portals/PortalTemplateEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Portals diff --git a/DNN Platform/Library/Entities/Portals/PortalTemplateModuleAction.cs b/DNN Platform/Library/Entities/Portals/PortalTemplateModuleAction.cs index cecd18c6599..845b44e1882 100644 --- a/DNN Platform/Library/Entities/Portals/PortalTemplateModuleAction.cs +++ b/DNN Platform/Library/Entities/Portals/PortalTemplateModuleAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Portals { public enum PortalTemplateModuleAction diff --git a/DNN Platform/Library/Entities/Portals/PortalTemplateValidator.cs b/DNN Platform/Library/Entities/Portals/PortalTemplateValidator.cs index bd7fb8c2f5c..366fbf19c56 100644 --- a/DNN Platform/Library/Entities/Portals/PortalTemplateValidator.cs +++ b/DNN Platform/Library/Entities/Portals/PortalTemplateValidator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common; diff --git a/DNN Platform/Library/Entities/Portals/UserCopiedCallback.cs b/DNN Platform/Library/Entities/Portals/UserCopiedCallback.cs index 3452f6ec52a..70a581f1b03 100644 --- a/DNN Platform/Library/Entities/Portals/UserCopiedCallback.cs +++ b/DNN Platform/Library/Entities/Portals/UserCopiedCallback.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Portals { public delegate void UserCopiedCallback(UserCopiedEventArgs e); diff --git a/DNN Platform/Library/Entities/Portals/UserCopiedEventArgs.cs b/DNN Platform/Library/Entities/Portals/UserCopiedEventArgs.cs index 372b3d89b59..66b1a42f2a9 100644 --- a/DNN Platform/Library/Entities/Portals/UserCopiedEventArgs.cs +++ b/DNN Platform/Library/Entities/Portals/UserCopiedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Portals { public class UserCopiedEventArgs diff --git a/DNN Platform/Library/Entities/Profile/IProfileEventHandlers.cs b/DNN Platform/Library/Entities/Profile/IProfileEventHandlers.cs index 2c406595c23..23facb0cac4 100644 --- a/DNN Platform/Library/Entities/Profile/IProfileEventHandlers.cs +++ b/DNN Platform/Library/Entities/Profile/IProfileEventHandlers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Profile { public interface IProfileEventHandlers diff --git a/DNN Platform/Library/Entities/Profile/ProfileController.cs b/DNN Platform/Library/Entities/Profile/ProfileController.cs index 094c2b1f5d8..ae42edfc24c 100644 --- a/DNN Platform/Library/Entities/Profile/ProfileController.cs +++ b/DNN Platform/Library/Entities/Profile/ProfileController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Profile/ProfileEventArgs.cs b/DNN Platform/Library/Entities/Profile/ProfileEventArgs.cs index 3af3525aefb..64c8d3a1448 100644 --- a/DNN Platform/Library/Entities/Profile/ProfileEventArgs.cs +++ b/DNN Platform/Library/Entities/Profile/ProfileEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinition.cs b/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinition.cs index 9bbc634a3f8..8d4c4d3c272 100644 --- a/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinition.cs +++ b/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinition.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; using System.Xml.Serialization; diff --git a/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinitionCollection.cs b/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinitionCollection.cs index 123a1b01e6d..c6cb89ea39c 100644 --- a/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinitionCollection.cs +++ b/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinitionCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinitionComparer.cs b/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinitionComparer.cs index 41cf23cf80a..0d701464b03 100644 --- a/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinitionComparer.cs +++ b/DNN Platform/Library/Entities/Profile/ProfilePropertyDefinitionComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Entities/Profile/ProfileVisibility.cs b/DNN Platform/Library/Entities/Profile/ProfileVisibility.cs index 028a69d7c63..1f3f2cb26dc 100644 --- a/DNN Platform/Library/Entities/Profile/ProfileVisibility.cs +++ b/DNN Platform/Library/Entities/Profile/ProfileVisibility.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Library/Entities/Tabs/Actions/ITabEventHandler.cs b/DNN Platform/Library/Entities/Tabs/Actions/ITabEventHandler.cs index 21174952a9f..62e4da35962 100644 --- a/DNN Platform/Library/Entities/Tabs/Actions/ITabEventHandler.cs +++ b/DNN Platform/Library/Entities/Tabs/Actions/ITabEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Tabs.Actions { public interface ITabEventHandler diff --git a/DNN Platform/Library/Entities/Tabs/Actions/ITabSyncEventHandler.cs b/DNN Platform/Library/Entities/Tabs/Actions/ITabSyncEventHandler.cs index ad3ce153fa8..1255e7da443 100644 --- a/DNN Platform/Library/Entities/Tabs/Actions/ITabSyncEventHandler.cs +++ b/DNN Platform/Library/Entities/Tabs/Actions/ITabSyncEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Tabs.Actions { public interface ITabSyncEventHandler diff --git a/DNN Platform/Library/Entities/Tabs/Actions/TabEventArgs.cs b/DNN Platform/Library/Entities/Tabs/Actions/TabEventArgs.cs index a5cddd94a8c..d3f86654095 100644 --- a/DNN Platform/Library/Entities/Tabs/Actions/TabEventArgs.cs +++ b/DNN Platform/Library/Entities/Tabs/Actions/TabEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Tabs.Actions diff --git a/DNN Platform/Library/Entities/Tabs/Actions/TabSyncEventArgs.cs b/DNN Platform/Library/Entities/Tabs/Actions/TabSyncEventArgs.cs index 9d086bfb426..f6d24fcfba0 100644 --- a/DNN Platform/Library/Entities/Tabs/Actions/TabSyncEventArgs.cs +++ b/DNN Platform/Library/Entities/Tabs/Actions/TabSyncEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Xml; diff --git a/DNN Platform/Library/Entities/Tabs/Dto/ChangeControlState.cs b/DNN Platform/Library/Entities/Tabs/Dto/ChangeControlState.cs index 4921f7da6b9..704c34a51ce 100644 --- a/DNN Platform/Library/Entities/Tabs/Dto/ChangeControlState.cs +++ b/DNN Platform/Library/Entities/Tabs/Dto/ChangeControlState.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Tabs/ITabChangeSettings.cs b/DNN Platform/Library/Entities/Tabs/ITabChangeSettings.cs index 4f5e311bf09..b051aa1f941 100644 --- a/DNN Platform/Library/Entities/Tabs/ITabChangeSettings.cs +++ b/DNN Platform/Library/Entities/Tabs/ITabChangeSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Tabs.Dto; namespace DotNetNuke.Entities.Tabs diff --git a/DNN Platform/Library/Entities/Tabs/ITabChangeTracker.cs b/DNN Platform/Library/Entities/Tabs/ITabChangeTracker.cs index b6b4466ab8b..5460415b2e4 100644 --- a/DNN Platform/Library/Entities/Tabs/ITabChangeTracker.cs +++ b/DNN Platform/Library/Entities/Tabs/ITabChangeTracker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Modules; namespace DotNetNuke.Entities.Tabs diff --git a/DNN Platform/Library/Entities/Tabs/ITabController.cs b/DNN Platform/Library/Entities/Tabs/ITabController.cs index d682aeec3ee..8816eb3c725 100644 --- a/DNN Platform/Library/Entities/Tabs/ITabController.cs +++ b/DNN Platform/Library/Entities/Tabs/ITabController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Tabs/ITabModulesController.cs b/DNN Platform/Library/Entities/Tabs/ITabModulesController.cs index 761df62f7fe..0f602ba30e1 100644 --- a/DNN Platform/Library/Entities/Tabs/ITabModulesController.cs +++ b/DNN Platform/Library/Entities/Tabs/ITabModulesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Collections.Generic; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Library/Entities/Tabs/ITabPublishingController.cs b/DNN Platform/Library/Entities/Tabs/ITabPublishingController.cs index eb67036b3fc..d96522f72bb 100644 --- a/DNN Platform/Library/Entities/Tabs/ITabPublishingController.cs +++ b/DNN Platform/Library/Entities/Tabs/ITabPublishingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Tabs diff --git a/DNN Platform/Library/Entities/Tabs/ITabWorkflowSettings.cs b/DNN Platform/Library/Entities/Tabs/ITabWorkflowSettings.cs index 68327a9b4b8..ad23bf07c70 100644 --- a/DNN Platform/Library/Entities/Tabs/ITabWorkflowSettings.cs +++ b/DNN Platform/Library/Entities/Tabs/ITabWorkflowSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Tabs { /// diff --git a/DNN Platform/Library/Entities/Tabs/PermissionsNotMetException.cs b/DNN Platform/Library/Entities/Tabs/PermissionsNotMetException.cs index 95310939d5e..c7b91c7c5e2 100644 --- a/DNN Platform/Library/Entities/Tabs/PermissionsNotMetException.cs +++ b/DNN Platform/Library/Entities/Tabs/PermissionsNotMetException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Tabs/PortalAliasUsageType.cs b/DNN Platform/Library/Entities/Tabs/PortalAliasUsageType.cs index 8b6e6a5e2d1..e2832afd3d8 100644 --- a/DNN Platform/Library/Entities/Tabs/PortalAliasUsageType.cs +++ b/DNN Platform/Library/Entities/Tabs/PortalAliasUsageType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings diff --git a/DNN Platform/Library/Entities/Tabs/TabAliasSkinInfo.cs b/DNN Platform/Library/Entities/Tabs/TabAliasSkinInfo.cs index cee64af408e..40315d83e16 100644 --- a/DNN Platform/Library/Entities/Tabs/TabAliasSkinInfo.cs +++ b/DNN Platform/Library/Entities/Tabs/TabAliasSkinInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Tabs/TabChangeSettings.cs b/DNN Platform/Library/Entities/Tabs/TabChangeSettings.cs index e00a472a7e9..916ecfd50c9 100644 --- a/DNN Platform/Library/Entities/Tabs/TabChangeSettings.cs +++ b/DNN Platform/Library/Entities/Tabs/TabChangeSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Tabs.Dto; diff --git a/DNN Platform/Library/Entities/Tabs/TabChangeTracker.cs b/DNN Platform/Library/Entities/Tabs/TabChangeTracker.cs index 8e685ceabfe..af47812ed2c 100644 --- a/DNN Platform/Library/Entities/Tabs/TabChangeTracker.cs +++ b/DNN Platform/Library/Entities/Tabs/TabChangeTracker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Library/Entities/Tabs/TabCollection.cs b/DNN Platform/Library/Entities/Tabs/TabCollection.cs index efd51bb29a1..e6af8cf2b26 100644 --- a/DNN Platform/Library/Entities/Tabs/TabCollection.cs +++ b/DNN Platform/Library/Entities/Tabs/TabCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Tabs/TabController.cs b/DNN Platform/Library/Entities/Tabs/TabController.cs index d7669a71c9b..be621ece4ec 100644 --- a/DNN Platform/Library/Entities/Tabs/TabController.cs +++ b/DNN Platform/Library/Entities/Tabs/TabController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Tabs/TabException.cs b/DNN Platform/Library/Entities/Tabs/TabException.cs index 31e7ea9ddcf..d872498ec40 100644 --- a/DNN Platform/Library/Entities/Tabs/TabException.cs +++ b/DNN Platform/Library/Entities/Tabs/TabException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Tabs/TabExistsException.cs b/DNN Platform/Library/Entities/Tabs/TabExistsException.cs index 2b2308fea27..07ecfe0342a 100644 --- a/DNN Platform/Library/Entities/Tabs/TabExistsException.cs +++ b/DNN Platform/Library/Entities/Tabs/TabExistsException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Tabs/TabExtensions.cs b/DNN Platform/Library/Entities/Tabs/TabExtensions.cs index 07805388637..6fe673e0221 100644 --- a/DNN Platform/Library/Entities/Tabs/TabExtensions.cs +++ b/DNN Platform/Library/Entities/Tabs/TabExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Tabs/TabInfo.cs b/DNN Platform/Library/Entities/Tabs/TabInfo.cs index e129defa271..6a0b615881f 100644 --- a/DNN Platform/Library/Entities/Tabs/TabInfo.cs +++ b/DNN Platform/Library/Entities/Tabs/TabInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Tabs/TabModulesController.cs b/DNN Platform/Library/Entities/Tabs/TabModulesController.cs index cc5e5d85b79..b061f774d6f 100644 --- a/DNN Platform/Library/Entities/Tabs/TabModulesController.cs +++ b/DNN Platform/Library/Entities/Tabs/TabModulesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Tabs/TabMoveType.cs b/DNN Platform/Library/Entities/Tabs/TabMoveType.cs index b96d81c9cb4..5c58b92f457 100644 --- a/DNN Platform/Library/Entities/Tabs/TabMoveType.cs +++ b/DNN Platform/Library/Entities/Tabs/TabMoveType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Tabs { ///----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/Entities/Tabs/TabPublishingController.cs b/DNN Platform/Library/Entities/Tabs/TabPublishingController.cs index e91507a9ac4..83065dcc605 100644 --- a/DNN Platform/Library/Entities/Tabs/TabPublishingController.cs +++ b/DNN Platform/Library/Entities/Tabs/TabPublishingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Tabs/TabType.cs b/DNN Platform/Library/Entities/Tabs/TabType.cs index 24fe6030d14..d52c384e6ef 100644 --- a/DNN Platform/Library/Entities/Tabs/TabType.cs +++ b/DNN Platform/Library/Entities/Tabs/TabType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Tabs { public enum TabType diff --git a/DNN Platform/Library/Entities/Tabs/TabUrlInfo.cs b/DNN Platform/Library/Entities/Tabs/TabUrlInfo.cs index 2115f2c11d2..c7317a88710 100644 --- a/DNN Platform/Library/Entities/Tabs/TabUrlInfo.cs +++ b/DNN Platform/Library/Entities/Tabs/TabUrlInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Tabs diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/Exceptions/DnnTabVersionException.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/Exceptions/DnnTabVersionException.cs index b03726aaeec..e3e5b01c080 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/Exceptions/DnnTabVersionException.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/Exceptions/DnnTabVersionException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Tabs.TabVersions.Exceptions diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionBuilder.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionBuilder.cs index a2f37cfa449..85a375f333f 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionBuilder.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionController.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionController.cs index 1602ea33ea7..a080c48fc7f 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionController.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Entities.Tabs.TabVersions diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionDetailController.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionDetailController.cs index 8f3ba06ea28..04068e9d66e 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionDetailController.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionDetailController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Entities.Tabs.TabVersions diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionSettings.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionSettings.cs index d73a7738768..28476983c50 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionSettings.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/ITabVersionSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Tabs.TabVersions { /// diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersion.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersion.cs index 3b317672083..9c17b211dc3 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersion.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersion.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Tabs.TabVersions diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionBuilder.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionBuilder.cs index 3d878a5ce46..73799a279ae 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionBuilder.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data.SqlClient; diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionController.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionController.cs index 388efe4e918..2a37497b8ee 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionController.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetail.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetail.cs index e7672ae0cb1..5621321e34f 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetail.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetail.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Tabs.TabVersions diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetailAction.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetailAction.cs index 9d25838346a..63bb2d13b99 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetailAction.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetailAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Tabs.TabVersions { /// diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetailController.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetailController.cs index 894f3164488..be5e39639a1 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetailController.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionDetailController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using DotNetNuke.Common; diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionSettings.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionSettings.cs index fd37eff00bf..1aa8bc4f014 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionSettings.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using DotNetNuke.Common; diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionTracker.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionTracker.cs index 31442df824e..b24b9e6e5eb 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionTracker.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionTracker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.Common; diff --git a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionUtils.cs b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionUtils.cs index c68bf33d355..2336367afb2 100644 --- a/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionUtils.cs +++ b/DNN Platform/Library/Entities/Tabs/TabVersions/TabVersionUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Threading; using System.Web; diff --git a/DNN Platform/Library/Entities/Tabs/TabWorkflowSettings.cs b/DNN Platform/Library/Entities/Tabs/TabWorkflowSettings.cs index 96c747c1fb1..75e2844e2b3 100644 --- a/DNN Platform/Library/Entities/Tabs/TabWorkflowSettings.cs +++ b/DNN Platform/Library/Entities/Tabs/TabWorkflowSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using DotNetNuke.Common; diff --git a/DNN Platform/Library/Entities/Tabs/TabWorkflowTracker.cs b/DNN Platform/Library/Entities/Tabs/TabWorkflowTracker.cs index dd3ec3420e5..e23bc2bea38 100644 --- a/DNN Platform/Library/Entities/Tabs/TabWorkflowTracker.cs +++ b/DNN Platform/Library/Entities/Tabs/TabWorkflowTracker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Content; diff --git a/DNN Platform/Library/Entities/Urls/ActionType.cs b/DNN Platform/Library/Entities/Urls/ActionType.cs index 8c491617e61..87125ad6301 100644 --- a/DNN Platform/Library/Entities/Urls/ActionType.cs +++ b/DNN Platform/Library/Entities/Urls/ActionType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public enum ActionType diff --git a/DNN Platform/Library/Entities/Urls/AdvancedFriendlyUrlProvider.cs b/DNN Platform/Library/Entities/Urls/AdvancedFriendlyUrlProvider.cs index d6febc71392..437669355f1 100644 --- a/DNN Platform/Library/Entities/Urls/AdvancedFriendlyUrlProvider.cs +++ b/DNN Platform/Library/Entities/Urls/AdvancedFriendlyUrlProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/AdvancedUrlRewriter.cs b/DNN Platform/Library/Entities/Urls/AdvancedUrlRewriter.cs index d1ca00ed79a..75df09cae53 100644 --- a/DNN Platform/Library/Entities/Urls/AdvancedUrlRewriter.cs +++ b/DNN Platform/Library/Entities/Urls/AdvancedUrlRewriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/BasicFriendlyUrlProvider.cs b/DNN Platform/Library/Entities/Urls/BasicFriendlyUrlProvider.cs index d24447534f3..df69647993f 100644 --- a/DNN Platform/Library/Entities/Urls/BasicFriendlyUrlProvider.cs +++ b/DNN Platform/Library/Entities/Urls/BasicFriendlyUrlProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/BrowserTypes.cs b/DNN Platform/Library/Entities/Urls/BrowserTypes.cs index bc1a7b3191c..6502564e9ee 100644 --- a/DNN Platform/Library/Entities/Urls/BrowserTypes.cs +++ b/DNN Platform/Library/Entities/Urls/BrowserTypes.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public enum BrowserTypes diff --git a/DNN Platform/Library/Entities/Urls/CacheController.cs b/DNN Platform/Library/Entities/Urls/CacheController.cs index 5ed87d189f3..a6c5926fd72 100644 --- a/DNN Platform/Library/Entities/Urls/CacheController.cs +++ b/DNN Platform/Library/Entities/Urls/CacheController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/CollectionExtensions.cs b/DNN Platform/Library/Entities/Urls/CollectionExtensions.cs index 6e2d6d47456..6226f1c2cb0 100644 --- a/DNN Platform/Library/Entities/Urls/CollectionExtensions.cs +++ b/DNN Platform/Library/Entities/Urls/CollectionExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Entities/Urls/Config/RewriterConfiguration.cs b/DNN Platform/Library/Entities/Urls/Config/RewriterConfiguration.cs index ea14000f71a..cef7994f5c7 100644 --- a/DNN Platform/Library/Entities/Urls/Config/RewriterConfiguration.cs +++ b/DNN Platform/Library/Entities/Urls/Config/RewriterConfiguration.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/Config/RewriterRule.cs b/DNN Platform/Library/Entities/Urls/Config/RewriterRule.cs index e5967cdf676..143c374fc53 100644 --- a/DNN Platform/Library/Entities/Urls/Config/RewriterRule.cs +++ b/DNN Platform/Library/Entities/Urls/Config/RewriterRule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/Config/RewriterRuleCollection.cs b/DNN Platform/Library/Entities/Urls/Config/RewriterRuleCollection.cs index a93d244041a..28c5f8300b5 100644 --- a/DNN Platform/Library/Entities/Urls/Config/RewriterRuleCollection.cs +++ b/DNN Platform/Library/Entities/Urls/Config/RewriterRuleCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/CustomUrlDictController.cs b/DNN Platform/Library/Entities/Urls/CustomUrlDictController.cs index 9d80daf51f3..71e8fe82349 100644 --- a/DNN Platform/Library/Entities/Urls/CustomUrlDictController.cs +++ b/DNN Platform/Library/Entities/Urls/CustomUrlDictController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/DNNPageForwardType.cs b/DNN Platform/Library/Entities/Urls/DNNPageForwardType.cs index 058a32d63b4..096724f45f8 100644 --- a/DNN Platform/Library/Entities/Urls/DNNPageForwardType.cs +++ b/DNN Platform/Library/Entities/Urls/DNNPageForwardType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public enum DNNPageForwardType diff --git a/DNN Platform/Library/Entities/Urls/DeletedTabHandlingType.cs b/DNN Platform/Library/Entities/Urls/DeletedTabHandlingType.cs index 1466ffe53e0..55831ce2a98 100644 --- a/DNN Platform/Library/Entities/Urls/DeletedTabHandlingType.cs +++ b/DNN Platform/Library/Entities/Urls/DeletedTabHandlingType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public enum DeletedTabHandlingType diff --git a/DNN Platform/Library/Entities/Urls/DupKeyCheck.cs b/DNN Platform/Library/Entities/Urls/DupKeyCheck.cs index f7d19cd7d6e..8b0c8b294d0 100644 --- a/DNN Platform/Library/Entities/Urls/DupKeyCheck.cs +++ b/DNN Platform/Library/Entities/Urls/DupKeyCheck.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { /// diff --git a/DNN Platform/Library/Entities/Urls/ExtensionUrlProvider.cs b/DNN Platform/Library/Entities/Urls/ExtensionUrlProvider.cs index 1da790170b5..a8b36914754 100644 --- a/DNN Platform/Library/Entities/Urls/ExtensionUrlProvider.cs +++ b/DNN Platform/Library/Entities/Urls/ExtensionUrlProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/ExtensionUrlProviderController.cs b/DNN Platform/Library/Entities/Urls/ExtensionUrlProviderController.cs index 47db7d5de1a..cb766cd09c4 100644 --- a/DNN Platform/Library/Entities/Urls/ExtensionUrlProviderController.cs +++ b/DNN Platform/Library/Entities/Urls/ExtensionUrlProviderController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/ExtensionUrlProviderInfo.cs b/DNN Platform/Library/Entities/Urls/ExtensionUrlProviderInfo.cs index 6045fba549e..a37642fbaaa 100644 --- a/DNN Platform/Library/Entities/Urls/ExtensionUrlProviderInfo.cs +++ b/DNN Platform/Library/Entities/Urls/ExtensionUrlProviderInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs b/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs index d4112d0d855..d6f58149acc 100644 --- a/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs +++ b/DNN Platform/Library/Entities/Urls/FriendlyUrlController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/FriendlyUrlOptions.cs b/DNN Platform/Library/Entities/Urls/FriendlyUrlOptions.cs index 1c1e923fb5e..c5625e2a878 100644 --- a/DNN Platform/Library/Entities/Urls/FriendlyUrlOptions.cs +++ b/DNN Platform/Library/Entities/Urls/FriendlyUrlOptions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/FriendlyUrlPathController.cs b/DNN Platform/Library/Entities/Urls/FriendlyUrlPathController.cs index eba4fe55cdd..ff216c695e9 100644 --- a/DNN Platform/Library/Entities/Urls/FriendlyUrlPathController.cs +++ b/DNN Platform/Library/Entities/Urls/FriendlyUrlPathController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/FriendlyUrlProviderBase.cs b/DNN Platform/Library/Entities/Urls/FriendlyUrlProviderBase.cs index 816c0723b47..0baccedb792 100644 --- a/DNN Platform/Library/Entities/Urls/FriendlyUrlProviderBase.cs +++ b/DNN Platform/Library/Entities/Urls/FriendlyUrlProviderBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/FriendlyUrlSettings.cs b/DNN Platform/Library/Entities/Urls/FriendlyUrlSettings.cs index 1c1f904ed7a..ed42e8524b6 100644 --- a/DNN Platform/Library/Entities/Urls/FriendlyUrlSettings.cs +++ b/DNN Platform/Library/Entities/Urls/FriendlyUrlSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/IExtensionUrlProviderSettingsControl.cs b/DNN Platform/Library/Entities/Urls/IExtensionUrlProviderSettingsControl.cs index 698cd87dd13..243744fe657 100644 --- a/DNN Platform/Library/Entities/Urls/IExtensionUrlProviderSettingsControl.cs +++ b/DNN Platform/Library/Entities/Urls/IExtensionUrlProviderSettingsControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Entities.Urls diff --git a/DNN Platform/Library/Entities/Urls/InternalAlias.cs b/DNN Platform/Library/Entities/Urls/InternalAlias.cs index 46cebdb5605..7a647dfb148 100644 --- a/DNN Platform/Library/Entities/Urls/InternalAlias.cs +++ b/DNN Platform/Library/Entities/Urls/InternalAlias.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Urls diff --git a/DNN Platform/Library/Entities/Urls/PageExtensionUsageType.cs b/DNN Platform/Library/Entities/Urls/PageExtensionUsageType.cs index 628128d3158..796aa422ecd 100644 --- a/DNN Platform/Library/Entities/Urls/PageExtensionUsageType.cs +++ b/DNN Platform/Library/Entities/Urls/PageExtensionUsageType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public enum PageExtensionUsageType diff --git a/DNN Platform/Library/Entities/Urls/PageIndexData.cs b/DNN Platform/Library/Entities/Urls/PageIndexData.cs index c096274da4b..aa564a20a26 100644 --- a/DNN Platform/Library/Entities/Urls/PageIndexData.cs +++ b/DNN Platform/Library/Entities/Urls/PageIndexData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Urls diff --git a/DNN Platform/Library/Entities/Urls/PageUsage.cs b/DNN Platform/Library/Entities/Urls/PageUsage.cs index c1e251e63c8..4adf5c4f967 100644 --- a/DNN Platform/Library/Entities/Urls/PageUsage.cs +++ b/DNN Platform/Library/Entities/Urls/PageUsage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public enum PageUsage diff --git a/DNN Platform/Library/Entities/Urls/PagingInfo.cs b/DNN Platform/Library/Entities/Urls/PagingInfo.cs index a6a0840c0a1..f1626a54da1 100644 --- a/DNN Platform/Library/Entities/Urls/PagingInfo.cs +++ b/DNN Platform/Library/Entities/Urls/PagingInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { /// diff --git a/DNN Platform/Library/Entities/Urls/ParameterRedirectAction.cs b/DNN Platform/Library/Entities/Urls/ParameterRedirectAction.cs index d7bb47817ac..d426ea2afc0 100644 --- a/DNN Platform/Library/Entities/Urls/ParameterRedirectAction.cs +++ b/DNN Platform/Library/Entities/Urls/ParameterRedirectAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Urls diff --git a/DNN Platform/Library/Entities/Urls/ParameterReplaceAction.cs b/DNN Platform/Library/Entities/Urls/ParameterReplaceAction.cs index 3b3b0b2bafd..4bdcaf8e25f 100644 --- a/DNN Platform/Library/Entities/Urls/ParameterReplaceAction.cs +++ b/DNN Platform/Library/Entities/Urls/ParameterReplaceAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Urls diff --git a/DNN Platform/Library/Entities/Urls/ParameterRewriteAction.cs b/DNN Platform/Library/Entities/Urls/ParameterRewriteAction.cs index ca3382e48b7..ec44cc83a6a 100644 --- a/DNN Platform/Library/Entities/Urls/ParameterRewriteAction.cs +++ b/DNN Platform/Library/Entities/Urls/ParameterRewriteAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Urls diff --git a/DNN Platform/Library/Entities/Urls/PathSizes.cs b/DNN Platform/Library/Entities/Urls/PathSizes.cs index fb210ce3f8b..344a14ccb13 100644 --- a/DNN Platform/Library/Entities/Urls/PathSizes.cs +++ b/DNN Platform/Library/Entities/Urls/PathSizes.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/RedirectController.cs b/DNN Platform/Library/Entities/Urls/RedirectController.cs index c4cc9a80600..8a91b468c76 100644 --- a/DNN Platform/Library/Entities/Urls/RedirectController.cs +++ b/DNN Platform/Library/Entities/Urls/RedirectController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/RedirectReason.cs b/DNN Platform/Library/Entities/Urls/RedirectReason.cs index 2f1f5757ac7..3cfa0812356 100644 --- a/DNN Platform/Library/Entities/Urls/RedirectReason.cs +++ b/DNN Platform/Library/Entities/Urls/RedirectReason.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public enum RedirectReason diff --git a/DNN Platform/Library/Entities/Urls/RedirectTokens.cs b/DNN Platform/Library/Entities/Urls/RedirectTokens.cs index 31ed68b3982..5b9a8c19f54 100644 --- a/DNN Platform/Library/Entities/Urls/RedirectTokens.cs +++ b/DNN Platform/Library/Entities/Urls/RedirectTokens.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Collections.Specialized; using System.Text.RegularExpressions; diff --git a/DNN Platform/Library/Entities/Urls/RewriteController.cs b/DNN Platform/Library/Entities/Urls/RewriteController.cs index 295c284959b..dad1a960982 100644 --- a/DNN Platform/Library/Entities/Urls/RewriteController.cs +++ b/DNN Platform/Library/Entities/Urls/RewriteController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/RewriterUtils.cs b/DNN Platform/Library/Entities/Urls/RewriterUtils.cs index f953254a4f3..8c77a0b77c5 100644 --- a/DNN Platform/Library/Entities/Urls/RewriterUtils.cs +++ b/DNN Platform/Library/Entities/Urls/RewriterUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/SaveUrlDto.cs b/DNN Platform/Library/Entities/Urls/SaveUrlDto.cs index 00d439fbfe7..e1de582c97d 100644 --- a/DNN Platform/Library/Entities/Urls/SaveUrlDto.cs +++ b/DNN Platform/Library/Entities/Urls/SaveUrlDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Urls diff --git a/DNN Platform/Library/Entities/Urls/StateBoolean.cs b/DNN Platform/Library/Entities/Urls/StateBoolean.cs index 097b098ade3..ca43670ac5a 100644 --- a/DNN Platform/Library/Entities/Urls/StateBoolean.cs +++ b/DNN Platform/Library/Entities/Urls/StateBoolean.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public enum StateBoolean diff --git a/DNN Platform/Library/Entities/Urls/StringLengthComparer.cs b/DNN Platform/Library/Entities/Urls/StringLengthComparer.cs index b9c3ec83e8f..9098b37966f 100644 --- a/DNN Platform/Library/Entities/Urls/StringLengthComparer.cs +++ b/DNN Platform/Library/Entities/Urls/StringLengthComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Urls/TabIndexController.cs b/DNN Platform/Library/Entities/Urls/TabIndexController.cs index fc2553beb55..4fe66783c67 100644 --- a/DNN Platform/Library/Entities/Urls/TabIndexController.cs +++ b/DNN Platform/Library/Entities/Urls/TabIndexController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/TabPathController.cs b/DNN Platform/Library/Entities/Urls/TabPathController.cs index a83c4855cb1..e87767a4a5d 100644 --- a/DNN Platform/Library/Entities/Urls/TabPathController.cs +++ b/DNN Platform/Library/Entities/Urls/TabPathController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/UrlAction.cs b/DNN Platform/Library/Entities/Urls/UrlAction.cs index 99b8a187c54..95ca6916e6b 100644 --- a/DNN Platform/Library/Entities/Urls/UrlAction.cs +++ b/DNN Platform/Library/Entities/Urls/UrlAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/UrlEnumHelpers.cs b/DNN Platform/Library/Entities/Urls/UrlEnumHelpers.cs index 82ae0bcf2ac..4ab59a4ccba 100644 --- a/DNN Platform/Library/Entities/Urls/UrlEnumHelpers.cs +++ b/DNN Platform/Library/Entities/Urls/UrlEnumHelpers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public class UrlEnumHelpers diff --git a/DNN Platform/Library/Entities/Urls/UrlEnums.cs b/DNN Platform/Library/Entities/Urls/UrlEnums.cs index d42309cec40..407e138873f 100644 --- a/DNN Platform/Library/Entities/Urls/UrlEnums.cs +++ b/DNN Platform/Library/Entities/Urls/UrlEnums.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { internal static class UrlEnums diff --git a/DNN Platform/Library/Entities/Urls/UrlFormatType.cs b/DNN Platform/Library/Entities/Urls/UrlFormatType.cs index 55e9f58496a..005ef3fbb92 100644 --- a/DNN Platform/Library/Entities/Urls/UrlFormatType.cs +++ b/DNN Platform/Library/Entities/Urls/UrlFormatType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public enum UrlFormatType diff --git a/DNN Platform/Library/Entities/Urls/UrlProcessType.cs b/DNN Platform/Library/Entities/Urls/UrlProcessType.cs index d081243eeee..aadf3dbf2e0 100644 --- a/DNN Platform/Library/Entities/Urls/UrlProcessType.cs +++ b/DNN Platform/Library/Entities/Urls/UrlProcessType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Urls { public enum UrlProcessType diff --git a/DNN Platform/Library/Entities/Urls/UrlRewriterBase.cs b/DNN Platform/Library/Entities/Urls/UrlRewriterBase.cs index cb788600349..783b7384ee3 100644 --- a/DNN Platform/Library/Entities/Urls/UrlRewriterBase.cs +++ b/DNN Platform/Library/Entities/Urls/UrlRewriterBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/UrlRewriterUtils.cs b/DNN Platform/Library/Entities/Urls/UrlRewriterUtils.cs index 3fa024f37dc..47a1c286d4d 100644 --- a/DNN Platform/Library/Entities/Urls/UrlRewriterUtils.cs +++ b/DNN Platform/Library/Entities/Urls/UrlRewriterUtils.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Urls/XmlHelpers.cs b/DNN Platform/Library/Entities/Urls/XmlHelpers.cs index 73b6c486fff..92007d8fa6a 100644 --- a/DNN Platform/Library/Entities/Urls/XmlHelpers.cs +++ b/DNN Platform/Library/Entities/Urls/XmlHelpers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Entities/Users/Exceptions/InvalidVerificationCodeException.cs b/DNN Platform/Library/Entities/Users/Exceptions/InvalidVerificationCodeException.cs index 8091ad61d10..9732fbe8f22 100644 --- a/DNN Platform/Library/Entities/Users/Exceptions/InvalidVerificationCodeException.cs +++ b/DNN Platform/Library/Entities/Users/Exceptions/InvalidVerificationCodeException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Entities/Users/Exceptions/UserAlreadyVerifiedException.cs b/DNN Platform/Library/Entities/Users/Exceptions/UserAlreadyVerifiedException.cs index f0557d85fc8..88b4a6b1987 100644 --- a/DNN Platform/Library/Entities/Users/Exceptions/UserAlreadyVerifiedException.cs +++ b/DNN Platform/Library/Entities/Users/Exceptions/UserAlreadyVerifiedException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Entities/Users/Exceptions/UserDoesNotExistException.cs b/DNN Platform/Library/Entities/Users/Exceptions/UserDoesNotExistException.cs index 39d1b9fb754..ab582a8f969 100644 --- a/DNN Platform/Library/Entities/Users/Exceptions/UserDoesNotExistException.cs +++ b/DNN Platform/Library/Entities/Users/Exceptions/UserDoesNotExistException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Entities/Users/IFollowerEventHandlers.cs b/DNN Platform/Library/Entities/Users/IFollowerEventHandlers.cs index 71256e08cb5..267b3048cb4 100644 --- a/DNN Platform/Library/Entities/Users/IFollowerEventHandlers.cs +++ b/DNN Platform/Library/Entities/Users/IFollowerEventHandlers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Users { public interface IFollowerEventHandlers diff --git a/DNN Platform/Library/Entities/Users/IFriendshipEventHandlers.cs b/DNN Platform/Library/Entities/Users/IFriendshipEventHandlers.cs index 19405b85ab5..08a4a9177f4 100644 --- a/DNN Platform/Library/Entities/Users/IFriendshipEventHandlers.cs +++ b/DNN Platform/Library/Entities/Users/IFriendshipEventHandlers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Users; namespace DotNetNuke.Entities.Friends diff --git a/DNN Platform/Library/Entities/Users/IUserController.cs b/DNN Platform/Library/Entities/Users/IUserController.cs index 50a7f97f0bb..fd16221586b 100644 --- a/DNN Platform/Library/Entities/Users/IUserController.cs +++ b/DNN Platform/Library/Entities/Users/IUserController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Entities.Users diff --git a/DNN Platform/Library/Entities/Users/IUserEventHandlers.cs b/DNN Platform/Library/Entities/Users/IUserEventHandlers.cs index a0c1197dc11..2d53aa74a47 100644 --- a/DNN Platform/Library/Entities/Users/IUserEventHandlers.cs +++ b/DNN Platform/Library/Entities/Users/IUserEventHandlers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Users { public interface IUserEventHandlers diff --git a/DNN Platform/Library/Entities/Users/Membership/MembershipPasswordController.cs b/DNN Platform/Library/Entities/Users/Membership/MembershipPasswordController.cs index f425c34cecd..f5ffd97c16d 100644 --- a/DNN Platform/Library/Entities/Users/Membership/MembershipPasswordController.cs +++ b/DNN Platform/Library/Entities/Users/Membership/MembershipPasswordController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Entities/Users/Membership/MembershipPasswordSettings.cs b/DNN Platform/Library/Entities/Users/Membership/MembershipPasswordSettings.cs index f4251f81924..8e80d8d1a97 100644 --- a/DNN Platform/Library/Entities/Users/Membership/MembershipPasswordSettings.cs +++ b/DNN Platform/Library/Entities/Users/Membership/MembershipPasswordSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.Security; diff --git a/DNN Platform/Library/Entities/Users/Membership/MembershipPropertyAccess.cs b/DNN Platform/Library/Entities/Users/Membership/MembershipPropertyAccess.cs index b84ee3b268c..f5700d9b33d 100644 --- a/DNN Platform/Library/Entities/Users/Membership/MembershipPropertyAccess.cs +++ b/DNN Platform/Library/Entities/Users/Membership/MembershipPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Membership/PasswordHistory.cs b/DNN Platform/Library/Entities/Users/Membership/PasswordHistory.cs index a34ee8f7c89..e53e47e1739 100644 --- a/DNN Platform/Library/Entities/Users/Membership/PasswordHistory.cs +++ b/DNN Platform/Library/Entities/Users/Membership/PasswordHistory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using System; using System.Data; diff --git a/DNN Platform/Library/Entities/Users/Membership/UserMembership.cs b/DNN Platform/Library/Entities/Users/Membership/UserMembership.cs index 587e598ad7a..1abc4e98dac 100644 --- a/DNN Platform/Library/Entities/Users/Membership/UserMembership.cs +++ b/DNN Platform/Library/Entities/Users/Membership/UserMembership.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Profile/ProfilePropertyAccess.cs b/DNN Platform/Library/Entities/Users/Profile/ProfilePropertyAccess.cs index 328ee235ffb..29eb6cfb2dd 100644 --- a/DNN Platform/Library/Entities/Users/Profile/ProfilePropertyAccess.cs +++ b/DNN Platform/Library/Entities/Users/Profile/ProfilePropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Profile/UserProfile.cs b/DNN Platform/Library/Entities/Users/Profile/UserProfile.cs index 32ee934b159..813bac662e1 100644 --- a/DNN Platform/Library/Entities/Users/Profile/UserProfile.cs +++ b/DNN Platform/Library/Entities/Users/Profile/UserProfile.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Internal; #region Usings diff --git a/DNN Platform/Library/Entities/Users/RelationshipEventArgs.cs b/DNN Platform/Library/Entities/Users/RelationshipEventArgs.cs index a216b7f6e3a..7ef435820f5 100644 --- a/DNN Platform/Library/Entities/Users/RelationshipEventArgs.cs +++ b/DNN Platform/Library/Entities/Users/RelationshipEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Services.Description; using DotNetNuke.Entities.Users.Social; using System; diff --git a/DNN Platform/Library/Entities/Users/Social/Data/DataService.cs b/DNN Platform/Library/Entities/Users/Social/Data/DataService.cs index cabc28233f1..2b13c2817d2 100644 --- a/DNN Platform/Library/Entities/Users/Social/Data/DataService.cs +++ b/DNN Platform/Library/Entities/Users/Social/Data/DataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/Data/IDataService.cs b/DNN Platform/Library/Entities/Users/Social/Data/IDataService.cs index 563e76651bd..85e31b8cd06 100644 --- a/DNN Platform/Library/Entities/Users/Social/Data/IDataService.cs +++ b/DNN Platform/Library/Entities/Users/Social/Data/IDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/DefaultRelationshipTypes.cs b/DNN Platform/Library/Entities/Users/Social/DefaultRelationshipTypes.cs index 19d09bbeeb3..7c5ad6a995a 100644 --- a/DNN Platform/Library/Entities/Users/Social/DefaultRelationshipTypes.cs +++ b/DNN Platform/Library/Entities/Users/Social/DefaultRelationshipTypes.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/Exceptions/InvalidRelationshipTypeException.cs b/DNN Platform/Library/Entities/Users/Social/Exceptions/InvalidRelationshipTypeException.cs index 632044e1e43..09a87fcada6 100644 --- a/DNN Platform/Library/Entities/Users/Social/Exceptions/InvalidRelationshipTypeException.cs +++ b/DNN Platform/Library/Entities/Users/Social/Exceptions/InvalidRelationshipTypeException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipBlockedException.cs b/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipBlockedException.cs index b92a04c277e..f46d5819cdc 100644 --- a/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipBlockedException.cs +++ b/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipBlockedException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipDoesNotExistException.cs b/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipDoesNotExistException.cs index 3fb57d68615..065d8668ac3 100644 --- a/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipDoesNotExistException.cs +++ b/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipDoesNotExistException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipExistsException.cs b/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipExistsException.cs index 2f61bb284d2..3df1dc03814 100644 --- a/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipExistsException.cs +++ b/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipExistsException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipForDifferentPortalException.cs b/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipForDifferentPortalException.cs index f5177af1a10..16bef6f9b1f 100644 --- a/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipForDifferentPortalException.cs +++ b/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipForDifferentPortalException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipForSameUsersException.cs b/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipForSameUsersException.cs index 308966c3b6c..cbc094e8fba 100644 --- a/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipForSameUsersException.cs +++ b/DNN Platform/Library/Entities/Users/Social/Exceptions/UserRelationshipForSameUsersException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Entities/Users/Social/FollowersController.cs b/DNN Platform/Library/Entities/Users/Social/FollowersController.cs index f08c99a7bbd..814115a4b1e 100644 --- a/DNN Platform/Library/Entities/Users/Social/FollowersController.cs +++ b/DNN Platform/Library/Entities/Users/Social/FollowersController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/FollowersControllerImpl.cs b/DNN Platform/Library/Entities/Users/Social/FollowersControllerImpl.cs index 1b0e6164a4a..8311caa93aa 100644 --- a/DNN Platform/Library/Entities/Users/Social/FollowersControllerImpl.cs +++ b/DNN Platform/Library/Entities/Users/Social/FollowersControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Library/Entities/Users/Social/FriendsController.cs b/DNN Platform/Library/Entities/Users/Social/FriendsController.cs index f0a4ee6fa5f..6186dbeac30 100644 --- a/DNN Platform/Library/Entities/Users/Social/FriendsController.cs +++ b/DNN Platform/Library/Entities/Users/Social/FriendsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/FriendsControllerImpl.cs b/DNN Platform/Library/Entities/Users/Social/FriendsControllerImpl.cs index 209a7bafcef..625e9113a74 100644 --- a/DNN Platform/Library/Entities/Users/Social/FriendsControllerImpl.cs +++ b/DNN Platform/Library/Entities/Users/Social/FriendsControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Library/Entities/Users/Social/IFollowersController.cs b/DNN Platform/Library/Entities/Users/Social/IFollowersController.cs index c6ea02c0c90..d2a2b52e129 100644 --- a/DNN Platform/Library/Entities/Users/Social/IFollowersController.cs +++ b/DNN Platform/Library/Entities/Users/Social/IFollowersController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Users.Social { public interface IFollowersController diff --git a/DNN Platform/Library/Entities/Users/Social/IFriendsController.cs b/DNN Platform/Library/Entities/Users/Social/IFriendsController.cs index 78987bad61d..f14285b51fb 100644 --- a/DNN Platform/Library/Entities/Users/Social/IFriendsController.cs +++ b/DNN Platform/Library/Entities/Users/Social/IFriendsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Users.Social { public interface IFriendsController diff --git a/DNN Platform/Library/Entities/Users/Social/IRelationshipController.cs b/DNN Platform/Library/Entities/Users/Social/IRelationshipController.cs index ce66b8604d1..3b65ce0baaa 100644 --- a/DNN Platform/Library/Entities/Users/Social/IRelationshipController.cs +++ b/DNN Platform/Library/Entities/Users/Social/IRelationshipController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Entities.Users.Social diff --git a/DNN Platform/Library/Entities/Users/Social/Relationship.cs b/DNN Platform/Library/Entities/Users/Social/Relationship.cs index 9d14437e051..6b9eca6ee62 100644 --- a/DNN Platform/Library/Entities/Users/Social/Relationship.cs +++ b/DNN Platform/Library/Entities/Users/Social/Relationship.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/RelationshipController.cs b/DNN Platform/Library/Entities/Users/Social/RelationshipController.cs index f9678bc2ef4..5ea943111c4 100644 --- a/DNN Platform/Library/Entities/Users/Social/RelationshipController.cs +++ b/DNN Platform/Library/Entities/Users/Social/RelationshipController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/RelationshipControllerImpl.cs b/DNN Platform/Library/Entities/Users/Social/RelationshipControllerImpl.cs index ab99e3208d5..b89a6c64803 100644 --- a/DNN Platform/Library/Entities/Users/Social/RelationshipControllerImpl.cs +++ b/DNN Platform/Library/Entities/Users/Social/RelationshipControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/RelationshipDirection.cs b/DNN Platform/Library/Entities/Users/Social/RelationshipDirection.cs index 99cda327b95..208748f9682 100644 --- a/DNN Platform/Library/Entities/Users/Social/RelationshipDirection.cs +++ b/DNN Platform/Library/Entities/Users/Social/RelationshipDirection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/RelationshipStatus.cs b/DNN Platform/Library/Entities/Users/Social/RelationshipStatus.cs index ceb169dee48..0fa29b5319c 100644 --- a/DNN Platform/Library/Entities/Users/Social/RelationshipStatus.cs +++ b/DNN Platform/Library/Entities/Users/Social/RelationshipStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/RelationshipType.cs b/DNN Platform/Library/Entities/Users/Social/RelationshipType.cs index 41d61fbbd93..8334c94dbc4 100644 --- a/DNN Platform/Library/Entities/Users/Social/RelationshipType.cs +++ b/DNN Platform/Library/Entities/Users/Social/RelationshipType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/UserRelationship.cs b/DNN Platform/Library/Entities/Users/Social/UserRelationship.cs index 014dbee1ca7..fc63ddebe7f 100644 --- a/DNN Platform/Library/Entities/Users/Social/UserRelationship.cs +++ b/DNN Platform/Library/Entities/Users/Social/UserRelationship.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/UserRelationshipPreference.cs b/DNN Platform/Library/Entities/Users/Social/UserRelationshipPreference.cs index 99e090afb41..4d87634a964 100644 --- a/DNN Platform/Library/Entities/Users/Social/UserRelationshipPreference.cs +++ b/DNN Platform/Library/Entities/Users/Social/UserRelationshipPreference.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Social/UserSocial.cs b/DNN Platform/Library/Entities/Users/Social/UserSocial.cs index 27702b34d78..66be62dcc42 100644 --- a/DNN Platform/Library/Entities/Users/Social/UserSocial.cs +++ b/DNN Platform/Library/Entities/Users/Social/UserSocial.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/UpdateUserEventArgs.cs b/DNN Platform/Library/Entities/Users/UpdateUserEventArgs.cs index 13aea1eb6e2..427850f6bac 100644 --- a/DNN Platform/Library/Entities/Users/UpdateUserEventArgs.cs +++ b/DNN Platform/Library/Entities/Users/UpdateUserEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Users diff --git a/DNN Platform/Library/Entities/Users/UserController.cs b/DNN Platform/Library/Entities/Users/UserController.cs index c3e774574f2..fedfe666a4d 100644 --- a/DNN Platform/Library/Entities/Users/UserController.cs +++ b/DNN Platform/Library/Entities/Users/UserController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Collections.Internal; using DotNetNuke.Common; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Entities/Users/UserEventArgs.cs b/DNN Platform/Library/Entities/Users/UserEventArgs.cs index 0eab44e40d5..8a3c6c6f4e7 100644 --- a/DNN Platform/Library/Entities/Users/UserEventArgs.cs +++ b/DNN Platform/Library/Entities/Users/UserEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Entities.Users diff --git a/DNN Platform/Library/Entities/Users/UserEventHandlers.cs b/DNN Platform/Library/Entities/Users/UserEventHandlers.cs index ad4b028cfe7..a93efe1e9af 100644 --- a/DNN Platform/Library/Entities/Users/UserEventHandlers.cs +++ b/DNN Platform/Library/Entities/Users/UserEventHandlers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.ComponentModel.Composition; using System.Globalization; using DotNetNuke.Services.Mail; diff --git a/DNN Platform/Library/Entities/Users/UserInfo.cs b/DNN Platform/Library/Entities/Users/UserInfo.cs index 9547a6385b4..d702549dfb8 100644 --- a/DNN Platform/Library/Entities/Users/UserInfo.cs +++ b/DNN Platform/Library/Entities/Users/UserInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/UserRegistrationEmailNotifier.cs b/DNN Platform/Library/Entities/Users/UserRegistrationEmailNotifier.cs index ba0cd505821..091ea1902cb 100644 --- a/DNN Platform/Library/Entities/Users/UserRegistrationEmailNotifier.cs +++ b/DNN Platform/Library/Entities/Users/UserRegistrationEmailNotifier.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Entities/Users/UserRoleInfo.cs b/DNN Platform/Library/Entities/Users/UserRoleInfo.cs index 80e78b7b1f8..fb87e263b2a 100644 --- a/DNN Platform/Library/Entities/Users/UserRoleInfo.cs +++ b/DNN Platform/Library/Entities/Users/UserRoleInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; diff --git a/DNN Platform/Library/Entities/Users/UserVisibilityMode.cs b/DNN Platform/Library/Entities/Users/UserVisibilityMode.cs index d849928730b..663558ec467 100644 --- a/DNN Platform/Library/Entities/Users/UserVisibilityMode.cs +++ b/DNN Platform/Library/Entities/Users/UserVisibilityMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Entities.Users { public enum UserVisibilityMode diff --git a/DNN Platform/Library/Entities/Users/Users Online/AnonymousUserInfo.cs b/DNN Platform/Library/Entities/Users/Users Online/AnonymousUserInfo.cs index 60e8b61856f..32cc14b5e74 100644 --- a/DNN Platform/Library/Entities/Users/Users Online/AnonymousUserInfo.cs +++ b/DNN Platform/Library/Entities/Users/Users Online/AnonymousUserInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Users Online/BaseUserInfo.cs b/DNN Platform/Library/Entities/Users/Users Online/BaseUserInfo.cs index e8ba9f312b3..980862479c9 100644 --- a/DNN Platform/Library/Entities/Users/Users Online/BaseUserInfo.cs +++ b/DNN Platform/Library/Entities/Users/Users Online/BaseUserInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Users Online/OnlineUserInfo.cs b/DNN Platform/Library/Entities/Users/Users Online/OnlineUserInfo.cs index dd4bd492911..f5afe78ebd0 100644 --- a/DNN Platform/Library/Entities/Users/Users Online/OnlineUserInfo.cs +++ b/DNN Platform/Library/Entities/Users/Users Online/OnlineUserInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Users Online/PurgeUsersOnline.cs b/DNN Platform/Library/Entities/Users/Users Online/PurgeUsersOnline.cs index 488ab523fc6..a3c3309df51 100644 --- a/DNN Platform/Library/Entities/Users/Users Online/PurgeUsersOnline.cs +++ b/DNN Platform/Library/Entities/Users/Users Online/PurgeUsersOnline.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Entities/Users/Users Online/UserOnlineController.cs b/DNN Platform/Library/Entities/Users/Users Online/UserOnlineController.cs index 6c558a0ec43..3e99219099f 100644 --- a/DNN Platform/Library/Entities/Users/Users Online/UserOnlineController.cs +++ b/DNN Platform/Library/Entities/Users/Users Online/UserOnlineController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/ExtensionPoints/ContextMenuItemExtensionControl.cs b/DNN Platform/Library/ExtensionPoints/ContextMenuItemExtensionControl.cs index 44ec0a3bb38..7ef64c05c1d 100644 --- a/DNN Platform/Library/ExtensionPoints/ContextMenuItemExtensionControl.cs +++ b/DNN Platform/Library/ExtensionPoints/ContextMenuItemExtensionControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/ExtensionPoints/DefaultExtensionControl.cs b/DNN Platform/Library/ExtensionPoints/DefaultExtensionControl.cs index 2a171a78a3f..56b1f2b3fee 100644 --- a/DNN Platform/Library/ExtensionPoints/DefaultExtensionControl.cs +++ b/DNN Platform/Library/ExtensionPoints/DefaultExtensionControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.ComponentModel; using System.Web.UI; using System.Web.UI.WebControls; diff --git a/DNN Platform/Library/ExtensionPoints/EditPagePanelExtensionControl.cs b/DNN Platform/Library/ExtensionPoints/EditPagePanelExtensionControl.cs index a24e4fe7e42..0032808b93a 100644 --- a/DNN Platform/Library/ExtensionPoints/EditPagePanelExtensionControl.cs +++ b/DNN Platform/Library/ExtensionPoints/EditPagePanelExtensionControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; using System.IO; diff --git a/DNN Platform/Library/ExtensionPoints/EditPageTabExtensionControl.cs b/DNN Platform/Library/ExtensionPoints/EditPageTabExtensionControl.cs index e58a4aebce1..d349dc383d3 100644 --- a/DNN Platform/Library/ExtensionPoints/EditPageTabExtensionControl.cs +++ b/DNN Platform/Library/ExtensionPoints/EditPageTabExtensionControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; using System.IO; diff --git a/DNN Platform/Library/ExtensionPoints/ExportClientScriptAttribute.cs b/DNN Platform/Library/ExtensionPoints/ExportClientScriptAttribute.cs index c6e91115357..7bb3445bcfb 100644 --- a/DNN Platform/Library/ExtensionPoints/ExportClientScriptAttribute.cs +++ b/DNN Platform/Library/ExtensionPoints/ExportClientScriptAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ExtensionPoints { using System.ComponentModel.Composition; diff --git a/DNN Platform/Library/ExtensionPoints/ExtensionPointManager.cs b/DNN Platform/Library/ExtensionPoints/ExtensionPointManager.cs index c9708a0cba7..c45cf5e58ed 100644 --- a/DNN Platform/Library/ExtensionPoints/ExtensionPointManager.cs +++ b/DNN Platform/Library/ExtensionPoints/ExtensionPointManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/DNN Platform/Library/ExtensionPoints/Filters/CompositeFilter.cs b/DNN Platform/Library/ExtensionPoints/Filters/CompositeFilter.cs index 9ef5184c71d..845cadca52d 100644 --- a/DNN Platform/Library/ExtensionPoints/Filters/CompositeFilter.cs +++ b/DNN Platform/Library/ExtensionPoints/Filters/CompositeFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/ExtensionPoints/Filters/FilterByHostMenu.cs b/DNN Platform/Library/ExtensionPoints/Filters/FilterByHostMenu.cs index 2a2d63e037b..1e9eba3d46d 100644 --- a/DNN Platform/Library/ExtensionPoints/Filters/FilterByHostMenu.cs +++ b/DNN Platform/Library/ExtensionPoints/Filters/FilterByHostMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ExtensionPoints.Filters { public class FilterByHostMenu : IExtensionPointFilter diff --git a/DNN Platform/Library/ExtensionPoints/Filters/FilterByUnauthenticated.cs b/DNN Platform/Library/ExtensionPoints/Filters/FilterByUnauthenticated.cs index fbcf1bdf01c..e4b8c3c2e0d 100644 --- a/DNN Platform/Library/ExtensionPoints/Filters/FilterByUnauthenticated.cs +++ b/DNN Platform/Library/ExtensionPoints/Filters/FilterByUnauthenticated.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ExtensionPoints.Filters { public class FilterByUnauthenticated : IExtensionPointFilter diff --git a/DNN Platform/Library/ExtensionPoints/Filters/IExtensionPointFilter.cs b/DNN Platform/Library/ExtensionPoints/Filters/IExtensionPointFilter.cs index 5a63314e47b..8395fe8bb55 100644 --- a/DNN Platform/Library/ExtensionPoints/Filters/IExtensionPointFilter.cs +++ b/DNN Platform/Library/ExtensionPoints/Filters/IExtensionPointFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ExtensionPoints.Filters { public interface IExtensionPointFilter diff --git a/DNN Platform/Library/ExtensionPoints/Filters/NoFilter.cs b/DNN Platform/Library/ExtensionPoints/Filters/NoFilter.cs index 3e03b1c1712..09f124f397e 100644 --- a/DNN Platform/Library/ExtensionPoints/Filters/NoFilter.cs +++ b/DNN Platform/Library/ExtensionPoints/Filters/NoFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ExtensionPoints.Filters { public class NoFilter : IExtensionPointFilter diff --git a/DNN Platform/Library/ExtensionPoints/IContextMenuItemExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IContextMenuItemExtensionPoint.cs index 6f93f08f82c..1bd5bb69f4f 100644 --- a/DNN Platform/Library/ExtensionPoints/IContextMenuItemExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IContextMenuItemExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ExtensionPoints { public interface IContextMenuItemExtensionPoint : IExtensionPoint diff --git a/DNN Platform/Library/ExtensionPoints/IEditPagePanelControlActions.cs b/DNN Platform/Library/ExtensionPoints/IEditPagePanelControlActions.cs index 496c771388e..030a8d5c4f3 100644 --- a/DNN Platform/Library/ExtensionPoints/IEditPagePanelControlActions.cs +++ b/DNN Platform/Library/ExtensionPoints/IEditPagePanelControlActions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/IEditPagePanelExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IEditPagePanelExtensionPoint.cs index 3aec699cf3a..c9e5c2a8c81 100644 --- a/DNN Platform/Library/ExtensionPoints/IEditPagePanelExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IEditPagePanelExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/IEditPageTabControlActions.cs b/DNN Platform/Library/ExtensionPoints/IEditPageTabControlActions.cs index e1b08475c79..831ce907791 100644 --- a/DNN Platform/Library/ExtensionPoints/IEditPageTabControlActions.cs +++ b/DNN Platform/Library/ExtensionPoints/IEditPageTabControlActions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/IEditPageTabExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IEditPageTabExtensionPoint.cs index f195eb8451c..b1c80fdcc5f 100644 --- a/DNN Platform/Library/ExtensionPoints/IEditPageTabExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IEditPageTabExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/IExtensionControlRenderer.cs b/DNN Platform/Library/ExtensionPoints/IExtensionControlRenderer.cs index 5278c8e8b6f..87c1cd1a4a0 100644 --- a/DNN Platform/Library/ExtensionPoints/IExtensionControlRenderer.cs +++ b/DNN Platform/Library/ExtensionPoints/IExtensionControlRenderer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/IExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IExtensionPoint.cs index 6ee26f3299b..bab528a9d37 100644 --- a/DNN Platform/Library/ExtensionPoints/IExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ExtensionPoints { public interface IExtensionPoint diff --git a/DNN Platform/Library/ExtensionPoints/IExtensionPointData.cs b/DNN Platform/Library/ExtensionPoints/IExtensionPointData.cs index b098c76117b..6efc9d45d3e 100644 --- a/DNN Platform/Library/ExtensionPoints/IExtensionPointData.cs +++ b/DNN Platform/Library/ExtensionPoints/IExtensionPointData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.ComponentModel; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/IGridColumnExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IGridColumnExtensionPoint.cs index aedb25413b7..1a1b8041731 100644 --- a/DNN Platform/Library/ExtensionPoints/IGridColumnExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IGridColumnExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.UI.WebControls; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/IMenuButtonItemExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IMenuButtonItemExtensionPoint.cs index 916a62b8a1e..74cd186d5e5 100644 --- a/DNN Platform/Library/ExtensionPoints/IMenuButtonItemExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IMenuButtonItemExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/IMenuItemExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IMenuItemExtensionPoint.cs index 24445043243..754d47339e1 100644 --- a/DNN Platform/Library/ExtensionPoints/IMenuItemExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IMenuItemExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ExtensionPoints { public interface IMenuItemExtensionPoint : IExtensionPoint diff --git a/DNN Platform/Library/ExtensionPoints/IScriptItemExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IScriptItemExtensionPoint.cs index 00ffd1b90b1..41d11b5b543 100644 --- a/DNN Platform/Library/ExtensionPoints/IScriptItemExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IScriptItemExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.ExtensionPoints { public interface IScriptItemExtensionPoint : IExtensionPoint diff --git a/DNN Platform/Library/ExtensionPoints/IToolBarButtonExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IToolBarButtonExtensionPoint.cs index 5a1fb4ddddb..f8cbcd78c03 100644 --- a/DNN Platform/Library/ExtensionPoints/IToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.UI.Modules; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/IToolBarMenuButtonExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IToolBarMenuButtonExtensionPoint.cs index 2cab2ce0e0c..3b99b8df0e1 100644 --- a/DNN Platform/Library/ExtensionPoints/IToolBarMenuButtonExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IToolBarMenuButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/ExtensionPoints/IUserControlActions.cs b/DNN Platform/Library/ExtensionPoints/IUserControlActions.cs index 5ee567c5628..a04b943f023 100644 --- a/DNN Platform/Library/ExtensionPoints/IUserControlActions.cs +++ b/DNN Platform/Library/ExtensionPoints/IUserControlActions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/IUserControlExtensionPoint.cs b/DNN Platform/Library/ExtensionPoints/IUserControlExtensionPoint.cs index a2775a67568..d15c57261b1 100644 --- a/DNN Platform/Library/ExtensionPoints/IUserControlExtensionPoint.cs +++ b/DNN Platform/Library/ExtensionPoints/IUserControlExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.ExtensionPoints diff --git a/DNN Platform/Library/ExtensionPoints/SafeDirectoryCatalog.cs b/DNN Platform/Library/ExtensionPoints/SafeDirectoryCatalog.cs index 4fd026f747e..e23ded423f8 100644 --- a/DNN Platform/Library/ExtensionPoints/SafeDirectoryCatalog.cs +++ b/DNN Platform/Library/ExtensionPoints/SafeDirectoryCatalog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition.Hosting; using System.ComponentModel.Composition.Primitives; diff --git a/DNN Platform/Library/ExtensionPoints/ToolBarButtonExtensionControl.cs b/DNN Platform/Library/ExtensionPoints/ToolBarButtonExtensionControl.cs index 11acafceab7..c9c00c7a27f 100644 --- a/DNN Platform/Library/ExtensionPoints/ToolBarButtonExtensionControl.cs +++ b/DNN Platform/Library/ExtensionPoints/ToolBarButtonExtensionControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.ComponentModel; using System.Text; using System.Web; diff --git a/DNN Platform/Library/ExtensionPoints/ToolBarButtonRenderer.cs b/DNN Platform/Library/ExtensionPoints/ToolBarButtonRenderer.cs index 3afc019494c..2f013fa9c8e 100644 --- a/DNN Platform/Library/ExtensionPoints/ToolBarButtonRenderer.cs +++ b/DNN Platform/Library/ExtensionPoints/ToolBarButtonRenderer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text; using DotNetNuke.Common; diff --git a/DNN Platform/Library/ExtensionPoints/ToolBarMenuButtonRenderer.cs b/DNN Platform/Library/ExtensionPoints/ToolBarMenuButtonRenderer.cs index 41a7da674cd..4f7d85435a2 100644 --- a/DNN Platform/Library/ExtensionPoints/ToolBarMenuButtonRenderer.cs +++ b/DNN Platform/Library/ExtensionPoints/ToolBarMenuButtonRenderer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text; using System.Web; diff --git a/DNN Platform/Library/ExtensionPoints/UserControlExtensionControl.cs b/DNN Platform/Library/ExtensionPoints/UserControlExtensionControl.cs index e4ae27858d9..79a118d8d74 100644 --- a/DNN Platform/Library/ExtensionPoints/UserControlExtensionControl.cs +++ b/DNN Platform/Library/ExtensionPoints/UserControlExtensionControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; using System.IO; diff --git a/DNN Platform/Library/Framework/AJAX.cs b/DNN Platform/Library/Framework/AJAX.cs index 74299ba2282..efbaebc64d1 100644 --- a/DNN Platform/Library/Framework/AJAX.cs +++ b/DNN Platform/Library/Framework/AJAX.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Framework/BaseHttpHandler.cs b/DNN Platform/Library/Framework/BaseHttpHandler.cs index f523b582e7c..24fdf49b49f 100644 --- a/DNN Platform/Library/Framework/BaseHttpHandler.cs +++ b/DNN Platform/Library/Framework/BaseHttpHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Framework/CDefault.cs b/DNN Platform/Library/Framework/CDefault.cs index e54fa5a9dcf..2c0b2b0503f 100644 --- a/DNN Platform/Library/Framework/CDefault.cs +++ b/DNN Platform/Library/Framework/CDefault.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Framework/CachePageStatePersister.cs b/DNN Platform/Library/Framework/CachePageStatePersister.cs index a0f524eeb5d..19695b8c8e9 100644 --- a/DNN Platform/Library/Framework/CachePageStatePersister.cs +++ b/DNN Platform/Library/Framework/CachePageStatePersister.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Framework/DiskPageStatePersister.cs b/DNN Platform/Library/Framework/DiskPageStatePersister.cs index 135f60ea9a0..f6b597e4688 100644 --- a/DNN Platform/Library/Framework/DiskPageStatePersister.cs +++ b/DNN Platform/Library/Framework/DiskPageStatePersister.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.IO; diff --git a/DNN Platform/Library/Framework/IServiceFrameworkInternals.cs b/DNN Platform/Library/Framework/IServiceFrameworkInternals.cs index edc0d3f2431..e2b126cc699 100644 --- a/DNN Platform/Library/Framework/IServiceFrameworkInternals.cs +++ b/DNN Platform/Library/Framework/IServiceFrameworkInternals.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; diff --git a/DNN Platform/Library/Framework/IServicesFramework.cs b/DNN Platform/Library/Framework/IServicesFramework.cs index 04334aeeeee..4da82dddd4b 100644 --- a/DNN Platform/Library/Framework/IServicesFramework.cs +++ b/DNN Platform/Library/Framework/IServicesFramework.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Framework diff --git a/DNN Platform/Library/Framework/JavaScriptLibraries/CommonJS.cs b/DNN Platform/Library/Framework/JavaScriptLibraries/CommonJS.cs index 603d2023907..b58b7d7155d 100644 --- a/DNN Platform/Library/Framework/JavaScriptLibraries/CommonJS.cs +++ b/DNN Platform/Library/Framework/JavaScriptLibraries/CommonJS.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Framework.JavaScriptLibraries { /// diff --git a/DNN Platform/Library/Framework/JavaScriptLibraries/IJavaScriptLibraryController.cs b/DNN Platform/Library/Framework/JavaScriptLibraries/IJavaScriptLibraryController.cs index 6a818e0981b..d36a7c8f2c5 100644 --- a/DNN Platform/Library/Framework/JavaScriptLibraries/IJavaScriptLibraryController.cs +++ b/DNN Platform/Library/Framework/JavaScriptLibraries/IJavaScriptLibraryController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScript.cs b/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScript.cs index 7ba84e21a2d..db186d7f500 100644 --- a/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScript.cs +++ b/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScript.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScriptLibrary.cs b/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScriptLibrary.cs index 0719e72503b..2f844fb0f10 100644 --- a/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScriptLibrary.cs +++ b/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScriptLibrary.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Xml; using System.Xml.Schema; diff --git a/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScriptLibraryController.cs b/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScriptLibraryController.cs index e4650b213ed..f1f0e90ef9c 100644 --- a/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScriptLibraryController.cs +++ b/DNN Platform/Library/Framework/JavaScriptLibraries/JavaScriptLibraryController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Framework/JavaScriptLibraries/ScriptLocation.cs b/DNN Platform/Library/Framework/JavaScriptLibraries/ScriptLocation.cs index f0599810ec4..5793714dc71 100644 --- a/DNN Platform/Library/Framework/JavaScriptLibraries/ScriptLocation.cs +++ b/DNN Platform/Library/Framework/JavaScriptLibraries/ScriptLocation.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Framework.JavaScriptLibraries { /// diff --git a/DNN Platform/Library/Framework/JavaScriptLibraries/SpecificVersion.cs b/DNN Platform/Library/Framework/JavaScriptLibraries/SpecificVersion.cs index f8a6d5a7656..5780fa17592 100644 --- a/DNN Platform/Library/Framework/JavaScriptLibraries/SpecificVersion.cs +++ b/DNN Platform/Library/Framework/JavaScriptLibraries/SpecificVersion.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Framework.JavaScriptLibraries { /// diff --git a/DNN Platform/Library/Framework/PageBase.cs b/DNN Platform/Library/Framework/PageBase.cs index d0e844037f8..fa2d8df0d9d 100644 --- a/DNN Platform/Library/Framework/PageBase.cs +++ b/DNN Platform/Library/Framework/PageBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Framework/Providers/Provider.cs b/DNN Platform/Library/Framework/Providers/Provider.cs index a8ec5d64247..7f46cda3d3d 100644 --- a/DNN Platform/Library/Framework/Providers/Provider.cs +++ b/DNN Platform/Library/Framework/Providers/Provider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Specialized; diff --git a/DNN Platform/Library/Framework/Providers/ProviderConfiguration.cs b/DNN Platform/Library/Framework/Providers/ProviderConfiguration.cs index be704e9da55..850cdb61af7 100644 --- a/DNN Platform/Library/Framework/Providers/ProviderConfiguration.cs +++ b/DNN Platform/Library/Framework/Providers/ProviderConfiguration.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Framework/Providers/ProviderConfigurationHandler.cs b/DNN Platform/Library/Framework/Providers/ProviderConfigurationHandler.cs index fbcab82c8be..fb46fe97f1d 100644 --- a/DNN Platform/Library/Framework/Providers/ProviderConfigurationHandler.cs +++ b/DNN Platform/Library/Framework/Providers/ProviderConfigurationHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Framework/Reflection.cs b/DNN Platform/Library/Framework/Reflection.cs index 14896b75fee..a4bb101396e 100644 --- a/DNN Platform/Library/Framework/Reflection.cs +++ b/DNN Platform/Library/Framework/Reflection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Framework/Reflections/AssemblyWrapper.cs b/DNN Platform/Library/Framework/Reflections/AssemblyWrapper.cs index d429aa8782d..be906dfe15b 100644 --- a/DNN Platform/Library/Framework/Reflections/AssemblyWrapper.cs +++ b/DNN Platform/Library/Framework/Reflections/AssemblyWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; diff --git a/DNN Platform/Library/Framework/Reflections/IAssembly.cs b/DNN Platform/Library/Framework/Reflections/IAssembly.cs index 169df2fcfa4..be51193ca4f 100644 --- a/DNN Platform/Library/Framework/Reflections/IAssembly.cs +++ b/DNN Platform/Library/Framework/Reflections/IAssembly.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Framework.Internal.Reflection diff --git a/DNN Platform/Library/Framework/Reflections/IAssemblyLocator.cs b/DNN Platform/Library/Framework/Reflections/IAssemblyLocator.cs index 9f9e56c92ae..aa9e79a03a5 100644 --- a/DNN Platform/Library/Framework/Reflections/IAssemblyLocator.cs +++ b/DNN Platform/Library/Framework/Reflections/IAssemblyLocator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Framework.Internal.Reflection diff --git a/DNN Platform/Library/Framework/Reflections/ITypeLocator.cs b/DNN Platform/Library/Framework/Reflections/ITypeLocator.cs index 5b7a64801ce..e22836160c4 100644 --- a/DNN Platform/Library/Framework/Reflections/ITypeLocator.cs +++ b/DNN Platform/Library/Framework/Reflections/ITypeLocator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Framework/Reflections/TypeLocator.cs b/DNN Platform/Library/Framework/Reflections/TypeLocator.cs index 9e35deba7b7..9e67a05140b 100644 --- a/DNN Platform/Library/Framework/Reflections/TypeLocator.cs +++ b/DNN Platform/Library/Framework/Reflections/TypeLocator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Framework/SecurityPolicy.cs b/DNN Platform/Library/Framework/SecurityPolicy.cs index 017ede1b039..e82116b2eb6 100644 --- a/DNN Platform/Library/Framework/SecurityPolicy.cs +++ b/DNN Platform/Library/Framework/SecurityPolicy.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Framework/ServiceLocator.cs b/DNN Platform/Library/Framework/ServiceLocator.cs index 6be0281a44f..74905bab794 100644 --- a/DNN Platform/Library/Framework/ServiceLocator.cs +++ b/DNN Platform/Library/Framework/ServiceLocator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Framework diff --git a/DNN Platform/Library/Framework/ServicesFramework.cs b/DNN Platform/Library/Framework/ServicesFramework.cs index ae38881b2e7..e769370a3ec 100644 --- a/DNN Platform/Library/Framework/ServicesFramework.cs +++ b/DNN Platform/Library/Framework/ServicesFramework.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.ComponentModel; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/Library/Framework/ServicesFrameworkImpl.cs b/DNN Platform/Library/Framework/ServicesFrameworkImpl.cs index e901890beb3..84f160aae30 100644 --- a/DNN Platform/Library/Framework/ServicesFrameworkImpl.cs +++ b/DNN Platform/Library/Framework/ServicesFrameworkImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Web.Helpers; diff --git a/DNN Platform/Library/Framework/ServicesFrameworkInternal.cs b/DNN Platform/Library/Framework/ServicesFrameworkInternal.cs index 8008bd2bb0d..0dbb01b31e2 100644 --- a/DNN Platform/Library/Framework/ServicesFrameworkInternal.cs +++ b/DNN Platform/Library/Framework/ServicesFrameworkInternal.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Framework diff --git a/DNN Platform/Library/Framework/UserControlBase.cs b/DNN Platform/Library/Framework/UserControlBase.cs index c76e5724281..5942cbe32ff 100644 --- a/DNN Platform/Library/Framework/UserControlBase.cs +++ b/DNN Platform/Library/Framework/UserControlBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.ComponentModel; diff --git a/DNN Platform/Library/Framework/jQuery.cs b/DNN Platform/Library/Framework/jQuery.cs index fc6184ae084..d643e87728c 100644 --- a/DNN Platform/Library/Framework/jQuery.cs +++ b/DNN Platform/Library/Framework/jQuery.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Modules/HtmlEditorProvider.cs b/DNN Platform/Library/Modules/HtmlEditorProvider.cs index db55355a4a6..2b3689da594 100644 --- a/DNN Platform/Library/Modules/HtmlEditorProvider.cs +++ b/DNN Platform/Library/Modules/HtmlEditorProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Modules/NavigationProvider.cs b/DNN Platform/Library/Modules/NavigationProvider.cs index e420c88c4f5..db151b8d463 100644 --- a/DNN Platform/Library/Modules/NavigationProvider.cs +++ b/DNN Platform/Library/Modules/NavigationProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Modules/SearchInput/SearchInputController.cs b/DNN Platform/Library/Modules/SearchInput/SearchInputController.cs index b61ca8f3bae..b9cc8f71914 100644 --- a/DNN Platform/Library/Modules/SearchInput/SearchInputController.cs +++ b/DNN Platform/Library/Modules/SearchInput/SearchInputController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Modules/SearchInput/SearchResultsModuleInfo.cs b/DNN Platform/Library/Modules/SearchInput/SearchResultsModuleInfo.cs index 468adbde6ae..dfabe58102a 100644 --- a/DNN Platform/Library/Modules/SearchInput/SearchResultsModuleInfo.cs +++ b/DNN Platform/Library/Modules/SearchInput/SearchResultsModuleInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.SearchInput { public class SearchResultsModuleInfo diff --git a/DNN Platform/Library/Obsolete/CBO.cs b/DNN Platform/Library/Obsolete/CBO.cs index 0f1b3518be5..9d54f63ebf5 100644 --- a/DNN Platform/Library/Obsolete/CBO.cs +++ b/DNN Platform/Library/Obsolete/CBO.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Obsolete/IModuleController.cs b/DNN Platform/Library/Obsolete/IModuleController.cs index 2353c82cf20..24515ede579 100644 --- a/DNN Platform/Library/Obsolete/IModuleController.cs +++ b/DNN Platform/Library/Obsolete/IModuleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/IPortalAliasController.cs b/DNN Platform/Library/Obsolete/IPortalAliasController.cs index 6b72ee360ec..b5c8335a5da 100644 --- a/DNN Platform/Library/Obsolete/IPortalAliasController.cs +++ b/DNN Platform/Library/Obsolete/IPortalAliasController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/IPortalSettings.cs b/DNN Platform/Library/Obsolete/IPortalSettings.cs index 845feae34bb..1e536a2b527 100644 --- a/DNN Platform/Library/Obsolete/IPortalSettings.cs +++ b/DNN Platform/Library/Obsolete/IPortalSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/IRoleController.cs b/DNN Platform/Library/Obsolete/IRoleController.cs index 42bbf47269d..c4637b9f689 100644 --- a/DNN Platform/Library/Obsolete/IRoleController.cs +++ b/DNN Platform/Library/Obsolete/IRoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/ITabController.cs b/DNN Platform/Library/Obsolete/ITabController.cs index 758d1229af0..7505c2851a7 100644 --- a/DNN Platform/Library/Obsolete/ITabController.cs +++ b/DNN Platform/Library/Obsolete/ITabController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/IUserController.cs b/DNN Platform/Library/Obsolete/IUserController.cs index 504b4f6d29f..4f48abefb4c 100644 --- a/DNN Platform/Library/Obsolete/IUserController.cs +++ b/DNN Platform/Library/Obsolete/IUserController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/LogController.cs b/DNN Platform/Library/Obsolete/LogController.cs index adb908d8bc9..6740de935c7 100644 --- a/DNN Platform/Library/Obsolete/LogController.cs +++ b/DNN Platform/Library/Obsolete/LogController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Obsolete/ModuleController.cs b/DNN Platform/Library/Obsolete/ModuleController.cs index 9af3534369d..e9f5923a502 100644 --- a/DNN Platform/Library/Obsolete/ModuleController.cs +++ b/DNN Platform/Library/Obsolete/ModuleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Obsolete/PortalAliasController.cs b/DNN Platform/Library/Obsolete/PortalAliasController.cs index c564c3940db..a438e4d0048 100644 --- a/DNN Platform/Library/Obsolete/PortalAliasController.cs +++ b/DNN Platform/Library/Obsolete/PortalAliasController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.ComponentModel; #region Usings diff --git a/DNN Platform/Library/Obsolete/PortalController.cs b/DNN Platform/Library/Obsolete/PortalController.cs index 00fe7d8c19d..0202028212a 100644 --- a/DNN Platform/Library/Obsolete/PortalController.cs +++ b/DNN Platform/Library/Obsolete/PortalController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.ComponentModel; using System.IO; diff --git a/DNN Platform/Library/Obsolete/PortalSettings.cs b/DNN Platform/Library/Obsolete/PortalSettings.cs index 86165531121..7cbbe680fd6 100644 --- a/DNN Platform/Library/Obsolete/PortalSettings.cs +++ b/DNN Platform/Library/Obsolete/PortalSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Obsolete/PortalTemplateIOImpl.cs b/DNN Platform/Library/Obsolete/PortalTemplateIOImpl.cs index af7aa1bb789..4ac89b29b8d 100644 --- a/DNN Platform/Library/Obsolete/PortalTemplateIOImpl.cs +++ b/DNN Platform/Library/Obsolete/PortalTemplateIOImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/RoleController.cs b/DNN Platform/Library/Obsolete/RoleController.cs index 68aadde6778..17e393c6423 100644 --- a/DNN Platform/Library/Obsolete/RoleController.cs +++ b/DNN Platform/Library/Obsolete/RoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/TabController.cs b/DNN Platform/Library/Obsolete/TabController.cs index 0515487e0f7..08f788139f1 100644 --- a/DNN Platform/Library/Obsolete/TabController.cs +++ b/DNN Platform/Library/Obsolete/TabController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Obsolete/TestableModuleController.cs b/DNN Platform/Library/Obsolete/TestableModuleController.cs index fd8f3a2a309..88140f4b2e6 100644 --- a/DNN Platform/Library/Obsolete/TestableModuleController.cs +++ b/DNN Platform/Library/Obsolete/TestableModuleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; using System.Reflection; diff --git a/DNN Platform/Library/Obsolete/TestablePortalAliasController.cs b/DNN Platform/Library/Obsolete/TestablePortalAliasController.cs index 00dbed98a58..ee87b1b8fe5 100644 --- a/DNN Platform/Library/Obsolete/TestablePortalAliasController.cs +++ b/DNN Platform/Library/Obsolete/TestablePortalAliasController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/TestablePortalController.cs b/DNN Platform/Library/Obsolete/TestablePortalController.cs index 6aa9089b917..e1c03601ff2 100644 --- a/DNN Platform/Library/Obsolete/TestablePortalController.cs +++ b/DNN Platform/Library/Obsolete/TestablePortalController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/TestablePortalSettings.cs b/DNN Platform/Library/Obsolete/TestablePortalSettings.cs index b14b917c531..55965ab39c7 100644 --- a/DNN Platform/Library/Obsolete/TestablePortalSettings.cs +++ b/DNN Platform/Library/Obsolete/TestablePortalSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/TestableRoleController.cs b/DNN Platform/Library/Obsolete/TestableRoleController.cs index 511bf5bc53e..1ac2b95b8e9 100644 --- a/DNN Platform/Library/Obsolete/TestableRoleController.cs +++ b/DNN Platform/Library/Obsolete/TestableRoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/TestableTabController.cs b/DNN Platform/Library/Obsolete/TestableTabController.cs index ebe874fd203..c08cd98fe25 100644 --- a/DNN Platform/Library/Obsolete/TestableTabController.cs +++ b/DNN Platform/Library/Obsolete/TestableTabController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Obsolete/TestableUserController.cs b/DNN Platform/Library/Obsolete/TestableUserController.cs index a94da004910..fec928ba92b 100644 --- a/DNN Platform/Library/Obsolete/TestableUserController.cs +++ b/DNN Platform/Library/Obsolete/TestableUserController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Obsolete/UserController.cs b/DNN Platform/Library/Obsolete/UserController.cs index e0ea2fa30d8..6427a1e3d31 100644 --- a/DNN Platform/Library/Obsolete/UserController.cs +++ b/DNN Platform/Library/Obsolete/UserController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.ComponentModel; diff --git a/DNN Platform/Library/Properties/AssemblyInfo.cs b/DNN Platform/Library/Properties/AssemblyInfo.cs index 1367198c9b2..769b29ea9a3 100644 --- a/DNN Platform/Library/Properties/AssemblyInfo.cs +++ b/DNN Platform/Library/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Cookies/AuthCookieController.cs b/DNN Platform/Library/Security/Cookies/AuthCookieController.cs index 9c441222632..823b5dfbbde 100644 --- a/DNN Platform/Library/Security/Cookies/AuthCookieController.cs +++ b/DNN Platform/Library/Security/Cookies/AuthCookieController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Caching; using System.Web.Security; diff --git a/DNN Platform/Library/Security/Cookies/IAuthCookieController.cs b/DNN Platform/Library/Security/Cookies/IAuthCookieController.cs index 53fafe05626..7100c72f3fd 100644 --- a/DNN Platform/Library/Security/Cookies/IAuthCookieController.cs +++ b/DNN Platform/Library/Security/Cookies/IAuthCookieController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Security.Cookies diff --git a/DNN Platform/Library/Security/Cookies/PersistedAuthCookie.cs b/DNN Platform/Library/Security/Cookies/PersistedAuthCookie.cs index afee9f96475..cdf54df539e 100644 --- a/DNN Platform/Library/Security/Cookies/PersistedAuthCookie.cs +++ b/DNN Platform/Library/Security/Cookies/PersistedAuthCookie.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Security/FIPSCompliant.cs b/DNN Platform/Library/Security/FIPSCompliant.cs index ade9fee665d..0e664058459 100644 --- a/DNN Platform/Library/Security/FIPSCompliant.cs +++ b/DNN Platform/Library/Security/FIPSCompliant.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Security.Cryptography; diff --git a/DNN Platform/Library/Security/Membership/AspNetMembershipProvider.cs b/DNN Platform/Library/Security/Membership/AspNetMembershipProvider.cs index a711606a237..48ae898c023 100644 --- a/DNN Platform/Library/Security/Membership/AspNetMembershipProvider.cs +++ b/DNN Platform/Library/Security/Membership/AspNetMembershipProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common; diff --git a/DNN Platform/Library/Security/Membership/MembershipProvider.cs b/DNN Platform/Library/Security/Membership/MembershipProvider.cs index 626c1293f2e..bcff199520a 100644 --- a/DNN Platform/Library/Security/Membership/MembershipProvider.cs +++ b/DNN Platform/Library/Security/Membership/MembershipProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Membership/MembershipProviderConfig.cs b/DNN Platform/Library/Security/Membership/MembershipProviderConfig.cs index 07b14e89e90..1544957ef85 100644 --- a/DNN Platform/Library/Security/Membership/MembershipProviderConfig.cs +++ b/DNN Platform/Library/Security/Membership/MembershipProviderConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.ComponentModel; diff --git a/DNN Platform/Library/Security/Membership/PasswordConfig.cs b/DNN Platform/Library/Security/Membership/PasswordConfig.cs index 16c21f5d597..42655b1bb1f 100644 --- a/DNN Platform/Library/Security/Membership/PasswordConfig.cs +++ b/DNN Platform/Library/Security/Membership/PasswordConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.ComponentModel; diff --git a/DNN Platform/Library/Security/Membership/PasswordFormat.cs b/DNN Platform/Library/Security/Membership/PasswordFormat.cs index b31a1b07ce3..7fa11129fca 100644 --- a/DNN Platform/Library/Security/Membership/PasswordFormat.cs +++ b/DNN Platform/Library/Security/Membership/PasswordFormat.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Security.Membership { public enum PasswordFormat diff --git a/DNN Platform/Library/Security/Membership/PasswordUpdateStatus.cs b/DNN Platform/Library/Security/Membership/PasswordUpdateStatus.cs index dfae92c84c0..676f2e6f5ff 100644 --- a/DNN Platform/Library/Security/Membership/PasswordUpdateStatus.cs +++ b/DNN Platform/Library/Security/Membership/PasswordUpdateStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Security.Membership { public enum PasswordUpdateStatus diff --git a/DNN Platform/Library/Security/Membership/UserCreateStatus.cs b/DNN Platform/Library/Security/Membership/UserCreateStatus.cs index 91fd0e5fcf1..76acc2a0663 100644 --- a/DNN Platform/Library/Security/Membership/UserCreateStatus.cs +++ b/DNN Platform/Library/Security/Membership/UserCreateStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Security.Membership { public enum UserCreateStatus diff --git a/DNN Platform/Library/Security/Membership/UserLoginStatus.cs b/DNN Platform/Library/Security/Membership/UserLoginStatus.cs index 9de1b03f58a..382407337c9 100644 --- a/DNN Platform/Library/Security/Membership/UserLoginStatus.cs +++ b/DNN Platform/Library/Security/Membership/UserLoginStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Security.Membership { public enum UserLoginStatus diff --git a/DNN Platform/Library/Security/Membership/UserRegistrationStatus.cs b/DNN Platform/Library/Security/Membership/UserRegistrationStatus.cs index 314c3457b15..47f2703d993 100644 --- a/DNN Platform/Library/Security/Membership/UserRegistrationStatus.cs +++ b/DNN Platform/Library/Security/Membership/UserRegistrationStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Security.Membership { public enum UserRegistrationStatus diff --git a/DNN Platform/Library/Security/Membership/UserValidStatus.cs b/DNN Platform/Library/Security/Membership/UserValidStatus.cs index 73a72cce5f1..e570e3dddb4 100644 --- a/DNN Platform/Library/Security/Membership/UserValidStatus.cs +++ b/DNN Platform/Library/Security/Membership/UserValidStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Security.Membership { public enum UserValidStatus diff --git a/DNN Platform/Library/Security/Permissions/CompareDesktopModulePermissions.cs b/DNN Platform/Library/Security/Permissions/CompareDesktopModulePermissions.cs index 4382bad402d..c485306af6b 100644 --- a/DNN Platform/Library/Security/Permissions/CompareDesktopModulePermissions.cs +++ b/DNN Platform/Library/Security/Permissions/CompareDesktopModulePermissions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Security/Permissions/CompareFolderPermissions.cs b/DNN Platform/Library/Security/Permissions/CompareFolderPermissions.cs index 03583ea4756..0fd0ec0eca9 100644 --- a/DNN Platform/Library/Security/Permissions/CompareFolderPermissions.cs +++ b/DNN Platform/Library/Security/Permissions/CompareFolderPermissions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Security/Permissions/CompareModulePermissions.cs b/DNN Platform/Library/Security/Permissions/CompareModulePermissions.cs index 89e61729720..7d438119445 100644 --- a/DNN Platform/Library/Security/Permissions/CompareModulePermissions.cs +++ b/DNN Platform/Library/Security/Permissions/CompareModulePermissions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Security/Permissions/CompareTabPermissions.cs b/DNN Platform/Library/Security/Permissions/CompareTabPermissions.cs index 968b299a607..5326448593c 100644 --- a/DNN Platform/Library/Security/Permissions/CompareTabPermissions.cs +++ b/DNN Platform/Library/Security/Permissions/CompareTabPermissions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Security/Permissions/Controls/DesktopModulePermissionsGrid.cs b/DNN Platform/Library/Security/Permissions/Controls/DesktopModulePermissionsGrid.cs index 58e63da916e..9f223a605ce 100644 --- a/DNN Platform/Library/Security/Permissions/Controls/DesktopModulePermissionsGrid.cs +++ b/DNN Platform/Library/Security/Permissions/Controls/DesktopModulePermissionsGrid.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/Controls/FolderPermissionsGrid.cs b/DNN Platform/Library/Security/Permissions/Controls/FolderPermissionsGrid.cs index d1333c058ba..922b934dce2 100644 --- a/DNN Platform/Library/Security/Permissions/Controls/FolderPermissionsGrid.cs +++ b/DNN Platform/Library/Security/Permissions/Controls/FolderPermissionsGrid.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/Controls/ModulePermissionsGrid.cs b/DNN Platform/Library/Security/Permissions/Controls/ModulePermissionsGrid.cs index 812d0acf65d..e78198541a3 100644 --- a/DNN Platform/Library/Security/Permissions/Controls/ModulePermissionsGrid.cs +++ b/DNN Platform/Library/Security/Permissions/Controls/ModulePermissionsGrid.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/Controls/PermissionsGrid.cs b/DNN Platform/Library/Security/Permissions/Controls/PermissionsGrid.cs index 9858d083061..79b30f3e7bc 100644 --- a/DNN Platform/Library/Security/Permissions/Controls/PermissionsGrid.cs +++ b/DNN Platform/Library/Security/Permissions/Controls/PermissionsGrid.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/Controls/TabPermissionsGrid.cs b/DNN Platform/Library/Security/Permissions/Controls/TabPermissionsGrid.cs index a6c5c58bcb5..c82a373b906 100644 --- a/DNN Platform/Library/Security/Permissions/Controls/TabPermissionsGrid.cs +++ b/DNN Platform/Library/Security/Permissions/Controls/TabPermissionsGrid.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/CorePermissionProvider.cs b/DNN Platform/Library/Security/Permissions/CorePermissionProvider.cs index 2fd1d6aacf3..d02541153f1 100644 --- a/DNN Platform/Library/Security/Permissions/CorePermissionProvider.cs +++ b/DNN Platform/Library/Security/Permissions/CorePermissionProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Security.Permissions { public class CorePermissionProvider : PermissionProvider diff --git a/DNN Platform/Library/Security/Permissions/DesktopModulePermissionCollection.cs b/DNN Platform/Library/Security/Permissions/DesktopModulePermissionCollection.cs index 263e10f2495..1eee2229fd3 100644 --- a/DNN Platform/Library/Security/Permissions/DesktopModulePermissionCollection.cs +++ b/DNN Platform/Library/Security/Permissions/DesktopModulePermissionCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/DesktopModulePermissionController.cs b/DNN Platform/Library/Security/Permissions/DesktopModulePermissionController.cs index 39d74e38dec..cd6ca49fb53 100644 --- a/DNN Platform/Library/Security/Permissions/DesktopModulePermissionController.cs +++ b/DNN Platform/Library/Security/Permissions/DesktopModulePermissionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/DesktopModulePermissionInfo.cs b/DNN Platform/Library/Security/Permissions/DesktopModulePermissionInfo.cs index c20ce7f58f4..4b841bb5b19 100644 --- a/DNN Platform/Library/Security/Permissions/DesktopModulePermissionInfo.cs +++ b/DNN Platform/Library/Security/Permissions/DesktopModulePermissionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/FolderPermissionCollection.cs b/DNN Platform/Library/Security/Permissions/FolderPermissionCollection.cs index c5f463cb1a3..daf3ff074c3 100644 --- a/DNN Platform/Library/Security/Permissions/FolderPermissionCollection.cs +++ b/DNN Platform/Library/Security/Permissions/FolderPermissionCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/FolderPermissionController.cs b/DNN Platform/Library/Security/Permissions/FolderPermissionController.cs index 2b87fcf7c69..b68ebbc9723 100644 --- a/DNN Platform/Library/Security/Permissions/FolderPermissionController.cs +++ b/DNN Platform/Library/Security/Permissions/FolderPermissionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/FolderPermissionInfo.cs b/DNN Platform/Library/Security/Permissions/FolderPermissionInfo.cs index 0878d5a2fd8..53d89e95bab 100644 --- a/DNN Platform/Library/Security/Permissions/FolderPermissionInfo.cs +++ b/DNN Platform/Library/Security/Permissions/FolderPermissionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/IFolderPermissionController.cs b/DNN Platform/Library/Security/Permissions/IFolderPermissionController.cs index 5b3c19f3590..af1c6720f3f 100644 --- a/DNN Platform/Library/Security/Permissions/IFolderPermissionController.cs +++ b/DNN Platform/Library/Security/Permissions/IFolderPermissionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.FileSystem; namespace DotNetNuke.Security.Permissions diff --git a/DNN Platform/Library/Security/Permissions/ModulePermissionCollection.cs b/DNN Platform/Library/Security/Permissions/ModulePermissionCollection.cs index e01c3e2b162..d10af6e3f25 100644 --- a/DNN Platform/Library/Security/Permissions/ModulePermissionCollection.cs +++ b/DNN Platform/Library/Security/Permissions/ModulePermissionCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/ModulePermissionController.cs b/DNN Platform/Library/Security/Permissions/ModulePermissionController.cs index 0545989249d..69dc8cc50a9 100644 --- a/DNN Platform/Library/Security/Permissions/ModulePermissionController.cs +++ b/DNN Platform/Library/Security/Permissions/ModulePermissionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/ModulePermissionInfo.cs b/DNN Platform/Library/Security/Permissions/ModulePermissionInfo.cs index 8f744a075f9..f5f07b9363c 100644 --- a/DNN Platform/Library/Security/Permissions/ModulePermissionInfo.cs +++ b/DNN Platform/Library/Security/Permissions/ModulePermissionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/PermissionController.cs b/DNN Platform/Library/Security/Permissions/PermissionController.cs index 5284e5bb8bf..ef7e392fad0 100644 --- a/DNN Platform/Library/Security/Permissions/PermissionController.cs +++ b/DNN Platform/Library/Security/Permissions/PermissionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/PermissionInfo.cs b/DNN Platform/Library/Security/Permissions/PermissionInfo.cs index ba9fe343dc5..d7eecff95c2 100644 --- a/DNN Platform/Library/Security/Permissions/PermissionInfo.cs +++ b/DNN Platform/Library/Security/Permissions/PermissionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/PermissionInfoBase.cs b/DNN Platform/Library/Security/Permissions/PermissionInfoBase.cs index 0cc8e2fab84..74ca875dc7f 100644 --- a/DNN Platform/Library/Security/Permissions/PermissionInfoBase.cs +++ b/DNN Platform/Library/Security/Permissions/PermissionInfoBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/PermissionProvider.cs b/DNN Platform/Library/Security/Permissions/PermissionProvider.cs index e36c92447f8..30e68d2166d 100644 --- a/DNN Platform/Library/Security/Permissions/PermissionProvider.cs +++ b/DNN Platform/Library/Security/Permissions/PermissionProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/TabPermissionCollection.cs b/DNN Platform/Library/Security/Permissions/TabPermissionCollection.cs index 0cd782cdf15..72eede6331a 100644 --- a/DNN Platform/Library/Security/Permissions/TabPermissionCollection.cs +++ b/DNN Platform/Library/Security/Permissions/TabPermissionCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/TabPermissionController.cs b/DNN Platform/Library/Security/Permissions/TabPermissionController.cs index e0b44ae6006..93137c00cad 100644 --- a/DNN Platform/Library/Security/Permissions/TabPermissionController.cs +++ b/DNN Platform/Library/Security/Permissions/TabPermissionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Permissions/TabPermissionInfo.cs b/DNN Platform/Library/Security/Permissions/TabPermissionInfo.cs index 137a82e10ef..b2d2fed4251 100644 --- a/DNN Platform/Library/Security/Permissions/TabPermissionInfo.cs +++ b/DNN Platform/Library/Security/Permissions/TabPermissionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/PortalSecurity.cs b/DNN Platform/Library/Security/PortalSecurity.cs index 3b5c709f73a..b923b465f49 100644 --- a/DNN Platform/Library/Security/PortalSecurity.cs +++ b/DNN Platform/Library/Security/PortalSecurity.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Profile/DNNProfileProvider.cs b/DNN Platform/Library/Security/Profile/DNNProfileProvider.cs index 210f3c49694..ffacf6ea236 100644 --- a/DNN Platform/Library/Security/Profile/DNNProfileProvider.cs +++ b/DNN Platform/Library/Security/Profile/DNNProfileProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Profile/ProfileProvider.cs b/DNN Platform/Library/Security/Profile/ProfileProvider.cs index be9e968650f..b02ef09bb25 100644 --- a/DNN Platform/Library/Security/Profile/ProfileProvider.cs +++ b/DNN Platform/Library/Security/Profile/ProfileProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.ComponentModel; diff --git a/DNN Platform/Library/Security/Profile/ProfileProviderConfig.cs b/DNN Platform/Library/Security/Profile/ProfileProviderConfig.cs index efe1b0fe595..b6027c188e6 100644 --- a/DNN Platform/Library/Security/Profile/ProfileProviderConfig.cs +++ b/DNN Platform/Library/Security/Profile/ProfileProviderConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.ComponentModel; diff --git a/DNN Platform/Library/Security/RegistrationSettings.cs b/DNN Platform/Library/Security/RegistrationSettings.cs index 6d190aa4aac..808b79be873 100644 --- a/DNN Platform/Library/Security/RegistrationSettings.cs +++ b/DNN Platform/Library/Security/RegistrationSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Common; using DotNetNuke.Collections; diff --git a/DNN Platform/Library/Security/Roles/DNNRoleProvider.cs b/DNN Platform/Library/Security/Roles/DNNRoleProvider.cs index 68bb0182d36..903e97661c9 100644 --- a/DNN Platform/Library/Security/Roles/DNNRoleProvider.cs +++ b/DNN Platform/Library/Security/Roles/DNNRoleProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Roles/IRoleController.cs b/DNN Platform/Library/Security/Roles/IRoleController.cs index 8db5830b4ab..d39497fc173 100644 --- a/DNN Platform/Library/Security/Roles/IRoleController.cs +++ b/DNN Platform/Library/Security/Roles/IRoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Security/Roles/IRoleEventHandlers.cs b/DNN Platform/Library/Security/Roles/IRoleEventHandlers.cs index c0e898f8145..6ce85d15132 100644 --- a/DNN Platform/Library/Security/Roles/IRoleEventHandlers.cs +++ b/DNN Platform/Library/Security/Roles/IRoleEventHandlers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Security.Roles { public interface IRoleEventHandlers diff --git a/DNN Platform/Library/Security/Roles/RoleComparer.cs b/DNN Platform/Library/Security/Roles/RoleComparer.cs index 1b1c3ab7086..0822abbe0a9 100644 --- a/DNN Platform/Library/Security/Roles/RoleComparer.cs +++ b/DNN Platform/Library/Security/Roles/RoleComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Security/Roles/RoleController.cs b/DNN Platform/Library/Security/Roles/RoleController.cs index a1c8306a5e0..314719ea84f 100644 --- a/DNN Platform/Library/Security/Roles/RoleController.cs +++ b/DNN Platform/Library/Security/Roles/RoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Security/Roles/RoleEventArgs.cs b/DNN Platform/Library/Security/Roles/RoleEventArgs.cs index e014910bc2f..df4e7df8522 100644 --- a/DNN Platform/Library/Security/Roles/RoleEventArgs.cs +++ b/DNN Platform/Library/Security/Roles/RoleEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Security/Roles/RoleGroupInfo.cs b/DNN Platform/Library/Security/Roles/RoleGroupInfo.cs index 713d66c79c0..023bd131ec9 100644 --- a/DNN Platform/Library/Security/Roles/RoleGroupInfo.cs +++ b/DNN Platform/Library/Security/Roles/RoleGroupInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Roles/RoleInfo.cs b/DNN Platform/Library/Security/Roles/RoleInfo.cs index 7b9d35b60de..b1da177a756 100644 --- a/DNN Platform/Library/Security/Roles/RoleInfo.cs +++ b/DNN Platform/Library/Security/Roles/RoleInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Roles/RoleProvider.cs b/DNN Platform/Library/Security/Roles/RoleProvider.cs index fad2162e114..73558f187f3 100644 --- a/DNN Platform/Library/Security/Roles/RoleProvider.cs +++ b/DNN Platform/Library/Security/Roles/RoleProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Security/Roles/RoleStatus.cs b/DNN Platform/Library/Security/Roles/RoleStatus.cs index f6535de021d..5fbd6a6f11e 100644 --- a/DNN Platform/Library/Security/Roles/RoleStatus.cs +++ b/DNN Platform/Library/Security/Roles/RoleStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Security.Roles diff --git a/DNN Platform/Library/Security/Roles/RoleType.cs b/DNN Platform/Library/Security/Roles/RoleType.cs index 658cd748fce..a18569c9601 100644 --- a/DNN Platform/Library/Security/Roles/RoleType.cs +++ b/DNN Platform/Library/Security/Roles/RoleType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Security.Roles { public enum RoleType diff --git a/DNN Platform/Library/Security/Roles/SecurityMode.cs b/DNN Platform/Library/Security/Roles/SecurityMode.cs index 50f97d7cfd1..f4d58ba4580 100644 --- a/DNN Platform/Library/Security/Roles/SecurityMode.cs +++ b/DNN Platform/Library/Security/Roles/SecurityMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Security.Roles diff --git a/DNN Platform/Library/Security/SecurityAccessLevel.cs b/DNN Platform/Library/Security/SecurityAccessLevel.cs index 00d9ae58676..ced8baf11bb 100644 --- a/DNN Platform/Library/Security/SecurityAccessLevel.cs +++ b/DNN Platform/Library/Security/SecurityAccessLevel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Security { ///----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/Services/Analytics/AnalyticsEngineBase.cs b/DNN Platform/Library/Services/Analytics/AnalyticsEngineBase.cs index 6c366727dbf..47c731e96ca 100644 --- a/DNN Platform/Library/Services/Analytics/AnalyticsEngineBase.cs +++ b/DNN Platform/Library/Services/Analytics/AnalyticsEngineBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Services/Analytics/Config/AnalyticsConfiguration.cs b/DNN Platform/Library/Services/Analytics/Config/AnalyticsConfiguration.cs index d08ca922c7b..05f6cf9d87b 100644 --- a/DNN Platform/Library/Services/Analytics/Config/AnalyticsConfiguration.cs +++ b/DNN Platform/Library/Services/Analytics/Config/AnalyticsConfiguration.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Analytics/Config/AnalyticsRule.cs b/DNN Platform/Library/Services/Analytics/Config/AnalyticsRule.cs index 346c32114fc..af85874e1fa 100644 --- a/DNN Platform/Library/Services/Analytics/Config/AnalyticsRule.cs +++ b/DNN Platform/Library/Services/Analytics/Config/AnalyticsRule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Analytics/Config/AnalyticsRuleCollection.cs b/DNN Platform/Library/Services/Analytics/Config/AnalyticsRuleCollection.cs index 8a572899dce..3965345b30b 100644 --- a/DNN Platform/Library/Services/Analytics/Config/AnalyticsRuleCollection.cs +++ b/DNN Platform/Library/Services/Analytics/Config/AnalyticsRuleCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Analytics/Config/AnalyticsSetting.cs b/DNN Platform/Library/Services/Analytics/Config/AnalyticsSetting.cs index 20ebf116eaa..d4e785b5546 100644 --- a/DNN Platform/Library/Services/Analytics/Config/AnalyticsSetting.cs +++ b/DNN Platform/Library/Services/Analytics/Config/AnalyticsSetting.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Analytics/Config/AnalyticsSettingCollection.cs b/DNN Platform/Library/Services/Analytics/Config/AnalyticsSettingCollection.cs index e86d71e22f0..67ad2fb2f1b 100644 --- a/DNN Platform/Library/Services/Analytics/Config/AnalyticsSettingCollection.cs +++ b/DNN Platform/Library/Services/Analytics/Config/AnalyticsSettingCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Analytics/GenericAnalyticsEngine.cs b/DNN Platform/Library/Services/Analytics/GenericAnalyticsEngine.cs index cf220b3286e..cf0fbfb02f5 100644 --- a/DNN Platform/Library/Services/Analytics/GenericAnalyticsEngine.cs +++ b/DNN Platform/Library/Services/Analytics/GenericAnalyticsEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Analytics { public class GenericAnalyticsEngine : AnalyticsEngineBase diff --git a/DNN Platform/Library/Services/Analytics/GoogleAnalyticsController.cs b/DNN Platform/Library/Services/Analytics/GoogleAnalyticsController.cs index ed8319235a9..933fe29db07 100644 --- a/DNN Platform/Library/Services/Analytics/GoogleAnalyticsController.cs +++ b/DNN Platform/Library/Services/Analytics/GoogleAnalyticsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Analytics/GoogleAnalyticsEngine.cs b/DNN Platform/Library/Services/Analytics/GoogleAnalyticsEngine.cs index 348d7716378..a6bd5d8be09 100644 --- a/DNN Platform/Library/Services/Analytics/GoogleAnalyticsEngine.cs +++ b/DNN Platform/Library/Services/Analytics/GoogleAnalyticsEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Assets/AssetManager.cs b/DNN Platform/Library/Services/Assets/AssetManager.cs index aa8830e07ba..509c515ea5e 100644 --- a/DNN Platform/Library/Services/Assets/AssetManager.cs +++ b/DNN Platform/Library/Services/Assets/AssetManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/Assets/AssetManagerException.cs b/DNN Platform/Library/Services/Assets/AssetManagerException.cs index fc6fc154b7e..9c303b471c1 100644 --- a/DNN Platform/Library/Services/Assets/AssetManagerException.cs +++ b/DNN Platform/Library/Services/Assets/AssetManagerException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Assets diff --git a/DNN Platform/Library/Services/Assets/ContentPage.cs b/DNN Platform/Library/Services/Assets/ContentPage.cs index 0ba42450379..dbcdc959344 100644 --- a/DNN Platform/Library/Services/Assets/ContentPage.cs +++ b/DNN Platform/Library/Services/Assets/ContentPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Services.FileSystem; diff --git a/DNN Platform/Library/Services/Assets/FolderPathComparer.cs b/DNN Platform/Library/Services/Assets/FolderPathComparer.cs index b675d5c7269..08654ab8908 100644 --- a/DNN Platform/Library/Services/Assets/FolderPathComparer.cs +++ b/DNN Platform/Library/Services/Assets/FolderPathComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Services.FileSystem; diff --git a/DNN Platform/Library/Services/Assets/IAssetManager.cs b/DNN Platform/Library/Services/Assets/IAssetManager.cs index 979ceeebc5b..3261cae03e3 100644 --- a/DNN Platform/Library/Services/Assets/IAssetManager.cs +++ b/DNN Platform/Library/Services/Assets/IAssetManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Services.FileSystem; diff --git a/DNN Platform/Library/Services/Assets/SortProperties.cs b/DNN Platform/Library/Services/Assets/SortProperties.cs index 33b71c7cedd..20fb9d4c333 100644 --- a/DNN Platform/Library/Services/Assets/SortProperties.cs +++ b/DNN Platform/Library/Services/Assets/SortProperties.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Assets { public class SortProperties diff --git a/DNN Platform/Library/Services/Assets/SubfolderFilter.cs b/DNN Platform/Library/Services/Assets/SubfolderFilter.cs index bfc72f34a21..1705023b6c6 100644 --- a/DNN Platform/Library/Services/Assets/SubfolderFilter.cs +++ b/DNN Platform/Library/Services/Assets/SubfolderFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Assets { public enum SubfolderFilter diff --git a/DNN Platform/Library/Services/Authentication/AuthMode.cs b/DNN Platform/Library/Services/Authentication/AuthMode.cs index 49c756f5196..734ce5bad24 100644 --- a/DNN Platform/Library/Services/Authentication/AuthMode.cs +++ b/DNN Platform/Library/Services/Authentication/AuthMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Authentication { public enum AuthMode diff --git a/DNN Platform/Library/Services/Authentication/AuthenticationConfig.cs b/DNN Platform/Library/Services/Authentication/AuthenticationConfig.cs index c100b109def..b1b1c1bf2c6 100644 --- a/DNN Platform/Library/Services/Authentication/AuthenticationConfig.cs +++ b/DNN Platform/Library/Services/Authentication/AuthenticationConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Authentication/AuthenticationConfigBase.cs b/DNN Platform/Library/Services/Authentication/AuthenticationConfigBase.cs index 4b6be83f7a8..280546beada 100644 --- a/DNN Platform/Library/Services/Authentication/AuthenticationConfigBase.cs +++ b/DNN Platform/Library/Services/Authentication/AuthenticationConfigBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Authentication/AuthenticationController.cs b/DNN Platform/Library/Services/Authentication/AuthenticationController.cs index 39de86e1255..7eca43e40b9 100644 --- a/DNN Platform/Library/Services/Authentication/AuthenticationController.cs +++ b/DNN Platform/Library/Services/Authentication/AuthenticationController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Authentication/AuthenticationInfo.cs b/DNN Platform/Library/Services/Authentication/AuthenticationInfo.cs index 2b87ef8f6b4..c7e990e0cb8 100644 --- a/DNN Platform/Library/Services/Authentication/AuthenticationInfo.cs +++ b/DNN Platform/Library/Services/Authentication/AuthenticationInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Authentication/AuthenticationLoginBase.cs b/DNN Platform/Library/Services/Authentication/AuthenticationLoginBase.cs index a2dd885c46b..318b953f725 100644 --- a/DNN Platform/Library/Services/Authentication/AuthenticationLoginBase.cs +++ b/DNN Platform/Library/Services/Authentication/AuthenticationLoginBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Services/Authentication/AuthenticationLogoffBase.cs b/DNN Platform/Library/Services/Authentication/AuthenticationLogoffBase.cs index 35cea06e45d..5607ab0e2d5 100644 --- a/DNN Platform/Library/Services/Authentication/AuthenticationLogoffBase.cs +++ b/DNN Platform/Library/Services/Authentication/AuthenticationLogoffBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Authentication/AuthenticationSettingsBase.cs b/DNN Platform/Library/Services/Authentication/AuthenticationSettingsBase.cs index dc2efe4b8fd..617d6fb7409 100644 --- a/DNN Platform/Library/Services/Authentication/AuthenticationSettingsBase.cs +++ b/DNN Platform/Library/Services/Authentication/AuthenticationSettingsBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Services/Authentication/LogOffHandler.cs b/DNN Platform/Library/Services/Authentication/LogOffHandler.cs index 699d2991667..b3a9487aa5f 100644 --- a/DNN Platform/Library/Services/Authentication/LogOffHandler.cs +++ b/DNN Platform/Library/Services/Authentication/LogOffHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web; diff --git a/DNN Platform/Library/Services/Authentication/OAuth/AuthExtensions.cs b/DNN Platform/Library/Services/Authentication/OAuth/AuthExtensions.cs index 484ec0bb70d..422186c8ab7 100644 --- a/DNN Platform/Library/Services/Authentication/OAuth/AuthExtensions.cs +++ b/DNN Platform/Library/Services/Authentication/OAuth/AuthExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Text; diff --git a/DNN Platform/Library/Services/Authentication/OAuth/AuthorisationResult.cs b/DNN Platform/Library/Services/Authentication/OAuth/AuthorisationResult.cs index 2d951d5e865..cc904a51492 100644 --- a/DNN Platform/Library/Services/Authentication/OAuth/AuthorisationResult.cs +++ b/DNN Platform/Library/Services/Authentication/OAuth/AuthorisationResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Authentication.OAuth { public enum AuthorisationResult diff --git a/DNN Platform/Library/Services/Authentication/OAuth/HttpMethod.cs b/DNN Platform/Library/Services/Authentication/OAuth/HttpMethod.cs index 96b3ca50736..cc7c0ecdde2 100644 --- a/DNN Platform/Library/Services/Authentication/OAuth/HttpMethod.cs +++ b/DNN Platform/Library/Services/Authentication/OAuth/HttpMethod.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Authentication.OAuth { public enum HttpMethod diff --git a/DNN Platform/Library/Services/Authentication/OAuth/OAuthClientBase.cs b/DNN Platform/Library/Services/Authentication/OAuth/OAuthClientBase.cs index 422d93cae38..8e9fe75a200 100644 --- a/DNN Platform/Library/Services/Authentication/OAuth/OAuthClientBase.cs +++ b/DNN Platform/Library/Services/Authentication/OAuth/OAuthClientBase.cs @@ -1,9 +1,6 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -//Based on the work of: - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information // Base oAuth Class for Twitter and LinkedIn // Author: Eran Sandler // Code Url: http://oauth.net/code/ diff --git a/DNN Platform/Library/Services/Authentication/OAuth/OAuthConfigBase.cs b/DNN Platform/Library/Services/Authentication/OAuth/OAuthConfigBase.cs index bd012b06acd..e3eab75bf6c 100644 --- a/DNN Platform/Library/Services/Authentication/OAuth/OAuthConfigBase.cs +++ b/DNN Platform/Library/Services/Authentication/OAuth/OAuthConfigBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; diff --git a/DNN Platform/Library/Services/Authentication/OAuth/OAuthLoginBase.cs b/DNN Platform/Library/Services/Authentication/OAuth/OAuthLoginBase.cs index 763861f4b65..1084230bacc 100644 --- a/DNN Platform/Library/Services/Authentication/OAuth/OAuthLoginBase.cs +++ b/DNN Platform/Library/Services/Authentication/OAuth/OAuthLoginBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Authentication/OAuth/OAuthSettingsBase.cs b/DNN Platform/Library/Services/Authentication/OAuth/OAuthSettingsBase.cs index 5c4c84faafa..4913cb327c5 100644 --- a/DNN Platform/Library/Services/Authentication/OAuth/OAuthSettingsBase.cs +++ b/DNN Platform/Library/Services/Authentication/OAuth/OAuthSettingsBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.UI.WebControls; diff --git a/DNN Platform/Library/Services/Authentication/OAuth/QueryParameter.cs b/DNN Platform/Library/Services/Authentication/OAuth/QueryParameter.cs index 038fee5168c..8a3b9576e15 100644 --- a/DNN Platform/Library/Services/Authentication/OAuth/QueryParameter.cs +++ b/DNN Platform/Library/Services/Authentication/OAuth/QueryParameter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Authentication.OAuth { /// diff --git a/DNN Platform/Library/Services/Authentication/OAuth/QueryParameterComparer.cs b/DNN Platform/Library/Services/Authentication/OAuth/QueryParameterComparer.cs index 9042391f0ce..968969b7cfd 100644 --- a/DNN Platform/Library/Services/Authentication/OAuth/QueryParameterComparer.cs +++ b/DNN Platform/Library/Services/Authentication/OAuth/QueryParameterComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Authentication/OAuth/UserData.cs b/DNN Platform/Library/Services/Authentication/OAuth/UserData.cs index a8d860f4792..16137f52475 100644 --- a/DNN Platform/Library/Services/Authentication/OAuth/UserData.cs +++ b/DNN Platform/Library/Services/Authentication/OAuth/UserData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Authentication/UserAuthenticatedEventArgs.cs b/DNN Platform/Library/Services/Authentication/UserAuthenticatedEventArgs.cs index a798b4b8c5a..d71bc67b651 100644 --- a/DNN Platform/Library/Services/Authentication/UserAuthenticatedEventArgs.cs +++ b/DNN Platform/Library/Services/Authentication/UserAuthenticatedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Authentication/UserAuthenticationInfo.cs b/DNN Platform/Library/Services/Authentication/UserAuthenticationInfo.cs index 90520227e6f..6af74f3bc81 100644 --- a/DNN Platform/Library/Services/Authentication/UserAuthenticationInfo.cs +++ b/DNN Platform/Library/Services/Authentication/UserAuthenticationInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Cache/CachingProvider.cs b/DNN Platform/Library/Services/Cache/CachingProvider.cs index e3cde938474..6e395dca641 100644 --- a/DNN Platform/Library/Services/Cache/CachingProvider.cs +++ b/DNN Platform/Library/Services/Cache/CachingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Cache/DNNCacheDependency.cs b/DNN Platform/Library/Services/Cache/DNNCacheDependency.cs index 362caac5328..4cdac3f9f79 100644 --- a/DNN Platform/Library/Services/Cache/DNNCacheDependency.cs +++ b/DNN Platform/Library/Services/Cache/DNNCacheDependency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Cache/FBCachingProvider.cs b/DNN Platform/Library/Services/Cache/FBCachingProvider.cs index 68a3a1b1e39..f127299a981 100644 --- a/DNN Platform/Library/Services/Cache/FBCachingProvider.cs +++ b/DNN Platform/Library/Services/Cache/FBCachingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Cache/PurgeCache.cs b/DNN Platform/Library/Services/Cache/PurgeCache.cs index 791ee63fbe0..ed2d3045c58 100644 --- a/DNN Platform/Library/Services/Cache/PurgeCache.cs +++ b/DNN Platform/Library/Services/Cache/PurgeCache.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/ClientCapability/ClientCapability.cs b/DNN Platform/Library/Services/ClientCapability/ClientCapability.cs index 12bbcf0a841..aca9ec63d54 100644 --- a/DNN Platform/Library/Services/ClientCapability/ClientCapability.cs +++ b/DNN Platform/Library/Services/ClientCapability/ClientCapability.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/ClientCapability/ClientCapabilityProvider.cs b/DNN Platform/Library/Services/ClientCapability/ClientCapabilityProvider.cs index 4d1acc9896e..18111634870 100644 --- a/DNN Platform/Library/Services/ClientCapability/ClientCapabilityProvider.cs +++ b/DNN Platform/Library/Services/ClientCapability/ClientCapabilityProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/ClientCapability/FacebookRequest.cs b/DNN Platform/Library/Services/ClientCapability/FacebookRequest.cs index 1330c09c756..cc3b6d8acdd 100644 --- a/DNN Platform/Library/Services/ClientCapability/FacebookRequest.cs +++ b/DNN Platform/Library/Services/ClientCapability/FacebookRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/ClientCapability/FacebookRequestController.cs b/DNN Platform/Library/Services/ClientCapability/FacebookRequestController.cs index e4576b3f2be..02fe6cfdcb4 100644 --- a/DNN Platform/Library/Services/ClientCapability/FacebookRequestController.cs +++ b/DNN Platform/Library/Services/ClientCapability/FacebookRequestController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/ClientCapability/IClientCapability.cs b/DNN Platform/Library/Services/ClientCapability/IClientCapability.cs index 9e5cc383614..fef91e2868e 100644 --- a/DNN Platform/Library/Services/ClientCapability/IClientCapability.cs +++ b/DNN Platform/Library/Services/ClientCapability/IClientCapability.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/ClientCapability/IClientCapabilityProvider.cs b/DNN Platform/Library/Services/ClientCapability/IClientCapabilityProvider.cs index 47227767385..6a79f2243df 100644 --- a/DNN Platform/Library/Services/ClientCapability/IClientCapabilityProvider.cs +++ b/DNN Platform/Library/Services/ClientCapability/IClientCapabilityProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using System.Web; diff --git a/DNN Platform/Library/Services/ClientDependency/PurgeClientDependencyFiles.cs b/DNN Platform/Library/Services/ClientDependency/PurgeClientDependencyFiles.cs index f255f243a3d..90f792ca20e 100644 --- a/DNN Platform/Library/Services/ClientDependency/PurgeClientDependencyFiles.cs +++ b/DNN Platform/Library/Services/ClientDependency/PurgeClientDependencyFiles.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Connections/ConnectionsController.cs b/DNN Platform/Library/Services/Connections/ConnectionsController.cs index d62822d06c3..cd658acec86 100644 --- a/DNN Platform/Library/Services/Connections/ConnectionsController.cs +++ b/DNN Platform/Library/Services/Connections/ConnectionsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Connections/ConnectionsManager.cs b/DNN Platform/Library/Services/Connections/ConnectionsManager.cs index c55aa2522d0..f91d7d7a95a 100644 --- a/DNN Platform/Library/Services/Connections/ConnectionsManager.cs +++ b/DNN Platform/Library/Services/Connections/ConnectionsManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Connections/ConnectorArgumentException.cs b/DNN Platform/Library/Services/Connections/ConnectorArgumentException.cs index b5f0e752050..24309a68fcb 100644 --- a/DNN Platform/Library/Services/Connections/ConnectorArgumentException.cs +++ b/DNN Platform/Library/Services/Connections/ConnectorArgumentException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Connections diff --git a/DNN Platform/Library/Services/Connections/ConnectorCategories.cs b/DNN Platform/Library/Services/Connections/ConnectorCategories.cs index 77641331e77..f4405d33116 100644 --- a/DNN Platform/Library/Services/Connections/ConnectorCategories.cs +++ b/DNN Platform/Library/Services/Connections/ConnectorCategories.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Connections { public enum ConnectorCategories diff --git a/DNN Platform/Library/Services/Connections/DynamicJsonConverter.cs b/DNN Platform/Library/Services/Connections/DynamicJsonConverter.cs index 6879feadf8b..7f015c7efca 100644 --- a/DNN Platform/Library/Services/Connections/DynamicJsonConverter.cs +++ b/DNN Platform/Library/Services/Connections/DynamicJsonConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Connections/IConnectionsController.cs b/DNN Platform/Library/Services/Connections/IConnectionsController.cs index 63327730019..74befeb03f2 100644 --- a/DNN Platform/Library/Services/Connections/IConnectionsController.cs +++ b/DNN Platform/Library/Services/Connections/IConnectionsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Connections/IConnectionsManager.cs b/DNN Platform/Library/Services/Connections/IConnectionsManager.cs index c742fd3942f..eaa4c59e014 100644 --- a/DNN Platform/Library/Services/Connections/IConnectionsManager.cs +++ b/DNN Platform/Library/Services/Connections/IConnectionsManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Services.Connections diff --git a/DNN Platform/Library/Services/Connections/IConnector.cs b/DNN Platform/Library/Services/Connections/IConnector.cs index 4bfe5337c5b..92885734ea7 100644 --- a/DNN Platform/Library/Services/Connections/IConnector.cs +++ b/DNN Platform/Library/Services/Connections/IConnector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Services.Connections diff --git a/DNN Platform/Library/Services/Cryptography/CoreCryptographyProvider.cs b/DNN Platform/Library/Services/Cryptography/CoreCryptographyProvider.cs index 96dbdb4b2a4..0eed159fd7d 100644 --- a/DNN Platform/Library/Services/Cryptography/CoreCryptographyProvider.cs +++ b/DNN Platform/Library/Services/Cryptography/CoreCryptographyProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Security.Cryptography; diff --git a/DNN Platform/Library/Services/Cryptography/CryptographyProvider.cs b/DNN Platform/Library/Services/Cryptography/CryptographyProvider.cs index 100b287a693..e3e6e18b734 100644 --- a/DNN Platform/Library/Services/Cryptography/CryptographyProvider.cs +++ b/DNN Platform/Library/Services/Cryptography/CryptographyProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.ComponentModel; namespace DotNetNuke.Services.Cryptography diff --git a/DNN Platform/Library/Services/Cryptography/FipsCompilanceCryptographyProvider.cs b/DNN Platform/Library/Services/Cryptography/FipsCompilanceCryptographyProvider.cs index 7f82b183b1f..8e957146a60 100644 --- a/DNN Platform/Library/Services/Cryptography/FipsCompilanceCryptographyProvider.cs +++ b/DNN Platform/Library/Services/Cryptography/FipsCompilanceCryptographyProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Security.Cryptography; diff --git a/DNN Platform/Library/Services/Cryptography/ICryptographyProvider.cs b/DNN Platform/Library/Services/Cryptography/ICryptographyProvider.cs index 7d31074f0c1..7e35a12ce3e 100644 --- a/DNN Platform/Library/Services/Cryptography/ICryptographyProvider.cs +++ b/DNN Platform/Library/Services/Cryptography/ICryptographyProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Cryptography { public interface ICryptographyProvider diff --git a/DNN Platform/Library/Services/EventQueue/Config/EventQueueConfiguration.cs b/DNN Platform/Library/Services/EventQueue/Config/EventQueueConfiguration.cs index 3cfe4fc287f..f3f6b53899b 100644 --- a/DNN Platform/Library/Services/EventQueue/Config/EventQueueConfiguration.cs +++ b/DNN Platform/Library/Services/EventQueue/Config/EventQueueConfiguration.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/EventQueue/Config/PublishedEvent.cs b/DNN Platform/Library/Services/EventQueue/Config/PublishedEvent.cs index 96afdc235b6..d87e00fcf5c 100644 --- a/DNN Platform/Library/Services/EventQueue/Config/PublishedEvent.cs +++ b/DNN Platform/Library/Services/EventQueue/Config/PublishedEvent.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/EventQueue/Config/SubscriberInfo.cs b/DNN Platform/Library/Services/EventQueue/Config/SubscriberInfo.cs index 5fb72e72d69..a2af85d3532 100644 --- a/DNN Platform/Library/Services/EventQueue/Config/SubscriberInfo.cs +++ b/DNN Platform/Library/Services/EventQueue/Config/SubscriberInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/EventQueue/EventMessage.cs b/DNN Platform/Library/Services/EventQueue/EventMessage.cs index 94c317124d1..f42efbc2992 100644 --- a/DNN Platform/Library/Services/EventQueue/EventMessage.cs +++ b/DNN Platform/Library/Services/EventQueue/EventMessage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/EventQueue/EventMessageCollection.cs b/DNN Platform/Library/Services/EventQueue/EventMessageCollection.cs index 2219bb89f8c..de85dbd8234 100644 --- a/DNN Platform/Library/Services/EventQueue/EventMessageCollection.cs +++ b/DNN Platform/Library/Services/EventQueue/EventMessageCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Services/EventQueue/EventMessageProcessor.cs b/DNN Platform/Library/Services/EventQueue/EventMessageProcessor.cs index bb7c40ca5ad..709a42339a9 100644 --- a/DNN Platform/Library/Services/EventQueue/EventMessageProcessor.cs +++ b/DNN Platform/Library/Services/EventQueue/EventMessageProcessor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.EventQueue { /// diff --git a/DNN Platform/Library/Services/EventQueue/EventQueueController.cs b/DNN Platform/Library/Services/EventQueue/EventQueueController.cs index 5daa61073b7..5a57749edcd 100644 --- a/DNN Platform/Library/Services/EventQueue/EventQueueController.cs +++ b/DNN Platform/Library/Services/EventQueue/EventQueueController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Exceptions/BasePortalException.cs b/DNN Platform/Library/Services/Exceptions/BasePortalException.cs index bbd8b4ed781..1eb79df33bc 100644 --- a/DNN Platform/Library/Services/Exceptions/BasePortalException.cs +++ b/DNN Platform/Library/Services/Exceptions/BasePortalException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Exceptions/ErrorContainer.cs b/DNN Platform/Library/Services/Exceptions/ErrorContainer.cs index 5ea070f2af6..04fc6c55b63 100644 --- a/DNN Platform/Library/Services/Exceptions/ErrorContainer.cs +++ b/DNN Platform/Library/Services/Exceptions/ErrorContainer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Exceptions/ExceptionExtensions.cs b/DNN Platform/Library/Services/Exceptions/ExceptionExtensions.cs index 8550ac0939b..2f093418153 100644 --- a/DNN Platform/Library/Services/Exceptions/ExceptionExtensions.cs +++ b/DNN Platform/Library/Services/Exceptions/ExceptionExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Security.Cryptography; using System.Text; diff --git a/DNN Platform/Library/Services/Exceptions/ExceptionInfo.cs b/DNN Platform/Library/Services/Exceptions/ExceptionInfo.cs index cea1699f281..293c46cdb26 100644 --- a/DNN Platform/Library/Services/Exceptions/ExceptionInfo.cs +++ b/DNN Platform/Library/Services/Exceptions/ExceptionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Exceptions/Exceptions.cs b/DNN Platform/Library/Services/Exceptions/Exceptions.cs index c29fd7f9869..11e8124e563 100644 --- a/DNN Platform/Library/Services/Exceptions/Exceptions.cs +++ b/DNN Platform/Library/Services/Exceptions/Exceptions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Exceptions/ModuleLoadException.cs b/DNN Platform/Library/Services/Exceptions/ModuleLoadException.cs index e6fa8290a59..339ea92c0ad 100644 --- a/DNN Platform/Library/Services/Exceptions/ModuleLoadException.cs +++ b/DNN Platform/Library/Services/Exceptions/ModuleLoadException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Exceptions/ObjectHydrationException.cs b/DNN Platform/Library/Services/Exceptions/ObjectHydrationException.cs index b5facc24810..07e02df4ffe 100644 --- a/DNN Platform/Library/Services/Exceptions/ObjectHydrationException.cs +++ b/DNN Platform/Library/Services/Exceptions/ObjectHydrationException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Exceptions/PageLoadException.cs b/DNN Platform/Library/Services/Exceptions/PageLoadException.cs index 3ae6f50fc55..74588c0f0b7 100644 --- a/DNN Platform/Library/Services/Exceptions/PageLoadException.cs +++ b/DNN Platform/Library/Services/Exceptions/PageLoadException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Exceptions/SchedulerException.cs b/DNN Platform/Library/Services/Exceptions/SchedulerException.cs index ac87d1fb7c4..882a32036b6 100644 --- a/DNN Platform/Library/Services/Exceptions/SchedulerException.cs +++ b/DNN Platform/Library/Services/Exceptions/SchedulerException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Exceptions/SearchException.cs b/DNN Platform/Library/Services/Exceptions/SearchException.cs index 4b610645814..8569c9a3032 100644 --- a/DNN Platform/Library/Services/Exceptions/SearchException.cs +++ b/DNN Platform/Library/Services/Exceptions/SearchException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Exceptions/SearchIndexEmptyException.cs b/DNN Platform/Library/Services/Exceptions/SearchIndexEmptyException.cs index 45f089effd7..e7a857f60bf 100644 --- a/DNN Platform/Library/Services/Exceptions/SearchIndexEmptyException.cs +++ b/DNN Platform/Library/Services/Exceptions/SearchIndexEmptyException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Exceptions diff --git a/DNN Platform/Library/Services/Exceptions/SecurityException.cs b/DNN Platform/Library/Services/Exceptions/SecurityException.cs index 7e975486e6c..ba5d3fdfbe6 100644 --- a/DNN Platform/Library/Services/Exceptions/SecurityException.cs +++ b/DNN Platform/Library/Services/Exceptions/SecurityException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/FileSystem/ContentDisposition.cs b/DNN Platform/Library/Services/FileSystem/ContentDisposition.cs index 1f214e99cef..c78b95ac393 100644 --- a/DNN Platform/Library/Services/FileSystem/ContentDisposition.cs +++ b/DNN Platform/Library/Services/FileSystem/ContentDisposition.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem { /// diff --git a/DNN Platform/Library/Services/FileSystem/DefaultMetadataNames.cs b/DNN Platform/Library/Services/FileSystem/DefaultMetadataNames.cs index e4b54bfa68e..0fcc06ce846 100644 --- a/DNN Platform/Library/Services/FileSystem/DefaultMetadataNames.cs +++ b/DNN Platform/Library/Services/FileSystem/DefaultMetadataNames.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.FileSystem diff --git a/DNN Platform/Library/Services/FileSystem/EventArgs/FileAddedEventArgs.cs b/DNN Platform/Library/Services/FileSystem/EventArgs/FileAddedEventArgs.cs index c828036b65e..920cf571607 100644 --- a/DNN Platform/Library/Services/FileSystem/EventArgs/FileAddedEventArgs.cs +++ b/DNN Platform/Library/Services/FileSystem/EventArgs/FileAddedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.EventArgs { public class FileAddedEventArgs : FileChangedEventArgs diff --git a/DNN Platform/Library/Services/FileSystem/EventArgs/FileChangedEventArgs.cs b/DNN Platform/Library/Services/FileSystem/EventArgs/FileChangedEventArgs.cs index b2dce550524..c4674816a44 100644 --- a/DNN Platform/Library/Services/FileSystem/EventArgs/FileChangedEventArgs.cs +++ b/DNN Platform/Library/Services/FileSystem/EventArgs/FileChangedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.EventArgs { public class FileChangedEventArgs : System.EventArgs diff --git a/DNN Platform/Library/Services/FileSystem/EventArgs/FileDeletedEventArgs.cs b/DNN Platform/Library/Services/FileSystem/EventArgs/FileDeletedEventArgs.cs index 94ee2110bfa..98c54611224 100644 --- a/DNN Platform/Library/Services/FileSystem/EventArgs/FileDeletedEventArgs.cs +++ b/DNN Platform/Library/Services/FileSystem/EventArgs/FileDeletedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.EventArgs { public class FileDeletedEventArgs : FileChangedEventArgs diff --git a/DNN Platform/Library/Services/FileSystem/EventArgs/FileDownloadedEventArgs.cs b/DNN Platform/Library/Services/FileSystem/EventArgs/FileDownloadedEventArgs.cs index 2fdd7bac806..3503541951f 100644 --- a/DNN Platform/Library/Services/FileSystem/EventArgs/FileDownloadedEventArgs.cs +++ b/DNN Platform/Library/Services/FileSystem/EventArgs/FileDownloadedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.EventArgs { public class FileDownloadedEventArgs : System.EventArgs diff --git a/DNN Platform/Library/Services/FileSystem/EventArgs/FileMovedEventArgs.cs b/DNN Platform/Library/Services/FileSystem/EventArgs/FileMovedEventArgs.cs index d2be8d74586..cc4bad7ca84 100644 --- a/DNN Platform/Library/Services/FileSystem/EventArgs/FileMovedEventArgs.cs +++ b/DNN Platform/Library/Services/FileSystem/EventArgs/FileMovedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.EventArgs { public class FileMovedEventArgs : FileChangedEventArgs diff --git a/DNN Platform/Library/Services/FileSystem/EventArgs/FileRenamedEventArgs.cs b/DNN Platform/Library/Services/FileSystem/EventArgs/FileRenamedEventArgs.cs index ada2c7c5b69..d19de929a8b 100644 --- a/DNN Platform/Library/Services/FileSystem/EventArgs/FileRenamedEventArgs.cs +++ b/DNN Platform/Library/Services/FileSystem/EventArgs/FileRenamedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.EventArgs { public class FileRenamedEventArgs : FileChangedEventArgs diff --git a/DNN Platform/Library/Services/FileSystem/EventArgs/FolderChangedEventArgs.cs b/DNN Platform/Library/Services/FileSystem/EventArgs/FolderChangedEventArgs.cs index 8b4ccf54a77..dd7b49134fc 100644 --- a/DNN Platform/Library/Services/FileSystem/EventArgs/FolderChangedEventArgs.cs +++ b/DNN Platform/Library/Services/FileSystem/EventArgs/FolderChangedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.EventArgs { public class FolderChangedEventArgs : System.EventArgs diff --git a/DNN Platform/Library/Services/FileSystem/EventArgs/FolderDeletedEventArgs.cs b/DNN Platform/Library/Services/FileSystem/EventArgs/FolderDeletedEventArgs.cs index b5efa20b0c6..acc9ca2d3fc 100644 --- a/DNN Platform/Library/Services/FileSystem/EventArgs/FolderDeletedEventArgs.cs +++ b/DNN Platform/Library/Services/FileSystem/EventArgs/FolderDeletedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.EventArgs { public class FolderDeletedEventArgs : FolderChangedEventArgs diff --git a/DNN Platform/Library/Services/FileSystem/EventArgs/FolderMovedEventArgs.cs b/DNN Platform/Library/Services/FileSystem/EventArgs/FolderMovedEventArgs.cs index 29c2e25bcbe..f18add28e72 100644 --- a/DNN Platform/Library/Services/FileSystem/EventArgs/FolderMovedEventArgs.cs +++ b/DNN Platform/Library/Services/FileSystem/EventArgs/FolderMovedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.EventArgs { public class FolderMovedEventArgs : FolderChangedEventArgs diff --git a/DNN Platform/Library/Services/FileSystem/EventArgs/FolderRenamedEventArgs.cs b/DNN Platform/Library/Services/FileSystem/EventArgs/FolderRenamedEventArgs.cs index 0c536d90c7b..0c1878089da 100644 --- a/DNN Platform/Library/Services/FileSystem/EventArgs/FolderRenamedEventArgs.cs +++ b/DNN Platform/Library/Services/FileSystem/EventArgs/FolderRenamedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.EventArgs { public class FolderRenamedEventArgs : FolderChangedEventArgs diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/FileAlreadyExistsException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/FileAlreadyExistsException.cs index 1a7e248ff2a..10c6116327a 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/FileAlreadyExistsException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/FileAlreadyExistsException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/FileLockedException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/FileLockedException.cs index d774efd2c0e..3762a5c8f5f 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/FileLockedException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/FileLockedException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/FolderAlreadyExistsException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/FolderAlreadyExistsException.cs index 7f9e259351e..4bf06ec6f9a 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/FolderAlreadyExistsException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/FolderAlreadyExistsException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/FolderProviderException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/FolderProviderException.cs index ccf6d44300b..1fa74fdd08b 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/FolderProviderException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/FolderProviderException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFileContentException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFileContentException.cs index 25031953631..1755fa58460 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFileContentException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFileContentException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFileExtensionException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFileExtensionException.cs index bf2170c6f78..fc8c855b335 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFileExtensionException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFileExtensionException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFilenameException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFilenameException.cs index e8b2be65bc3..b9d9558090c 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFilenameException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFilenameException.cs @@ -1,10 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// Copyright (c) .NET Foundation. All rights reserved -// Licensed under the MIT License. See LICENSE file in the project root for full detail - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFolderPathException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFolderPathException.cs index 09b49ad3547..2f2a410bc5e 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFolderPathException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidFolderPathException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidMetadataValuesException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidMetadataValuesException.cs index 4841ce8d0c9..0296fe38fc0 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidMetadataValuesException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/InvalidMetadataValuesException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/NoNetworkAvailableException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/NoNetworkAvailableException.cs index f99ec5bf68a..1860be7d08c 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/NoNetworkAvailableException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/NoNetworkAvailableException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/NoSpaceAvailableException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/NoSpaceAvailableException.cs index 00f49dbac4f..8a6c26427c3 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/NoSpaceAvailableException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/NoSpaceAvailableException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/Exceptions/PermissionsNotMetException.cs b/DNN Platform/Library/Services/FileSystem/Exceptions/PermissionsNotMetException.cs index d3d6bde8e2a..6c55eee6d87 100644 --- a/DNN Platform/Library/Services/FileSystem/Exceptions/PermissionsNotMetException.cs +++ b/DNN Platform/Library/Services/FileSystem/Exceptions/PermissionsNotMetException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/FileSystem/FileContentTypeManager.cs b/DNN Platform/Library/Services/FileSystem/FileContentTypeManager.cs index c6bafdfa4a2..596f7e0a413 100644 --- a/DNN Platform/Library/Services/FileSystem/FileContentTypeManager.cs +++ b/DNN Platform/Library/Services/FileSystem/FileContentTypeManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/FileSystem/FileInfo.cs b/DNN Platform/Library/Services/FileSystem/FileInfo.cs index da7fe3ebc06..8cdf1206a46 100644 --- a/DNN Platform/Library/Services/FileSystem/FileInfo.cs +++ b/DNN Platform/Library/Services/FileSystem/FileInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/FileSystem/FileLinkClickController.cs b/DNN Platform/Library/Services/FileSystem/FileLinkClickController.cs index 5eb1ec5d43f..b52b5a5696d 100644 --- a/DNN Platform/Library/Services/FileSystem/FileLinkClickController.cs +++ b/DNN Platform/Library/Services/FileSystem/FileLinkClickController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Specialized; using DotNetNuke.Common; diff --git a/DNN Platform/Library/Services/FileSystem/FileManager.cs b/DNN Platform/Library/Services/FileSystem/FileManager.cs index 7187797055b..65e305c1c93 100644 --- a/DNN Platform/Library/Services/FileSystem/FileManager.cs +++ b/DNN Platform/Library/Services/FileSystem/FileManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Drawing; diff --git a/DNN Platform/Library/Services/FileSystem/FileServerHandler.cs b/DNN Platform/Library/Services/FileSystem/FileServerHandler.cs index 68dc79f0ef2..a4e43b12a0e 100644 --- a/DNN Platform/Library/Services/FileSystem/FileServerHandler.cs +++ b/DNN Platform/Library/Services/FileSystem/FileServerHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/FileSystem/FileSizeFormatProvider.cs b/DNN Platform/Library/Services/FileSystem/FileSizeFormatProvider.cs index 7b77752f212..29c3e180acf 100644 --- a/DNN Platform/Library/Services/FileSystem/FileSizeFormatProvider.cs +++ b/DNN Platform/Library/Services/FileSystem/FileSizeFormatProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.FileSystem diff --git a/DNN Platform/Library/Services/FileSystem/FileUrlHelper.cs b/DNN Platform/Library/Services/FileSystem/FileUrlHelper.cs index 0fa15152221..ba2694823e4 100644 --- a/DNN Platform/Library/Services/FileSystem/FileUrlHelper.cs +++ b/DNN Platform/Library/Services/FileSystem/FileUrlHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Specialized; using System.Text.RegularExpressions; diff --git a/DNN Platform/Library/Services/FileSystem/FileVersionController.cs b/DNN Platform/Library/Services/FileSystem/FileVersionController.cs index c44f2079b23..5c002cd4bc7 100644 --- a/DNN Platform/Library/Services/FileSystem/FileVersionController.cs +++ b/DNN Platform/Library/Services/FileSystem/FileVersionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/FileSystem/FileVersionInfo.cs b/DNN Platform/Library/Services/FileSystem/FileVersionInfo.cs index 86cf9c5e68f..40fe25e2e9b 100644 --- a/DNN Platform/Library/Services/FileSystem/FileVersionInfo.cs +++ b/DNN Platform/Library/Services/FileSystem/FileVersionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Xml.Serialization; using DotNetNuke.Entities; diff --git a/DNN Platform/Library/Services/FileSystem/FolderController.cs b/DNN Platform/Library/Services/FileSystem/FolderController.cs index 37077c3bd30..48612aeab54 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderController.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/FileSystem/FolderInfo.cs b/DNN Platform/Library/Services/FileSystem/FolderInfo.cs index e682d57dc71..b4f66e4b58e 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderInfo.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/FileSystem/FolderManager.cs b/DNN Platform/Library/Services/FileSystem/FolderManager.cs index 9adeaffcd31..97d02c025d2 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderManager.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingController.cs b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingController.cs index 4e270d62ba2..706b4a253d5 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingController.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingInfo.cs b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingInfo.cs index 4546fd9d484..4ac405d62b6 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingInfo.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Data; diff --git a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingSettingsControlBase.cs b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingSettingsControlBase.cs index f35f6739ed3..66fed9d13f5 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingSettingsControlBase.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingSettingsControlBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingsConfigController.cs b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingsConfigController.cs index bd0e54ba460..6ec591f0a24 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingsConfigController.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderMappingsConfigController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderTypeConfig.cs b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderTypeConfig.cs index 28d772f98bf..99b96147a39 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderTypeConfig.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderTypeConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderTypeSettingConfig.cs b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderTypeSettingConfig.cs index c9c5b569610..a0a7b5c015f 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderTypeSettingConfig.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderMappings/FolderTypeSettingConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/FileSystem/FolderMappings/IFolderMappingController.cs b/DNN Platform/Library/Services/FileSystem/FolderMappings/IFolderMappingController.cs index bb39e2a38ba..be309a20668 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderMappings/IFolderMappingController.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderMappings/IFolderMappingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/FileSystem/FolderMappings/IFolderMappingsConfigController.cs b/DNN Platform/Library/Services/FileSystem/FolderMappings/IFolderMappingsConfigController.cs index a324a93c197..4a3af2437cc 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderMappings/IFolderMappingsConfigController.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderMappings/IFolderMappingsConfigController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/FileSystem/FolderProvider.cs b/DNN Platform/Library/Services/FileSystem/FolderProvider.cs index 07a37cde5c4..865a5f7609a 100644 --- a/DNN Platform/Library/Services/FileSystem/FolderProvider.cs +++ b/DNN Platform/Library/Services/FileSystem/FolderProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/FileSystem/IFileContentTypeManager.cs b/DNN Platform/Library/Services/FileSystem/IFileContentTypeManager.cs index a9691d9a5d5..671782d3634 100644 --- a/DNN Platform/Library/Services/FileSystem/IFileContentTypeManager.cs +++ b/DNN Platform/Library/Services/FileSystem/IFileContentTypeManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/FileSystem/IFileEventHandlers.cs b/DNN Platform/Library/Services/FileSystem/IFileEventHandlers.cs index 9c885cf5b4d..04415c72943 100644 --- a/DNN Platform/Library/Services/FileSystem/IFileEventHandlers.cs +++ b/DNN Platform/Library/Services/FileSystem/IFileEventHandlers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.FileSystem.EventArgs; namespace DotNetNuke.Services.FileSystem diff --git a/DNN Platform/Library/Services/FileSystem/IFileInfo.cs b/DNN Platform/Library/Services/FileSystem/IFileInfo.cs index b392716e850..8950d0e9908 100644 --- a/DNN Platform/Library/Services/FileSystem/IFileInfo.cs +++ b/DNN Platform/Library/Services/FileSystem/IFileInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; diff --git a/DNN Platform/Library/Services/FileSystem/IFileLincClickController.cs b/DNN Platform/Library/Services/FileSystem/IFileLincClickController.cs index e5d5113e4e6..bf560cccdf2 100644 --- a/DNN Platform/Library/Services/FileSystem/IFileLincClickController.cs +++ b/DNN Platform/Library/Services/FileSystem/IFileLincClickController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Specialized; namespace DotNetNuke.Services.FileSystem diff --git a/DNN Platform/Library/Services/FileSystem/IFileManager.cs b/DNN Platform/Library/Services/FileSystem/IFileManager.cs index 71ec6510374..be2beccf6bc 100644 --- a/DNN Platform/Library/Services/FileSystem/IFileManager.cs +++ b/DNN Platform/Library/Services/FileSystem/IFileManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/FileSystem/IFileVersionController.cs b/DNN Platform/Library/Services/FileSystem/IFileVersionController.cs index 9119a62a9c0..9d0dc1b7a2b 100644 --- a/DNN Platform/Library/Services/FileSystem/IFileVersionController.cs +++ b/DNN Platform/Library/Services/FileSystem/IFileVersionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/FileSystem/IFolderInfo.cs b/DNN Platform/Library/Services/FileSystem/IFolderInfo.cs index e8a9d56c5dd..cd54b347312 100644 --- a/DNN Platform/Library/Services/FileSystem/IFolderInfo.cs +++ b/DNN Platform/Library/Services/FileSystem/IFolderInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Services/FileSystem/IFolderManager.cs b/DNN Platform/Library/Services/FileSystem/IFolderManager.cs index db5748b1383..616992ac9bf 100644 --- a/DNN Platform/Library/Services/FileSystem/IFolderManager.cs +++ b/DNN Platform/Library/Services/FileSystem/IFolderManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Services/FileSystem/Internal/DefaultFolderProviders.cs b/DNN Platform/Library/Services/FileSystem/Internal/DefaultFolderProviders.cs index 3d7f591cf71..f4415459d26 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/DefaultFolderProviders.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/DefaultFolderProviders.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Library/Services/FileSystem/Internal/FileDeletionController.cs b/DNN Platform/Library/Services/FileSystem/Internal/FileDeletionController.cs index 3fb9c902b3f..a3f83ce8176 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/FileDeletionController.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/FileDeletionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Data; diff --git a/DNN Platform/Library/Services/FileSystem/Internal/FileLockingController.cs b/DNN Platform/Library/Services/FileSystem/Internal/FileLockingController.cs index 507c783d7a9..3303d9f9729 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/FileLockingController.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/FileLockingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Content.Workflow; diff --git a/DNN Platform/Library/Services/FileSystem/Internal/FileSecurityController.cs b/DNN Platform/Library/Services/FileSystem/Internal/FileSecurityController.cs index 4286b219025..bae8171aa89 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/FileSecurityController.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/FileSecurityController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using DotNetNuke.Common; diff --git a/DNN Platform/Library/Services/FileSystem/Internal/IFileDeletionController.cs b/DNN Platform/Library/Services/FileSystem/Internal/IFileDeletionController.cs index 939a7ec8bc2..7600db36822 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/IFileDeletionController.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/IFileDeletionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.Internal { public interface IFileDeletionController diff --git a/DNN Platform/Library/Services/FileSystem/Internal/IFileLockingController.cs b/DNN Platform/Library/Services/FileSystem/Internal/IFileLockingController.cs index e209f6407e6..09ccff57096 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/IFileLockingController.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/IFileLockingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.Internal { public interface IFileLockingController diff --git a/DNN Platform/Library/Services/FileSystem/Internal/IFileSecurityChecker.cs b/DNN Platform/Library/Services/FileSystem/Internal/IFileSecurityChecker.cs index c63ada29877..b3bc6811a83 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/IFileSecurityChecker.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/IFileSecurityChecker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; namespace DotNetNuke.Services.FileSystem.Internal diff --git a/DNN Platform/Library/Services/FileSystem/Internal/IFileSecurityController.cs b/DNN Platform/Library/Services/FileSystem/Internal/IFileSecurityController.cs index b3aeb2ea02c..492c6767b22 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/IFileSecurityController.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/IFileSecurityController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; namespace DotNetNuke.Services.FileSystem.Internal diff --git a/DNN Platform/Library/Services/FileSystem/Internal/IUserSecurityController.cs b/DNN Platform/Library/Services/FileSystem/Internal/IUserSecurityController.cs index b72c9d5fb46..8acb8575449 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/IUserSecurityController.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/IUserSecurityController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.Internal { public interface IUserSecurityController diff --git a/DNN Platform/Library/Services/FileSystem/Internal/SecurityCheckers/SvgFileChecker.cs b/DNN Platform/Library/Services/FileSystem/Internal/SecurityCheckers/SvgFileChecker.cs index d5caac13e82..122a5e9222c 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/SecurityCheckers/SvgFileChecker.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/SecurityCheckers/SvgFileChecker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/FileSystem/Internal/UserSecurityController.cs b/DNN Platform/Library/Services/FileSystem/Internal/UserSecurityController.cs index 33268e5a73b..3504e31664a 100644 --- a/DNN Platform/Library/Services/FileSystem/Internal/UserSecurityController.cs +++ b/DNN Platform/Library/Services/FileSystem/Internal/UserSecurityController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Services/FileSystem/Providers/DatabaseFolderProvider.cs b/DNN Platform/Library/Services/FileSystem/Providers/DatabaseFolderProvider.cs index e9a3cbeb3e2..c093d32be04 100644 --- a/DNN Platform/Library/Services/FileSystem/Providers/DatabaseFolderProvider.cs +++ b/DNN Platform/Library/Services/FileSystem/Providers/DatabaseFolderProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Library/Services/FileSystem/Providers/SecureFolderProvider.cs b/DNN Platform/Library/Services/FileSystem/Providers/SecureFolderProvider.cs index 9e66e9121a1..c359d9e8a82 100644 --- a/DNN Platform/Library/Services/FileSystem/Providers/SecureFolderProvider.cs +++ b/DNN Platform/Library/Services/FileSystem/Providers/SecureFolderProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using DotNetNuke.Common; diff --git a/DNN Platform/Library/Services/FileSystem/Providers/StandardFolderProvider.cs b/DNN Platform/Library/Services/FileSystem/Providers/StandardFolderProvider.cs index ed35cf288c9..9c1434c86df 100644 --- a/DNN Platform/Library/Services/FileSystem/Providers/StandardFolderProvider.cs +++ b/DNN Platform/Library/Services/FileSystem/Providers/StandardFolderProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/FileSystem/SynchronizeFileSystem.cs b/DNN Platform/Library/Services/FileSystem/SynchronizeFileSystem.cs index 5763b1ec83b..304bb655cb1 100644 --- a/DNN Platform/Library/Services/FileSystem/SynchronizeFileSystem.cs +++ b/DNN Platform/Library/Services/FileSystem/SynchronizeFileSystem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/FileSystem/UploadType.cs b/DNN Platform/Library/Services/FileSystem/UploadType.cs index cf8b929f74a..0cc3498d90a 100644 --- a/DNN Platform/Library/Services/FileSystem/UploadType.cs +++ b/DNN Platform/Library/Services/FileSystem/UploadType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem { public enum UploadType diff --git a/DNN Platform/Library/Services/FileSystem/Wrappers/DirectoryWrapper.cs b/DNN Platform/Library/Services/FileSystem/Wrappers/DirectoryWrapper.cs index fcb445e13ac..f11a4d248c9 100644 --- a/DNN Platform/Library/Services/FileSystem/Wrappers/DirectoryWrapper.cs +++ b/DNN Platform/Library/Services/FileSystem/Wrappers/DirectoryWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; using DotNetNuke.ComponentModel; diff --git a/DNN Platform/Library/Services/FileSystem/Wrappers/FileWrapper.cs b/DNN Platform/Library/Services/FileSystem/Wrappers/FileWrapper.cs index 23cffdd587d..4f3d6e68d98 100644 --- a/DNN Platform/Library/Services/FileSystem/Wrappers/FileWrapper.cs +++ b/DNN Platform/Library/Services/FileSystem/Wrappers/FileWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; diff --git a/DNN Platform/Library/Services/FileSystem/Wrappers/IDirectory.cs b/DNN Platform/Library/Services/FileSystem/Wrappers/IDirectory.cs index b20a4e609d0..8f232d21809 100644 --- a/DNN Platform/Library/Services/FileSystem/Wrappers/IDirectory.cs +++ b/DNN Platform/Library/Services/FileSystem/Wrappers/IDirectory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem.Internal { public interface IDirectory diff --git a/DNN Platform/Library/Services/FileSystem/Wrappers/IFile.cs b/DNN Platform/Library/Services/FileSystem/Wrappers/IFile.cs index 60bd1c1fe44..d8dbe5146a9 100644 --- a/DNN Platform/Library/Services/FileSystem/Wrappers/IFile.cs +++ b/DNN Platform/Library/Services/FileSystem/Wrappers/IFile.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; diff --git a/DNN Platform/Library/Services/FileSystem/Wrappers/IIconController.cs b/DNN Platform/Library/Services/FileSystem/Wrappers/IIconController.cs index 17cc3ecf332..d540c26c32e 100644 --- a/DNN Platform/Library/Services/FileSystem/Wrappers/IIconController.cs +++ b/DNN Platform/Library/Services/FileSystem/Wrappers/IIconController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.FileSystem { internal interface IIconController diff --git a/DNN Platform/Library/Services/FileSystem/Wrappers/IconControllerWrapper.cs b/DNN Platform/Library/Services/FileSystem/Wrappers/IconControllerWrapper.cs index f061c925123..aa277251713 100644 --- a/DNN Platform/Library/Services/FileSystem/Wrappers/IconControllerWrapper.cs +++ b/DNN Platform/Library/Services/FileSystem/Wrappers/IconControllerWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.ComponentModel; diff --git a/DNN Platform/Library/Services/GeneratedImage/DiskImageStore.cs b/DNN Platform/Library/Services/GeneratedImage/DiskImageStore.cs index 35219bf1f3a..0b2ee79834f 100644 --- a/DNN Platform/Library/Services/GeneratedImage/DiskImageStore.cs +++ b/DNN Platform/Library/Services/GeneratedImage/DiskImageStore.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -//#define INDIVIDUAL_LOCKS +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/GeneratedImage/DnnImageHandler.cs b/DNN Platform/Library/Services/GeneratedImage/DnnImageHandler.cs index ca01182f7b3..245ab2ed9ee 100644 --- a/DNN Platform/Library/Services/GeneratedImage/DnnImageHandler.cs +++ b/DNN Platform/Library/Services/GeneratedImage/DnnImageHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.Specialized; diff --git a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageBrightnessTransform.cs b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageBrightnessTransform.cs index 95ddfd09147..3bdb1b6cb95 100644 --- a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageBrightnessTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageBrightnessTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Drawing; using System.Drawing.Drawing2D; diff --git a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageContrastTransform.cs b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageContrastTransform.cs index ebfdf9f0041..96439d128e2 100644 --- a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageContrastTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageContrastTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Drawing; using System.Drawing.Drawing2D; diff --git a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageGammaTransform.cs b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageGammaTransform.cs index e99eb0647ea..9c37753622f 100644 --- a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageGammaTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageGammaTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Drawing; using System.Drawing.Drawing2D; diff --git a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageGreyscaleTransform.cs b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageGreyscaleTransform.cs index 4f5d90d0e7a..f634121dc39 100644 --- a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageGreyscaleTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageGreyscaleTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Drawing; using System.Drawing.Drawing2D; diff --git a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageInvertTransform.cs b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageInvertTransform.cs index 1ec4adefb5e..d30604040fd 100644 --- a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageInvertTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageInvertTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Drawing; using System.Drawing.Drawing2D; diff --git a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageResizeTransform.cs b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageResizeTransform.cs index 35ff1df4799..9aae6c7116c 100644 --- a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageResizeTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageResizeTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; using System.Diagnostics; diff --git a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageRotateFlipTransform.cs b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageRotateFlipTransform.cs index 11dc3898a13..67137c56be7 100644 --- a/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageRotateFlipTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/FilterTransform/ImageRotateFlipTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Drawing; using System.Drawing.Drawing2D; diff --git a/DNN Platform/Library/Services/GeneratedImage/GeneratedImage.cs b/DNN Platform/Library/Services/GeneratedImage/GeneratedImage.cs index ae640fb4066..00e71303368 100644 --- a/DNN Platform/Library/Services/GeneratedImage/GeneratedImage.cs +++ b/DNN Platform/Library/Services/GeneratedImage/GeneratedImage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Text; diff --git a/DNN Platform/Library/Services/GeneratedImage/IPCount.cs b/DNN Platform/Library/Services/GeneratedImage/IPCount.cs index e3ab00b9ff5..e867a8a5d29 100644 --- a/DNN Platform/Library/Services/GeneratedImage/IPCount.cs +++ b/DNN Platform/Library/Services/GeneratedImage/IPCount.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utils; using DotNetNuke.Services.UserRequest; using System; diff --git a/DNN Platform/Library/Services/GeneratedImage/ImageHandler.cs b/DNN Platform/Library/Services/GeneratedImage/ImageHandler.cs index 36174075069..689b41cb218 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ImageHandler.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ImageHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.Specialized; diff --git a/DNN Platform/Library/Services/GeneratedImage/ImageHandlerInternal.cs b/DNN Platform/Library/Services/GeneratedImage/ImageHandlerInternal.cs index 8fe8919b5e4..f102afdedd4 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ImageHandlerInternal.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ImageHandlerInternal.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/GeneratedImage/ImageInfo.cs b/DNN Platform/Library/Services/GeneratedImage/ImageInfo.cs index 317b41ec362..2359f703202 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ImageInfo.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ImageInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Drawing; using System.Net; diff --git a/DNN Platform/Library/Services/GeneratedImage/ImageParameter.cs b/DNN Platform/Library/Services/GeneratedImage/ImageParameter.cs index 37375e4e82b..0ab458e1838 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ImageParameter.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ImageParameter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel; using System.Web.UI; diff --git a/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/GrayscaleQuantizer.cs b/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/GrayscaleQuantizer.cs index a5bf6fbfe9e..a50b07c6082 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/GrayscaleQuantizer.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/GrayscaleQuantizer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Drawing; diff --git a/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/OctreeQuantizer.cs b/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/OctreeQuantizer.cs index f921a6337e3..b141d6c3ddf 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/OctreeQuantizer.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/OctreeQuantizer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Drawing; diff --git a/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/PaletteQuantizer.cs b/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/PaletteQuantizer.cs index a9d4fb2a503..fdf3accbdbd 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/PaletteQuantizer.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/PaletteQuantizer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Drawing; diff --git a/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/Quantizer.cs b/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/Quantizer.cs index d9752c4d4d5..24c052c167e 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/Quantizer.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ImageQuantization/Quantizer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Drawing; using System.Drawing.Imaging; diff --git a/DNN Platform/Library/Services/GeneratedImage/ImageResizeMode.cs b/DNN Platform/Library/Services/GeneratedImage/ImageResizeMode.cs index 57fb8f755a6..cd7629a0bdf 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ImageResizeMode.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ImageResizeMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.GeneratedImage { /// diff --git a/DNN Platform/Library/Services/GeneratedImage/ImageTransform.cs b/DNN Platform/Library/Services/GeneratedImage/ImageTransform.cs index 4645b7e3438..57bda08ef9e 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ImageTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ImageTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; diff --git a/DNN Platform/Library/Services/GeneratedImage/ProfileEventHandler.cs b/DNN Platform/Library/Services/GeneratedImage/ProfileEventHandler.cs index 8892df36965..8c0f72a8470 100644 --- a/DNN Platform/Library/Services/GeneratedImage/ProfileEventHandler.cs +++ b/DNN Platform/Library/Services/GeneratedImage/ProfileEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/GeneratedImage/StartTransform/ImageFileTransform.cs b/DNN Platform/Library/Services/GeneratedImage/StartTransform/ImageFileTransform.cs index 0142dc4c876..b069bde9e94 100644 --- a/DNN Platform/Library/Services/GeneratedImage/StartTransform/ImageFileTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/StartTransform/ImageFileTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Drawing; using System.Drawing.Drawing2D; diff --git a/DNN Platform/Library/Services/GeneratedImage/StartTransform/PlaceHolderTransform.cs b/DNN Platform/Library/Services/GeneratedImage/StartTransform/PlaceHolderTransform.cs index ac4c5094451..4e28268bb46 100644 --- a/DNN Platform/Library/Services/GeneratedImage/StartTransform/PlaceHolderTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/StartTransform/PlaceHolderTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Text; diff --git a/DNN Platform/Library/Services/GeneratedImage/StartTransform/SecureFileTransform.cs b/DNN Platform/Library/Services/GeneratedImage/StartTransform/SecureFileTransform.cs index 90b310605b1..d700fcff0d4 100644 --- a/DNN Platform/Library/Services/GeneratedImage/StartTransform/SecureFileTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/StartTransform/SecureFileTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; diff --git a/DNN Platform/Library/Services/GeneratedImage/StartTransform/UserProfilePicTransform.cs b/DNN Platform/Library/Services/GeneratedImage/StartTransform/UserProfilePicTransform.cs index 9a9e7c48cc0..f96e59d89c8 100644 --- a/DNN Platform/Library/Services/GeneratedImage/StartTransform/UserProfilePicTransform.cs +++ b/DNN Platform/Library/Services/GeneratedImage/StartTransform/UserProfilePicTransform.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; diff --git a/DNN Platform/Library/Services/ImprovementsProgram/BeaconService.cs b/DNN Platform/Library/Services/ImprovementsProgram/BeaconService.cs index 8b6c433d0d9..d86bb62416f 100644 --- a/DNN Platform/Library/Services/ImprovementsProgram/BeaconService.cs +++ b/DNN Platform/Library/Services/ImprovementsProgram/BeaconService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Configuration; diff --git a/DNN Platform/Library/Services/ImprovementsProgram/IBeaconService.cs b/DNN Platform/Library/Services/ImprovementsProgram/IBeaconService.cs index 77e84aa7c49..8f654e583a5 100644 --- a/DNN Platform/Library/Services/ImprovementsProgram/IBeaconService.cs +++ b/DNN Platform/Library/Services/ImprovementsProgram/IBeaconService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Users; namespace DotNetNuke.Services.ImprovementsProgram diff --git a/DNN Platform/Library/Services/ImprovementsProgram/RolesEnum.cs b/DNN Platform/Library/Services/ImprovementsProgram/RolesEnum.cs index 740314d263b..3e501878fe6 100644 --- a/DNN Platform/Library/Services/ImprovementsProgram/RolesEnum.cs +++ b/DNN Platform/Library/Services/ImprovementsProgram/RolesEnum.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.ImprovementsProgram diff --git a/DNN Platform/Library/Services/Installer/Blocker/IInstallBlocker.cs b/DNN Platform/Library/Services/Installer/Blocker/IInstallBlocker.cs index 723ecc6176c..df85d71d855 100644 --- a/DNN Platform/Library/Services/Installer/Blocker/IInstallBlocker.cs +++ b/DNN Platform/Library/Services/Installer/Blocker/IInstallBlocker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Installer.Blocker { /// diff --git a/DNN Platform/Library/Services/Installer/Blocker/InstallBlocker.cs b/DNN Platform/Library/Services/Installer/Blocker/InstallBlocker.cs index bce48405056..5f4ef3188c2 100644 --- a/DNN Platform/Library/Services/Installer/Blocker/InstallBlocker.cs +++ b/DNN Platform/Library/Services/Installer/Blocker/InstallBlocker.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using DotNetNuke.Common; diff --git a/DNN Platform/Library/Services/Installer/Dependencies/CoreVersionDependency.cs b/DNN Platform/Library/Services/Installer/Dependencies/CoreVersionDependency.cs index 385d999e7b1..292c340da02 100644 --- a/DNN Platform/Library/Services/Installer/Dependencies/CoreVersionDependency.cs +++ b/DNN Platform/Library/Services/Installer/Dependencies/CoreVersionDependency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Dependencies/DependencyBase.cs b/DNN Platform/Library/Services/Installer/Dependencies/DependencyBase.cs index 76a95d59c47..12c0021157f 100644 --- a/DNN Platform/Library/Services/Installer/Dependencies/DependencyBase.cs +++ b/DNN Platform/Library/Services/Installer/Dependencies/DependencyBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml.XPath; diff --git a/DNN Platform/Library/Services/Installer/Dependencies/DependencyFactory.cs b/DNN Platform/Library/Services/Installer/Dependencies/DependencyFactory.cs index 26e72a282cf..5b4dc6052a8 100644 --- a/DNN Platform/Library/Services/Installer/Dependencies/DependencyFactory.cs +++ b/DNN Platform/Library/Services/Installer/Dependencies/DependencyFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml.XPath; diff --git a/DNN Platform/Library/Services/Installer/Dependencies/IDependency.cs b/DNN Platform/Library/Services/Installer/Dependencies/IDependency.cs index cc7c7058961..24b66d3016b 100644 --- a/DNN Platform/Library/Services/Installer/Dependencies/IDependency.cs +++ b/DNN Platform/Library/Services/Installer/Dependencies/IDependency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml.XPath; diff --git a/DNN Platform/Library/Services/Installer/Dependencies/IManagedPackageDependency.cs b/DNN Platform/Library/Services/Installer/Dependencies/IManagedPackageDependency.cs index febc0f0dcb9..58bd97d4eff 100644 --- a/DNN Platform/Library/Services/Installer/Dependencies/IManagedPackageDependency.cs +++ b/DNN Platform/Library/Services/Installer/Dependencies/IManagedPackageDependency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Installer.Packages; namespace DotNetNuke.Services.Installer.Dependencies diff --git a/DNN Platform/Library/Services/Installer/Dependencies/InvalidDependency.cs b/DNN Platform/Library/Services/Installer/Dependencies/InvalidDependency.cs index 423268dba02..43bf4ac877b 100644 --- a/DNN Platform/Library/Services/Installer/Dependencies/InvalidDependency.cs +++ b/DNN Platform/Library/Services/Installer/Dependencies/InvalidDependency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Installer.Dependencies { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/Services/Installer/Dependencies/ManagedPackageDependency.cs b/DNN Platform/Library/Services/Installer/Dependencies/ManagedPackageDependency.cs index b726ea3def0..5fce1a51a11 100644 --- a/DNN Platform/Library/Services/Installer/Dependencies/ManagedPackageDependency.cs +++ b/DNN Platform/Library/Services/Installer/Dependencies/ManagedPackageDependency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Xml.XPath; diff --git a/DNN Platform/Library/Services/Installer/Dependencies/PackageDependency.cs b/DNN Platform/Library/Services/Installer/Dependencies/PackageDependency.cs index 3049c8dceec..c08156f8f83 100644 --- a/DNN Platform/Library/Services/Installer/Dependencies/PackageDependency.cs +++ b/DNN Platform/Library/Services/Installer/Dependencies/PackageDependency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml.XPath; diff --git a/DNN Platform/Library/Services/Installer/Dependencies/PermissionsDependency.cs b/DNN Platform/Library/Services/Installer/Dependencies/PermissionsDependency.cs index 15e9b1c213a..e2f19df7e85 100644 --- a/DNN Platform/Library/Services/Installer/Dependencies/PermissionsDependency.cs +++ b/DNN Platform/Library/Services/Installer/Dependencies/PermissionsDependency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml.XPath; diff --git a/DNN Platform/Library/Services/Installer/Dependencies/TypeDependency.cs b/DNN Platform/Library/Services/Installer/Dependencies/TypeDependency.cs index 9dd356b5982..4a03f2aa08a 100644 --- a/DNN Platform/Library/Services/Installer/Dependencies/TypeDependency.cs +++ b/DNN Platform/Library/Services/Installer/Dependencies/TypeDependency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/InstallFile.cs b/DNN Platform/Library/Services/Installer/InstallFile.cs index 97c39c4f26d..aadbe2a14a4 100644 --- a/DNN Platform/Library/Services/Installer/InstallFile.cs +++ b/DNN Platform/Library/Services/Installer/InstallFile.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/InstallFileType.cs b/DNN Platform/Library/Services/Installer/InstallFileType.cs index 121ed2d544b..a1d0e9fa398 100644 --- a/DNN Platform/Library/Services/Installer/InstallFileType.cs +++ b/DNN Platform/Library/Services/Installer/InstallFileType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.ComponentModel; diff --git a/DNN Platform/Library/Services/Installer/InstallMode.cs b/DNN Platform/Library/Services/Installer/InstallMode.cs index 065c10edab1..ebc2e6079c3 100644 --- a/DNN Platform/Library/Services/Installer/InstallMode.cs +++ b/DNN Platform/Library/Services/Installer/InstallMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.ComponentModel; diff --git a/DNN Platform/Library/Services/Installer/Installer.cs b/DNN Platform/Library/Services/Installer/Installer.cs index 071ea0e2bae..ea964bf7495 100644 --- a/DNN Platform/Library/Services/Installer/Installer.cs +++ b/DNN Platform/Library/Services/Installer/Installer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/InstallerInfo.cs b/DNN Platform/Library/Services/Installer/InstallerInfo.cs index b23eca5f74b..50074ea20d7 100644 --- a/DNN Platform/Library/Services/Installer/InstallerInfo.cs +++ b/DNN Platform/Library/Services/Installer/InstallerInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/AssemblyInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/AssemblyInstaller.cs index 0e3e1deda70..8add0b7e38e 100644 --- a/DNN Platform/Library/Services/Installer/Installers/AssemblyInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/AssemblyInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/AuthenticationInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/AuthenticationInstaller.cs index 9ca7952c765..d65c38f3424 100644 --- a/DNN Platform/Library/Services/Installer/Installers/AuthenticationInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/AuthenticationInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/CleanupInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/CleanupInstaller.cs index 49302b9975a..03ee88f7eb2 100644 --- a/DNN Platform/Library/Services/Installer/Installers/CleanupInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/CleanupInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/ComponentInstallerBase.cs b/DNN Platform/Library/Services/Installer/Installers/ComponentInstallerBase.cs index e0250b75339..6912cb484ee 100644 --- a/DNN Platform/Library/Services/Installer/Installers/ComponentInstallerBase.cs +++ b/DNN Platform/Library/Services/Installer/Installers/ComponentInstallerBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/ConfigInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/ConfigInstaller.cs index 8bbc3081b86..9b100167e81 100644 --- a/DNN Platform/Library/Services/Installer/Installers/ConfigInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/ConfigInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/ContainerInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/ContainerInstaller.cs index 49e40d1bf6a..41321b5b9bf 100644 --- a/DNN Platform/Library/Services/Installer/Installers/ContainerInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/ContainerInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.UI.Skins; diff --git a/DNN Platform/Library/Services/Installer/Installers/FileInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/FileInstaller.cs index f8c98844fcb..228ab199fa4 100644 --- a/DNN Platform/Library/Services/Installer/Installers/FileInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/FileInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/InstallerFactory.cs b/DNN Platform/Library/Services/Installer/Installers/InstallerFactory.cs index beeb715fd3d..0d0d7628b15 100644 --- a/DNN Platform/Library/Services/Installer/Installers/InstallerFactory.cs +++ b/DNN Platform/Library/Services/Installer/Installers/InstallerFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/JavaScriptFileInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/JavaScriptFileInstaller.cs index bee1dd95b93..40fbc1cd814 100644 --- a/DNN Platform/Library/Services/Installer/Installers/JavaScriptFileInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/JavaScriptFileInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Xml.XPath; diff --git a/DNN Platform/Library/Services/Installer/Installers/JavaScriptLibraryInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/JavaScriptLibraryInstaller.cs index d1e71e529c6..39ee3c1e1ca 100644 --- a/DNN Platform/Library/Services/Installer/Installers/JavaScriptLibraryInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/JavaScriptLibraryInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Xml.XPath; diff --git a/DNN Platform/Library/Services/Installer/Installers/LanguageInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/LanguageInstaller.cs index b424180af59..f824ecf4e1e 100644 --- a/DNN Platform/Library/Services/Installer/Installers/LanguageInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/LanguageInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/ModuleInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/ModuleInstaller.cs index 3cf2a13a6d5..29371ef522f 100644 --- a/DNN Platform/Library/Services/Installer/Installers/ModuleInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/ModuleInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/PackageInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/PackageInstaller.cs index b0166ff4ee6..00bafe1df3e 100644 --- a/DNN Platform/Library/Services/Installer/Installers/PackageInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/PackageInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/ProviderInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/ProviderInstaller.cs index f2e9e6ae38b..5a0c4442d08 100644 --- a/DNN Platform/Library/Services/Installer/Installers/ProviderInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/ProviderInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml.XPath; diff --git a/DNN Platform/Library/Services/Installer/Installers/ResourceFileInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/ResourceFileInstaller.cs index 6b3145f6978..75fcd1014c1 100644 --- a/DNN Platform/Library/Services/Installer/Installers/ResourceFileInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/ResourceFileInstaller.cs @@ -1,11 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/ScriptInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/ScriptInstaller.cs index 8b2616e8bec..3b1a5221227 100644 --- a/DNN Platform/Library/Services/Installer/Installers/ScriptInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/ScriptInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/SkinControlInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/SkinControlInstaller.cs index 09d1e0df7f1..f447ebb0520 100644 --- a/DNN Platform/Library/Services/Installer/Installers/SkinControlInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/SkinControlInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/SkinInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/SkinInstaller.cs index 127fc5a23e8..e98d39c9d9d 100644 --- a/DNN Platform/Library/Services/Installer/Installers/SkinInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/SkinInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Installers/UrlProviderInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/UrlProviderInstaller.cs index f292f3018ad..afecac85ad2 100644 --- a/DNN Platform/Library/Services/Installer/Installers/UrlProviderInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/UrlProviderInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Xml.XPath; diff --git a/DNN Platform/Library/Services/Installer/Installers/WidgetInstaller.cs b/DNN Platform/Library/Services/Installer/Installers/WidgetInstaller.cs index 459881c18e8..dcc3adaf999 100644 --- a/DNN Platform/Library/Services/Installer/Installers/WidgetInstaller.cs +++ b/DNN Platform/Library/Services/Installer/Installers/WidgetInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.IO; diff --git a/DNN Platform/Library/Services/Installer/LegacyUtil.cs b/DNN Platform/Library/Services/Installer/LegacyUtil.cs index 9233a91d14e..293bb808a90 100644 --- a/DNN Platform/Library/Services/Installer/LegacyUtil.cs +++ b/DNN Platform/Library/Services/Installer/LegacyUtil.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Log/LogEntry.cs b/DNN Platform/Library/Services/Installer/Log/LogEntry.cs index f4a0ba0145d..452184c131b 100644 --- a/DNN Platform/Library/Services/Installer/Log/LogEntry.cs +++ b/DNN Platform/Library/Services/Installer/Log/LogEntry.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Log/LogType.cs b/DNN Platform/Library/Services/Installer/Log/LogType.cs index ce18a93ced1..58cd8e46abc 100644 --- a/DNN Platform/Library/Services/Installer/Log/LogType.cs +++ b/DNN Platform/Library/Services/Installer/Log/LogType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Installer.Log { public enum LogType diff --git a/DNN Platform/Library/Services/Installer/Log/Logger.cs b/DNN Platform/Library/Services/Installer/Log/Logger.cs index ff811f59a08..0978db96575 100644 --- a/DNN Platform/Library/Services/Installer/Log/Logger.cs +++ b/DNN Platform/Library/Services/Installer/Log/Logger.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/NodeInsertType.cs b/DNN Platform/Library/Services/Installer/NodeInsertType.cs index 67cb186278c..894abef18e7 100644 --- a/DNN Platform/Library/Services/Installer/NodeInsertType.cs +++ b/DNN Platform/Library/Services/Installer/NodeInsertType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Installer { public enum NodeInsertType diff --git a/DNN Platform/Library/Services/Installer/Packages/IPackageController.cs b/DNN Platform/Library/Services/Installer/Packages/IPackageController.cs index 6fa7016c1a7..b96200d9022 100644 --- a/DNN Platform/Library/Services/Installer/Packages/IPackageController.cs +++ b/DNN Platform/Library/Services/Installer/Packages/IPackageController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Installer/Packages/IPackageEditor.cs b/DNN Platform/Library/Services/Installer/Packages/IPackageEditor.cs index f758bfd80c6..3ecfea2ee2a 100644 --- a/DNN Platform/Library/Services/Installer/Packages/IPackageEditor.cs +++ b/DNN Platform/Library/Services/Installer/Packages/IPackageEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Installer.Packages { public interface IPackageEditor diff --git a/DNN Platform/Library/Services/Installer/Packages/PackageController.cs b/DNN Platform/Library/Services/Installer/Packages/PackageController.cs index 7abeadc4258..46bdd1dd187 100644 --- a/DNN Platform/Library/Services/Installer/Packages/PackageController.cs +++ b/DNN Platform/Library/Services/Installer/Packages/PackageController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Packages/PackageCreatedEventArgs.cs b/DNN Platform/Library/Services/Installer/Packages/PackageCreatedEventArgs.cs index 7f1c2f72797..b0662538c0c 100644 --- a/DNN Platform/Library/Services/Installer/Packages/PackageCreatedEventArgs.cs +++ b/DNN Platform/Library/Services/Installer/Packages/PackageCreatedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Packages/PackageCreatedEventHandler.cs b/DNN Platform/Library/Services/Installer/Packages/PackageCreatedEventHandler.cs index d2b1a3e0be0..1e295c62933 100644 --- a/DNN Platform/Library/Services/Installer/Packages/PackageCreatedEventHandler.cs +++ b/DNN Platform/Library/Services/Installer/Packages/PackageCreatedEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Installer.Packages { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/Services/Installer/Packages/PackageDependencyInfo.cs b/DNN Platform/Library/Services/Installer/Packages/PackageDependencyInfo.cs index a926e975543..5fbb51388e8 100644 --- a/DNN Platform/Library/Services/Installer/Packages/PackageDependencyInfo.cs +++ b/DNN Platform/Library/Services/Installer/Packages/PackageDependencyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Installer.Packages diff --git a/DNN Platform/Library/Services/Installer/Packages/PackageEditorBase.cs b/DNN Platform/Library/Services/Installer/Packages/PackageEditorBase.cs index 057b0d38f9e..fa8a1bbcb22 100644 --- a/DNN Platform/Library/Services/Installer/Packages/PackageEditorBase.cs +++ b/DNN Platform/Library/Services/Installer/Packages/PackageEditorBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Packages/PackageInfo.cs b/DNN Platform/Library/Services/Installer/Packages/PackageInfo.cs index 03c7b3b99a0..82493b1b4e3 100644 --- a/DNN Platform/Library/Services/Installer/Packages/PackageInfo.cs +++ b/DNN Platform/Library/Services/Installer/Packages/PackageInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Packages/PackageType.cs b/DNN Platform/Library/Services/Installer/Packages/PackageType.cs index 1b338dc928a..d80358743d2 100644 --- a/DNN Platform/Library/Services/Installer/Packages/PackageType.cs +++ b/DNN Platform/Library/Services/Installer/Packages/PackageType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Packages/PackageTypeEditControl.cs b/DNN Platform/Library/Services/Installer/Packages/PackageTypeEditControl.cs index 4192df0740d..eaf60203388 100644 --- a/DNN Platform/Library/Services/Installer/Packages/PackageTypeEditControl.cs +++ b/DNN Platform/Library/Services/Installer/Packages/PackageTypeEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Installer/TextEncoding.cs b/DNN Platform/Library/Services/Installer/TextEncoding.cs index af89856cb04..e695d035945 100644 --- a/DNN Platform/Library/Services/Installer/TextEncoding.cs +++ b/DNN Platform/Library/Services/Installer/TextEncoding.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Installer { public enum TextEncoding diff --git a/DNN Platform/Library/Services/Installer/Util.cs b/DNN Platform/Library/Services/Installer/Util.cs index 7df536feab9..3068113dcb7 100644 --- a/DNN Platform/Library/Services/Installer/Util.cs +++ b/DNN Platform/Library/Services/Installer/Util.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Writers/AssemblyComponentWriter.cs b/DNN Platform/Library/Services/Installer/Writers/AssemblyComponentWriter.cs index 1e128f2a3e8..120d8a5e43e 100644 --- a/DNN Platform/Library/Services/Installer/Writers/AssemblyComponentWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/AssemblyComponentWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Installer/Writers/AuthenticationPackageWriter.cs b/DNN Platform/Library/Services/Installer/Writers/AuthenticationPackageWriter.cs index a821aea4c41..f083b60d67b 100644 --- a/DNN Platform/Library/Services/Installer/Writers/AuthenticationPackageWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/AuthenticationPackageWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.IO; diff --git a/DNN Platform/Library/Services/Installer/Writers/CleanupComponentWriter.cs b/DNN Platform/Library/Services/Installer/Writers/CleanupComponentWriter.cs index 409d7d70b87..610755de653 100644 --- a/DNN Platform/Library/Services/Installer/Writers/CleanupComponentWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/CleanupComponentWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Installer/Writers/ContainerComponentWriter.cs b/DNN Platform/Library/Services/Installer/Writers/ContainerComponentWriter.cs index e2f26544f25..6ab7615ca03 100644 --- a/DNN Platform/Library/Services/Installer/Writers/ContainerComponentWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/ContainerComponentWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Installer/Writers/ContainerPackageWriter.cs b/DNN Platform/Library/Services/Installer/Writers/ContainerPackageWriter.cs index e444475f306..e96aa9bd4f5 100644 --- a/DNN Platform/Library/Services/Installer/Writers/ContainerPackageWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/ContainerPackageWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml; diff --git a/DNN Platform/Library/Services/Installer/Writers/FileComponentWriter.cs b/DNN Platform/Library/Services/Installer/Writers/FileComponentWriter.cs index 2f476ed206b..e25ec74e45d 100644 --- a/DNN Platform/Library/Services/Installer/Writers/FileComponentWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/FileComponentWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Installer/Writers/LanguageComponentWriter.cs b/DNN Platform/Library/Services/Installer/Writers/LanguageComponentWriter.cs index f14b0cc3e96..d7a04cf99f1 100644 --- a/DNN Platform/Library/Services/Installer/Writers/LanguageComponentWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/LanguageComponentWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Installer/Writers/LanguagePackWriter.cs b/DNN Platform/Library/Services/Installer/Writers/LanguagePackWriter.cs index 0f650263d93..b0c55b4181b 100644 --- a/DNN Platform/Library/Services/Installer/Writers/LanguagePackWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/LanguagePackWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Writers/LibraryPackageWriter.cs b/DNN Platform/Library/Services/Installer/Writers/LibraryPackageWriter.cs index feddfebab53..1698b638095 100644 --- a/DNN Platform/Library/Services/Installer/Writers/LibraryPackageWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/LibraryPackageWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Services.Installer.Packages; diff --git a/DNN Platform/Library/Services/Installer/Writers/ModulePackageWriter.cs b/DNN Platform/Library/Services/Installer/Writers/ModulePackageWriter.cs index 3d07542addf..d2b1fbfe175 100644 --- a/DNN Platform/Library/Services/Installer/Writers/ModulePackageWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/ModulePackageWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Writers/PackageWriterBase.cs b/DNN Platform/Library/Services/Installer/Writers/PackageWriterBase.cs index 1c00426a60c..d23559ca22b 100644 --- a/DNN Platform/Library/Services/Installer/Writers/PackageWriterBase.cs +++ b/DNN Platform/Library/Services/Installer/Writers/PackageWriterBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Writers/PackageWriterFactory.cs b/DNN Platform/Library/Services/Installer/Writers/PackageWriterFactory.cs index 691119a4c9e..d6e914865e5 100644 --- a/DNN Platform/Library/Services/Installer/Writers/PackageWriterFactory.cs +++ b/DNN Platform/Library/Services/Installer/Writers/PackageWriterFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common.Lists; diff --git a/DNN Platform/Library/Services/Installer/Writers/ProviderPackageWriter.cs b/DNN Platform/Library/Services/Installer/Writers/ProviderPackageWriter.cs index e52e278d4f3..9ecc5b31631 100644 --- a/DNN Platform/Library/Services/Installer/Writers/ProviderPackageWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/ProviderPackageWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml; diff --git a/DNN Platform/Library/Services/Installer/Writers/ResourceFileComponentWriter.cs b/DNN Platform/Library/Services/Installer/Writers/ResourceFileComponentWriter.cs index bd690754a99..0115d1b516a 100644 --- a/DNN Platform/Library/Services/Installer/Writers/ResourceFileComponentWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/ResourceFileComponentWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Installer/Writers/ScriptComponentWriter.cs b/DNN Platform/Library/Services/Installer/Writers/ScriptComponentWriter.cs index a53aa9dd0aa..35eafe52a8f 100644 --- a/DNN Platform/Library/Services/Installer/Writers/ScriptComponentWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/ScriptComponentWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Writers/SkinComponentWriter.cs b/DNN Platform/Library/Services/Installer/Writers/SkinComponentWriter.cs index ae3c811d8cb..d7ebf8d795c 100644 --- a/DNN Platform/Library/Services/Installer/Writers/SkinComponentWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/SkinComponentWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Installer/Writers/SkinControlPackageWriter.cs b/DNN Platform/Library/Services/Installer/Writers/SkinControlPackageWriter.cs index 58ddb2b3637..cf388b3d5af 100644 --- a/DNN Platform/Library/Services/Installer/Writers/SkinControlPackageWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/SkinControlPackageWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Writers/SkinPackageWriter.cs b/DNN Platform/Library/Services/Installer/Writers/SkinPackageWriter.cs index 9e397f19243..c95d91a1d8a 100644 --- a/DNN Platform/Library/Services/Installer/Writers/SkinPackageWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/SkinPackageWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Installer/Writers/WidgetComponentWriter.cs b/DNN Platform/Library/Services/Installer/Writers/WidgetComponentWriter.cs index 24857e3e6de..b9cf2de548a 100644 --- a/DNN Platform/Library/Services/Installer/Writers/WidgetComponentWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/WidgetComponentWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Installer/Writers/WidgetPackageWriter.cs b/DNN Platform/Library/Services/Installer/Writers/WidgetPackageWriter.cs index 936b80325ab..196a5f54b70 100644 --- a/DNN Platform/Library/Services/Installer/Writers/WidgetPackageWriter.cs +++ b/DNN Platform/Library/Services/Installer/Writers/WidgetPackageWriter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.IO; diff --git a/DNN Platform/Library/Services/Installer/XmlMerge.cs b/DNN Platform/Library/Services/Installer/XmlMerge.cs index 41be56c6355..5d260ef8d75 100644 --- a/DNN Platform/Library/Services/Installer/XmlMerge.cs +++ b/DNN Platform/Library/Services/Installer/XmlMerge.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Journal/CommentInfo.cs b/DNN Platform/Library/Services/Journal/CommentInfo.cs index 313105d2e1b..5d2773df890 100644 --- a/DNN Platform/Library/Services/Journal/CommentInfo.cs +++ b/DNN Platform/Library/Services/Journal/CommentInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Journal/Content.cs b/DNN Platform/Library/Services/Journal/Content.cs index 93d2b127f48..b4bfb0cfeff 100644 --- a/DNN Platform/Library/Services/Journal/Content.cs +++ b/DNN Platform/Library/Services/Journal/Content.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using DotNetNuke.Entities.Content.Common; using DotNetNuke.Entities.Content; diff --git a/DNN Platform/Library/Services/Journal/Data/IJournalDataService.cs b/DNN Platform/Library/Services/Journal/Data/IJournalDataService.cs index 59cca9f6c85..6380838bf06 100644 --- a/DNN Platform/Library/Services/Journal/Data/IJournalDataService.cs +++ b/DNN Platform/Library/Services/Journal/Data/IJournalDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Journal/Data/JournalDataService.cs b/DNN Platform/Library/Services/Journal/Data/JournalDataService.cs index ffb7983c30b..0c9d2eb5ec4 100644 --- a/DNN Platform/Library/Services/Journal/Data/JournalDataService.cs +++ b/DNN Platform/Library/Services/Journal/Data/JournalDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Journal/Data/JournalDataServiceImpl.cs b/DNN Platform/Library/Services/Journal/Data/JournalDataServiceImpl.cs index dc2a80c5490..9d29d7e9a21 100644 --- a/DNN Platform/Library/Services/Journal/Data/JournalDataServiceImpl.cs +++ b/DNN Platform/Library/Services/Journal/Data/JournalDataServiceImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Journal/IJournalController.cs b/DNN Platform/Library/Services/Journal/IJournalController.cs index 8d3fcf216dc..40c0ebbd931 100644 --- a/DNN Platform/Library/Services/Journal/IJournalController.cs +++ b/DNN Platform/Library/Services/Journal/IJournalController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/Journal/Internal/IInternalJournalController.cs b/DNN Platform/Library/Services/Journal/Internal/IInternalJournalController.cs index 2c89a1a00b4..435eabd506a 100644 --- a/DNN Platform/Library/Services/Journal/Internal/IInternalJournalController.cs +++ b/DNN Platform/Library/Services/Journal/Internal/IInternalJournalController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Journal/Internal/InternalJournalController.cs b/DNN Platform/Library/Services/Journal/Internal/InternalJournalController.cs index ebc2b829eab..4cc7b870178 100644 --- a/DNN Platform/Library/Services/Journal/Internal/InternalJournalController.cs +++ b/DNN Platform/Library/Services/Journal/Internal/InternalJournalController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Framework; diff --git a/DNN Platform/Library/Services/Journal/Internal/InternalJournalControllerImpl.cs b/DNN Platform/Library/Services/Journal/Internal/InternalJournalControllerImpl.cs index fb68e2cbee7..06c2e961ad3 100644 --- a/DNN Platform/Library/Services/Journal/Internal/InternalJournalControllerImpl.cs +++ b/DNN Platform/Library/Services/Journal/Internal/InternalJournalControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Journal/ItemData.cs b/DNN Platform/Library/Services/Journal/ItemData.cs index 925734179d3..ecbc10e15d0 100644 --- a/DNN Platform/Library/Services/Journal/ItemData.cs +++ b/DNN Platform/Library/Services/Journal/ItemData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Journal/JournalController.cs b/DNN Platform/Library/Services/Journal/JournalController.cs index 944c1f703c5..0e785376b3f 100644 --- a/DNN Platform/Library/Services/Journal/JournalController.cs +++ b/DNN Platform/Library/Services/Journal/JournalController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Journal/JournalControllerImpl.cs b/DNN Platform/Library/Services/Journal/JournalControllerImpl.cs index 2f88c44ebbc..44dd51a2098 100644 --- a/DNN Platform/Library/Services/Journal/JournalControllerImpl.cs +++ b/DNN Platform/Library/Services/Journal/JournalControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Library/Services/Journal/JournalEntity.cs b/DNN Platform/Library/Services/Journal/JournalEntity.cs index 9dfe2ebd965..2081451a809 100644 --- a/DNN Platform/Library/Services/Journal/JournalEntity.cs +++ b/DNN Platform/Library/Services/Journal/JournalEntity.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Journal/JournalItem.cs b/DNN Platform/Library/Services/Journal/JournalItem.cs index 0cd774c0a9c..e68461940e3 100644 --- a/DNN Platform/Library/Services/Journal/JournalItem.cs +++ b/DNN Platform/Library/Services/Journal/JournalItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Journal/JournalTypeInfo.cs b/DNN Platform/Library/Services/Journal/JournalTypeInfo.cs index 754faaa7e55..64962d16164 100644 --- a/DNN Platform/Library/Services/Journal/JournalTypeInfo.cs +++ b/DNN Platform/Library/Services/Journal/JournalTypeInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Localization/CultureInfoComparer.cs b/DNN Platform/Library/Services/Localization/CultureInfoComparer.cs index 369e9aff343..8fa9ca00453 100644 --- a/DNN Platform/Library/Services/Localization/CultureInfoComparer.cs +++ b/DNN Platform/Library/Services/Localization/CultureInfoComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Services/Localization/ILocaleController.cs b/DNN Platform/Library/Services/Localization/ILocaleController.cs index cb8fcdb257b..850317740cb 100644 --- a/DNN Platform/Library/Services/Localization/ILocaleController.cs +++ b/DNN Platform/Library/Services/Localization/ILocaleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Localization/ILocalizationProvider.cs b/DNN Platform/Library/Services/Localization/ILocalizationProvider.cs index 26c26a011ca..2bbb7c050e2 100644 --- a/DNN Platform/Library/Services/Localization/ILocalizationProvider.cs +++ b/DNN Platform/Library/Services/Localization/ILocalizationProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/Library/Services/Localization/Internal/ILocalization.cs b/DNN Platform/Library/Services/Localization/Internal/ILocalization.cs index 17fbdb4de31..ac989e1be3b 100644 --- a/DNN Platform/Library/Services/Localization/Internal/ILocalization.cs +++ b/DNN Platform/Library/Services/Localization/Internal/ILocalization.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Library/Services/Localization/Internal/LocalizationImpl.cs b/DNN Platform/Library/Services/Localization/Internal/LocalizationImpl.cs index aaa061661ca..5cbe83060d5 100644 --- a/DNN Platform/Library/Services/Localization/Internal/LocalizationImpl.cs +++ b/DNN Platform/Library/Services/Localization/Internal/LocalizationImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Library/Services/Localization/Internal/TestableLocalization.cs b/DNN Platform/Library/Services/Localization/Internal/TestableLocalization.cs index c4e82d52054..ad579e2ea83 100644 --- a/DNN Platform/Library/Services/Localization/Internal/TestableLocalization.cs +++ b/DNN Platform/Library/Services/Localization/Internal/TestableLocalization.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Framework; diff --git a/DNN Platform/Library/Services/Localization/LanguagePackController.cs b/DNN Platform/Library/Services/Localization/LanguagePackController.cs index e95f91a2c31..8426ce28407 100644 --- a/DNN Platform/Library/Services/Localization/LanguagePackController.cs +++ b/DNN Platform/Library/Services/Localization/LanguagePackController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Services/Localization/LanguagePackInfo.cs b/DNN Platform/Library/Services/Localization/LanguagePackInfo.cs index 7b526704997..a9e9a77c45c 100644 --- a/DNN Platform/Library/Services/Localization/LanguagePackInfo.cs +++ b/DNN Platform/Library/Services/Localization/LanguagePackInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Localization/LanguagePackType.cs b/DNN Platform/Library/Services/Localization/LanguagePackType.cs index 9580e2caf3b..53f999a1460 100644 --- a/DNN Platform/Library/Services/Localization/LanguagePackType.cs +++ b/DNN Platform/Library/Services/Localization/LanguagePackType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Localization { public enum LanguagePackType diff --git a/DNN Platform/Library/Services/Localization/LanguagesListType.cs b/DNN Platform/Library/Services/Localization/LanguagesListType.cs index af4efe63623..90f941c1752 100644 --- a/DNN Platform/Library/Services/Localization/LanguagesListType.cs +++ b/DNN Platform/Library/Services/Localization/LanguagesListType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Localization { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/Services/Localization/Locale.cs b/DNN Platform/Library/Services/Localization/Locale.cs index 6e7d7d95bf9..de2d60acb1f 100644 --- a/DNN Platform/Library/Services/Localization/Locale.cs +++ b/DNN Platform/Library/Services/Localization/Locale.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Localization/LocaleCollection.cs b/DNN Platform/Library/Services/Localization/LocaleCollection.cs index f4cdaf63719..41d63cb6907 100644 --- a/DNN Platform/Library/Services/Localization/LocaleCollection.cs +++ b/DNN Platform/Library/Services/Localization/LocaleCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Localization/LocaleController.cs b/DNN Platform/Library/Services/Localization/LocaleController.cs index a7a831178af..69820d720b5 100644 --- a/DNN Platform/Library/Services/Localization/LocaleController.cs +++ b/DNN Platform/Library/Services/Localization/LocaleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Localization/Localization.cs b/DNN Platform/Library/Services/Localization/Localization.cs index f632ccc835b..0e4b195c248 100644 --- a/DNN Platform/Library/Services/Localization/Localization.cs +++ b/DNN Platform/Library/Services/Localization/Localization.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Localization/LocalizationExpressionBuilder.cs b/DNN Platform/Library/Services/Localization/LocalizationExpressionBuilder.cs index 0b39dc391ab..d261b8f46e9 100644 --- a/DNN Platform/Library/Services/Localization/LocalizationExpressionBuilder.cs +++ b/DNN Platform/Library/Services/Localization/LocalizationExpressionBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Localization/LocalizationExtensions.cs b/DNN Platform/Library/Services/Localization/LocalizationExtensions.cs index 92fa84a6cd4..1b266af04d8 100644 --- a/DNN Platform/Library/Services/Localization/LocalizationExtensions.cs +++ b/DNN Platform/Library/Services/Localization/LocalizationExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Text.RegularExpressions; #endregion diff --git a/DNN Platform/Library/Services/Localization/LocalizationProvider.cs b/DNN Platform/Library/Services/Localization/LocalizationProvider.cs index fde8b615090..56481d19632 100644 --- a/DNN Platform/Library/Services/Localization/LocalizationProvider.cs +++ b/DNN Platform/Library/Services/Localization/LocalizationProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/Localization/Persian/PersianCalendar.cs b/DNN Platform/Library/Services/Localization/Persian/PersianCalendar.cs index 20a2fda106a..f447bf31717 100644 --- a/DNN Platform/Library/Services/Localization/Persian/PersianCalendar.cs +++ b/DNN Platform/Library/Services/Localization/Persian/PersianCalendar.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Localization.Persian diff --git a/DNN Platform/Library/Services/Localization/Persian/PersianController.cs b/DNN Platform/Library/Services/Localization/Persian/PersianController.cs index cf19ebc7fab..1234689b0bd 100644 --- a/DNN Platform/Library/Services/Localization/Persian/PersianController.cs +++ b/DNN Platform/Library/Services/Localization/Persian/PersianController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Reflection; diff --git a/DNN Platform/Library/Services/Log/EventLog/DBLoggingProvider.cs b/DNN Platform/Library/Services/Log/EventLog/DBLoggingProvider.cs index a06d5dca76c..b9b2dd4a845 100644 --- a/DNN Platform/Library/Services/Log/EventLog/DBLoggingProvider.cs +++ b/DNN Platform/Library/Services/Log/EventLog/DBLoggingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/EventLogController.cs b/DNN Platform/Library/Services/Log/EventLog/EventLogController.cs index 94865cfb87d..d19ca7715ed 100644 --- a/DNN Platform/Library/Services/Log/EventLog/EventLogController.cs +++ b/DNN Platform/Library/Services/Log/EventLog/EventLogController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/ExceptionLogController.cs b/DNN Platform/Library/Services/Log/EventLog/ExceptionLogController.cs index 5b54a37c4f7..24026de516f 100644 --- a/DNN Platform/Library/Services/Log/EventLog/ExceptionLogController.cs +++ b/DNN Platform/Library/Services/Log/EventLog/ExceptionLogController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/IEventLogController.cs b/DNN Platform/Library/Services/Log/EventLog/IEventLogController.cs index 907016e99ba..ee619452fb7 100644 --- a/DNN Platform/Library/Services/Log/EventLog/IEventLogController.cs +++ b/DNN Platform/Library/Services/Log/EventLog/IEventLogController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; namespace DotNetNuke.Services.Log.EventLog diff --git a/DNN Platform/Library/Services/Log/EventLog/ILogController.cs b/DNN Platform/Library/Services/Log/EventLog/ILogController.cs index a1c6027a7ab..20617a052b4 100644 --- a/DNN Platform/Library/Services/Log/EventLog/ILogController.cs +++ b/DNN Platform/Library/Services/Log/EventLog/ILogController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Log/EventLog/ILogViewer.cs b/DNN Platform/Library/Services/Log/EventLog/ILogViewer.cs index 6d5d7fd16cd..65153b6ba18 100644 --- a/DNN Platform/Library/Services/Log/EventLog/ILogViewer.cs +++ b/DNN Platform/Library/Services/Log/EventLog/ILogViewer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Log.EventLog diff --git a/DNN Platform/Library/Services/Log/EventLog/LogController.cs b/DNN Platform/Library/Services/Log/EventLog/LogController.cs index ef9165a074f..ad1e475027f 100644 --- a/DNN Platform/Library/Services/Log/EventLog/LogController.cs +++ b/DNN Platform/Library/Services/Log/EventLog/LogController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/LogDetailInfo.cs b/DNN Platform/Library/Services/Log/EventLog/LogDetailInfo.cs index 9c73e996bff..f1a07d43e16 100644 --- a/DNN Platform/Library/Services/Log/EventLog/LogDetailInfo.cs +++ b/DNN Platform/Library/Services/Log/EventLog/LogDetailInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/LogInfo.cs b/DNN Platform/Library/Services/Log/EventLog/LogInfo.cs index d205509caf7..ee083bf8371 100644 --- a/DNN Platform/Library/Services/Log/EventLog/LogInfo.cs +++ b/DNN Platform/Library/Services/Log/EventLog/LogInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/LogProperties.cs b/DNN Platform/Library/Services/Log/EventLog/LogProperties.cs index bb7477cfd0a..e768ecf0c29 100644 --- a/DNN Platform/Library/Services/Log/EventLog/LogProperties.cs +++ b/DNN Platform/Library/Services/Log/EventLog/LogProperties.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/LogQueueItem.cs b/DNN Platform/Library/Services/Log/EventLog/LogQueueItem.cs index 2a69a57cae2..ba88dff409f 100644 --- a/DNN Platform/Library/Services/Log/EventLog/LogQueueItem.cs +++ b/DNN Platform/Library/Services/Log/EventLog/LogQueueItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Log.EventLog { public class LogQueueItem diff --git a/DNN Platform/Library/Services/Log/EventLog/LogTypeConfigInfo.cs b/DNN Platform/Library/Services/Log/EventLog/LogTypeConfigInfo.cs index 9e420738879..47ad767414d 100644 --- a/DNN Platform/Library/Services/Log/EventLog/LogTypeConfigInfo.cs +++ b/DNN Platform/Library/Services/Log/EventLog/LogTypeConfigInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/LogTypeInfo.cs b/DNN Platform/Library/Services/Log/EventLog/LogTypeInfo.cs index e60ba8324c7..8cc3ceefa79 100644 --- a/DNN Platform/Library/Services/Log/EventLog/LogTypeInfo.cs +++ b/DNN Platform/Library/Services/Log/EventLog/LogTypeInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/LoggingProvider.cs b/DNN Platform/Library/Services/Log/EventLog/LoggingProvider.cs index 4fdbc6ab7da..3f69253b81d 100644 --- a/DNN Platform/Library/Services/Log/EventLog/LoggingProvider.cs +++ b/DNN Platform/Library/Services/Log/EventLog/LoggingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/PurgeLogBuffer.cs b/DNN Platform/Library/Services/Log/EventLog/PurgeLogBuffer.cs index bd0902456c9..a0bb4321905 100644 --- a/DNN Platform/Library/Services/Log/EventLog/PurgeLogBuffer.cs +++ b/DNN Platform/Library/Services/Log/EventLog/PurgeLogBuffer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Log/EventLog/SendLogNotifications.cs b/DNN Platform/Library/Services/Log/EventLog/SendLogNotifications.cs index cff836e01e8..e7350106c34 100644 --- a/DNN Platform/Library/Services/Log/EventLog/SendLogNotifications.cs +++ b/DNN Platform/Library/Services/Log/EventLog/SendLogNotifications.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mail/Mail.cs b/DNN Platform/Library/Services/Mail/Mail.cs index f722c695825..134b71089ba 100644 --- a/DNN Platform/Library/Services/Mail/Mail.cs +++ b/DNN Platform/Library/Services/Mail/Mail.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mail/MailFormat.cs b/DNN Platform/Library/Services/Mail/MailFormat.cs index b7522a3be98..d16e3abc71a 100644 --- a/DNN Platform/Library/Services/Mail/MailFormat.cs +++ b/DNN Platform/Library/Services/Mail/MailFormat.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Mail { /// diff --git a/DNN Platform/Library/Services/Mail/MailPriority.cs b/DNN Platform/Library/Services/Mail/MailPriority.cs index e4aaf0e873b..b8313325d4f 100644 --- a/DNN Platform/Library/Services/Mail/MailPriority.cs +++ b/DNN Platform/Library/Services/Mail/MailPriority.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Mail { /// diff --git a/DNN Platform/Library/Services/Mail/MessageType.cs b/DNN Platform/Library/Services/Mail/MessageType.cs index ba41fc0a648..b4cbf5aa65f 100644 --- a/DNN Platform/Library/Services/Mail/MessageType.cs +++ b/DNN Platform/Library/Services/Mail/MessageType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Mail { public enum MessageType diff --git a/DNN Platform/Library/Services/Mail/SendTokenizedBulkEmail.cs b/DNN Platform/Library/Services/Mail/SendTokenizedBulkEmail.cs index 284ddbb516d..3a36e0d8eae 100644 --- a/DNN Platform/Library/Services/Mail/SendTokenizedBulkEmail.cs +++ b/DNN Platform/Library/Services/Mail/SendTokenizedBulkEmail.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Messaging/Data/IMessagingDataService.cs b/DNN Platform/Library/Services/Messaging/Data/IMessagingDataService.cs index a8f700ee7a0..33f58c40203 100644 --- a/DNN Platform/Library/Services/Messaging/Data/IMessagingDataService.cs +++ b/DNN Platform/Library/Services/Messaging/Data/IMessagingDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Messaging/Data/Message.cs b/DNN Platform/Library/Services/Messaging/Data/Message.cs index d74b23bb662..8ef1408401a 100644 --- a/DNN Platform/Library/Services/Messaging/Data/Message.cs +++ b/DNN Platform/Library/Services/Messaging/Data/Message.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Messaging/Data/MessageStatusType.cs b/DNN Platform/Library/Services/Messaging/Data/MessageStatusType.cs index 2b589e608d8..a19fcb85460 100644 --- a/DNN Platform/Library/Services/Messaging/Data/MessageStatusType.cs +++ b/DNN Platform/Library/Services/Messaging/Data/MessageStatusType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Messaging.Data { public enum MessageStatusType diff --git a/DNN Platform/Library/Services/Messaging/Data/MessagingDataService.cs b/DNN Platform/Library/Services/Messaging/Data/MessagingDataService.cs index 284f34e0ad3..73ba790cdba 100644 --- a/DNN Platform/Library/Services/Messaging/Data/MessagingDataService.cs +++ b/DNN Platform/Library/Services/Messaging/Data/MessagingDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Messaging/IMessagingController.cs b/DNN Platform/Library/Services/Messaging/IMessagingController.cs index b37accbeb47..787666c2024 100644 --- a/DNN Platform/Library/Services/Messaging/IMessagingController.cs +++ b/DNN Platform/Library/Services/Messaging/IMessagingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/IMatchRule.cs b/DNN Platform/Library/Services/Mobile/IMatchRule.cs index 52620d44e22..639f8d6f0ad 100644 --- a/DNN Platform/Library/Services/Mobile/IMatchRule.cs +++ b/DNN Platform/Library/Services/Mobile/IMatchRule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/IPreviewProfile.cs b/DNN Platform/Library/Services/Mobile/IPreviewProfile.cs index 797479c640a..e7418228f1a 100644 --- a/DNN Platform/Library/Services/Mobile/IPreviewProfile.cs +++ b/DNN Platform/Library/Services/Mobile/IPreviewProfile.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/IPreviewProfileController.cs b/DNN Platform/Library/Services/Mobile/IPreviewProfileController.cs index bfb6b7f8ce1..a4cdbda14fe 100644 --- a/DNN Platform/Library/Services/Mobile/IPreviewProfileController.cs +++ b/DNN Platform/Library/Services/Mobile/IPreviewProfileController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/IRedirection.cs b/DNN Platform/Library/Services/Mobile/IRedirection.cs index dde5efd462a..456fde952a7 100644 --- a/DNN Platform/Library/Services/Mobile/IRedirection.cs +++ b/DNN Platform/Library/Services/Mobile/IRedirection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/IRedirectionController.cs b/DNN Platform/Library/Services/Mobile/IRedirectionController.cs index 811a568d687..1a6d0c988f9 100644 --- a/DNN Platform/Library/Services/Mobile/IRedirectionController.cs +++ b/DNN Platform/Library/Services/Mobile/IRedirectionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/MatchRule.cs b/DNN Platform/Library/Services/Mobile/MatchRule.cs index e39bb4a6c65..d08a5085d6e 100644 --- a/DNN Platform/Library/Services/Mobile/MatchRule.cs +++ b/DNN Platform/Library/Services/Mobile/MatchRule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/PreviewProfile.cs b/DNN Platform/Library/Services/Mobile/PreviewProfile.cs index f7be40c0106..ca4c89cce0d 100644 --- a/DNN Platform/Library/Services/Mobile/PreviewProfile.cs +++ b/DNN Platform/Library/Services/Mobile/PreviewProfile.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/PreviewProfileController.cs b/DNN Platform/Library/Services/Mobile/PreviewProfileController.cs index 78bf31c5b3d..0596d10bda0 100644 --- a/DNN Platform/Library/Services/Mobile/PreviewProfileController.cs +++ b/DNN Platform/Library/Services/Mobile/PreviewProfileController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/Redirection.cs b/DNN Platform/Library/Services/Mobile/Redirection.cs index f0f052685fb..b5390f75057 100644 --- a/DNN Platform/Library/Services/Mobile/Redirection.cs +++ b/DNN Platform/Library/Services/Mobile/Redirection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/RedirectionController.cs b/DNN Platform/Library/Services/Mobile/RedirectionController.cs index f3a734bb09b..99dea3a0751 100644 --- a/DNN Platform/Library/Services/Mobile/RedirectionController.cs +++ b/DNN Platform/Library/Services/Mobile/RedirectionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/RedirectionType.cs b/DNN Platform/Library/Services/Mobile/RedirectionType.cs index ace340cea8e..1ce01a472d8 100644 --- a/DNN Platform/Library/Services/Mobile/RedirectionType.cs +++ b/DNN Platform/Library/Services/Mobile/RedirectionType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Mobile/TargetType.cs b/DNN Platform/Library/Services/Mobile/TargetType.cs index 0dba1018371..72dfe4ba707 100644 --- a/DNN Platform/Library/Services/Mobile/TargetType.cs +++ b/DNN Platform/Library/Services/Mobile/TargetType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/ModuleCache/FileProvider.cs b/DNN Platform/Library/Services/ModuleCache/FileProvider.cs index e3a4610f277..673893f9750 100644 --- a/DNN Platform/Library/Services/ModuleCache/FileProvider.cs +++ b/DNN Platform/Library/Services/ModuleCache/FileProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/ModuleCache/MemoryProvider.cs b/DNN Platform/Library/Services/ModuleCache/MemoryProvider.cs index 9be33dce49e..3634c76f0a9 100644 --- a/DNN Platform/Library/Services/ModuleCache/MemoryProvider.cs +++ b/DNN Platform/Library/Services/ModuleCache/MemoryProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/ModuleCache/ModuleCachingProvider.cs b/DNN Platform/Library/Services/ModuleCache/ModuleCachingProvider.cs index 359f8d1d81c..9f77c6fb1ce 100644 --- a/DNN Platform/Library/Services/ModuleCache/ModuleCachingProvider.cs +++ b/DNN Platform/Library/Services/ModuleCache/ModuleCachingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/ModuleCache/PurgeModuleCache.cs b/DNN Platform/Library/Services/ModuleCache/PurgeModuleCache.cs index 7200c1b61af..dc154f3e4db 100644 --- a/DNN Platform/Library/Services/ModuleCache/PurgeModuleCache.cs +++ b/DNN Platform/Library/Services/ModuleCache/PurgeModuleCache.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/OutputCache/OutputCacheResponseFilter.cs b/DNN Platform/Library/Services/OutputCache/OutputCacheResponseFilter.cs index 3cdb8bc9021..616b62e08f0 100644 --- a/DNN Platform/Library/Services/OutputCache/OutputCacheResponseFilter.cs +++ b/DNN Platform/Library/Services/OutputCache/OutputCacheResponseFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/OutputCache/OutputCachingProvider.cs b/DNN Platform/Library/Services/OutputCache/OutputCachingProvider.cs index a5488224572..62f2053e63c 100644 --- a/DNN Platform/Library/Services/OutputCache/OutputCachingProvider.cs +++ b/DNN Platform/Library/Services/OutputCache/OutputCachingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/OutputCache/Providers/DatabaseProvider.cs b/DNN Platform/Library/Services/OutputCache/Providers/DatabaseProvider.cs index 3de95939ebe..039159328cf 100644 --- a/DNN Platform/Library/Services/OutputCache/Providers/DatabaseProvider.cs +++ b/DNN Platform/Library/Services/OutputCache/Providers/DatabaseProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using System.IO; diff --git a/DNN Platform/Library/Services/OutputCache/Providers/DatabaseResponseFilter.cs b/DNN Platform/Library/Services/OutputCache/Providers/DatabaseResponseFilter.cs index 752dd65b182..8c2b4e9a0f0 100644 --- a/DNN Platform/Library/Services/OutputCache/Providers/DatabaseResponseFilter.cs +++ b/DNN Platform/Library/Services/OutputCache/Providers/DatabaseResponseFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using DotNetNuke.Data; diff --git a/DNN Platform/Library/Services/OutputCache/Providers/FileProvider.cs b/DNN Platform/Library/Services/OutputCache/Providers/FileProvider.cs index 53f8deb06bf..424c56c7ebf 100644 --- a/DNN Platform/Library/Services/OutputCache/Providers/FileProvider.cs +++ b/DNN Platform/Library/Services/OutputCache/Providers/FileProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Library/Services/OutputCache/Providers/FileResponseFilter.cs b/DNN Platform/Library/Services/OutputCache/Providers/FileResponseFilter.cs index e39f51945d1..77303df946b 100644 --- a/DNN Platform/Library/Services/OutputCache/Providers/FileResponseFilter.cs +++ b/DNN Platform/Library/Services/OutputCache/Providers/FileResponseFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Services/OutputCache/Providers/MemoryProvider.cs b/DNN Platform/Library/Services/OutputCache/Providers/MemoryProvider.cs index 1aed975eae2..6196347dca9 100644 --- a/DNN Platform/Library/Services/OutputCache/Providers/MemoryProvider.cs +++ b/DNN Platform/Library/Services/OutputCache/Providers/MemoryProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/OutputCache/Providers/MemoryResponseFilter.cs b/DNN Platform/Library/Services/OutputCache/Providers/MemoryResponseFilter.cs index d80ce0a9a14..a792778fba0 100644 --- a/DNN Platform/Library/Services/OutputCache/Providers/MemoryResponseFilter.cs +++ b/DNN Platform/Library/Services/OutputCache/Providers/MemoryResponseFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Web; diff --git a/DNN Platform/Library/Services/OutputCache/PurgeOutputCache.cs b/DNN Platform/Library/Services/OutputCache/PurgeOutputCache.cs index bd600bb32d3..d57d248fbe7 100644 --- a/DNN Platform/Library/Services/OutputCache/PurgeOutputCache.cs +++ b/DNN Platform/Library/Services/OutputCache/PurgeOutputCache.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Personalization/Personalization.cs b/DNN Platform/Library/Services/Personalization/Personalization.cs index 2fb94278687..b9367eae318 100644 --- a/DNN Platform/Library/Services/Personalization/Personalization.cs +++ b/DNN Platform/Library/Services/Personalization/Personalization.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web; diff --git a/DNN Platform/Library/Services/Personalization/PersonalizationController.cs b/DNN Platform/Library/Services/Personalization/PersonalizationController.cs index 005a096ca73..db916e20135 100644 --- a/DNN Platform/Library/Services/Personalization/PersonalizationController.cs +++ b/DNN Platform/Library/Services/Personalization/PersonalizationController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Personalization/PersonalizationInfo.cs b/DNN Platform/Library/Services/Personalization/PersonalizationInfo.cs index 5a797837c1f..d9efe2d1bbc 100644 --- a/DNN Platform/Library/Services/Personalization/PersonalizationInfo.cs +++ b/DNN Platform/Library/Services/Personalization/PersonalizationInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Registration/IRegistrationProfileController.cs b/DNN Platform/Library/Services/Registration/IRegistrationProfileController.cs index a97ab3c71bf..60d16012208 100644 --- a/DNN Platform/Library/Services/Registration/IRegistrationProfileController.cs +++ b/DNN Platform/Library/Services/Registration/IRegistrationProfileController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Services.Registration diff --git a/DNN Platform/Library/Services/Registration/RegistrationProfileController.cs b/DNN Platform/Library/Services/Registration/RegistrationProfileController.cs index 212842c9c5e..b63c7e32614 100644 --- a/DNN Platform/Library/Services/Registration/RegistrationProfileController.cs +++ b/DNN Platform/Library/Services/Registration/RegistrationProfileController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Framework; diff --git a/DNN Platform/Library/Services/Scheduling/DNNScheduler.cs b/DNN Platform/Library/Services/Scheduling/DNNScheduler.cs index df74307e246..bf406a9990a 100644 --- a/DNN Platform/Library/Services/Scheduling/DNNScheduler.cs +++ b/DNN Platform/Library/Services/Scheduling/DNNScheduler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Scheduling/ProcessGroup.cs b/DNN Platform/Library/Services/Scheduling/ProcessGroup.cs index ed24b08e792..041eed27833 100644 --- a/DNN Platform/Library/Services/Scheduling/ProcessGroup.cs +++ b/DNN Platform/Library/Services/Scheduling/ProcessGroup.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Scheduling/PurgeScheduleHistory.cs b/DNN Platform/Library/Services/Scheduling/PurgeScheduleHistory.cs index 1b41d14f3de..21e42666e67 100644 --- a/DNN Platform/Library/Services/Scheduling/PurgeScheduleHistory.cs +++ b/DNN Platform/Library/Services/Scheduling/PurgeScheduleHistory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Scheduling/ScheduleHistoryItem.cs b/DNN Platform/Library/Services/Scheduling/ScheduleHistoryItem.cs index 9133a21af46..0d135d900bb 100644 --- a/DNN Platform/Library/Services/Scheduling/ScheduleHistoryItem.cs +++ b/DNN Platform/Library/Services/Scheduling/ScheduleHistoryItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Scheduling/ScheduleHistorySortStartDate.cs b/DNN Platform/Library/Services/Scheduling/ScheduleHistorySortStartDate.cs index 8dc65373c1d..911289359c9 100644 --- a/DNN Platform/Library/Services/Scheduling/ScheduleHistorySortStartDate.cs +++ b/DNN Platform/Library/Services/Scheduling/ScheduleHistorySortStartDate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Services/Scheduling/ScheduleItem.cs b/DNN Platform/Library/Services/Scheduling/ScheduleItem.cs index 057a50c4695..0517c531ea4 100644 --- a/DNN Platform/Library/Services/Scheduling/ScheduleItem.cs +++ b/DNN Platform/Library/Services/Scheduling/ScheduleItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Scheduling/ScheduleStatusSortRemainingTimeDescending.cs b/DNN Platform/Library/Services/Scheduling/ScheduleStatusSortRemainingTimeDescending.cs index ec089eee269..fd28d197f52 100644 --- a/DNN Platform/Library/Services/Scheduling/ScheduleStatusSortRemainingTimeDescending.cs +++ b/DNN Platform/Library/Services/Scheduling/ScheduleStatusSortRemainingTimeDescending.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Services/Scheduling/Scheduler.cs b/DNN Platform/Library/Services/Scheduling/Scheduler.cs index 6aeedce1fcc..9b8b4d8e3be 100644 --- a/DNN Platform/Library/Services/Scheduling/Scheduler.cs +++ b/DNN Platform/Library/Services/Scheduling/Scheduler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Scheduling/SchedulerClient.cs b/DNN Platform/Library/Services/Scheduling/SchedulerClient.cs index 696665c5a61..c1dc95f3403 100644 --- a/DNN Platform/Library/Services/Scheduling/SchedulerClient.cs +++ b/DNN Platform/Library/Services/Scheduling/SchedulerClient.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Scheduling/SchedulingController.cs b/DNN Platform/Library/Services/Scheduling/SchedulingController.cs index 536df0ea62a..f58b44e488c 100644 --- a/DNN Platform/Library/Services/Scheduling/SchedulingController.cs +++ b/DNN Platform/Library/Services/Scheduling/SchedulingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Scheduling/SchedulingProvider.cs b/DNN Platform/Library/Services/Scheduling/SchedulingProvider.cs index 726e0f67c12..97723557a81 100644 --- a/DNN Platform/Library/Services/Scheduling/SchedulingProvider.cs +++ b/DNN Platform/Library/Services/Scheduling/SchedulingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Controllers/BaseResultController.cs b/DNN Platform/Library/Services/Search/Controllers/BaseResultController.cs index 16aa14fb6b3..bb1adcb80cc 100644 --- a/DNN Platform/Library/Services/Search/Controllers/BaseResultController.cs +++ b/DNN Platform/Library/Services/Search/Controllers/BaseResultController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Controllers/IModuleSearchResultController.cs b/DNN Platform/Library/Services/Search/Controllers/IModuleSearchResultController.cs index dfff62e7a83..b0bac6a7ee7 100644 --- a/DNN Platform/Library/Services/Search/Controllers/IModuleSearchResultController.cs +++ b/DNN Platform/Library/Services/Search/Controllers/IModuleSearchResultController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Search/Controllers/ISearchController.cs b/DNN Platform/Library/Services/Search/Controllers/ISearchController.cs index 5df8080ba1b..865203f38a7 100644 --- a/DNN Platform/Library/Services/Search/Controllers/ISearchController.cs +++ b/DNN Platform/Library/Services/Search/Controllers/ISearchController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Controllers/ModuleResultController.cs b/DNN Platform/Library/Services/Search/Controllers/ModuleResultController.cs index 01082a8deb0..6542b36272b 100644 --- a/DNN Platform/Library/Services/Search/Controllers/ModuleResultController.cs +++ b/DNN Platform/Library/Services/Search/Controllers/ModuleResultController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Controllers/SearchController.cs b/DNN Platform/Library/Services/Search/Controllers/SearchController.cs index 34c73215639..415c0ac0e07 100644 --- a/DNN Platform/Library/Services/Search/Controllers/SearchController.cs +++ b/DNN Platform/Library/Services/Search/Controllers/SearchController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Controllers/SearchControllerImpl.cs b/DNN Platform/Library/Services/Search/Controllers/SearchControllerImpl.cs index 73d09d994f8..88993cc4d23 100644 --- a/DNN Platform/Library/Services/Search/Controllers/SearchControllerImpl.cs +++ b/DNN Platform/Library/Services/Search/Controllers/SearchControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Controllers/TabResultController.cs b/DNN Platform/Library/Services/Search/Controllers/TabResultController.cs index 90a30a7f11a..fc68eab18e2 100644 --- a/DNN Platform/Library/Services/Search/Controllers/TabResultController.cs +++ b/DNN Platform/Library/Services/Search/Controllers/TabResultController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Controllers/UserResultController.cs b/DNN Platform/Library/Services/Search/Controllers/UserResultController.cs index 09d36442adc..6e86a69826a 100644 --- a/DNN Platform/Library/Services/Search/Controllers/UserResultController.cs +++ b/DNN Platform/Library/Services/Search/Controllers/UserResultController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Entities/SearchDocument.cs b/DNN Platform/Library/Services/Search/Entities/SearchDocument.cs index 526d6011f3a..60118820caa 100644 --- a/DNN Platform/Library/Services/Search/Entities/SearchDocument.cs +++ b/DNN Platform/Library/Services/Search/Entities/SearchDocument.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Entities/SearchDocumentToDelete.cs b/DNN Platform/Library/Services/Search/Entities/SearchDocumentToDelete.cs index 73befe1033f..7859907e5af 100644 --- a/DNN Platform/Library/Services/Search/Entities/SearchDocumentToDelete.cs +++ b/DNN Platform/Library/Services/Search/Entities/SearchDocumentToDelete.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Entities/SearchQuery.cs b/DNN Platform/Library/Services/Search/Entities/SearchQuery.cs index 2291cde427b..0a62b87c8e6 100644 --- a/DNN Platform/Library/Services/Search/Entities/SearchQuery.cs +++ b/DNN Platform/Library/Services/Search/Entities/SearchQuery.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Entities/SearchResult.cs b/DNN Platform/Library/Services/Search/Entities/SearchResult.cs index d8be68b1c19..ac73218dfc7 100644 --- a/DNN Platform/Library/Services/Search/Entities/SearchResult.cs +++ b/DNN Platform/Library/Services/Search/Entities/SearchResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Entities/SearchResults.cs b/DNN Platform/Library/Services/Search/Entities/SearchResults.cs index 76e6cc40abc..508e7410ac5 100644 --- a/DNN Platform/Library/Services/Search/Entities/SearchResults.cs +++ b/DNN Platform/Library/Services/Search/Entities/SearchResults.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Entities/SearchStopWords.cs b/DNN Platform/Library/Services/Search/Entities/SearchStopWords.cs index ee52e2846c3..4c67ef316a0 100644 --- a/DNN Platform/Library/Services/Search/Entities/SearchStopWords.cs +++ b/DNN Platform/Library/Services/Search/Entities/SearchStopWords.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Search.Entities diff --git a/DNN Platform/Library/Services/Search/Entities/SearchType.cs b/DNN Platform/Library/Services/Search/Entities/SearchType.cs index f32df7d8c30..03b96bf9314 100644 --- a/DNN Platform/Library/Services/Search/Entities/SearchType.cs +++ b/DNN Platform/Library/Services/Search/Entities/SearchType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Search.Entities diff --git a/DNN Platform/Library/Services/Search/Entities/SortDirections.cs b/DNN Platform/Library/Services/Search/Entities/SortDirections.cs index a37f6744a15..c4e30c48332 100644 --- a/DNN Platform/Library/Services/Search/Entities/SortDirections.cs +++ b/DNN Platform/Library/Services/Search/Entities/SortDirections.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Search.Entities { /// diff --git a/DNN Platform/Library/Services/Search/Entities/SortFields.cs b/DNN Platform/Library/Services/Search/Entities/SortFields.cs index 6b2e896df5d..9aec5b61b63 100644 --- a/DNN Platform/Library/Services/Search/Entities/SortFields.cs +++ b/DNN Platform/Library/Services/Search/Entities/SortFields.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Search.Entities { /// diff --git a/DNN Platform/Library/Services/Search/Entities/SynonymsGroup.cs b/DNN Platform/Library/Services/Search/Entities/SynonymsGroup.cs index 2decee65d12..f4996bec080 100644 --- a/DNN Platform/Library/Services/Search/Entities/SynonymsGroup.cs +++ b/DNN Platform/Library/Services/Search/Entities/SynonymsGroup.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Search.Entities diff --git a/DNN Platform/Library/Services/Search/IndexingProvider.cs b/DNN Platform/Library/Services/Search/IndexingProvider.cs index d13b2f257bd..a0f1a1575e4 100644 --- a/DNN Platform/Library/Services/Search/IndexingProvider.cs +++ b/DNN Platform/Library/Services/Search/IndexingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/IndexingProviderBase.cs b/DNN Platform/Library/Services/Search/IndexingProviderBase.cs index 3c2afc304b9..a985081e8e3 100644 --- a/DNN Platform/Library/Services/Search/IndexingProviderBase.cs +++ b/DNN Platform/Library/Services/Search/IndexingProviderBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/Constants.cs b/DNN Platform/Library/Services/Search/Internals/Constants.cs index efae035bbf7..58562426f39 100644 --- a/DNN Platform/Library/Services/Search/Internals/Constants.cs +++ b/DNN Platform/Library/Services/Search/Internals/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/IInternalSearchController.cs b/DNN Platform/Library/Services/Search/Internals/IInternalSearchController.cs index 3d15c79d5be..7847b63a0cf 100644 --- a/DNN Platform/Library/Services/Search/Internals/IInternalSearchController.cs +++ b/DNN Platform/Library/Services/Search/Internals/IInternalSearchController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/ILuceneController.cs b/DNN Platform/Library/Services/Search/Internals/ILuceneController.cs index 43c2f6bb160..211a6953572 100644 --- a/DNN Platform/Library/Services/Search/Internals/ILuceneController.cs +++ b/DNN Platform/Library/Services/Search/Internals/ILuceneController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/ISearchHelper.cs b/DNN Platform/Library/Services/Search/Internals/ISearchHelper.cs index cbddcbefe7f..5a516c440da 100644 --- a/DNN Platform/Library/Services/Search/Internals/ISearchHelper.cs +++ b/DNN Platform/Library/Services/Search/Internals/ISearchHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/ISearchQueryStringParser.cs b/DNN Platform/Library/Services/Search/Internals/ISearchQueryStringParser.cs index 9f3378ee287..964b1b91a1e 100644 --- a/DNN Platform/Library/Services/Search/Internals/ISearchQueryStringParser.cs +++ b/DNN Platform/Library/Services/Search/Internals/ISearchQueryStringParser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Search/Internals/InternalSearchController.cs b/DNN Platform/Library/Services/Search/Internals/InternalSearchController.cs index 1be9663c060..ec8e3e27078 100644 --- a/DNN Platform/Library/Services/Search/Internals/InternalSearchController.cs +++ b/DNN Platform/Library/Services/Search/Internals/InternalSearchController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/InternalSearchControllerImpl.cs b/DNN Platform/Library/Services/Search/Internals/InternalSearchControllerImpl.cs index a8ec7412d93..86179f544e4 100644 --- a/DNN Platform/Library/Services/Search/Internals/InternalSearchControllerImpl.cs +++ b/DNN Platform/Library/Services/Search/Internals/InternalSearchControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/LuceneController.cs b/DNN Platform/Library/Services/Search/Internals/LuceneController.cs index 512207b084b..df4be341ffe 100644 --- a/DNN Platform/Library/Services/Search/Internals/LuceneController.cs +++ b/DNN Platform/Library/Services/Search/Internals/LuceneController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/LuceneControllerImpl.cs b/DNN Platform/Library/Services/Search/Internals/LuceneControllerImpl.cs index d7f40d0c21d..045c3736d22 100644 --- a/DNN Platform/Library/Services/Search/Internals/LuceneControllerImpl.cs +++ b/DNN Platform/Library/Services/Search/Internals/LuceneControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/LuceneQuery.cs b/DNN Platform/Library/Services/Search/Internals/LuceneQuery.cs index 5e4f982474f..a32271514e4 100644 --- a/DNN Platform/Library/Services/Search/Internals/LuceneQuery.cs +++ b/DNN Platform/Library/Services/Search/Internals/LuceneQuery.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/LuceneResult.cs b/DNN Platform/Library/Services/Search/Internals/LuceneResult.cs index 03d1b5b170c..8e7327cbe74 100644 --- a/DNN Platform/Library/Services/Search/Internals/LuceneResult.cs +++ b/DNN Platform/Library/Services/Search/Internals/LuceneResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/LuceneResults.cs b/DNN Platform/Library/Services/Search/Internals/LuceneResults.cs index f0faeadc441..ddedbfda87a 100644 --- a/DNN Platform/Library/Services/Search/Internals/LuceneResults.cs +++ b/DNN Platform/Library/Services/Search/Internals/LuceneResults.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Services.Search.Internals diff --git a/DNN Platform/Library/Services/Search/Internals/LuceneSearchContext.cs b/DNN Platform/Library/Services/Search/Internals/LuceneSearchContext.cs index 53f945949a2..8921f1c5a9a 100644 --- a/DNN Platform/Library/Services/Search/Internals/LuceneSearchContext.cs +++ b/DNN Platform/Library/Services/Search/Internals/LuceneSearchContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Search.Entities; namespace DotNetNuke.Services.Search.Internals diff --git a/DNN Platform/Library/Services/Search/Internals/SearchContentSource.cs b/DNN Platform/Library/Services/Search/Internals/SearchContentSource.cs index 17b3560824e..e3c09247866 100644 --- a/DNN Platform/Library/Services/Search/Internals/SearchContentSource.cs +++ b/DNN Platform/Library/Services/Search/Internals/SearchContentSource.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Services.Search.Entities; diff --git a/DNN Platform/Library/Services/Search/Internals/SearchHelper.cs b/DNN Platform/Library/Services/Search/Internals/SearchHelper.cs index c723a8aa7e0..4f0d7370b65 100644 --- a/DNN Platform/Library/Services/Search/Internals/SearchHelper.cs +++ b/DNN Platform/Library/Services/Search/Internals/SearchHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/SearchHelperImpl.cs b/DNN Platform/Library/Services/Search/Internals/SearchHelperImpl.cs index b4a587b8733..d80640528aa 100644 --- a/DNN Platform/Library/Services/Search/Internals/SearchHelperImpl.cs +++ b/DNN Platform/Library/Services/Search/Internals/SearchHelperImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/SearchQueryAnalyzer.cs b/DNN Platform/Library/Services/Search/Internals/SearchQueryAnalyzer.cs index bf92f3b9e73..cbc3c14a33f 100644 --- a/DNN Platform/Library/Services/Search/Internals/SearchQueryAnalyzer.cs +++ b/DNN Platform/Library/Services/Search/Internals/SearchQueryAnalyzer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/SearchQueryStringParser.cs b/DNN Platform/Library/Services/Search/Internals/SearchQueryStringParser.cs index c7f589cec70..e3e73ab795d 100644 --- a/DNN Platform/Library/Services/Search/Internals/SearchQueryStringParser.cs +++ b/DNN Platform/Library/Services/Search/Internals/SearchQueryStringParser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Search/Internals/SearchSecurityTrimmer.cs b/DNN Platform/Library/Services/Search/Internals/SearchSecurityTrimmer.cs index fbebadfc81d..a98fcf406ec 100644 --- a/DNN Platform/Library/Services/Search/Internals/SearchSecurityTrimmer.cs +++ b/DNN Platform/Library/Services/Search/Internals/SearchSecurityTrimmer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/Internals/SearchSecurityTrimmerContext.cs b/DNN Platform/Library/Services/Search/Internals/SearchSecurityTrimmerContext.cs index 8fa977d3818..6459b7b8926 100644 --- a/DNN Platform/Library/Services/Search/Internals/SearchSecurityTrimmerContext.cs +++ b/DNN Platform/Library/Services/Search/Internals/SearchSecurityTrimmerContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Search.Entities; using Lucene.Net.Search; diff --git a/DNN Platform/Library/Services/Search/Internals/SearchStatistics.cs b/DNN Platform/Library/Services/Search/Internals/SearchStatistics.cs index ff2711f5392..07f1fd0ddc2 100644 --- a/DNN Platform/Library/Services/Search/Internals/SearchStatistics.cs +++ b/DNN Platform/Library/Services/Search/Internals/SearchStatistics.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Search/Internals/SynonymAnalyzer.cs b/DNN Platform/Library/Services/Search/Internals/SynonymAnalyzer.cs index 3aae4da2ac3..253b341d705 100644 --- a/DNN Platform/Library/Services/Search/Internals/SynonymAnalyzer.cs +++ b/DNN Platform/Library/Services/Search/Internals/SynonymAnalyzer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Search/Internals/SynonymFilter.cs b/DNN Platform/Library/Services/Search/Internals/SynonymFilter.cs index 6d1339b5e67..76ef0a2a9d3 100644 --- a/DNN Platform/Library/Services/Search/Internals/SynonymFilter.cs +++ b/DNN Platform/Library/Services/Search/Internals/SynonymFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Search/ModuleIndexInfo.cs b/DNN Platform/Library/Services/Search/ModuleIndexInfo.cs index 6fd2ea35630..0a23e8ae2a2 100644 --- a/DNN Platform/Library/Services/Search/ModuleIndexInfo.cs +++ b/DNN Platform/Library/Services/Search/ModuleIndexInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Library/Services/Search/ModuleIndexer.cs b/DNN Platform/Library/Services/Search/ModuleIndexer.cs index bfcaf85ebf6..45bb8865ac9 100644 --- a/DNN Platform/Library/Services/Search/ModuleIndexer.cs +++ b/DNN Platform/Library/Services/Search/ModuleIndexer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchConfig.cs b/DNN Platform/Library/Services/Search/SearchConfig.cs index f440454393f..ef0241fbadb 100644 --- a/DNN Platform/Library/Services/Search/SearchConfig.cs +++ b/DNN Platform/Library/Services/Search/SearchConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchContentModuleInfo.cs b/DNN Platform/Library/Services/Search/SearchContentModuleInfo.cs index a156de783ad..d88552547c6 100644 --- a/DNN Platform/Library/Services/Search/SearchContentModuleInfo.cs +++ b/DNN Platform/Library/Services/Search/SearchContentModuleInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchContentModuleInfoCollection.cs b/DNN Platform/Library/Services/Search/SearchContentModuleInfoCollection.cs index 49ade48eccc..8ff7f6773cd 100644 --- a/DNN Platform/Library/Services/Search/SearchContentModuleInfoCollection.cs +++ b/DNN Platform/Library/Services/Search/SearchContentModuleInfoCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/Services/Search/SearchCriteria.cs b/DNN Platform/Library/Services/Search/SearchCriteria.cs index 0798c8846df..188f9b5dc2f 100644 --- a/DNN Platform/Library/Services/Search/SearchCriteria.cs +++ b/DNN Platform/Library/Services/Search/SearchCriteria.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Search diff --git a/DNN Platform/Library/Services/Search/SearchCriteriaCollection.cs b/DNN Platform/Library/Services/Search/SearchCriteriaCollection.cs index 1ac4974c321..cc0b8d9c927 100644 --- a/DNN Platform/Library/Services/Search/SearchCriteriaCollection.cs +++ b/DNN Platform/Library/Services/Search/SearchCriteriaCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchDataStore.cs b/DNN Platform/Library/Services/Search/SearchDataStore.cs index 1b010b98d4a..5230cc2538e 100644 --- a/DNN Platform/Library/Services/Search/SearchDataStore.cs +++ b/DNN Platform/Library/Services/Search/SearchDataStore.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchDataStoreController.cs b/DNN Platform/Library/Services/Search/SearchDataStoreController.cs index 9a247ce4ea6..1d3b42ff202 100644 --- a/DNN Platform/Library/Services/Search/SearchDataStoreController.cs +++ b/DNN Platform/Library/Services/Search/SearchDataStoreController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchDataStoreProvider.cs b/DNN Platform/Library/Services/Search/SearchDataStoreProvider.cs index e53b9673e60..8f2805a5f27 100644 --- a/DNN Platform/Library/Services/Search/SearchDataStoreProvider.cs +++ b/DNN Platform/Library/Services/Search/SearchDataStoreProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchEngine.cs b/DNN Platform/Library/Services/Search/SearchEngine.cs index bd4151cc35b..451012d5c7e 100644 --- a/DNN Platform/Library/Services/Search/SearchEngine.cs +++ b/DNN Platform/Library/Services/Search/SearchEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchEngineScheduler.cs b/DNN Platform/Library/Services/Search/SearchEngineScheduler.cs index f664a875409..42b4c07cde5 100644 --- a/DNN Platform/Library/Services/Search/SearchEngineScheduler.cs +++ b/DNN Platform/Library/Services/Search/SearchEngineScheduler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchItemInfo.cs b/DNN Platform/Library/Services/Search/SearchItemInfo.cs index daf739c3356..ee1fbd53397 100644 --- a/DNN Platform/Library/Services/Search/SearchItemInfo.cs +++ b/DNN Platform/Library/Services/Search/SearchItemInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchItemInfoCollection.cs b/DNN Platform/Library/Services/Search/SearchItemInfoCollection.cs index 0335363b58d..d5feed61de4 100644 --- a/DNN Platform/Library/Services/Search/SearchItemInfoCollection.cs +++ b/DNN Platform/Library/Services/Search/SearchItemInfoCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchResultsInfo.cs b/DNN Platform/Library/Services/Search/SearchResultsInfo.cs index 57c41be7c4a..fbe397eaea9 100644 --- a/DNN Platform/Library/Services/Search/SearchResultsInfo.cs +++ b/DNN Platform/Library/Services/Search/SearchResultsInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/SearchResultsInfoCollection.cs b/DNN Platform/Library/Services/Search/SearchResultsInfoCollection.cs index b1c30c7bc04..84923b5adda 100644 --- a/DNN Platform/Library/Services/Search/SearchResultsInfoCollection.cs +++ b/DNN Platform/Library/Services/Search/SearchResultsInfoCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/TabIndexer.cs b/DNN Platform/Library/Services/Search/TabIndexer.cs index 97a9ca61df3..1c05ea9ecad 100644 --- a/DNN Platform/Library/Services/Search/TabIndexer.cs +++ b/DNN Platform/Library/Services/Search/TabIndexer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Search/UserIndexer.cs b/DNN Platform/Library/Services/Search/UserIndexer.cs index 60728c102c7..f7c9578cd16 100644 --- a/DNN Platform/Library/Services/Search/UserIndexer.cs +++ b/DNN Platform/Library/Services/Search/UserIndexer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Sitemap/CoreSitemapProvider.cs b/DNN Platform/Library/Services/Sitemap/CoreSitemapProvider.cs index 3b8221411c7..a970f7c79c9 100644 --- a/DNN Platform/Library/Services/Sitemap/CoreSitemapProvider.cs +++ b/DNN Platform/Library/Services/Sitemap/CoreSitemapProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Sitemap/SitemapBuilder.cs b/DNN Platform/Library/Services/Sitemap/SitemapBuilder.cs index 407f30656c6..772c6ed35a7 100644 --- a/DNN Platform/Library/Services/Sitemap/SitemapBuilder.cs +++ b/DNN Platform/Library/Services/Sitemap/SitemapBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Sitemap/SitemapChangeFrequency.cs b/DNN Platform/Library/Services/Sitemap/SitemapChangeFrequency.cs index 8af16c813bb..1a350d8ba50 100644 --- a/DNN Platform/Library/Services/Sitemap/SitemapChangeFrequency.cs +++ b/DNN Platform/Library/Services/Sitemap/SitemapChangeFrequency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Sitemap { public enum SitemapChangeFrequency diff --git a/DNN Platform/Library/Services/Sitemap/SitemapHandler.cs b/DNN Platform/Library/Services/Sitemap/SitemapHandler.cs index 1746a96120d..f792f1afb44 100644 --- a/DNN Platform/Library/Services/Sitemap/SitemapHandler.cs +++ b/DNN Platform/Library/Services/Sitemap/SitemapHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Sitemap/SitemapProvider.cs b/DNN Platform/Library/Services/Sitemap/SitemapProvider.cs index 15024648421..5d06194bbda 100644 --- a/DNN Platform/Library/Services/Sitemap/SitemapProvider.cs +++ b/DNN Platform/Library/Services/Sitemap/SitemapProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Sitemap/SitemapUrl.cs b/DNN Platform/Library/Services/Sitemap/SitemapUrl.cs index e247881b58c..6dd145265ad 100644 --- a/DNN Platform/Library/Services/Sitemap/SitemapUrl.cs +++ b/DNN Platform/Library/Services/Sitemap/SitemapUrl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/Data/DataService.cs b/DNN Platform/Library/Services/Social/Messaging/Data/DataService.cs index eaadf6a1d9e..b1e03cacc0b 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Data/DataService.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Data/DataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/Data/IDataService.cs b/DNN Platform/Library/Services/Social/Messaging/Data/IDataService.cs index 6758de4ee98..f750fc7968f 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Data/IDataService.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Data/IDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/Exceptions/AttachmentsNotAllowedException.cs b/DNN Platform/Library/Services/Social/Messaging/Exceptions/AttachmentsNotAllowedException.cs index e6f5bb0b6f4..da1ca46ac86 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Exceptions/AttachmentsNotAllowedException.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Exceptions/AttachmentsNotAllowedException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/Social/Messaging/Exceptions/MessageOrRecipientNotFoundException.cs b/DNN Platform/Library/Services/Social/Messaging/Exceptions/MessageOrRecipientNotFoundException.cs index fe34a6ac8c1..d853e239113 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Exceptions/MessageOrRecipientNotFoundException.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Exceptions/MessageOrRecipientNotFoundException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/Social/Messaging/Exceptions/RecipientLimitExceededException.cs b/DNN Platform/Library/Services/Social/Messaging/Exceptions/RecipientLimitExceededException.cs index 17983835bbe..dbaec8c1e49 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Exceptions/RecipientLimitExceededException.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Exceptions/RecipientLimitExceededException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/Social/Messaging/Exceptions/ThrottlingIntervalNotMetException.cs b/DNN Platform/Library/Services/Social/Messaging/Exceptions/ThrottlingIntervalNotMetException.cs index 57f111d1995..7808455d93e 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Exceptions/ThrottlingIntervalNotMetException.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Exceptions/ThrottlingIntervalNotMetException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/Social/Messaging/Frequency.cs b/DNN Platform/Library/Services/Social/Messaging/Frequency.cs index 97648efcd36..42ff89af7ac 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Frequency.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Frequency.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/DNN Platform/Library/Services/Social/Messaging/IMessagingController.cs b/DNN Platform/Library/Services/Social/Messaging/IMessagingController.cs index 23aa585de78..6b36cde2715 100644 --- a/DNN Platform/Library/Services/Social/Messaging/IMessagingController.cs +++ b/DNN Platform/Library/Services/Social/Messaging/IMessagingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Services/Social/Messaging/IUserPreferencesController.cs b/DNN Platform/Library/Services/Social/Messaging/IUserPreferencesController.cs index 800d0a0d455..975a2fb1f97 100644 --- a/DNN Platform/Library/Services/Social/Messaging/IUserPreferencesController.cs +++ b/DNN Platform/Library/Services/Social/Messaging/IUserPreferencesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Users; namespace DotNetNuke.Services.Social.Messaging diff --git a/DNN Platform/Library/Services/Social/Messaging/Internal/IInternalMessagingController.cs b/DNN Platform/Library/Services/Social/Messaging/Internal/IInternalMessagingController.cs index 95ba81cde66..06779049257 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Internal/IInternalMessagingController.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Internal/IInternalMessagingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Social.Messaging.Internal { using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/Internal/InternalMessagingController.cs b/DNN Platform/Library/Services/Social/Messaging/Internal/InternalMessagingController.cs index b3814a4feea..bae2d9ddcd7 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Internal/InternalMessagingController.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Internal/InternalMessagingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/Internal/InternalMessagingControllerImpl.cs b/DNN Platform/Library/Services/Social/Messaging/Internal/InternalMessagingControllerImpl.cs index 5b7d045b9f6..8077f8377fc 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Internal/InternalMessagingControllerImpl.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Internal/InternalMessagingControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageBoxView.cs b/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageBoxView.cs index d2b5f5533a9..0aa6478a9c0 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageBoxView.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageBoxView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageConversationView.cs b/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageConversationView.cs index 26ba39a3e62..eef6d6edc1a 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageConversationView.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageConversationView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; diff --git a/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageFileView.cs b/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageFileView.cs index 1e5afdf9a01..9ea823e74ba 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageFileView.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageFileView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Social.Messaging.Internal.Views diff --git a/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageThreadView.cs b/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageThreadView.cs index 8bb42b1bd61..ae6078f4a74 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageThreadView.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageThreadView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageThreadsView.cs b/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageThreadsView.cs index ba488039b1e..78770d94d1d 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageThreadsView.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Internal/Views/MessageThreadsView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/Message.cs b/DNN Platform/Library/Services/Social/Messaging/Message.cs index d418a3ab4d8..a70cbd50372 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Message.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Message.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/MessageArchivedStatus.cs b/DNN Platform/Library/Services/Social/Messaging/MessageArchivedStatus.cs index 656a15aebae..831f1db9047 100644 --- a/DNN Platform/Library/Services/Social/Messaging/MessageArchivedStatus.cs +++ b/DNN Platform/Library/Services/Social/Messaging/MessageArchivedStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/MessageAttachment.cs b/DNN Platform/Library/Services/Social/Messaging/MessageAttachment.cs index 69e1700753d..281e9f28523 100644 --- a/DNN Platform/Library/Services/Social/Messaging/MessageAttachment.cs +++ b/DNN Platform/Library/Services/Social/Messaging/MessageAttachment.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/MessageReadStatus.cs b/DNN Platform/Library/Services/Social/Messaging/MessageReadStatus.cs index c861463d120..2cc71cc7591 100644 --- a/DNN Platform/Library/Services/Social/Messaging/MessageReadStatus.cs +++ b/DNN Platform/Library/Services/Social/Messaging/MessageReadStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/MessageRecipient.cs b/DNN Platform/Library/Services/Social/Messaging/MessageRecipient.cs index ed1e57ef269..04f06e16616 100644 --- a/DNN Platform/Library/Services/Social/Messaging/MessageRecipient.cs +++ b/DNN Platform/Library/Services/Social/Messaging/MessageRecipient.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/MessageSentStatus.cs b/DNN Platform/Library/Services/Social/Messaging/MessageSentStatus.cs index 649cdf90ede..f5e20addec2 100644 --- a/DNN Platform/Library/Services/Social/Messaging/MessageSentStatus.cs +++ b/DNN Platform/Library/Services/Social/Messaging/MessageSentStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/MessagingController.cs b/DNN Platform/Library/Services/Social/Messaging/MessagingController.cs index e9f748bc500..8e772dbe78e 100644 --- a/DNN Platform/Library/Services/Social/Messaging/MessagingController.cs +++ b/DNN Platform/Library/Services/Social/Messaging/MessagingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Social/Messaging/Scheduler/CoreMessagingScheduler.cs b/DNN Platform/Library/Services/Social/Messaging/Scheduler/CoreMessagingScheduler.cs index 2acb23b3d7a..868c981ac53 100644 --- a/DNN Platform/Library/Services/Social/Messaging/Scheduler/CoreMessagingScheduler.cs +++ b/DNN Platform/Library/Services/Social/Messaging/Scheduler/CoreMessagingScheduler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Text.RegularExpressions; namespace DotNetNuke.Services.Social.Messaging.Scheduler diff --git a/DNN Platform/Library/Services/Social/Messaging/UserPreference.cs b/DNN Platform/Library/Services/Social/Messaging/UserPreference.cs index a6cf33e945c..addba9b399e 100644 --- a/DNN Platform/Library/Services/Social/Messaging/UserPreference.cs +++ b/DNN Platform/Library/Services/Social/Messaging/UserPreference.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Social.Messaging diff --git a/DNN Platform/Library/Services/Social/Messaging/UserPreferencesController.cs b/DNN Platform/Library/Services/Social/Messaging/UserPreferencesController.cs index d93000af455..a73ad65b9e0 100644 --- a/DNN Platform/Library/Services/Social/Messaging/UserPreferencesController.cs +++ b/DNN Platform/Library/Services/Social/Messaging/UserPreferencesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Services/Social/Notifications/Data/DataService.cs b/DNN Platform/Library/Services/Social/Notifications/Data/DataService.cs index 23b37af1b91..316df6608f6 100644 --- a/DNN Platform/Library/Services/Social/Notifications/Data/DataService.cs +++ b/DNN Platform/Library/Services/Social/Notifications/Data/DataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; diff --git a/DNN Platform/Library/Services/Social/Notifications/Data/IDataService.cs b/DNN Platform/Library/Services/Social/Notifications/Data/IDataService.cs index c5d2a356666..4cb640364ba 100644 --- a/DNN Platform/Library/Services/Social/Notifications/Data/IDataService.cs +++ b/DNN Platform/Library/Services/Social/Notifications/Data/IDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; diff --git a/DNN Platform/Library/Services/Social/Notifications/INotificationsController.cs b/DNN Platform/Library/Services/Social/Notifications/INotificationsController.cs index 59030949dab..fcd5c57e839 100644 --- a/DNN Platform/Library/Services/Social/Notifications/INotificationsController.cs +++ b/DNN Platform/Library/Services/Social/Notifications/INotificationsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Library/Services/Social/Notifications/Notification.cs b/DNN Platform/Library/Services/Social/Notifications/Notification.cs index 151025f9e10..5f61ef3cea2 100644 --- a/DNN Platform/Library/Services/Social/Notifications/Notification.cs +++ b/DNN Platform/Library/Services/Social/Notifications/Notification.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using System.Xml.Serialization; diff --git a/DNN Platform/Library/Services/Social/Notifications/NotificationType.cs b/DNN Platform/Library/Services/Social/Notifications/NotificationType.cs index 5f824243f46..7235acac8a7 100644 --- a/DNN Platform/Library/Services/Social/Notifications/NotificationType.cs +++ b/DNN Platform/Library/Services/Social/Notifications/NotificationType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using System.Xml.Serialization; diff --git a/DNN Platform/Library/Services/Social/Notifications/NotificationTypeAction.cs b/DNN Platform/Library/Services/Social/Notifications/NotificationTypeAction.cs index 0b5415412da..6297b87021c 100644 --- a/DNN Platform/Library/Services/Social/Notifications/NotificationTypeAction.cs +++ b/DNN Platform/Library/Services/Social/Notifications/NotificationTypeAction.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using System.Xml.Serialization; diff --git a/DNN Platform/Library/Services/Social/Notifications/NotificationsController.cs b/DNN Platform/Library/Services/Social/Notifications/NotificationsController.cs index 34020bb6b71..98f7b193b1a 100644 --- a/DNN Platform/Library/Services/Social/Notifications/NotificationsController.cs +++ b/DNN Platform/Library/Services/Social/Notifications/NotificationsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Social/Subscriptions/Data/DataService.cs b/DNN Platform/Library/Services/Social/Subscriptions/Data/DataService.cs index bba415dc017..0d92714e1c1 100644 --- a/DNN Platform/Library/Services/Social/Subscriptions/Data/DataService.cs +++ b/DNN Platform/Library/Services/Social/Subscriptions/Data/DataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using DotNetNuke.Data; diff --git a/DNN Platform/Library/Services/Social/Subscriptions/Data/IDataService.cs b/DNN Platform/Library/Services/Social/Subscriptions/Data/IDataService.cs index 6147a50eb7d..405fb8e2595 100644 --- a/DNN Platform/Library/Services/Social/Subscriptions/Data/IDataService.cs +++ b/DNN Platform/Library/Services/Social/Subscriptions/Data/IDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Data; namespace DotNetNuke.Services.Social.Subscriptions.Data diff --git a/DNN Platform/Library/Services/Social/Subscriptions/Entities/Subscription.cs b/DNN Platform/Library/Services/Social/Subscriptions/Entities/Subscription.cs index e8727d177b4..e4d5c391897 100644 --- a/DNN Platform/Library/Services/Social/Subscriptions/Entities/Subscription.cs +++ b/DNN Platform/Library/Services/Social/Subscriptions/Entities/Subscription.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Social.Subscriptions.Entities diff --git a/DNN Platform/Library/Services/Social/Subscriptions/Entities/SubscriptionType.cs b/DNN Platform/Library/Services/Social/Subscriptions/Entities/SubscriptionType.cs index aab12ed58f6..19094a61fdc 100644 --- a/DNN Platform/Library/Services/Social/Subscriptions/Entities/SubscriptionType.cs +++ b/DNN Platform/Library/Services/Social/Subscriptions/Entities/SubscriptionType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.Social.Subscriptions.Entities diff --git a/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionController.cs b/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionController.cs index 514f4383c62..7ac8fb22ac8 100644 --- a/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionController.cs +++ b/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Users; using DotNetNuke.Services.Social.Subscriptions.Entities; diff --git a/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionSecurityController.cs b/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionSecurityController.cs index 80be8000e57..798c733435d 100644 --- a/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionSecurityController.cs +++ b/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionSecurityController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Social.Subscriptions.Entities; namespace DotNetNuke.Services.Social.Subscriptions diff --git a/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionTypeController.cs b/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionTypeController.cs index 1e345e513ed..abf4f69cc75 100644 --- a/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionTypeController.cs +++ b/DNN Platform/Library/Services/Social/Subscriptions/ISubscriptionTypeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Services.Social.Subscriptions.Entities; diff --git a/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionController.cs b/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionController.cs index 0d10fefe3ec..e0e0685dbf3 100644 --- a/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionController.cs +++ b/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionSecurityController.cs b/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionSecurityController.cs index 0b01adb3d2f..4d0a3b2f698 100644 --- a/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionSecurityController.cs +++ b/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionSecurityController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionTypeController.cs b/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionTypeController.cs index 00b23d716da..7c83dd9a78e 100644 --- a/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionTypeController.cs +++ b/DNN Platform/Library/Services/Social/Subscriptions/SubscriptionTypeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Syndication/RssHandler.cs b/DNN Platform/Library/Services/Syndication/RssHandler.cs index 76a5aa2f864..1e84182577b 100644 --- a/DNN Platform/Library/Services/Syndication/RssHandler.cs +++ b/DNN Platform/Library/Services/Syndication/RssHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Syndication/SyndicationHandlerBase.cs b/DNN Platform/Library/Services/Syndication/SyndicationHandlerBase.cs index b8064a7b0e5..8dc452dc673 100644 --- a/DNN Platform/Library/Services/Syndication/SyndicationHandlerBase.cs +++ b/DNN Platform/Library/Services/Syndication/SyndicationHandlerBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/SystemDateTime/SystemDateTime.cs b/DNN Platform/Library/Services/SystemDateTime/SystemDateTime.cs index 565fe1c81b5..de6ce40ed9c 100644 --- a/DNN Platform/Library/Services/SystemDateTime/SystemDateTime.cs +++ b/DNN Platform/Library/Services/SystemDateTime/SystemDateTime.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Tokens/BaseCustomTokenReplace.cs b/DNN Platform/Library/Services/Tokens/BaseCustomTokenReplace.cs index 1d112212f20..7c0d92703bc 100644 --- a/DNN Platform/Library/Services/Tokens/BaseCustomTokenReplace.cs +++ b/DNN Platform/Library/Services/Tokens/BaseCustomTokenReplace.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/Services/Tokens/BaseTokenReplace.cs b/DNN Platform/Library/Services/Tokens/BaseTokenReplace.cs index 31fb3d4bf42..bee232de4d0 100644 --- a/DNN Platform/Library/Services/Tokens/BaseTokenReplace.cs +++ b/DNN Platform/Library/Services/Tokens/BaseTokenReplace.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Text; diff --git a/DNN Platform/Library/Services/Tokens/CacheLevel.cs b/DNN Platform/Library/Services/Tokens/CacheLevel.cs index 8ccd7e0a461..25fd44d916a 100644 --- a/DNN Platform/Library/Services/Tokens/CacheLevel.cs +++ b/DNN Platform/Library/Services/Tokens/CacheLevel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Tokens { /// diff --git a/DNN Platform/Library/Services/Tokens/HtmlTokenReplace.cs b/DNN Platform/Library/Services/Tokens/HtmlTokenReplace.cs index bef8bd5d3e0..0e80d26cd8c 100644 --- a/DNN Platform/Library/Services/Tokens/HtmlTokenReplace.cs +++ b/DNN Platform/Library/Services/Tokens/HtmlTokenReplace.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.UI; namespace DotNetNuke.Services.Tokens diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/AntiForgeryTokenPropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/AntiForgeryTokenPropertyAccess.cs index ca04733baf8..a61916b157b 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/AntiForgeryTokenPropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/AntiForgeryTokenPropertyAccess.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable CheckNamespace - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/ArrayListPropertyAccesss.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/ArrayListPropertyAccesss.cs index 92f514a813e..49f98968c6c 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/ArrayListPropertyAccesss.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/ArrayListPropertyAccesss.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/CssPropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/CssPropertyAccess.cs index bef0a2af61a..8561e904ac5 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/CssPropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/CssPropertyAccess.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable once CheckNamespace +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/CulturePropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/CulturePropertyAccess.cs index 461b9156f4f..f33dbfeb5f0 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/CulturePropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/CulturePropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/DataRowPropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/DataRowPropertyAccess.cs index 1d3f1556e7b..101b083f598 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/DataRowPropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/DataRowPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/DateTimePropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/DateTimePropertyAccess.cs index 2ee43f44c40..1f2722a8efa 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/DateTimePropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/DateTimePropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/DictionaryPropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/DictionaryPropertyAccess.cs index 683655d331a..15186c9ccb0 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/DictionaryPropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/DictionaryPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/EmptyPropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/EmptyPropertyAccess.cs index 00d5762ad08..93be4380dc4 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/EmptyPropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/EmptyPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Globalization; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/IPropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/IPropertyAccess.cs index 8d200a0186c..5d590e193a1 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/IPropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/IPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Globalization; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/JavaScriptPropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/JavaScriptPropertyAccess.cs index 6033b6bbedc..cf7eb16253f 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/JavaScriptPropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/JavaScriptPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/JsonPropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/JsonPropertyAccess.cs index 93b8b9aaa7c..df64769d01f 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/JsonPropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/JsonPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/PropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/PropertyAccess.cs index 76b57fa0799..9d0e478e4c5 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/PropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/PropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Tokens/PropertyAccess/TicksPropertyAccess.cs b/DNN Platform/Library/Services/Tokens/PropertyAccess/TicksPropertyAccess.cs index cc189444464..1dba20e7e4b 100644 --- a/DNN Platform/Library/Services/Tokens/PropertyAccess/TicksPropertyAccess.cs +++ b/DNN Platform/Library/Services/Tokens/PropertyAccess/TicksPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Tokens/Scope.cs b/DNN Platform/Library/Services/Tokens/Scope.cs index a3453f24172..45ff9b307a8 100644 --- a/DNN Platform/Library/Services/Tokens/Scope.cs +++ b/DNN Platform/Library/Services/Tokens/Scope.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Tokens { /// diff --git a/DNN Platform/Library/Services/Tokens/TokenReplace.cs b/DNN Platform/Library/Services/Tokens/TokenReplace.cs index f05f586df58..ff5c3868f34 100644 --- a/DNN Platform/Library/Services/Tokens/TokenReplace.cs +++ b/DNN Platform/Library/Services/Tokens/TokenReplace.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Data; using System.Web; diff --git a/DNN Platform/Library/Services/Upgrade/DnnInstallLogger.cs b/DNN Platform/Library/Services/Upgrade/DnnInstallLogger.cs index 14bac45e476..036d6b31523 100644 --- a/DNN Platform/Library/Services/Upgrade/DnnInstallLogger.cs +++ b/DNN Platform/Library/Services/Upgrade/DnnInstallLogger.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Diagnostics; using System.Globalization; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/IInstallController.cs b/DNN Platform/Library/Services/Upgrade/Internals/IInstallController.cs index 14f57d31434..99ad000f19d 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/IInstallController.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/IInstallController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/ConnectionConfig.cs b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/ConnectionConfig.cs index 0714b35f93d..9da6bafb30d 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/ConnectionConfig.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/ConnectionConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/HostSettingConfig.cs b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/HostSettingConfig.cs index 37769e0ef1c..1a7647f39c1 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/HostSettingConfig.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/HostSettingConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/InstallConfig.cs b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/InstallConfig.cs index 736ef3b7de2..3ea5979c7e8 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/InstallConfig.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/InstallConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/LicenseConfig.cs b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/LicenseConfig.cs index 6ae89edf3c3..bfc4b26d840 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/LicenseConfig.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/LicenseConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/PortalConfig.cs b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/PortalConfig.cs index 56919a7a29c..f8a8915427e 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/PortalConfig.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/PortalConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/SuperUserConfig.cs b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/SuperUserConfig.cs index d58fb736d63..9dcad494f5a 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/SuperUserConfig.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/InstallConfiguration/SuperUserConfig.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/InstallController.cs b/DNN Platform/Library/Services/Upgrade/Internals/InstallController.cs index 243ec431ef5..58e8d96cd9c 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/InstallController.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/InstallController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/InstallControllerImpl.cs b/DNN Platform/Library/Services/Upgrade/Internals/InstallControllerImpl.cs index 39fc44d8450..60dade1aae8 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/InstallControllerImpl.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/InstallControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/ActivateLicenseStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/ActivateLicenseStep.cs index af0e7e8395f..6c3efc265fe 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/ActivateLicenseStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/ActivateLicenseStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Instrumentation; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/AddFcnModeStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/AddFcnModeStep.cs index c1599cce93e..a3dff0f9667 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/AddFcnModeStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/AddFcnModeStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/BaseInstallationStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/BaseInstallationStep.cs index 61b376ae47f..bd29d6755ab 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/BaseInstallationStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/BaseInstallationStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/FilePermissionCheckStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/FilePermissionCheckStep.cs index aa2b8c5e674..632e30fb0e1 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/FilePermissionCheckStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/FilePermissionCheckStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/IISVerificationStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/IISVerificationStep.cs index 7c59b2b5265..d94e2a4e392 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/IISVerificationStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/IISVerificationStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Microsoft.Win32; using System; using System.Web; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/IInstallationStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/IInstallationStep.cs index f45fa5212a0..65a3904bfcb 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/IInstallationStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/IInstallationStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InitializeHostSettingsStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InitializeHostSettingsStep.cs index cffd8e4de8d..d432a7901a8 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InitializeHostSettingsStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InitializeHostSettingsStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallDatabaseStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallDatabaseStep.cs index a24f882293b..b12ff454764 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallDatabaseStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallDatabaseStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallExtensionsStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallExtensionsStep.cs index 9196404c265..64d72555a32 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallExtensionsStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallExtensionsStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallSiteStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallSiteStep.cs index e51dcd94a88..4a27d62120b 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallSiteStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallSiteStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallSuperUserStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallSuperUserStep.cs index ff36424839c..647dd9f4cbb 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallSuperUserStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallSuperUserStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallVersionStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallVersionStep.cs index 67d09e502a2..45bcd055a89 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallVersionStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/InstallVersionStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/StepStatus.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/StepStatus.cs index 95ee23db2b1..e9bb928a934 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/StepStatus.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/StepStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/SynchConnectionStringStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/SynchConnectionStringStep.cs index 54c853412e9..5a7113c7462 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/SynchConnectionStringStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/SynchConnectionStringStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/Steps/UpdateLanguagePackStep.cs b/DNN Platform/Library/Services/Upgrade/Internals/Steps/UpdateLanguagePackStep.cs index 22804190c4c..b6eddc839dd 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/Steps/UpdateLanguagePackStep.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/Steps/UpdateLanguagePackStep.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Upgrade/Internals/UpdateService.cs b/DNN Platform/Library/Services/Upgrade/Internals/UpdateService.cs index 337f7340d46..fefdf2e8125 100644 --- a/DNN Platform/Library/Services/Upgrade/Internals/UpdateService.cs +++ b/DNN Platform/Library/Services/Upgrade/Internals/UpdateService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Net; diff --git a/DNN Platform/Library/Services/Upgrade/Upgrade.cs b/DNN Platform/Library/Services/Upgrade/Upgrade.cs index c76fae41d6f..9509c8c5fa6 100644 --- a/DNN Platform/Library/Services/Upgrade/Upgrade.cs +++ b/DNN Platform/Library/Services/Upgrade/Upgrade.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/Url/FriendlyUrl/FriendlyUrlProvider.cs b/DNN Platform/Library/Services/Url/FriendlyUrl/FriendlyUrlProvider.cs index 859c646d8c1..a3e5621cf81 100644 --- a/DNN Platform/Library/Services/Url/FriendlyUrl/FriendlyUrlProvider.cs +++ b/DNN Platform/Library/Services/Url/FriendlyUrl/FriendlyUrlProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/UserProfile/UserProfilePageHandler.cs b/DNN Platform/Library/Services/UserProfile/UserProfilePageHandler.cs index 89003e167e7..973ec47fec2 100644 --- a/DNN Platform/Library/Services/UserProfile/UserProfilePageHandler.cs +++ b/DNN Platform/Library/Services/UserProfile/UserProfilePageHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/UserProfile/UserProfilePicHandler.cs b/DNN Platform/Library/Services/UserProfile/UserProfilePicHandler.cs index c7b30858608..abd4db815f5 100644 --- a/DNN Platform/Library/Services/UserProfile/UserProfilePicHandler.cs +++ b/DNN Platform/Library/Services/UserProfile/UserProfilePicHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/Services/UserRequest/IPAddressFamily.cs b/DNN Platform/Library/Services/UserRequest/IPAddressFamily.cs index 7fa007ff2b9..3eb442dd6a1 100644 --- a/DNN Platform/Library/Services/UserRequest/IPAddressFamily.cs +++ b/DNN Platform/Library/Services/UserRequest/IPAddressFamily.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Services.UserRequest diff --git a/DNN Platform/Library/Services/UserRequest/IUserRequestIPAddressController.cs b/DNN Platform/Library/Services/UserRequest/IUserRequestIPAddressController.cs index 150d19eadce..b94a93557df 100644 --- a/DNN Platform/Library/Services/UserRequest/IUserRequestIPAddressController.cs +++ b/DNN Platform/Library/Services/UserRequest/IUserRequestIPAddressController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; namespace DotNetNuke.Services.UserRequest diff --git a/DNN Platform/Library/Services/UserRequest/UserRequestIPAddressController.cs b/DNN Platform/Library/Services/UserRequest/UserRequestIPAddressController.cs index 53fe4a957c7..8ec21b983d5 100644 --- a/DNN Platform/Library/Services/UserRequest/UserRequestIPAddressController.cs +++ b/DNN Platform/Library/Services/UserRequest/UserRequestIPAddressController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Controllers; using System; using System.Web; diff --git a/DNN Platform/Library/Services/Users/PurgeDeletedUsers.cs b/DNN Platform/Library/Services/Users/PurgeDeletedUsers.cs index f1912ddfa93..0e833e724c3 100644 --- a/DNN Platform/Library/Services/Users/PurgeDeletedUsers.cs +++ b/DNN Platform/Library/Services/Users/PurgeDeletedUsers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/Library/Services/Zip/SharpZipLibRedirect.cs b/DNN Platform/Library/Services/Zip/SharpZipLibRedirect.cs index 5965bcb732d..f62b78b2cb6 100644 --- a/DNN Platform/Library/Services/Zip/SharpZipLibRedirect.cs +++ b/DNN Platform/Library/Services/Zip/SharpZipLibRedirect.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Reflection; diff --git a/DNN Platform/Library/Startup.cs b/DNN Platform/Library/Startup.cs index 925541afd62..f5656d44464 100644 --- a/DNN Platform/Library/Startup.cs +++ b/DNN Platform/Library/Startup.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common; using DotNetNuke.Abstractions; using DotNetNuke.DependencyInjection; diff --git a/DNN Platform/Library/UI/Containers/ActionBase.cs b/DNN Platform/Library/UI/Containers/ActionBase.cs index 5078900bced..0327ee8eb9d 100644 --- a/DNN Platform/Library/UI/Containers/ActionBase.cs +++ b/DNN Platform/Library/UI/Containers/ActionBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Containers/ActionButton.cs b/DNN Platform/Library/UI/Containers/ActionButton.cs index 63e9763470c..3dd8f37b150 100644 --- a/DNN Platform/Library/UI/Containers/ActionButton.cs +++ b/DNN Platform/Library/UI/Containers/ActionButton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Containers/ActionButtonList.cs b/DNN Platform/Library/UI/Containers/ActionButtonList.cs index aa0d2580783..9f259861aea 100644 --- a/DNN Platform/Library/UI/Containers/ActionButtonList.cs +++ b/DNN Platform/Library/UI/Containers/ActionButtonList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Containers/ActionCommandButton.cs b/DNN Platform/Library/UI/Containers/ActionCommandButton.cs index fcd31d84b1c..8e9eb9ea7a2 100644 --- a/DNN Platform/Library/UI/Containers/ActionCommandButton.cs +++ b/DNN Platform/Library/UI/Containers/ActionCommandButton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Containers/ActionManager.cs b/DNN Platform/Library/UI/Containers/ActionManager.cs index d287ecebe70..e5ebec47eea 100644 --- a/DNN Platform/Library/UI/Containers/ActionManager.cs +++ b/DNN Platform/Library/UI/Containers/ActionManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Containers/ActionsMenu.cs b/DNN Platform/Library/UI/Containers/ActionsMenu.cs index 7ab6701d2f9..41674d6a9af 100644 --- a/DNN Platform/Library/UI/Containers/ActionsMenu.cs +++ b/DNN Platform/Library/UI/Containers/ActionsMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Containers/Container.cs b/DNN Platform/Library/UI/Containers/Container.cs index d36a2464f4c..a67d20e2864 100644 --- a/DNN Platform/Library/UI/Containers/Container.cs +++ b/DNN Platform/Library/UI/Containers/Container.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventArgs.cs b/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventArgs.cs index bbb366c3089..bb487906167 100644 --- a/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventArgs.cs +++ b/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventHandler.cs b/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventHandler.cs index e75e7e78497..0b55e87a934 100644 --- a/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventHandler.cs +++ b/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Containers.EventListeners { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventListener.cs b/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventListener.cs index 7165b4d8be2..611406112ab 100644 --- a/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventListener.cs +++ b/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventListener.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Containers.EventListeners { public class ContainerEventListener diff --git a/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventType.cs b/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventType.cs index 5909cac5073..2f985688e84 100644 --- a/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventType.cs +++ b/DNN Platform/Library/UI/Containers/EventListeners/ContainerEventType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Containers.EventListeners { ///----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/Containers/IActionControl.cs b/DNN Platform/Library/UI/Containers/IActionControl.cs index 9eaf2a03134..befdd23c682 100644 --- a/DNN Platform/Library/UI/Containers/IActionControl.cs +++ b/DNN Platform/Library/UI/Containers/IActionControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Modules.Actions; diff --git a/DNN Platform/Library/UI/ControlPanels/ControlPanelBase.cs b/DNN Platform/Library/UI/ControlPanels/ControlPanelBase.cs index 9c518b913c7..692011818d5 100644 --- a/DNN Platform/Library/UI/ControlPanels/ControlPanelBase.cs +++ b/DNN Platform/Library/UI/ControlPanels/ControlPanelBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/ControlUtilities.cs b/DNN Platform/Library/UI/ControlUtilities.cs index d77e53e2a9a..c427c57a04c 100644 --- a/DNN Platform/Library/UI/ControlUtilities.cs +++ b/DNN Platform/Library/UI/ControlUtilities.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/FavIcon.cs b/DNN Platform/Library/UI/FavIcon.cs index 87b70e9e68f..2771a1f582d 100644 --- a/DNN Platform/Library/UI/FavIcon.cs +++ b/DNN Platform/Library/UI/FavIcon.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common; diff --git a/DNN Platform/Library/UI/Modules/BaseModuleControlFactory.cs b/DNN Platform/Library/UI/Modules/BaseModuleControlFactory.cs index 72f0a756945..8e0329939f0 100644 --- a/DNN Platform/Library/UI/Modules/BaseModuleControlFactory.cs +++ b/DNN Platform/Library/UI/Modules/BaseModuleControlFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Modules; using DotNetNuke.Services.Localization; using System.IO; diff --git a/DNN Platform/Library/UI/Modules/CachedModuleControl.cs b/DNN Platform/Library/UI/Modules/CachedModuleControl.cs index a4cd1cca10c..7582ca95829 100644 --- a/DNN Platform/Library/UI/Modules/CachedModuleControl.cs +++ b/DNN Platform/Library/UI/Modules/CachedModuleControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI; diff --git a/DNN Platform/Library/UI/Modules/Html5/Html5HostControl.cs b/DNN Platform/Library/UI/Modules/Html5/Html5HostControl.cs index 752581dbe87..2d54179e7ff 100644 --- a/DNN Platform/Library/UI/Modules/Html5/Html5HostControl.cs +++ b/DNN Platform/Library/UI/Modules/Html5/Html5HostControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Web; diff --git a/DNN Platform/Library/UI/Modules/Html5/Html5ModuleControlFactory.cs b/DNN Platform/Library/UI/Modules/Html5/Html5ModuleControlFactory.cs index d0bd33320d9..dbaeadfd82b 100644 --- a/DNN Platform/Library/UI/Modules/Html5/Html5ModuleControlFactory.cs +++ b/DNN Platform/Library/UI/Modules/Html5/Html5ModuleControlFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Library/UI/Modules/Html5/Html5ModuleTokenReplace.cs b/DNN Platform/Library/UI/Modules/Html5/Html5ModuleTokenReplace.cs index b387f5e3683..aa95d410633 100644 --- a/DNN Platform/Library/UI/Modules/Html5/Html5ModuleTokenReplace.cs +++ b/DNN Platform/Library/UI/Modules/Html5/Html5ModuleTokenReplace.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Web.UI; diff --git a/DNN Platform/Library/UI/Modules/Html5/ModuleActionsPropertyAccess.cs b/DNN Platform/Library/UI/Modules/Html5/ModuleActionsPropertyAccess.cs index bbfe8bae41f..dc61c6a35a7 100644 --- a/DNN Platform/Library/UI/Modules/Html5/ModuleActionsPropertyAccess.cs +++ b/DNN Platform/Library/UI/Modules/Html5/ModuleActionsPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules.Actions; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/UI/Modules/Html5/ModuleContextPropertyAccess.cs b/DNN Platform/Library/UI/Modules/Html5/ModuleContextPropertyAccess.cs index 9f662c41ed0..f486612bf4e 100644 --- a/DNN Platform/Library/UI/Modules/Html5/ModuleContextPropertyAccess.cs +++ b/DNN Platform/Library/UI/Modules/Html5/ModuleContextPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Globalization; using DotNetNuke.Entities.Users; using DotNetNuke.Services.Tokens; diff --git a/DNN Platform/Library/UI/Modules/Html5/ModuleLocalizationPropertyAccess.cs b/DNN Platform/Library/UI/Modules/Html5/ModuleLocalizationPropertyAccess.cs index 4bffee8b233..fd4e73f5987 100644 --- a/DNN Platform/Library/UI/Modules/Html5/ModuleLocalizationPropertyAccess.cs +++ b/DNN Platform/Library/UI/Modules/Html5/ModuleLocalizationPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/UI/Modules/Html5/RequestPropertyAccess.cs b/DNN Platform/Library/UI/Modules/Html5/RequestPropertyAccess.cs index 649543aee40..e3680bac3d3 100644 --- a/DNN Platform/Library/UI/Modules/Html5/RequestPropertyAccess.cs +++ b/DNN Platform/Library/UI/Modules/Html5/RequestPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Globalization; using System.Web; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Library/UI/Modules/IModuleControl.cs b/DNN Platform/Library/UI/Modules/IModuleControl.cs index 64b1b6fffbf..b44243900a3 100644 --- a/DNN Platform/Library/UI/Modules/IModuleControl.cs +++ b/DNN Platform/Library/UI/Modules/IModuleControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI; diff --git a/DNN Platform/Library/UI/Modules/IModuleControlFactory.cs b/DNN Platform/Library/UI/Modules/IModuleControlFactory.cs index 69c437b20b0..ea7883a591f 100644 --- a/DNN Platform/Library/UI/Modules/IModuleControlFactory.cs +++ b/DNN Platform/Library/UI/Modules/IModuleControlFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.UI; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Library/UI/Modules/IModuleControlPipeline.cs b/DNN Platform/Library/UI/Modules/IModuleControlPipeline.cs index 00e5431617c..7d01acfc0c1 100644 --- a/DNN Platform/Library/UI/Modules/IModuleControlPipeline.cs +++ b/DNN Platform/Library/UI/Modules/IModuleControlPipeline.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Modules; using System; using System.Web.UI; diff --git a/DNN Platform/Library/UI/Modules/IModuleInjectionFilter.cs b/DNN Platform/Library/UI/Modules/IModuleInjectionFilter.cs index fb270b2084f..373c7a3bd91 100644 --- a/DNN Platform/Library/UI/Modules/IModuleInjectionFilter.cs +++ b/DNN Platform/Library/UI/Modules/IModuleInjectionFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Library/UI/Modules/IProfileModule.cs b/DNN Platform/Library/UI/Modules/IProfileModule.cs index d973be60fdd..8c2648c8446 100644 --- a/DNN Platform/Library/UI/Modules/IProfileModule.cs +++ b/DNN Platform/Library/UI/Modules/IProfileModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Modules { public interface IProfileModule diff --git a/DNN Platform/Library/UI/Modules/ISettingsControl.cs b/DNN Platform/Library/UI/Modules/ISettingsControl.cs index 706fe4d4c6f..f260579633e 100644 --- a/DNN Platform/Library/UI/Modules/ISettingsControl.cs +++ b/DNN Platform/Library/UI/Modules/ISettingsControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Modules { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/Modules/ModuleCachingType.cs b/DNN Platform/Library/UI/Modules/ModuleCachingType.cs index 932a6ca2af5..e3c95a4c900 100644 --- a/DNN Platform/Library/UI/Modules/ModuleCachingType.cs +++ b/DNN Platform/Library/UI/Modules/ModuleCachingType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Modules { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/Modules/ModuleControlBase.cs b/DNN Platform/Library/UI/Modules/ModuleControlBase.cs index a9e7e1f8f8c..ac2f87a68b0 100644 --- a/DNN Platform/Library/UI/Modules/ModuleControlBase.cs +++ b/DNN Platform/Library/UI/Modules/ModuleControlBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI; diff --git a/DNN Platform/Library/UI/Modules/ModuleControlFactory.cs b/DNN Platform/Library/UI/Modules/ModuleControlFactory.cs index 6b72e36aa41..5844b26a459 100644 --- a/DNN Platform/Library/UI/Modules/ModuleControlFactory.cs +++ b/DNN Platform/Library/UI/Modules/ModuleControlFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Web.UI; diff --git a/DNN Platform/Library/UI/Modules/ModuleHost.cs b/DNN Platform/Library/UI/Modules/ModuleHost.cs index 1e3efabb052..9372637d47e 100644 --- a/DNN Platform/Library/UI/Modules/ModuleHost.cs +++ b/DNN Platform/Library/UI/Modules/ModuleHost.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Modules/ModuleInjectionManager.cs b/DNN Platform/Library/UI/Modules/ModuleInjectionManager.cs index db479de8e0a..40807dde247 100644 --- a/DNN Platform/Library/UI/Modules/ModuleInjectionManager.cs +++ b/DNN Platform/Library/UI/Modules/ModuleInjectionManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/UI/Modules/ModuleInstanceContext.cs b/DNN Platform/Library/UI/Modules/ModuleInstanceContext.cs index a70fcf1d69f..42796908221 100644 --- a/DNN Platform/Library/UI/Modules/ModuleInstanceContext.cs +++ b/DNN Platform/Library/UI/Modules/ModuleInstanceContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Modules/ModuleUserControlBase.cs b/DNN Platform/Library/UI/Modules/ModuleUserControlBase.cs index 73b06f8f556..fe63abe0dea 100644 --- a/DNN Platform/Library/UI/Modules/ModuleUserControlBase.cs +++ b/DNN Platform/Library/UI/Modules/ModuleUserControlBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.IO; diff --git a/DNN Platform/Library/UI/Modules/ProfileModuleUserControlBase.cs b/DNN Platform/Library/UI/Modules/ProfileModuleUserControlBase.cs index 4f238e374e2..3205723e436 100644 --- a/DNN Platform/Library/UI/Modules/ProfileModuleUserControlBase.cs +++ b/DNN Platform/Library/UI/Modules/ProfileModuleUserControlBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Modules/ReflectedModuleControlFactory.cs b/DNN Platform/Library/UI/Modules/ReflectedModuleControlFactory.cs index 772b894cc9f..9e8b31052f4 100644 --- a/DNN Platform/Library/UI/Modules/ReflectedModuleControlFactory.cs +++ b/DNN Platform/Library/UI/Modules/ReflectedModuleControlFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Library/UI/Modules/StandardModuleInjectionFilter.cs b/DNN Platform/Library/UI/Modules/StandardModuleInjectionFilter.cs index e549c37ee06..025595d5f25 100644 --- a/DNN Platform/Library/UI/Modules/StandardModuleInjectionFilter.cs +++ b/DNN Platform/Library/UI/Modules/StandardModuleInjectionFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Modules/WebFormsModuleControlFactory.cs b/DNN Platform/Library/UI/Modules/WebFormsModuleControlFactory.cs index 5cdd72662fd..ae5b21a23ee 100644 --- a/DNN Platform/Library/UI/Modules/WebFormsModuleControlFactory.cs +++ b/DNN Platform/Library/UI/Modules/WebFormsModuleControlFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; diff --git a/DNN Platform/Library/UI/Navigation.cs b/DNN Platform/Library/UI/Navigation.cs index bed04605136..ea677f76999 100644 --- a/DNN Platform/Library/UI/Navigation.cs +++ b/DNN Platform/Library/UI/Navigation.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/Controls/ControlPanel.cs b/DNN Platform/Library/UI/Skins/Controls/ControlPanel.cs index 6fed05e5ba5..bcc3e6e2a90 100644 --- a/DNN Platform/Library/UI/Skins/Controls/ControlPanel.cs +++ b/DNN Platform/Library/UI/Skins/Controls/ControlPanel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI.HtmlControls; diff --git a/DNN Platform/Library/UI/Skins/Controls/LanguageTokenReplace.cs b/DNN Platform/Library/UI/Skins/Controls/LanguageTokenReplace.cs index 14e13f6a69e..1bab1fd0f1e 100644 --- a/DNN Platform/Library/UI/Skins/Controls/LanguageTokenReplace.cs +++ b/DNN Platform/Library/UI/Skins/Controls/LanguageTokenReplace.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/Controls/ModuleMessage.cs b/DNN Platform/Library/UI/Skins/Controls/ModuleMessage.cs index 23bb0964a99..265fb2f0287 100644 --- a/DNN Platform/Library/UI/Skins/Controls/ModuleMessage.cs +++ b/DNN Platform/Library/UI/Skins/Controls/ModuleMessage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/Controls/SkinsEditControl.cs b/DNN Platform/Library/UI/Skins/Controls/SkinsEditControl.cs index 3d517762f3c..938d8444901 100644 --- a/DNN Platform/Library/UI/Skins/Controls/SkinsEditControl.cs +++ b/DNN Platform/Library/UI/Skins/Controls/SkinsEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/EventListeners/SkinEventArgs.cs b/DNN Platform/Library/UI/Skins/EventListeners/SkinEventArgs.cs index c6c8d2953c0..0403e9f249c 100644 --- a/DNN Platform/Library/UI/Skins/EventListeners/SkinEventArgs.cs +++ b/DNN Platform/Library/UI/Skins/EventListeners/SkinEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/EventListeners/SkinEventHandler.cs b/DNN Platform/Library/UI/Skins/EventListeners/SkinEventHandler.cs index 71361be7d5c..9fb2fa648ae 100644 --- a/DNN Platform/Library/UI/Skins/EventListeners/SkinEventHandler.cs +++ b/DNN Platform/Library/UI/Skins/EventListeners/SkinEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Skins.EventListeners { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/Skins/EventListeners/SkinEventListener.cs b/DNN Platform/Library/UI/Skins/EventListeners/SkinEventListener.cs index 76a1da058fe..fc7cdb3207d 100644 --- a/DNN Platform/Library/UI/Skins/EventListeners/SkinEventListener.cs +++ b/DNN Platform/Library/UI/Skins/EventListeners/SkinEventListener.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Skins.EventListeners { public class SkinEventListener diff --git a/DNN Platform/Library/UI/Skins/EventListeners/SkinEventType.cs b/DNN Platform/Library/UI/Skins/EventListeners/SkinEventType.cs index 664d55b26d3..2cb367b42ab 100644 --- a/DNN Platform/Library/UI/Skins/EventListeners/SkinEventType.cs +++ b/DNN Platform/Library/UI/Skins/EventListeners/SkinEventType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Skins.EventListeners { ///----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/Skins/ISkinControl.cs b/DNN Platform/Library/UI/Skins/ISkinControl.cs index e096d2b1948..52e1d4a5b68 100644 --- a/DNN Platform/Library/UI/Skins/ISkinControl.cs +++ b/DNN Platform/Library/UI/Skins/ISkinControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.UI.Modules; diff --git a/DNN Platform/Library/UI/Skins/InstalledSkinInfo.cs b/DNN Platform/Library/UI/Skins/InstalledSkinInfo.cs index 360a4b47862..b2e929f05c0 100644 --- a/DNN Platform/Library/UI/Skins/InstalledSkinInfo.cs +++ b/DNN Platform/Library/UI/Skins/InstalledSkinInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml; diff --git a/DNN Platform/Library/UI/Skins/NavObjectBase.cs b/DNN Platform/Library/UI/Skins/NavObjectBase.cs index e39f404f0b4..651d683e1c2 100644 --- a/DNN Platform/Library/UI/Skins/NavObjectBase.cs +++ b/DNN Platform/Library/UI/Skins/NavObjectBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/Pane.cs b/DNN Platform/Library/UI/Skins/Pane.cs index 31261dbe1c3..3b18730f44a 100644 --- a/DNN Platform/Library/UI/Skins/Pane.cs +++ b/DNN Platform/Library/UI/Skins/Pane.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/Skin.cs b/DNN Platform/Library/UI/Skins/Skin.cs index 88978f1c1d3..21e088f1c96 100644 --- a/DNN Platform/Library/UI/Skins/Skin.cs +++ b/DNN Platform/Library/UI/Skins/Skin.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/SkinControl.cs b/DNN Platform/Library/UI/Skins/SkinControl.cs index a6949e345a4..fecef229141 100644 --- a/DNN Platform/Library/UI/Skins/SkinControl.cs +++ b/DNN Platform/Library/UI/Skins/SkinControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/SkinController.cs b/DNN Platform/Library/UI/Skins/SkinController.cs index 1f5a5ce1f1c..a505c3a0427 100644 --- a/DNN Platform/Library/UI/Skins/SkinController.cs +++ b/DNN Platform/Library/UI/Skins/SkinController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/SkinDefaults.cs b/DNN Platform/Library/UI/Skins/SkinDefaults.cs index 1a461228538..fcd2268675c 100644 --- a/DNN Platform/Library/UI/Skins/SkinDefaults.cs +++ b/DNN Platform/Library/UI/Skins/SkinDefaults.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/SkinFileProcessor.cs b/DNN Platform/Library/UI/Skins/SkinFileProcessor.cs index 5dbfc0e737b..7443428b2c0 100644 --- a/DNN Platform/Library/UI/Skins/SkinFileProcessor.cs +++ b/DNN Platform/Library/UI/Skins/SkinFileProcessor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/SkinInfo.cs b/DNN Platform/Library/UI/Skins/SkinInfo.cs index 1da64b32312..830615c5ffa 100644 --- a/DNN Platform/Library/UI/Skins/SkinInfo.cs +++ b/DNN Platform/Library/UI/Skins/SkinInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/SkinObjectBase.cs b/DNN Platform/Library/UI/Skins/SkinObjectBase.cs index 9162d4b0848..debe256ac2f 100644 --- a/DNN Platform/Library/UI/Skins/SkinObjectBase.cs +++ b/DNN Platform/Library/UI/Skins/SkinObjectBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.ComponentModel; diff --git a/DNN Platform/Library/UI/Skins/SkinPackageInfo.cs b/DNN Platform/Library/UI/Skins/SkinPackageInfo.cs index dc469854a77..c7cefe4b87c 100644 --- a/DNN Platform/Library/UI/Skins/SkinPackageInfo.cs +++ b/DNN Platform/Library/UI/Skins/SkinPackageInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/SkinScope.cs b/DNN Platform/Library/UI/Skins/SkinScope.cs index ae21134a0d6..eb47eb878fc 100644 --- a/DNN Platform/Library/UI/Skins/SkinScope.cs +++ b/DNN Platform/Library/UI/Skins/SkinScope.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Skins { public enum SkinScope diff --git a/DNN Platform/Library/UI/Skins/SkinThumbNailControl.cs b/DNN Platform/Library/UI/Skins/SkinThumbNailControl.cs index 184f3b23992..1a63ea3c525 100644 --- a/DNN Platform/Library/UI/Skins/SkinThumbNailControl.cs +++ b/DNN Platform/Library/UI/Skins/SkinThumbNailControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Skins/SkinType.cs b/DNN Platform/Library/UI/Skins/SkinType.cs index 78de4613776..c611e7f9986 100644 --- a/DNN Platform/Library/UI/Skins/SkinType.cs +++ b/DNN Platform/Library/UI/Skins/SkinType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.Skins { public enum SkinType diff --git a/DNN Platform/Library/UI/UIUtilities.cs b/DNN Platform/Library/UI/UIUtilities.cs index bdf7ba88fd0..870a743e28f 100644 --- a/DNN Platform/Library/UI/UIUtilities.cs +++ b/DNN Platform/Library/UI/UIUtilities.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Web; diff --git a/DNN Platform/Library/UI/UserControls/Address.cs b/DNN Platform/Library/UI/UserControls/Address.cs index 80a2c0e4bea..50d9a527abc 100644 --- a/DNN Platform/Library/UI/UserControls/Address.cs +++ b/DNN Platform/Library/UI/UserControls/Address.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/DualListControl.cs b/DNN Platform/Library/UI/UserControls/DualListControl.cs index c72ef574624..3ed46580de3 100644 --- a/DNN Platform/Library/UI/UserControls/DualListControl.cs +++ b/DNN Platform/Library/UI/UserControls/DualListControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/Help.cs b/DNN Platform/Library/UI/UserControls/Help.cs index 7d5353fe7c4..77950611806 100644 --- a/DNN Platform/Library/UI/UserControls/Help.cs +++ b/DNN Platform/Library/UI/UserControls/Help.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/HelpButtonControl.cs b/DNN Platform/Library/UI/UserControls/HelpButtonControl.cs index 3a966a8a556..ef072523e30 100644 --- a/DNN Platform/Library/UI/UserControls/HelpButtonControl.cs +++ b/DNN Platform/Library/UI/UserControls/HelpButtonControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/IFilePickerUploader.cs b/DNN Platform/Library/UI/UserControls/IFilePickerUploader.cs index c9c07974a71..8dd73dcffa8 100644 --- a/DNN Platform/Library/UI/UserControls/IFilePickerUploader.cs +++ b/DNN Platform/Library/UI/UserControls/IFilePickerUploader.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Library/UI/UserControls/LabelControl.cs b/DNN Platform/Library/UI/UserControls/LabelControl.cs index 5ae1b480a4f..06a8a20b8a2 100644 --- a/DNN Platform/Library/UI/UserControls/LabelControl.cs +++ b/DNN Platform/Library/UI/UserControls/LabelControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/LocaleSelectorControl.cs b/DNN Platform/Library/UI/UserControls/LocaleSelectorControl.cs index 0f4ab81bf56..d3e6c7f73aa 100644 --- a/DNN Platform/Library/UI/UserControls/LocaleSelectorControl.cs +++ b/DNN Platform/Library/UI/UserControls/LocaleSelectorControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/ModuleAuditControl.cs b/DNN Platform/Library/UI/UserControls/ModuleAuditControl.cs index 69da823ce6d..b1c3f64c783 100644 --- a/DNN Platform/Library/UI/UserControls/ModuleAuditControl.cs +++ b/DNN Platform/Library/UI/UserControls/ModuleAuditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/SectionHeadControl.cs b/DNN Platform/Library/UI/UserControls/SectionHeadControl.cs index a79a78e8b40..3aa55570d5f 100644 --- a/DNN Platform/Library/UI/UserControls/SectionHeadControl.cs +++ b/DNN Platform/Library/UI/UserControls/SectionHeadControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/TextEditor.cs b/DNN Platform/Library/UI/UserControls/TextEditor.cs index 429f1eaf885..fa4ec30c145 100644 --- a/DNN Platform/Library/UI/UserControls/TextEditor.cs +++ b/DNN Platform/Library/UI/UserControls/TextEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/URLControl.cs b/DNN Platform/Library/UI/UserControls/URLControl.cs index 3ddd1bbd7d3..95ae0904a99 100644 --- a/DNN Platform/Library/UI/UserControls/URLControl.cs +++ b/DNN Platform/Library/UI/UserControls/URLControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/URLTrackingControl.cs b/DNN Platform/Library/UI/UserControls/URLTrackingControl.cs index 189aee170df..7632e9f10cb 100644 --- a/DNN Platform/Library/UI/UserControls/URLTrackingControl.cs +++ b/DNN Platform/Library/UI/UserControls/URLTrackingControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/UserControls/User.cs b/DNN Platform/Library/UI/UserControls/User.cs index 26520773e5a..7f26f5a430e 100644 --- a/DNN Platform/Library/UI/UserControls/User.cs +++ b/DNN Platform/Library/UI/UserControls/User.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/Utilities/ClientAPI.cs b/DNN Platform/Library/UI/Utilities/ClientAPI.cs index bb39f27c047..3f44dc45461 100644 --- a/DNN Platform/Library/UI/Utilities/ClientAPI.cs +++ b/DNN Platform/Library/UI/Utilities/ClientAPI.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/ActionLink.cs b/DNN Platform/Library/UI/WebControls/ActionLink.cs index bf96a9363d6..48f88f90cb0 100644 --- a/DNN Platform/Library/UI/WebControls/ActionLink.cs +++ b/DNN Platform/Library/UI/WebControls/ActionLink.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/CaptchaControl.cs b/DNN Platform/Library/UI/WebControls/CaptchaControl.cs index 0996d0d9616..aa97055ca24 100644 --- a/DNN Platform/Library/UI/WebControls/CaptchaControl.cs +++ b/DNN Platform/Library/UI/WebControls/CaptchaControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/CaptchaHandler.cs b/DNN Platform/Library/UI/WebControls/CaptchaHandler.cs index 8f854d88fcf..288121379f2 100644 --- a/DNN Platform/Library/UI/WebControls/CaptchaHandler.cs +++ b/DNN Platform/Library/UI/WebControls/CaptchaHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Specialized; diff --git a/DNN Platform/Library/UI/WebControls/CommandButton.cs b/DNN Platform/Library/UI/WebControls/CommandButton.cs index d0b10884793..5d23bea0b51 100644 --- a/DNN Platform/Library/UI/WebControls/CommandButton.cs +++ b/DNN Platform/Library/UI/WebControls/CommandButton.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/CheckBoxColumn.cs b/DNN Platform/Library/UI/WebControls/DataGrids/CheckBoxColumn.cs index 270fb93aae7..43f8bcbb2ca 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/CheckBoxColumn.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/CheckBoxColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/CheckBoxColumnTemplate.cs b/DNN Platform/Library/UI/WebControls/DataGrids/CheckBoxColumnTemplate.cs index 657e0477978..4e8cf25e6d8 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/CheckBoxColumnTemplate.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/CheckBoxColumnTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/DNNDataGrid.cs b/DNN Platform/Library/UI/WebControls/DataGrids/DNNDataGrid.cs index 7cc94b393dd..e143b2e619b 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/DNNDataGrid.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/DNNDataGrid.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/DNNDataGridCheckChangedEventArgs.cs b/DNN Platform/Library/UI/WebControls/DataGrids/DNNDataGridCheckChangedEventArgs.cs index bef421f8051..fccac3994f9 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/DNNDataGridCheckChangedEventArgs.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/DNNDataGridCheckChangedEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI.WebControls; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/DNNMultiStateBoxColumn.cs b/DNN Platform/Library/UI/WebControls/DataGrids/DNNMultiStateBoxColumn.cs index 03bd41a5457..676515715c3 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/DNNMultiStateBoxColumn.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/DNNMultiStateBoxColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/DNNMultiStateBoxColumnTemplate.cs b/DNN Platform/Library/UI/WebControls/DataGrids/DNNMultiStateBoxColumnTemplate.cs index 555a4bb063f..428e0df6d23 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/DNNMultiStateBoxColumnTemplate.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/DNNMultiStateBoxColumnTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumn.cs b/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumn.cs index b33c5d4797a..774334e1652 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumn.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumnEditMode.cs b/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumnEditMode.cs index fa995e264f3..bc23b5fa96b 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumnEditMode.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumnEditMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumnTemplate.cs b/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumnTemplate.cs index 229f514476b..449cb997957 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumnTemplate.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/ImageCommandColumnTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/PermissionTriState.cs b/DNN Platform/Library/UI/WebControls/DataGrids/PermissionTriState.cs index c645e38ffac..eccebb2b403 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/PermissionTriState.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/PermissionTriState.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using System.Web.UI.WebControls; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/PermissionTriStateTemplate.cs b/DNN Platform/Library/UI/WebControls/DataGrids/PermissionTriStateTemplate.cs index acd2b47aae7..ea70b367388 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/PermissionTriStateTemplate.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/PermissionTriStateTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using System.Web.UI; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/RolesSelectionGrid.cs b/DNN Platform/Library/UI/WebControls/DataGrids/RolesSelectionGrid.cs index 99d1cb23fb3..9f9278ca88e 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/RolesSelectionGrid.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/RolesSelectionGrid.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/TextColumn.cs b/DNN Platform/Library/UI/WebControls/DataGrids/TextColumn.cs index e9f25a1b68a..043dac9ebae 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/TextColumn.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/TextColumn.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web; diff --git a/DNN Platform/Library/UI/WebControls/DataGrids/TextColumnTemplate.cs b/DNN Platform/Library/UI/WebControls/DataGrids/TextColumnTemplate.cs index dee4b162c70..639b6e59f59 100644 --- a/DNN Platform/Library/UI/WebControls/DataGrids/TextColumnTemplate.cs +++ b/DNN Platform/Library/UI/WebControls/DataGrids/TextColumnTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/DualListBox.cs b/DNN Platform/Library/UI/WebControls/DualListBox.cs index 7074d04a4fd..40ac27b104b 100644 --- a/DNN Platform/Library/UI/WebControls/DualListBox.cs +++ b/DNN Platform/Library/UI/WebControls/DualListBox.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/Events/DualListBoxEventArgs.cs b/DNN Platform/Library/UI/WebControls/Events/DualListBoxEventArgs.cs index fa71600f024..3937161a7a6 100644 --- a/DNN Platform/Library/UI/WebControls/Events/DualListBoxEventArgs.cs +++ b/DNN Platform/Library/UI/WebControls/Events/DualListBoxEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/Events/DualListBoxEventHandler.cs b/DNN Platform/Library/UI/WebControls/Events/DualListBoxEventHandler.cs index 70d5650ed52..076f2ed7ec1 100644 --- a/DNN Platform/Library/UI/WebControls/Events/DualListBoxEventHandler.cs +++ b/DNN Platform/Library/UI/WebControls/Events/DualListBoxEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { public delegate void DualListBoxEventHandler(object sender, DualListBoxEventArgs e); diff --git a/DNN Platform/Library/UI/WebControls/LanguageSelector.cs b/DNN Platform/Library/UI/WebControls/LanguageSelector.cs index 98817707491..6498165a3e0 100644 --- a/DNN Platform/Library/UI/WebControls/LanguageSelector.cs +++ b/DNN Platform/Library/UI/WebControls/LanguageSelector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/LiteralTemplate.cs b/DNN Platform/Library/UI/WebControls/LiteralTemplate.cs index 7120d412e75..f2e2dffc55a 100644 --- a/DNN Platform/Library/UI/WebControls/LiteralTemplate.cs +++ b/DNN Platform/Library/UI/WebControls/LiteralTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Web.UI; diff --git a/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataPageHierarchicalEnumerable.cs b/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataPageHierarchicalEnumerable.cs index 90e835d277a..49972ddab15 100644 --- a/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataPageHierarchicalEnumerable.cs +++ b/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataPageHierarchicalEnumerable.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataPageHierarchyData.cs b/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataPageHierarchyData.cs index d6cfd2e1e3a..767a8235149 100644 --- a/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataPageHierarchyData.cs +++ b/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataPageHierarchyData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataSource.cs b/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataSource.cs index c7c308b3a4f..9f8907e339c 100644 --- a/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataSource.cs +++ b/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataSource.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Security.Permissions; diff --git a/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataSourceView.cs b/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataSourceView.cs index 672aad8bbe5..64aeb2a19a6 100644 --- a/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataSourceView.cs +++ b/DNN Platform/Library/UI/WebControls/NavDataSource/NavDataSourceView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PagingControl.cs b/DNN Platform/Library/UI/WebControls/PagingControl.cs index 79ef2ae72a5..db3867aedb3 100644 --- a/DNN Platform/Library/UI/WebControls/PagingControl.cs +++ b/DNN Platform/Library/UI/WebControls/PagingControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PagingControlMode.cs b/DNN Platform/Library/UI/WebControls/PagingControlMode.cs index 7500317b613..fdbb77a757c 100644 --- a/DNN Platform/Library/UI/WebControls/PagingControlMode.cs +++ b/DNN Platform/Library/UI/WebControls/PagingControlMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/CollectionEditorInfoAdapter.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/CollectionEditorInfoAdapter.cs index a8493948bab..2c5fddb7bf6 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/CollectionEditorInfoAdapter.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/CollectionEditorInfoAdapter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/IEditorInfoAdapter.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/IEditorInfoAdapter.cs index 643ad6579f2..e44e51685b6 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/IEditorInfoAdapter.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/IEditorInfoAdapter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/SettingsEditorInfoAdapter.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/SettingsEditorInfoAdapter.cs index e1c7aa83c19..14adccd7f21 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/SettingsEditorInfoAdapter.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/SettingsEditorInfoAdapter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/StandardEditorInfoAdapter.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/StandardEditorInfoAdapter.cs index 24b9a133831..22e3dced3c3 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/StandardEditorInfoAdapter.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Adapters/StandardEditorInfoAdapter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.ComponentModel; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/CollectionEditorControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/CollectionEditorControl.cs index 23292371340..5511b1c9e4f 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/CollectionEditorControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/CollectionEditorControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/AutoCompleteControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/AutoCompleteControl.cs index 7f111950b46..8e9ac315e49 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/AutoCompleteControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/AutoCompleteControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/CheckEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/CheckEditControl.cs index 4fefcfc7d05..22d253d399c 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/CheckEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/CheckEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNCountryAutocompleteControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNCountryAutocompleteControl.cs index bcd827db442..ce7ded35a30 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNCountryAutocompleteControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNCountryAutocompleteControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNCountryEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNCountryEditControl.cs index a3f6bcf869a..39ec3e4d581 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNCountryEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNCountryEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNListEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNListEditControl.cs index 6525fff578c..5d75eb5dac0 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNListEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNListEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNLocaleEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNLocaleEditControl.cs index 41be7c57d5b..db4bfcae950 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNLocaleEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNLocaleEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNPageEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNPageEditControl.cs index e0e1e5e16fc..2d7ec2fcfe2 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNPageEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNPageEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNRegionEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNRegionEditControl.cs index dd27d3e1c1b..7c07af7539c 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNRegionEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNRegionEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNRichTextEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNRichTextEditControl.cs index fb2216fabf8..93856975dae 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNRichTextEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DNN Edit Controls/DNNRichTextEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DateEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DateEditControl.cs index 2fc42dae88d..1b87e46a50f 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DateEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DateEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DateTimeEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DateTimeEditControl.cs index 983e2dbe130..3c30bc83cf7 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DateTimeEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/DateTimeEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EditControl.cs index c9cf1a57c6b..087dd0481dd 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EditControlFactory.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EditControlFactory.cs index ec10f4be692..bc6f541a120 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EditControlFactory.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EditControlFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EnumEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EnumEditControl.cs index 6226cdc896f..99c54eac624 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EnumEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/EnumEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/IntegerEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/IntegerEditControl.cs index 22f07ae2c1b..fbf7e54435c 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/IntegerEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/IntegerEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/MultiLineTextEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/MultiLineTextEditControl.cs index 05175490ec7..22293f710e0 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/MultiLineTextEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/MultiLineTextEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/TextEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/TextEditControl.cs index 142243cdd65..5f031907484 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/TextEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/TextEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/TrueFalseEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/TrueFalseEditControl.cs index 1073822ec76..6abb04b4248 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/TrueFalseEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/TrueFalseEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/VersionEditControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/VersionEditControl.cs index d9591c1e4bf..facf1eec71a 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/VersionEditControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Edit Controls/VersionEditControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/EditorInfo.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/EditorInfo.cs index 94da5def3bf..7993b8973d1 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/EditorInfo.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/EditorInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/EditorCreatedEventHandler.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/EditorCreatedEventHandler.cs index 067de18aa51..61743aa8ddc 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/EditorCreatedEventHandler.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/EditorCreatedEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { public delegate void EditorCreatedEventHandler(object sender, PropertyEditorItemEventArgs e); diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyChangedEventHandler.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyChangedEventHandler.cs index 22a36c2798e..2269708549c 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyChangedEventHandler.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyChangedEventHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { public delegate void PropertyChangedEventHandler(object sender, PropertyEditorEventArgs e); diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyEditorEventArgs.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyEditorEventArgs.cs index 312849eca24..79148f2f0c0 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyEditorEventArgs.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyEditorEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyEditorItemEventArgs.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyEditorItemEventArgs.cs index fbc89b0adbe..6faefe47d94 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyEditorItemEventArgs.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/Events/PropertyEditorItemEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/FieldEditorControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/FieldEditorControl.cs index eaed25884b3..6ed8b5c4c5b 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/FieldEditorControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/FieldEditorControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/GroupByMode.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/GroupByMode.cs index 4a5b638f39b..e3a6e64e3ce 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/GroupByMode.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/GroupByMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/LabelMode.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/LabelMode.cs index 89b9934b74a..17cf383ce01 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/LabelMode.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/LabelMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/ListBoundField.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/ListBoundField.cs index 0b98e62b3e5..779c49f97e8 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/ListBoundField.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/ListBoundField.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/ProfileEditorControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/ProfileEditorControl.cs index e06596141d8..4a03cdeb7ff 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/ProfileEditorControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/ProfileEditorControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/ControlStyleAttribute.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/ControlStyleAttribute.cs index fe8392f960e..de519d1aaab 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/ControlStyleAttribute.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/ControlStyleAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/FormatAttribute.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/FormatAttribute.cs index 98eed7ed7aa..2dc2b20236f 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/FormatAttribute.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/FormatAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/IsReadOnlyAttribute.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/IsReadOnlyAttribute.cs index 151e218f698..78142e33cec 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/IsReadOnlyAttribute.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/IsReadOnlyAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/LabelModeAttribute.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/LabelModeAttribute.cs index eaadab73f39..619648b76ec 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/LabelModeAttribute.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/LabelModeAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/LanguagesListTypeAttribute.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/LanguagesListTypeAttribute.cs index a40d3850652..24969dbd0bf 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/LanguagesListTypeAttribute.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/LanguagesListTypeAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/ListAttribute.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/ListAttribute.cs index a2d7c867b5d..9a32b4e6034 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/ListAttribute.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/ListAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/MaxLengthAttribute.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/MaxLengthAttribute.cs index af2a784d926..7c2ca5bcdbb 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/MaxLengthAttribute.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/MaxLengthAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/RegularExpressionValidatorAttribute.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/RegularExpressionValidatorAttribute.cs index debbb4f6287..bec2002ad9c 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/RegularExpressionValidatorAttribute.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/RegularExpressionValidatorAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/RequiredAttribute.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/RequiredAttribute.cs index 0f624b03539..1d6f20ed43a 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/RequiredAttribute.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/RequiredAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/SortOrderAttribute.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/SortOrderAttribute.cs index 14102fe9f18..4681df1802d 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/SortOrderAttribute.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyAttributes/SortOrderAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertyCategoryComparer.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertyCategoryComparer.cs index 069ee17ae29..f819b1a1711 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertyCategoryComparer.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertyCategoryComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertyNameComparer.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertyNameComparer.cs index 53b3a12cc48..6f849e9bb84 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertyNameComparer.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertyNameComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertySortOrderComparer.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertySortOrderComparer.cs index 60ff01d2880..ce37f049fbc 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertySortOrderComparer.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/PropertySortOrderComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/SettingNameComparer.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/SettingNameComparer.cs index e11a94863a8..7ebf401f124 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/SettingNameComparer.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyComparers/SettingNameComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyEditorControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyEditorControl.cs index 7b3c17a2af3..fe5c2f39a57 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyEditorControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyEditorControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyEditorMode.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyEditorMode.cs index 292ab2bf778..df361c7d143 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyEditorMode.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyEditorMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyLabelControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyLabelControl.cs index 384b9553cb7..f4639cd5142 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyLabelControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertyLabelControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertySortType.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertySortType.cs index 34dcee7327f..9985d6e1d53 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertySortType.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/PropertySortType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.UI.WebControls { /// ----------------------------------------------------------------------------- diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/SettingInfo.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/SettingInfo.cs index cbef5c14573..bc3fc2e8cf1 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/SettingInfo.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/SettingInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/SettingsEditorControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/SettingsEditorControl.cs index 9a4a1516a01..16e404ea584 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/SettingsEditorControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/SettingsEditorControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/UI/WebControls/PropertyEditor/VisibilityControl.cs b/DNN Platform/Library/UI/WebControls/PropertyEditor/VisibilityControl.cs index d9ff3716c4f..f5085981e75 100644 --- a/DNN Platform/Library/UI/WebControls/PropertyEditor/VisibilityControl.cs +++ b/DNN Platform/Library/UI/WebControls/PropertyEditor/VisibilityControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Library/WebControls/WebControlBase.cs b/DNN Platform/Library/WebControls/WebControlBase.cs index c20c663e693..192682bc2cd 100644 --- a/DNN Platform/Library/WebControls/WebControlBase.cs +++ b/DNN Platform/Library/WebControls/WebControlBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/CoreMessaging/Components/CoreMessagingBusinessController.cs b/DNN Platform/Modules/CoreMessaging/Components/CoreMessagingBusinessController.cs index 2a9bdc9974c..a8e0233e717 100644 --- a/DNN Platform/Modules/CoreMessaging/Components/CoreMessagingBusinessController.cs +++ b/DNN Platform/Modules/CoreMessaging/Components/CoreMessagingBusinessController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Modules/CoreMessaging/Properties/AssemblyInfo.cs b/DNN Platform/Modules/CoreMessaging/Properties/AssemblyInfo.cs index b20796980eb..7087f767875 100644 --- a/DNN Platform/Modules/CoreMessaging/Properties/AssemblyInfo.cs +++ b/DNN Platform/Modules/CoreMessaging/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Modules/CoreMessaging/Services/CoreMessagingRouteMapper.cs b/DNN Platform/Modules/CoreMessaging/Services/CoreMessagingRouteMapper.cs index fcbe958b9dd..8d3ae2e89e4 100644 --- a/DNN Platform/Modules/CoreMessaging/Services/CoreMessagingRouteMapper.cs +++ b/DNN Platform/Modules/CoreMessaging/Services/CoreMessagingRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Api; namespace DotNetNuke.Modules.CoreMessaging.Services diff --git a/DNN Platform/Modules/CoreMessaging/Services/FileUploadController.cs b/DNN Platform/Modules/CoreMessaging/Services/FileUploadController.cs index 48cf628fd6d..1638a8bb6aa 100644 --- a/DNN Platform/Modules/CoreMessaging/Services/FileUploadController.cs +++ b/DNN Platform/Modules/CoreMessaging/Services/FileUploadController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/CoreMessaging/Services/FilesStatus.cs b/DNN Platform/Modules/CoreMessaging/Services/FilesStatus.cs index 041e13be874..034d893d992 100644 --- a/DNN Platform/Modules/CoreMessaging/Services/FilesStatus.cs +++ b/DNN Platform/Modules/CoreMessaging/Services/FilesStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.CoreMessaging.Services { public class FilesStatus diff --git a/DNN Platform/Modules/CoreMessaging/Services/MessagingServiceController.cs b/DNN Platform/Modules/CoreMessaging/Services/MessagingServiceController.cs index 37c2b47e2a7..4a7df91e423 100644 --- a/DNN Platform/Modules/CoreMessaging/Services/MessagingServiceController.cs +++ b/DNN Platform/Modules/CoreMessaging/Services/MessagingServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Dynamic; diff --git a/DNN Platform/Modules/CoreMessaging/Services/SubscriptionsController.cs b/DNN Platform/Modules/CoreMessaging/Services/SubscriptionsController.cs index 8ed2ab7e6ab..49e92bbb3e2 100644 --- a/DNN Platform/Modules/CoreMessaging/Services/SubscriptionsController.cs +++ b/DNN Platform/Modules/CoreMessaging/Services/SubscriptionsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Modules/CoreMessaging/Subscriptions.ascx.cs b/DNN Platform/Modules/CoreMessaging/Subscriptions.ascx.cs index b76cf35601c..3da2462bb9c 100644 --- a/DNN Platform/Modules/CoreMessaging/Subscriptions.ascx.cs +++ b/DNN Platform/Modules/CoreMessaging/Subscriptions.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Modules/CoreMessaging/View.ascx.cs b/DNN Platform/Modules/CoreMessaging/View.ascx.cs index ef0c5967aa9..d723f82d6b3 100644 --- a/DNN Platform/Modules/CoreMessaging/View.ascx.cs +++ b/DNN Platform/Modules/CoreMessaging/View.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/CoreMessaging/ViewModels/InboxSubscriptionViewModel.cs b/DNN Platform/Modules/CoreMessaging/ViewModels/InboxSubscriptionViewModel.cs index 2f76e15bcdf..883c3e9a8ee 100644 --- a/DNN Platform/Modules/CoreMessaging/ViewModels/InboxSubscriptionViewModel.cs +++ b/DNN Platform/Modules/CoreMessaging/ViewModels/InboxSubscriptionViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace DotNetNuke.Modules.CoreMessaging.ViewModels diff --git a/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationActionViewModel.cs b/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationActionViewModel.cs index f3ccae7c98b..98f950ff197 100644 --- a/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationActionViewModel.cs +++ b/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationActionViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.CoreMessaging.ViewModels { public class NotificationActionViewModel diff --git a/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationViewModel.cs b/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationViewModel.cs index 8f4e36720cd..cd7a2b9835e 100644 --- a/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationViewModel.cs +++ b/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Modules.CoreMessaging.ViewModels diff --git a/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationsViewModel.cs b/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationsViewModel.cs index 51c1444ae26..6bdd0d7333d 100644 --- a/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationsViewModel.cs +++ b/DNN Platform/Modules/CoreMessaging/ViewModels/NotificationsViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Modules.CoreMessaging.ViewModels diff --git a/DNN Platform/Modules/CoreMessaging/ViewModels/SubscriptionViewModel.cs b/DNN Platform/Modules/CoreMessaging/ViewModels/SubscriptionViewModel.cs index ffb5ec1a29b..81c26ba8402 100644 --- a/DNN Platform/Modules/CoreMessaging/ViewModels/SubscriptionViewModel.cs +++ b/DNN Platform/Modules/CoreMessaging/ViewModels/SubscriptionViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.CoreMessaging.ViewModels { using System.Runtime.Serialization; diff --git a/DNN Platform/Modules/CoreMessaging/ViewModels/TotalsViewModel.cs b/DNN Platform/Modules/CoreMessaging/ViewModels/TotalsViewModel.cs index af1db5f56c2..24b2c2debb2 100644 --- a/DNN Platform/Modules/CoreMessaging/ViewModels/TotalsViewModel.cs +++ b/DNN Platform/Modules/CoreMessaging/ViewModels/TotalsViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.CoreMessaging.ViewModels { public class TotalsViewModel diff --git a/DNN Platform/Modules/DDRMenu/Actions.cs b/DNN Platform/Modules/DDRMenu/Actions.cs index 5c85cd9d08c..c0525ae5a02 100644 --- a/DNN Platform/Modules/DDRMenu/Actions.cs +++ b/DNN Platform/Modules/DDRMenu/Actions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Modules/DDRMenu/Common/DNNContext.cs b/DNN Platform/Modules/DDRMenu/Common/DNNContext.cs index 48cd2c3eccb..8b9fc8f2f55 100644 --- a/DNN Platform/Modules/DDRMenu/Common/DNNContext.cs +++ b/DNN Platform/Modules/DDRMenu/Common/DNNContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Reflection; diff --git a/DNN Platform/Modules/DDRMenu/Common/PathResolver.cs b/DNN Platform/Modules/DDRMenu/Common/PathResolver.cs index 4b8972397df..8e49ebdee1b 100644 --- a/DNN Platform/Modules/DDRMenu/Common/PathResolver.cs +++ b/DNN Platform/Modules/DDRMenu/Common/PathResolver.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DDRMenu/Common/Utilities.cs b/DNN Platform/Modules/DDRMenu/Common/Utilities.cs index c75c4e48007..51ec8a43c5f 100644 --- a/DNN Platform/Modules/DDRMenu/Common/Utilities.cs +++ b/DNN Platform/Modules/DDRMenu/Common/Utilities.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DDRMenu/Controller.cs b/DNN Platform/Modules/DDRMenu/Controller.cs index 215b4da44a2..ba239188d57 100644 --- a/DNN Platform/Modules/DDRMenu/Controller.cs +++ b/DNN Platform/Modules/DDRMenu/Controller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Reflection; diff --git a/DNN Platform/Modules/DDRMenu/DDRMenuControl.cs b/DNN Platform/Modules/DDRMenu/DDRMenuControl.cs index 582642ec575..685cec9d1ce 100644 --- a/DNN Platform/Modules/DDRMenu/DDRMenuControl.cs +++ b/DNN Platform/Modules/DDRMenu/DDRMenuControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using System.Web.UI.WebControls; diff --git a/DNN Platform/Modules/DDRMenu/DDRMenuNavigationProvider.cs b/DNN Platform/Modules/DDRMenu/DDRMenuNavigationProvider.cs index 589bfa0ba6a..6bdb1ca2c99 100644 --- a/DNN Platform/Modules/DDRMenu/DDRMenuNavigationProvider.cs +++ b/DNN Platform/Modules/DDRMenu/DDRMenuNavigationProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Reflection; diff --git a/DNN Platform/Modules/DDRMenu/DNNAbstract.cs b/DNN Platform/Modules/DDRMenu/DNNAbstract.cs index eeeff773787..0593db0e0b3 100644 --- a/DNN Platform/Modules/DDRMenu/DNNAbstract.cs +++ b/DNN Platform/Modules/DDRMenu/DNNAbstract.cs @@ -1,8 +1,6 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// DNN 6.0.0 version +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information using System; using System.Collections.Generic; diff --git a/DNN Platform/Modules/DDRMenu/INodeManipulator.cs b/DNN Platform/Modules/DDRMenu/INodeManipulator.cs index f4cbe4bc242..074378a85a4 100644 --- a/DNN Platform/Modules/DDRMenu/INodeManipulator.cs +++ b/DNN Platform/Modules/DDRMenu/INodeManipulator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/Modules/DDRMenu/Localisation/Apollo.cs b/DNN Platform/Modules/DDRMenu/Localisation/Apollo.cs index 95cd344baf9..678c5f758a5 100644 --- a/DNN Platform/Modules/DDRMenu/Localisation/Apollo.cs +++ b/DNN Platform/Modules/DDRMenu/Localisation/Apollo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Reflection; diff --git a/DNN Platform/Modules/DDRMenu/Localisation/Ealo.cs b/DNN Platform/Modules/DDRMenu/Localisation/Ealo.cs index 289b35be8c0..3c5dabee500 100644 --- a/DNN Platform/Modules/DDRMenu/Localisation/Ealo.cs +++ b/DNN Platform/Modules/DDRMenu/Localisation/Ealo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/DDRMenu/Localisation/Generic.cs b/DNN Platform/Modules/DDRMenu/Localisation/Generic.cs index 06dfddc25ff..d76a35e2dd2 100644 --- a/DNN Platform/Modules/DDRMenu/Localisation/Generic.cs +++ b/DNN Platform/Modules/DDRMenu/Localisation/Generic.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/DDRMenu/Localisation/ILocalisation.cs b/DNN Platform/Modules/DDRMenu/Localisation/ILocalisation.cs index b7a2a704bb4..9d1177e6dc5 100644 --- a/DNN Platform/Modules/DDRMenu/Localisation/ILocalisation.cs +++ b/DNN Platform/Modules/DDRMenu/Localisation/ILocalisation.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Tabs; using DotNetNuke.UI.WebControls; diff --git a/DNN Platform/Modules/DDRMenu/Localisation/Localiser.cs b/DNN Platform/Modules/DDRMenu/Localisation/Localiser.cs index d859a6e0c40..0320cd9d5c7 100644 --- a/DNN Platform/Modules/DDRMenu/Localisation/Localiser.cs +++ b/DNN Platform/Modules/DDRMenu/Localisation/Localiser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Tabs; using DotNetNuke.UI.WebControls; diff --git a/DNN Platform/Modules/DDRMenu/MenuBase.cs b/DNN Platform/Modules/DDRMenu/MenuBase.cs index a1cb9159177..381f69060b1 100644 --- a/DNN Platform/Modules/DDRMenu/MenuBase.cs +++ b/DNN Platform/Modules/DDRMenu/MenuBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DDRMenu/MenuNode.cs b/DNN Platform/Modules/DDRMenu/MenuNode.cs index 32fa09bb37d..6f16ef92afe 100644 --- a/DNN Platform/Modules/DDRMenu/MenuNode.cs +++ b/DNN Platform/Modules/DDRMenu/MenuNode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Xml; diff --git a/DNN Platform/Modules/DDRMenu/MenuSettings.ascx.cs b/DNN Platform/Modules/DDRMenu/MenuSettings.ascx.cs index cebb3cb168f..70bb0e481c6 100644 --- a/DNN Platform/Modules/DDRMenu/MenuSettings.ascx.cs +++ b/DNN Platform/Modules/DDRMenu/MenuSettings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/DDRMenu/MenuView.ascx.cs b/DNN Platform/Modules/DDRMenu/MenuView.ascx.cs index 3e8cfe5afc5..6cc8bbf9d73 100644 --- a/DNN Platform/Modules/DDRMenu/MenuView.ascx.cs +++ b/DNN Platform/Modules/DDRMenu/MenuView.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using DotNetNuke.Web.DDRMenu.Localisation; diff --git a/DNN Platform/Modules/DDRMenu/MenuXml.cs b/DNN Platform/Modules/DDRMenu/MenuXml.cs index e4f574a4200..fbd7e836401 100644 --- a/DNN Platform/Modules/DDRMenu/MenuXml.cs +++ b/DNN Platform/Modules/DDRMenu/MenuXml.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Xml.Serialization; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Modules/DDRMenu/ModuleBase.cs b/DNN Platform/Modules/DDRMenu/ModuleBase.cs index 624d02d32a4..b1a4c4d1d8a 100644 --- a/DNN Platform/Modules/DDRMenu/ModuleBase.cs +++ b/DNN Platform/Modules/DDRMenu/ModuleBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/DDRMenu/Properties/AssemblyInfo.cs b/DNN Platform/Modules/DDRMenu/Properties/AssemblyInfo.cs index 1af1204323e..b6fbfa2d40a 100644 --- a/DNN Platform/Modules/DDRMenu/Properties/AssemblyInfo.cs +++ b/DNN Platform/Modules/DDRMenu/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Modules/DDRMenu/Settings.cs b/DNN Platform/Modules/DDRMenu/Settings.cs index 9d10383f1d0..cd7e72e7f40 100644 --- a/DNN Platform/Modules/DDRMenu/Settings.cs +++ b/DNN Platform/Modules/DDRMenu/Settings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DDRMenu/SkinObject.cs b/DNN Platform/Modules/DDRMenu/SkinObject.cs index f4424531480..f155b35e99a 100644 --- a/DNN Platform/Modules/DDRMenu/SkinObject.cs +++ b/DNN Platform/Modules/DDRMenu/SkinObject.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Modules/DDRMenu/TemplateEngine/ClientOption.cs b/DNN Platform/Modules/DDRMenu/TemplateEngine/ClientOption.cs index f1936d3c933..03293c1301a 100644 --- a/DNN Platform/Modules/DDRMenu/TemplateEngine/ClientOption.cs +++ b/DNN Platform/Modules/DDRMenu/TemplateEngine/ClientOption.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Xml.Serialization; namespace DotNetNuke.Web.DDRMenu.TemplateEngine diff --git a/DNN Platform/Modules/DDRMenu/TemplateEngine/ITemplateProcessor.cs b/DNN Platform/Modules/DDRMenu/TemplateEngine/ITemplateProcessor.cs index 4b55755f273..702b618e6bf 100644 --- a/DNN Platform/Modules/DDRMenu/TemplateEngine/ITemplateProcessor.cs +++ b/DNN Platform/Modules/DDRMenu/TemplateEngine/ITemplateProcessor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.UI; namespace DotNetNuke.Web.DDRMenu.TemplateEngine diff --git a/DNN Platform/Modules/DDRMenu/TemplateEngine/RazorTemplateProcessor.cs b/DNN Platform/Modules/DDRMenu/TemplateEngine/RazorTemplateProcessor.cs index 178b9ff39e0..bf1ec18f5d2 100644 --- a/DNN Platform/Modules/DDRMenu/TemplateEngine/RazorTemplateProcessor.cs +++ b/DNN Platform/Modules/DDRMenu/TemplateEngine/RazorTemplateProcessor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Dynamic; diff --git a/DNN Platform/Modules/DDRMenu/TemplateEngine/TemplateArgument.cs b/DNN Platform/Modules/DDRMenu/TemplateEngine/TemplateArgument.cs index 554817478c6..d28e8864c1e 100644 --- a/DNN Platform/Modules/DDRMenu/TemplateEngine/TemplateArgument.cs +++ b/DNN Platform/Modules/DDRMenu/TemplateEngine/TemplateArgument.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Web.DDRMenu.TemplateEngine { public class TemplateArgument diff --git a/DNN Platform/Modules/DDRMenu/TemplateEngine/TemplateDefinition.cs b/DNN Platform/Modules/DDRMenu/TemplateEngine/TemplateDefinition.cs index 995d15aeaad..56bec4fc0a6 100644 --- a/DNN Platform/Modules/DDRMenu/TemplateEngine/TemplateDefinition.cs +++ b/DNN Platform/Modules/DDRMenu/TemplateEngine/TemplateDefinition.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DDRMenu/TemplateEngine/TokenTemplateProcessor.cs b/DNN Platform/Modules/DDRMenu/TemplateEngine/TokenTemplateProcessor.cs index d0d103bba20..52955b637c3 100644 --- a/DNN Platform/Modules/DDRMenu/TemplateEngine/TokenTemplateProcessor.cs +++ b/DNN Platform/Modules/DDRMenu/TemplateEngine/TokenTemplateProcessor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DDRMenu/TemplateEngine/XsltFunctions.cs b/DNN Platform/Modules/DDRMenu/TemplateEngine/XsltFunctions.cs index b49faa5c690..3371c21c08d 100644 --- a/DNN Platform/Modules/DDRMenu/TemplateEngine/XsltFunctions.cs +++ b/DNN Platform/Modules/DDRMenu/TemplateEngine/XsltFunctions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Reflection; diff --git a/DNN Platform/Modules/DDRMenu/TemplateEngine/XsltTemplateProcessor.cs b/DNN Platform/Modules/DDRMenu/TemplateEngine/XsltTemplateProcessor.cs index 7b351e38319..f88deba340e 100644 --- a/DNN Platform/Modules/DDRMenu/TemplateEngine/XsltTemplateProcessor.cs +++ b/DNN Platform/Modules/DDRMenu/TemplateEngine/XsltTemplateProcessor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DigitalAssets/ClientDialog.cs b/DNN Platform/Modules/DigitalAssets/ClientDialog.cs index 4095ad095cf..006fba8b500 100644 --- a/DNN Platform/Modules/DigitalAssets/ClientDialog.cs +++ b/DNN Platform/Modules/DigitalAssets/ClientDialog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/DigitalAssetsController.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/DigitalAssetsController.cs index bff1e48164e..78e9c35130b 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/DigitalAssetsController.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/DigitalAssetsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/DigitalAssetsSettingsRepository.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/DigitalAssetsSettingsRepository.cs index c14993a9762..fcad3871e08 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/DigitalAssetsSettingsRepository.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/DigitalAssetsSettingsRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/IDigitalAssetsController.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/IDigitalAssetsController.cs index 6dc9b25cf48..add55b14a78 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/IDigitalAssetsController.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/IDigitalAssetsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Collections.Specialized; using System.IO; diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/IDigitalAssetsControllerData.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/IDigitalAssetsControllerData.cs index 3444d7a52a2..78753b03414 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/IDigitalAssetsControllerData.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/IDigitalAssetsControllerData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Components.Controllers { public interface IDigitalAssetsControllerData diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/CopyMoveItemViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/CopyMoveItemViewModel.cs index fece0a73fda..0f156b0bd05 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/CopyMoveItemViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/CopyMoveItemViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models { public class CopyMoveItemViewModel diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ExtractedItemViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ExtractedItemViewModel.cs index 95326ea558c..aeadb86a66f 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ExtractedItemViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ExtractedItemViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/Field.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/Field.cs index ae4d66f1175..6af7d06c9a6 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/Field.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/Field.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/FolderMappingViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/FolderMappingViewModel.cs index 7cd9793388a..62faf6125da 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/FolderMappingViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/FolderMappingViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/FolderViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/FolderViewModel.cs index 52b71d03683..4f92f3babf0 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/FolderViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/FolderViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemBaseViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemBaseViewModel.cs index 11fa42a570d..0903a74229d 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemBaseViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemBaseViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models { public class ItemBaseViewModel diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemPathViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemPathViewModel.cs index 02bd6951693..f636c903df8 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemPathViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemPathViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models { public class ItemPathViewModel : ItemBaseViewModel diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemViewModel.cs index 70665a02a4d..94abae9ea4f 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ItemViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PageViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PageViewModel.cs index 66241d23fba..124fe37d9fb 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PageViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PageViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PermissionViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PermissionViewModel.cs index 10cec9e9bab..967147dcd2b 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PermissionViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PermissionViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PreviewInfoViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PreviewInfoViewModel.cs index dc1cfab2ee8..16e731eb18c 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PreviewInfoViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/PreviewInfoViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ZipExtractViewModel.cs b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ZipExtractViewModel.cs index 008b64a0a44..67b3d2a0f97 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ZipExtractViewModel.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/Controllers/Models/ZipExtractViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/IFieldsControl.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/IFieldsControl.cs index 8dc29bd91ec..c41fc4c7770 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/IFieldsControl.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/IFieldsControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Modules.DigitalAssets.Components.Controllers; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/LocalizationHelper.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/LocalizationHelper.cs index 7af309525d1..b039024830a 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/LocalizationHelper.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/LocalizationHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Services.Localization; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/PropertiesTabContentControl.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/PropertiesTabContentControl.cs index 920bb73c706..19bf51b9d78 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/PropertiesTabContentControl.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/PropertiesTabContentControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/CopyToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/CopyToolBarButtonExtensionPoint.cs index 33e43a7fe25..2e8389b63ba 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/CopyToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/CopyToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; using DotNetNuke.Entities.Icons; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/CreateFolderToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/CreateFolderToolBarButtonExtensionPoint.cs index 4d1d947c735..b352d349729 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/CreateFolderToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/CreateFolderToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DefaultMenuButtonItem.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DefaultMenuButtonItem.cs index 7a523783b48..d2b97a4d4e0 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DefaultMenuButtonItem.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DefaultMenuButtonItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.ExtensionPoints; using DotNetNuke.UI.Modules; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DeleteToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DeleteToolBarButtonExtensionPoint.cs index 6beaa144d13..6b06eab13c7 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DeleteToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DeleteToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DownloadToolbarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DownloadToolbarButtonExtensionPoint.cs index fbe4e41bade..b7e60f3948c 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DownloadToolbarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/DownloadToolbarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/GetUrlToolbarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/GetUrlToolbarButtonExtensionPoint.cs index 098bf22fdff..53a0ed5bab7 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/GetUrlToolbarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/GetUrlToolbarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; using DotNetNuke.Entities.Icons; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/GridViewToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/GridViewToolBarButtonExtensionPoint.cs index 49280dff498..5f18e47b863 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/GridViewToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/GridViewToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ListViewToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ListViewToolBarButtonExtensionPoint.cs index 23df313aca1..675012a10ca 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ListViewToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ListViewToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ManageFolderTypesToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ManageFolderTypesToolBarButtonExtensionPoint.cs index 40b1236049a..fea7929ea0a 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ManageFolderTypesToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ManageFolderTypesToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/MoveToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/MoveToolBarButtonExtensionPoint.cs index eb68c801fe9..074000a836d 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/MoveToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/MoveToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.ComponentModel.Composition; using DotNetNuke.Entities.Icons; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/RenameToolbarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/RenameToolbarButtonExtensionPoint.cs index 77f50332d6a..4736ec6fc17 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/RenameToolbarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/RenameToolbarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/SyncToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/SyncToolBarButtonExtensionPoint.cs index a0725cac752..39c82decfdf 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/SyncToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/SyncToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/SyncToolBarMenuButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/SyncToolBarMenuButtonExtensionPoint.cs index dc969e1fdb8..1e63e6c6dca 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/SyncToolBarMenuButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/SyncToolBarMenuButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ToggleLeftPaneToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ToggleLeftPaneToolBarButtonExtensionPoint.cs index 55bd6e2405f..5e7869d2b53 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ToggleLeftPaneToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ToggleLeftPaneToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UnlinkToolbarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UnlinkToolbarButtonExtensionPoint.cs index a158bad538d..7b2cf1b75e3 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UnlinkToolbarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UnlinkToolbarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; using DotNetNuke.Entities.Icons; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UnzipFileToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UnzipFileToolBarButtonExtensionPoint.cs index f8ce0541cbf..912af3194bd 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UnzipFileToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UnzipFileToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UploadFilesToolbarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UploadFilesToolbarButtonExtensionPoint.cs index 44b72ac3813..074c95e5565 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UploadFilesToolbarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/UploadFilesToolbarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.ComponentModel.Composition; using DotNetNuke.Entities.Icons; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ViewPropertiesSelectionToolBarButtonExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ViewPropertiesSelectionToolBarButtonExtensionPoint.cs index 8af15e4a3b5..bda17690caf 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ViewPropertiesSelectionToolBarButtonExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/ToolBarButton/ViewPropertiesSelectionToolBarButtonExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/FileFieldsControlExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/FileFieldsControlExtensionPoint.cs index 6faef940cc8..8c7f3b4e1a1 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/FileFieldsControlExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/FileFieldsControlExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/PreviewInfoPanelExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/PreviewInfoPanelExtensionPoint.cs index 7729da9edc8..65540a8e59c 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/PreviewInfoPanelExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/PreviewInfoPanelExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/SearchBoxExtensionPoint.cs b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/SearchBoxExtensionPoint.cs index f94adc96ad8..9cba2a971de 100644 --- a/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/SearchBoxExtensionPoint.cs +++ b/DNN Platform/Modules/DigitalAssets/Components/ExtensionPoint/UserControls/SearchBoxExtensionPoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/EditFolderMapping.ascx.cs b/DNN Platform/Modules/DigitalAssets/EditFolderMapping.ascx.cs index 4092d6c6cc3..a2a22434eea 100644 --- a/DNN Platform/Modules/DigitalAssets/EditFolderMapping.ascx.cs +++ b/DNN Platform/Modules/DigitalAssets/EditFolderMapping.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using Microsoft.Extensions.DependencyInjection; diff --git a/DNN Platform/Modules/DigitalAssets/FileFieldsControl.ascx.cs b/DNN Platform/Modules/DigitalAssets/FileFieldsControl.ascx.cs index 3cbdf0f475f..2c799add980 100644 --- a/DNN Platform/Modules/DigitalAssets/FileFieldsControl.ascx.cs +++ b/DNN Platform/Modules/DigitalAssets/FileFieldsControl.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Text.RegularExpressions; diff --git a/DNN Platform/Modules/DigitalAssets/FileProperties.ascx.cs b/DNN Platform/Modules/DigitalAssets/FileProperties.ascx.cs index cea02617c1f..c6cd0f35f64 100644 --- a/DNN Platform/Modules/DigitalAssets/FileProperties.ascx.cs +++ b/DNN Platform/Modules/DigitalAssets/FileProperties.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DigitalAssets/FolderMappings.ascx.cs b/DNN Platform/Modules/DigitalAssets/FolderMappings.ascx.cs index 01afc70f86d..6311c7a6ff5 100644 --- a/DNN Platform/Modules/DigitalAssets/FolderMappings.ascx.cs +++ b/DNN Platform/Modules/DigitalAssets/FolderMappings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Microsoft.Extensions.DependencyInjection; diff --git a/DNN Platform/Modules/DigitalAssets/FolderProperties.ascx.cs b/DNN Platform/Modules/DigitalAssets/FolderProperties.ascx.cs index 33f67e6c05c..5e01d1caf35 100644 --- a/DNN Platform/Modules/DigitalAssets/FolderProperties.ascx.cs +++ b/DNN Platform/Modules/DigitalAssets/FolderProperties.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text.RegularExpressions; using System.Threading; diff --git a/DNN Platform/Modules/DigitalAssets/PreviewFieldsControl.ascx.cs b/DNN Platform/Modules/DigitalAssets/PreviewFieldsControl.ascx.cs index 28cc80c920a..cb402896c2e 100644 --- a/DNN Platform/Modules/DigitalAssets/PreviewFieldsControl.ascx.cs +++ b/DNN Platform/Modules/DigitalAssets/PreviewFieldsControl.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.UI; diff --git a/DNN Platform/Modules/DigitalAssets/PreviewPanelControl.ascx.cs b/DNN Platform/Modules/DigitalAssets/PreviewPanelControl.ascx.cs index 07b1cddb757..811baab23f3 100644 --- a/DNN Platform/Modules/DigitalAssets/PreviewPanelControl.ascx.cs +++ b/DNN Platform/Modules/DigitalAssets/PreviewPanelControl.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Modules; using DotNetNuke.Modules.DigitalAssets.Components.Controllers; using DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models; diff --git a/DNN Platform/Modules/DigitalAssets/Properties/AssemblyInfo.cs b/DNN Platform/Modules/DigitalAssets/Properties/AssemblyInfo.cs index 7aa2dfb4799..a51bc52a34e 100644 --- a/DNN Platform/Modules/DigitalAssets/Properties/AssemblyInfo.cs +++ b/DNN Platform/Modules/DigitalAssets/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Modules/DigitalAssets/SearchBoxControl.ascx.cs b/DNN Platform/Modules/DigitalAssets/SearchBoxControl.ascx.cs index a31d4949bc5..5ae7d1831f6 100644 --- a/DNN Platform/Modules/DigitalAssets/SearchBoxControl.ascx.cs +++ b/DNN Platform/Modules/DigitalAssets/SearchBoxControl.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/DigitalAssets/Services/ContentServiceController.cs b/DNN Platform/Modules/DigitalAssets/Services/ContentServiceController.cs index a5eb80bd233..b7e75c08bbb 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/ContentServiceController.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/ContentServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net; diff --git a/DNN Platform/Modules/DigitalAssets/Services/DamExceptionFilterAttribute.cs b/DNN Platform/Modules/DigitalAssets/Services/DamExceptionFilterAttribute.cs index ebcc2480197..9c21a8f68ab 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/DamExceptionFilterAttribute.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/DamExceptionFilterAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Net; using System.Net.Http; using System.Web.Http.Filters; diff --git a/DNN Platform/Modules/DigitalAssets/Services/DownloadServiceController.cs b/DNN Platform/Modules/DigitalAssets/Services/DownloadServiceController.cs index 02dd8f766a5..3bec2257c0a 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/DownloadServiceController.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/DownloadServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/DNN Platform/Modules/DigitalAssets/Services/Factory.cs b/DNN Platform/Modules/DigitalAssets/Services/Factory.cs index 341c8fcfd5f..9615f9077bc 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Factory.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Factory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel.Composition; diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/CopyMoveItemRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/CopyMoveItemRequest.cs index 7a7fc29e949..79498b5081b 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/CopyMoveItemRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/CopyMoveItemRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class CopyMoveItemRequest diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/CreateNewFolderRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/CreateNewFolderRequest.cs index 7d3b9d44f32..58545519be1 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/CreateNewFolderRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/CreateNewFolderRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class CreateNewFolderRequest diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/DeleteItem.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/DeleteItem.cs index cb80e355924..25774d4ebfe 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/DeleteItem.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/DeleteItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class DeleteItem diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/DeleteItemsRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/DeleteItemsRequest.cs index deeaae63186..4a7a5e608d2 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/DeleteItemsRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/DeleteItemsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Modules.DigitalAssets.Services.Models diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/GetFolderContentRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/GetFolderContentRequest.cs index 963e69247c2..4e38b59d5e4 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/GetFolderContentRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/GetFolderContentRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class GetFolderContentRequest diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/GetSubFolderRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/GetSubFolderRequest.cs index ea905f312ba..6c1c1973e4a 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/GetSubFolderRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/GetSubFolderRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class GetSubFolderRequest diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/GetUrlRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/GetUrlRequest.cs index 8a72ba46148..bfaae1af5d1 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/GetUrlRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/GetUrlRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class GetUrlRequest diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/MappedPathSubFoldersCountRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/MappedPathSubFoldersCountRequest.cs index 954d116cb3f..a058dc66d16 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/MappedPathSubFoldersCountRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/MappedPathSubFoldersCountRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Modules.DigitalAssets.Components.Controllers.Models; diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/RenameFileRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/RenameFileRequest.cs index d1a91f432cd..92ba07c1541 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/RenameFileRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/RenameFileRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class RenameFileRequest diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/RenameFolderRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/RenameFolderRequest.cs index f6bc01c7e6d..72feb9c884a 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/RenameFolderRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/RenameFolderRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class RenameFolderRequest diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/SearchFolderContentRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/SearchFolderContentRequest.cs index e766eba7f44..039a10604fd 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/SearchFolderContentRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/SearchFolderContentRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class SearchFolderContentRequest diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/SynchronizeFolderRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/SynchronizeFolderRequest.cs index 89db7f629b1..ee3a7bff269 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/SynchronizeFolderRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/SynchronizeFolderRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/UnlinkFolderRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/UnlinkFolderRequest.cs index 15065fdc11d..99fc49200be 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/UnlinkFolderRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/UnlinkFolderRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class UnlinkFolderRequest diff --git a/DNN Platform/Modules/DigitalAssets/Services/Models/UnzipFileRequest.cs b/DNN Platform/Modules/DigitalAssets/Services/Models/UnzipFileRequest.cs index ed453f2e406..521b506c34b 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/Models/UnzipFileRequest.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/Models/UnzipFileRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.DigitalAssets.Services.Models { public class UnzipFileRequest diff --git a/DNN Platform/Modules/DigitalAssets/Services/ServiceRouteMapper.cs b/DNN Platform/Modules/DigitalAssets/Services/ServiceRouteMapper.cs index cc8f46463f5..bc55a11295f 100644 --- a/DNN Platform/Modules/DigitalAssets/Services/ServiceRouteMapper.cs +++ b/DNN Platform/Modules/DigitalAssets/Services/ServiceRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Api; namespace DotNetNuke.Modules.DigitalAssets.Services diff --git a/DNN Platform/Modules/DigitalAssets/Settings.ascx.cs b/DNN Platform/Modules/DigitalAssets/Settings.ascx.cs index 6cbd335eba3..05d4376edd7 100644 --- a/DNN Platform/Modules/DigitalAssets/Settings.ascx.cs +++ b/DNN Platform/Modules/DigitalAssets/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.UI.WebControls; diff --git a/DNN Platform/Modules/DigitalAssets/View.ascx.cs b/DNN Platform/Modules/DigitalAssets/View.ascx.cs index 9a0cb2389a8..0551de8bc4b 100644 --- a/DNN Platform/Modules/DigitalAssets/View.ascx.cs +++ b/DNN Platform/Modules/DigitalAssets/View.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.Specialized; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Common/CompressionUtil.cs b/DNN Platform/Modules/DnnExportImport/Components/Common/CompressionUtil.cs index b8ea6c54a35..ff91fd656b9 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Common/CompressionUtil.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Common/CompressionUtil.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Common/Constants.cs b/DNN Platform/Modules/DnnExportImport/Components/Common/Constants.cs index 1b152c83dfe..e1652bc2add 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Common/Constants.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Common/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImport/Components/Common/Enums.cs b/DNN Platform/Modules/DnnExportImport/Components/Common/Enums.cs index 1fe4d051785..26f83278171 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Common/Enums.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Common/Enums.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.ExportImport.Components.Common { public enum JobType diff --git a/DNN Platform/Modules/DnnExportImport/Components/Common/SummaryList.cs b/DNN Platform/Modules/DnnExportImport/Components/Common/SummaryList.cs index 8e4e3cb3d8a..781ecf30bb1 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Common/SummaryList.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Common/SummaryList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using Dnn.ExportImport.Components.Dto; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Common/Util.cs b/DNN Platform/Modules/DnnExportImport/Components/Common/Util.cs index 08f3ff07a1b..ad541130b57 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Common/Util.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Common/Util.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Reflection; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Controllers/BaseController.cs b/DNN Platform/Modules/DnnExportImport/Components/Controllers/BaseController.cs index 2162830b196..65afc626a38 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Controllers/BaseController.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Controllers/BaseController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Controllers/BusinessController.cs b/DNN Platform/Modules/DnnExportImport/Components/Controllers/BusinessController.cs index 9d676e81665..7b5e229ccf1 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Controllers/BusinessController.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Controllers/BusinessController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Controllers/EntitiesController.cs b/DNN Platform/Modules/DnnExportImport/Components/Controllers/EntitiesController.cs index 263f6fb48e9..1913f68fcfb 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Controllers/EntitiesController.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Controllers/EntitiesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Controllers/ExportController.cs b/DNN Platform/Modules/DnnExportImport/Components/Controllers/ExportController.cs index 89e665971dd..5db0721cd19 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Controllers/ExportController.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Controllers/ExportController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.ExportImport.Components.Common; using Dnn.ExportImport.Components.Dto; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Controllers/ImportController.cs b/DNN Platform/Modules/DnnExportImport/Components/Controllers/ImportController.cs index 7fd5311033b..0cf20a9576d 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Controllers/ImportController.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Controllers/ImportController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Controllers/SettingsController.cs b/DNN Platform/Modules/DnnExportImport/Components/Controllers/SettingsController.cs index cef1e6ce2db..34c38d10629 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Controllers/SettingsController.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Controllers/SettingsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Dnn.ExportImport.Components.Entities; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Dto/ExportDto.cs b/DNN Platform/Modules/DnnExportImport/Components/Dto/ExportDto.cs index 13311562e26..ea6f76647a5 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Dto/ExportDto.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Dto/ExportDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.ExportImport.Components.Common; using Newtonsoft.Json; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Dto/ExportFileInfo.cs b/DNN Platform/Modules/DnnExportImport/Components/Dto/ExportFileInfo.cs index 30be9668a67..d9bce76cc2e 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Dto/ExportFileInfo.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Dto/ExportFileInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.ExportImport.Components.Interfaces; using DotNetNuke.Entities.Users; using Newtonsoft.Json; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportDto.cs b/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportDto.cs index a3f44059ac5..46cb7f4e37c 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportDto.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.ExportImport.Components.Common; using Newtonsoft.Json; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportExportSummary.cs b/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportExportSummary.cs index 2faedd61863..82d7f1be6ae 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportExportSummary.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportExportSummary.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Dnn.ExportImport.Components.Common; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportPackageInfo.cs b/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportPackageInfo.cs index 10cff848af6..c7fd70cda89 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportPackageInfo.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Dto/ImportPackageInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.ExportImport.Components.Common; using Dnn.ExportImport.Components.Interfaces; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/AllJobsResult.cs b/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/AllJobsResult.cs index 05a069e8f61..b7eff3b3eb1 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/AllJobsResult.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/AllJobsResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Dnn.ExportImport.Components.Common; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/JobItem.cs b/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/JobItem.cs index 02e1939119a..09422c134ed 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/JobItem.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/JobItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.ExportImport.Components.Common; using Dnn.ExportImport.Components.Interfaces; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/LogItem.cs b/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/LogItem.cs index 6024e5fd7b4..fa57c562722 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/LogItem.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Dto/Jobs/LogItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.ExportImport.Components.Common; using Newtonsoft.Json; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Dto/SummaryItem.cs b/DNN Platform/Modules/DnnExportImport/Components/Dto/SummaryItem.cs index 73ecb027884..5693f41690f 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Dto/SummaryItem.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Dto/SummaryItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.ExportImport.Components.Common; using Dnn.ExportImport.Components.Interfaces; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Engines/ExportImportEngine.cs b/DNN Platform/Modules/DnnExportImport/Components/Engines/ExportImportEngine.cs index ba673aa1d57..b59f3389f5e 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Engines/ExportImportEngine.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Engines/ExportImportEngine.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportChekpoint.cs b/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportChekpoint.cs index 57204cb4d48..1035d666f98 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportChekpoint.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportChekpoint.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportJob.cs b/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportJob.cs index a43f515c6dd..da1f2871f84 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportJob.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportJob.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using Dnn.ExportImport.Components.Common; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportJobLog.cs b/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportJobLog.cs index 83804c4bc14..9712252bdca 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportJobLog.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportJobLog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportSetting.cs b/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportSetting.cs index 984f1c18d7e..e4a8327be2a 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportSetting.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Entities/ExportImportSetting.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Components.Entities diff --git a/DNN Platform/Modules/DnnExportImport/Components/Interfaces/IDateTimeConverter.cs b/DNN Platform/Modules/DnnExportImport/Components/Interfaces/IDateTimeConverter.cs index 2a382529e66..67cdfa426bc 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Interfaces/IDateTimeConverter.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Interfaces/IDateTimeConverter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Users; namespace Dnn.ExportImport.Components.Interfaces diff --git a/DNN Platform/Modules/DnnExportImport/Components/Interfaces/IEntitiesController.cs b/DNN Platform/Modules/DnnExportImport/Components/Interfaces/IEntitiesController.cs index 0bec245263c..fcb44a9a859 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Interfaces/IEntitiesController.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Interfaces/IEntitiesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Dnn.ExportImport.Components.Common; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Interfaces/ISettingsController.cs b/DNN Platform/Modules/DnnExportImport/Components/Interfaces/ISettingsController.cs index 5ee95ebb306..3fdd2003bcb 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Interfaces/ISettingsController.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Interfaces/ISettingsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.ExportImport.Components.Entities; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Models/ExportImportResult.cs b/DNN Platform/Modules/DnnExportImport/Components/Models/ExportImportResult.cs index ae10ade0b4a..8c81f936ebc 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Models/ExportImportResult.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Models/ExportImportResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using Dnn.ExportImport.Components.Common; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Models/ProgressToken.cs b/DNN Platform/Modules/DnnExportImport/Components/Models/ProgressToken.cs index 7091492c18b..54d188105ed 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Models/ProgressToken.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Models/ProgressToken.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.ExportImport.Components.Models { public class ProgressToken diff --git a/DNN Platform/Modules/DnnExportImport/Components/Providers/DataProvider.cs b/DNN Platform/Modules/DnnExportImport/Components/Providers/DataProvider.cs index f5952c1517d..2c2c3bb0576 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Providers/DataProvider.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Providers/DataProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Scheduler/ExportImportScheduler.cs b/DNN Platform/Modules/DnnExportImport/Components/Scheduler/ExportImportScheduler.cs index c4c760045b2..120860105d1 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Scheduler/ExportImportScheduler.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Scheduler/ExportImportScheduler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text; using System.Threading; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/AssetsExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/AssetsExportService.cs index 8c339c43507..c27de5aa5c8 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/AssetsExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/AssetsExportService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; using Dnn.ExportImport.Components.Dto; using Dnn.ExportImport.Components.Entities; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/BasePortableService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/BasePortableService.cs index 90c054fc868..121e49ca950 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/BasePortableService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/BasePortableService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.ExportImport.Components.Dto; using Dnn.ExportImport.Components.Entities; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/PackagesExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/PackagesExportService.cs index 30a4ed95869..9c833c76a1e 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/PackagesExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/PackagesExportService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.ExportImport.Components.Dto; using Dnn.ExportImport.Components.Entities; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/PageTemplatesExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/PageTemplatesExportService.cs index 8ab1aae4d1d..69aebd103bc 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/PageTemplatesExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/PageTemplatesExportService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.ExportImport.Components.Dto; using Dnn.ExportImport.Components.Entities; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/PagesExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/PagesExportService.cs index 16791e80513..05f04d87fba 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/PagesExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/PagesExportService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/PortalExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/PortalExportService.cs index 8312abbf6c6..cb3a7762d9a 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/PortalExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/PortalExportService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using Dnn.ExportImport.Components.Dto; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/ProfilePropertiesService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/ProfilePropertiesService.cs index 6aad21650f0..76316b321ad 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/ProfilePropertiesService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/ProfilePropertiesService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using Dnn.ExportImport.Components.Common; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/RolesExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/RolesExportService.cs index dccb0941829..028e51d474a 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/RolesExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/RolesExportService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/ThemesExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/ThemesExportService.cs index c68bbcf0c66..4b4031d7558 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/ThemesExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/ThemesExportService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.ExportImport.Components.Dto; using Dnn.ExportImport.Components.Entities; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/UsersDataExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/UsersDataExportService.cs index d957e3863d5..4246b660d1d 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/UsersDataExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/UsersDataExportService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/UsersExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/UsersExportService.cs index 0a4b09a7e64..471aba6801b 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/UsersExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/UsersExportService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/VocabularyService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/VocabularyService.cs index e9690f77638..1dccf522666 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/VocabularyService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/VocabularyService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/WorkflowsExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/WorkflowsExportService.cs index 5d96e7eee7d..98bdb135a26 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/WorkflowsExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/WorkflowsExportService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/DnnExportImport/Properties/AssemblyInfo.cs b/DNN Platform/Modules/DnnExportImport/Properties/AssemblyInfo.cs index 3091e64cce1..4c78a68ad1c 100644 --- a/DNN Platform/Modules/DnnExportImport/Properties/AssemblyInfo.cs +++ b/DNN Platform/Modules/DnnExportImport/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; [assembly: AssemblyTitle("DnnExportImport")] diff --git a/DNN Platform/Modules/DnnExportImport/Services/ExportImportController.cs b/DNN Platform/Modules/DnnExportImport/Services/ExportImportController.cs index 88a70bd3611..d4e67b0d735 100644 --- a/DNN Platform/Modules/DnnExportImport/Services/ExportImportController.cs +++ b/DNN Platform/Modules/DnnExportImport/Services/ExportImportController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using System.Net; using System.Net.Http; diff --git a/DNN Platform/Modules/DnnExportImport/Services/ServiceRouteMapper.cs b/DNN Platform/Modules/DnnExportImport/Services/ServiceRouteMapper.cs index da0d3999ff5..ec69de84e58 100644 --- a/DNN Platform/Modules/DnnExportImport/Services/ServiceRouteMapper.cs +++ b/DNN Platform/Modules/DnnExportImport/Services/ServiceRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Api; namespace Dnn.ExportImport.Services diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFile.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFile.cs index 5fa13b6f8a1..aca651dcdf3 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFile.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFile.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Assets diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolder.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolder.cs index b455540dd02..727fced2cb2 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolder.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Assets diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolderMapping.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolderMapping.cs index 16a24ea32ce..a5b818e4312 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolderMapping.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolderMapping.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Assets diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolderPermission.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolderPermission.cs index bf6130dc610..5a66ad20248 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolderPermission.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Assets/ExportFolderPermission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Assets diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/BasicExportImportDto.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/BasicExportImportDto.cs index f60ccd45210..2a7baee5779 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/BasicExportImportDto.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/BasicExportImportDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.ExportImport.Dto { public abstract class BasicExportImportDto diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/PageTemplates/ExportPageTemplate.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/PageTemplates/ExportPageTemplate.cs index 2dae092ff4c..298490bdfc3 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/PageTemplates/ExportPageTemplate.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/PageTemplates/ExportPageTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.ExportImport.Dto.Assets; namespace Dnn.ExportImport.Dto.PageTemplates diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModule.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModule.cs index f4fba5dc28a..de425b2bf06 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModule.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModuleContent.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModuleContent.cs index b60431c6d06..f3d4ee11519 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModuleContent.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModuleContent.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable InconsistentNaming - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.ExportImport.Dto.Pages { public class ExportModuleContent : BasicExportImportDto diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModulePermission.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModulePermission.cs index b3f4dcb0268..a5c45ed9091 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModulePermission.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModulePermission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModuleSetting.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModuleSetting.cs index 80d8b970881..7a46e7a400e 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModuleSetting.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportModuleSetting.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportPackage.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportPackage.cs index 1f0b34c9c7a..a181ecbf617 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportPackage.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportPackage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTab.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTab.cs index 9a85e7f5ede..75eae06d895 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTab.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTab.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabInfo.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabInfo.cs index 0f42793f415..dc93a7446f8 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabInfo.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabInfo.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable InconsistentNaming - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.ExportImport.Dto.Pages { public class ExportTabInfo diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabModule.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabModule.cs index f710f5107fd..3f0733e3a94 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabModule.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabModuleSetting.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabModuleSetting.cs index aa180e2c65c..db1b9972a3a 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabModuleSetting.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabModuleSetting.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabPermission.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabPermission.cs index 410077c4078..6ec92d6aff0 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabPermission.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabPermission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabSetting.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabSetting.cs index db75fc79aef..1febf8f5b45 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabSetting.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabSetting.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabUrl.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabUrl.cs index 8a84ef8942c..4749345171b 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabUrl.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Pages/ExportTabUrl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Portal/ExportPortalLanguage.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Portal/ExportPortalLanguage.cs index 02ad2f26d0e..8c2b7a4440f 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Portal/ExportPortalLanguage.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Portal/ExportPortalLanguage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Portal diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Portal/ExportPortalSetting.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Portal/ExportPortalSetting.cs index 0f870659e7f..8a662fd34a8 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Portal/ExportPortalSetting.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Portal/ExportPortalSetting.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Portal diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/ProfileProperties/ExportProfileProperty.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/ProfileProperties/ExportProfileProperty.cs index abbca8c935c..9c4ae1731d0 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/ProfileProperties/ExportProfileProperty.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/ProfileProperties/ExportProfileProperty.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.ProfileProperties diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRole.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRole.cs index c282727e76d..c36603424df 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRole.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRole.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable InconsistentNaming - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Roles diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRoleGroup.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRoleGroup.cs index 423356305ce..843cc67864f 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRoleGroup.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRoleGroup.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable InconsistentNaming - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Roles diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRoleSetting.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRoleSetting.cs index e1dc679e5a3..aa191546bac 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRoleSetting.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Roles/ExportRoleSetting.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable InconsistentNaming - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Roles diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyScopeType.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyScopeType.cs index 8171c337594..689e3a80501 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyScopeType.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyScopeType.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable InconsistentNaming - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.ExportImport.Dto.Taxonomy { public class TaxonomyScopeType : BasicExportImportDto diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyTerm.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyTerm.cs index 77769a76188..62a170bd9be 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyTerm.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyTerm.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyVocabulary.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyVocabulary.cs index a00095d3f82..0bb67aec032 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyVocabulary.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyVocabulary.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; // ReSharper disable InconsistentNaming diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyVocabularyType.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyVocabularyType.cs index 4f8ff6fdfd0..af6e7d5da42 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyVocabularyType.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Taxonomy/TaxonomyVocabularyType.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable InconsistentNaming - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.ExportImport.Dto.Taxonomy { public class TaxonomyVocabularyType : BasicExportImportDto diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportAspnetMembership.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportAspnetMembership.cs index 08053f5c844..0d85d4ff69c 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportAspnetMembership.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportAspnetMembership.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Users diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportAspnetUser.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportAspnetUser.cs index 3f4af503f13..bd4c3f4351f 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportAspnetUser.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportAspnetUser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Users diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUser.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUser.cs index b9546894ecc..ee5ecebd788 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUser.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Users diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserAuthentication.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserAuthentication.cs index 186c424f898..787aa00e64c 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserAuthentication.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserAuthentication.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Users diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserPortal.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserPortal.cs index c5d5a423cf8..bd68421ba52 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserPortal.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserPortal.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Users diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserProfile.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserProfile.cs index abb361cc4f8..dcd2f688d73 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserProfile.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserProfile.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Users diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserRole.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserRole.cs index c5a1f1cb278..e7d8c2d710d 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserRole.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Users/ExportUserRole.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Users diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflow.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflow.cs index f2c0aea1e3e..e8115092587 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflow.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflow.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable InconsistentNaming - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.ExportImport.Dto.Workflow { public class ExportWorkflow : BasicExportImportDto diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflowState.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflowState.cs index 1ca00136152..ff864464a8d 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflowState.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflowState.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable InconsistentNaming - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.ExportImport.Dto.Workflow { public class ExportWorkflowState : BasicExportImportDto diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflowStatePermission.cs b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflowStatePermission.cs index 0a2ff3b778f..f6117f4fbd6 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflowStatePermission.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Dto/Workflow/ExportWorkflowStatePermission.cs @@ -1,9 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// ReSharper disable InconsistentNaming - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.ExportImport.Dto.Workflow diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Interfaces/IExportImportRepository.cs b/DNN Platform/Modules/DnnExportImportLibrary/Interfaces/IExportImportRepository.cs index 217ae91ddf3..e7f89a27b28 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Interfaces/IExportImportRepository.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Interfaces/IExportImportRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq.Expressions; diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Properties/AssemblyInfo.cs b/DNN Platform/Modules/DnnExportImportLibrary/Properties/AssemblyInfo.cs index dd5366fffdb..b969423234e 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Properties/AssemblyInfo.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; [assembly: AssemblyTitle("DnnExportImportLibrary")] diff --git a/DNN Platform/Modules/DnnExportImportLibrary/Repository/ExportImportRepository.cs b/DNN Platform/Modules/DnnExportImportLibrary/Repository/ExportImportRepository.cs index d2ef2a333de..a50f7e45e29 100644 --- a/DNN Platform/Modules/DnnExportImportLibrary/Repository/ExportImportRepository.cs +++ b/DNN Platform/Modules/DnnExportImportLibrary/Repository/ExportImportRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Groups/Components/Constants.cs b/DNN Platform/Modules/Groups/Components/Constants.cs index 6da0051dea7..3583cb49038 100644 --- a/DNN Platform/Modules/Groups/Components/Constants.cs +++ b/DNN Platform/Modules/Groups/Components/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Groups/Components/Content.cs b/DNN Platform/Modules/Groups/Components/Content.cs index 12691d15e7a..1a95388277b 100644 --- a/DNN Platform/Modules/Groups/Components/Content.cs +++ b/DNN Platform/Modules/Groups/Components/Content.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Groups/Components/GroupInfo.cs b/DNN Platform/Modules/Groups/Components/GroupInfo.cs index c46e2f2c2d5..6e4e38ba242 100644 --- a/DNN Platform/Modules/Groups/Components/GroupInfo.cs +++ b/DNN Platform/Modules/Groups/Components/GroupInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Xml; diff --git a/DNN Platform/Modules/Groups/Components/GroupItemPropertyAccess.cs b/DNN Platform/Modules/Groups/Components/GroupItemPropertyAccess.cs index f5a80b4a069..56711962e36 100644 --- a/DNN Platform/Modules/Groups/Components/GroupItemPropertyAccess.cs +++ b/DNN Platform/Modules/Groups/Components/GroupItemPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Groups/Components/GroupMemberType.cs b/DNN Platform/Modules/Groups/Components/GroupMemberType.cs index 673f4843b76..f8edd09fe23 100644 --- a/DNN Platform/Modules/Groups/Components/GroupMemberType.cs +++ b/DNN Platform/Modules/Groups/Components/GroupMemberType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.Groups.Components { internal class GroupMemberType diff --git a/DNN Platform/Modules/Groups/Components/GroupUtilities.cs b/DNN Platform/Modules/Groups/Components/GroupUtilities.cs index 7389f15b33e..67ac986f598 100644 --- a/DNN Platform/Modules/Groups/Components/GroupUtilities.cs +++ b/DNN Platform/Modules/Groups/Components/GroupUtilities.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/Groups/Components/GroupViewParser.cs b/DNN Platform/Modules/Groups/Components/GroupViewParser.cs index 31eefbd4396..cb2e7da1a43 100644 --- a/DNN Platform/Modules/Groups/Components/GroupViewParser.cs +++ b/DNN Platform/Modules/Groups/Components/GroupViewParser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Groups/Components/GroupsBusinessController.cs b/DNN Platform/Modules/Groups/Components/GroupsBusinessController.cs index b34bab733c2..9987d7705e8 100644 --- a/DNN Platform/Modules/Groups/Components/GroupsBusinessController.cs +++ b/DNN Platform/Modules/Groups/Components/GroupsBusinessController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/Groups/Components/GroupsRouteMapper.cs b/DNN Platform/Modules/Groups/Components/GroupsRouteMapper.cs index a81a54994b2..ad97ab9060a 100644 --- a/DNN Platform/Modules/Groups/Components/GroupsRouteMapper.cs +++ b/DNN Platform/Modules/Groups/Components/GroupsRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Web.Api; diff --git a/DNN Platform/Modules/Groups/Components/Notifications.cs b/DNN Platform/Modules/Groups/Components/Notifications.cs index 092717f6b1e..29836c8049b 100644 --- a/DNN Platform/Modules/Groups/Components/Notifications.cs +++ b/DNN Platform/Modules/Groups/Components/Notifications.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Modules/Groups/Components/Utilities.cs b/DNN Platform/Modules/Groups/Components/Utilities.cs index 2678b923f00..a252b0516f9 100644 --- a/DNN Platform/Modules/Groups/Components/Utilities.cs +++ b/DNN Platform/Modules/Groups/Components/Utilities.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text.RegularExpressions; using Microsoft.Extensions.DependencyInjection; diff --git a/DNN Platform/Modules/Groups/Create.ascx.cs b/DNN Platform/Modules/Groups/Create.ascx.cs index a8e0ee50c0f..4cf12143c73 100644 --- a/DNN Platform/Modules/Groups/Create.ascx.cs +++ b/DNN Platform/Modules/Groups/Create.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Data; diff --git a/DNN Platform/Modules/Groups/GroupEdit.ascx.cs b/DNN Platform/Modules/Groups/GroupEdit.ascx.cs index 591e67c7acc..fc132981300 100644 --- a/DNN Platform/Modules/Groups/GroupEdit.ascx.cs +++ b/DNN Platform/Modules/Groups/GroupEdit.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Framework.JavaScriptLibraries; using DotNetNuke.Security.Roles; diff --git a/DNN Platform/Modules/Groups/GroupListControl.cs b/DNN Platform/Modules/Groups/GroupListControl.cs index f0d3256d093..d86da8f661f 100644 --- a/DNN Platform/Modules/Groups/GroupListControl.cs +++ b/DNN Platform/Modules/Groups/GroupListControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Modules/Groups/GroupView.ascx.cs b/DNN Platform/Modules/Groups/GroupView.ascx.cs index cf53e7e7993..67001485e3f 100644 --- a/DNN Platform/Modules/Groups/GroupView.ascx.cs +++ b/DNN Platform/Modules/Groups/GroupView.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Groups/GroupsModuleBase.cs b/DNN Platform/Modules/Groups/GroupsModuleBase.cs index e37a7e7c810..dd4baf9dc23 100644 --- a/DNN Platform/Modules/Groups/GroupsModuleBase.cs +++ b/DNN Platform/Modules/Groups/GroupsModuleBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common; diff --git a/DNN Platform/Modules/Groups/GroupsSettingsBase.cs b/DNN Platform/Modules/Groups/GroupsSettingsBase.cs index db6b2e4318c..83257459060 100644 --- a/DNN Platform/Modules/Groups/GroupsSettingsBase.cs +++ b/DNN Platform/Modules/Groups/GroupsSettingsBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/Groups/List.ascx.cs b/DNN Platform/Modules/Groups/List.ascx.cs index 04d21e0eaa1..bb74380d034 100644 --- a/DNN Platform/Modules/Groups/List.ascx.cs +++ b/DNN Platform/Modules/Groups/List.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Microsoft.Extensions.DependencyInjection; using DotNetNuke.Common; diff --git a/DNN Platform/Modules/Groups/ListSettings.ascx.cs b/DNN Platform/Modules/Groups/ListSettings.ascx.cs index eef0e455bb1..be44f2b4aec 100644 --- a/DNN Platform/Modules/Groups/ListSettings.ascx.cs +++ b/DNN Platform/Modules/Groups/ListSettings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/Groups/Loader.ascx.cs b/DNN Platform/Modules/Groups/Loader.ascx.cs index efadfdf7c08..3baa471542a 100644 --- a/DNN Platform/Modules/Groups/Loader.ascx.cs +++ b/DNN Platform/Modules/Groups/Loader.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Groups/ModerationServiceController.cs b/DNN Platform/Modules/Groups/ModerationServiceController.cs index e8a5ec7fc51..ef688641325 100644 --- a/DNN Platform/Modules/Groups/ModerationServiceController.cs +++ b/DNN Platform/Modules/Groups/ModerationServiceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Net; diff --git a/DNN Platform/Modules/Groups/Properties/AssemblyInfo.cs b/DNN Platform/Modules/Groups/Properties/AssemblyInfo.cs index 7de3d5117f6..2133bfc749f 100644 --- a/DNN Platform/Modules/Groups/Properties/AssemblyInfo.cs +++ b/DNN Platform/Modules/Groups/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Modules/Groups/Setup.ascx.cs b/DNN Platform/Modules/Groups/Setup.ascx.cs index beeb35d6c2a..2d7f52cd7f7 100644 --- a/DNN Platform/Modules/Groups/Setup.ascx.cs +++ b/DNN Platform/Modules/Groups/Setup.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/Groups/View.ascx.cs b/DNN Platform/Modules/Groups/View.ascx.cs index 437743da879..52d25c848c3 100644 --- a/DNN Platform/Modules/Groups/View.ascx.cs +++ b/DNN Platform/Modules/Groups/View.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/HTML/AssemblyInfo.cs b/DNN Platform/Modules/HTML/AssemblyInfo.cs index 7f7eba62199..0d6fbf4a8ed 100644 --- a/DNN Platform/Modules/HTML/AssemblyInfo.cs +++ b/DNN Platform/Modules/HTML/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/HTML/Components/CompareWorkflowStatePermissions.cs b/DNN Platform/Modules/HTML/Components/CompareWorkflowStatePermissions.cs index b71188587c9..b0532c1a143 100644 --- a/DNN Platform/Modules/HTML/Components/CompareWorkflowStatePermissions.cs +++ b/DNN Platform/Modules/HTML/Components/CompareWorkflowStatePermissions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; diff --git a/DNN Platform/Modules/HTML/Components/DataProvider.cs b/DNN Platform/Modules/HTML/Components/DataProvider.cs index 92533f28628..31cf2c5fe22 100644 --- a/DNN Platform/Modules/HTML/Components/DataProvider.cs +++ b/DNN Platform/Modules/HTML/Components/DataProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; diff --git a/DNN Platform/Modules/HTML/Components/HtmlModuleBase.cs b/DNN Platform/Modules/HTML/Components/HtmlModuleBase.cs index 53195cd028c..dbae114610e 100644 --- a/DNN Platform/Modules/HTML/Components/HtmlModuleBase.cs +++ b/DNN Platform/Modules/HTML/Components/HtmlModuleBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Modules; using System; using System.Collections.Generic; diff --git a/DNN Platform/Modules/HTML/Components/HtmlModuleSettings.cs b/DNN Platform/Modules/HTML/Components/HtmlModuleSettings.cs index 69c7c31d7d4..abf28c8248a 100644 --- a/DNN Platform/Modules/HTML/Components/HtmlModuleSettings.cs +++ b/DNN Platform/Modules/HTML/Components/HtmlModuleSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Modules.Settings; using System.Web.Caching; diff --git a/DNN Platform/Modules/HTML/Components/HtmlTextController.cs b/DNN Platform/Modules/HTML/Components/HtmlTextController.cs index 004e456f004..269e405d355 100644 --- a/DNN Platform/Modules/HTML/Components/HtmlTextController.cs +++ b/DNN Platform/Modules/HTML/Components/HtmlTextController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Modules/HTML/Components/HtmlTextInfo.cs b/DNN Platform/Modules/HTML/Components/HtmlTextInfo.cs index 48a6006af79..aa256397ad6 100644 --- a/DNN Platform/Modules/HTML/Components/HtmlTextInfo.cs +++ b/DNN Platform/Modules/HTML/Components/HtmlTextInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities; diff --git a/DNN Platform/Modules/HTML/Components/HtmlTextLogController.cs b/DNN Platform/Modules/HTML/Components/HtmlTextLogController.cs index 8b54dc7a4a1..33981356c91 100644 --- a/DNN Platform/Modules/HTML/Components/HtmlTextLogController.cs +++ b/DNN Platform/Modules/HTML/Components/HtmlTextLogController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Modules/HTML/Components/HtmlTextLogInfo.cs b/DNN Platform/Modules/HTML/Components/HtmlTextLogInfo.cs index d883e792fc3..59f37d1432b 100644 --- a/DNN Platform/Modules/HTML/Components/HtmlTextLogInfo.cs +++ b/DNN Platform/Modules/HTML/Components/HtmlTextLogInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; diff --git a/DNN Platform/Modules/HTML/Components/HtmlTextUserController.cs b/DNN Platform/Modules/HTML/Components/HtmlTextUserController.cs index f6f5072ec99..8444e47b80f 100644 --- a/DNN Platform/Modules/HTML/Components/HtmlTextUserController.cs +++ b/DNN Platform/Modules/HTML/Components/HtmlTextUserController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Modules/HTML/Components/HtmlTextUserInfo.cs b/DNN Platform/Modules/HTML/Components/HtmlTextUserInfo.cs index cdb82d9fee1..7bbc88ec2c7 100644 --- a/DNN Platform/Modules/HTML/Components/HtmlTextUserInfo.cs +++ b/DNN Platform/Modules/HTML/Components/HtmlTextUserInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; diff --git a/DNN Platform/Modules/HTML/Components/WorkflowStateController.cs b/DNN Platform/Modules/HTML/Components/WorkflowStateController.cs index 89ed8f3c417..fcd8e4e7ad9 100644 --- a/DNN Platform/Modules/HTML/Components/WorkflowStateController.cs +++ b/DNN Platform/Modules/HTML/Components/WorkflowStateController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Web.Caching; diff --git a/DNN Platform/Modules/HTML/Components/WorkflowStateInfo.cs b/DNN Platform/Modules/HTML/Components/WorkflowStateInfo.cs index 8b1b572e26b..30930b911ef 100644 --- a/DNN Platform/Modules/HTML/Components/WorkflowStateInfo.cs +++ b/DNN Platform/Modules/HTML/Components/WorkflowStateInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Modules.Html diff --git a/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionCollection.cs b/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionCollection.cs index 9bc9c24cc78..103b8b15649 100644 --- a/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionCollection.cs +++ b/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionController.cs b/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionController.cs index 2085eef49fb..cc92edc576c 100644 --- a/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionController.cs +++ b/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionInfo.cs b/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionInfo.cs index a16a9edaa31..2482bfb7daa 100644 --- a/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionInfo.cs +++ b/DNN Platform/Modules/HTML/Components/WorkflowStatePermissionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; diff --git a/DNN Platform/Modules/HTML/EditHtml.ascx.cs b/DNN Platform/Modules/HTML/EditHtml.ascx.cs index a1bf18da9ae..8440531009f 100644 --- a/DNN Platform/Modules/HTML/EditHtml.ascx.cs +++ b/DNN Platform/Modules/HTML/EditHtml.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/HTML/HtmlModule.ascx.cs b/DNN Platform/Modules/HTML/HtmlModule.ascx.cs index 71ee5a34d33..d5125d6df0f 100644 --- a/DNN Platform/Modules/HTML/HtmlModule.ascx.cs +++ b/DNN Platform/Modules/HTML/HtmlModule.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/HTML/MyWork.ascx.cs b/DNN Platform/Modules/HTML/MyWork.ascx.cs index 86c2dd8aa68..33cdc6140d6 100644 --- a/DNN Platform/Modules/HTML/MyWork.ascx.cs +++ b/DNN Platform/Modules/HTML/MyWork.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/HTML/Settings.ascx.cs b/DNN Platform/Modules/HTML/Settings.ascx.cs index 54fd84fb165..ff5f5751fe7 100644 --- a/DNN Platform/Modules/HTML/Settings.ascx.cs +++ b/DNN Platform/Modules/HTML/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/HtmlEditorManager/AssemblyInfo.cs b/DNN Platform/Modules/HtmlEditorManager/AssemblyInfo.cs index 9b809a52fc1..733c77d5339 100644 --- a/DNN Platform/Modules/HtmlEditorManager/AssemblyInfo.cs +++ b/DNN Platform/Modules/HtmlEditorManager/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Modules/HtmlEditorManager/Components/UpgradeController.cs b/DNN Platform/Modules/HtmlEditorManager/Components/UpgradeController.cs index 5116a2fca5a..04957939569 100644 --- a/DNN Platform/Modules/HtmlEditorManager/Components/UpgradeController.cs +++ b/DNN Platform/Modules/HtmlEditorManager/Components/UpgradeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; using System.Text; using System.Xml; diff --git a/DNN Platform/Modules/HtmlEditorManager/Controls/InvalidConfiguration.ascx.cs b/DNN Platform/Modules/HtmlEditorManager/Controls/InvalidConfiguration.ascx.cs index 8de4bdbf740..07a56295685 100644 --- a/DNN Platform/Modules/HtmlEditorManager/Controls/InvalidConfiguration.ascx.cs +++ b/DNN Platform/Modules/HtmlEditorManager/Controls/InvalidConfiguration.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.HtmlEditorManager.Views { using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/HtmlEditorManager/Presenters/ProviderConfigurationPresenter.cs b/DNN Platform/Modules/HtmlEditorManager/Presenters/ProviderConfigurationPresenter.cs index 3864fe04fb1..75bd440259c 100644 --- a/DNN Platform/Modules/HtmlEditorManager/Presenters/ProviderConfigurationPresenter.cs +++ b/DNN Platform/Modules/HtmlEditorManager/Presenters/ProviderConfigurationPresenter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Client.ClientResourceManagement; namespace DotNetNuke.Modules.HtmlEditorManager.Presenters diff --git a/DNN Platform/Modules/HtmlEditorManager/ViewModels/ProviderConfigurationViewModel.cs b/DNN Platform/Modules/HtmlEditorManager/ViewModels/ProviderConfigurationViewModel.cs index b59fe324416..37f6515356a 100644 --- a/DNN Platform/Modules/HtmlEditorManager/ViewModels/ProviderConfigurationViewModel.cs +++ b/DNN Platform/Modules/HtmlEditorManager/ViewModels/ProviderConfigurationViewModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.HtmlEditorManager.ViewModels { using System.Collections.Generic; diff --git a/DNN Platform/Modules/HtmlEditorManager/Views/EditorEventArgs.cs b/DNN Platform/Modules/HtmlEditorManager/Views/EditorEventArgs.cs index f125d979035..54e31d9eeb8 100644 --- a/DNN Platform/Modules/HtmlEditorManager/Views/EditorEventArgs.cs +++ b/DNN Platform/Modules/HtmlEditorManager/Views/EditorEventArgs.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.HtmlEditorManager.Views { using System; diff --git a/DNN Platform/Modules/HtmlEditorManager/Views/IProviderConfigurationView.cs b/DNN Platform/Modules/HtmlEditorManager/Views/IProviderConfigurationView.cs index 8174b906817..50c4d9c1eda 100644 --- a/DNN Platform/Modules/HtmlEditorManager/Views/IProviderConfigurationView.cs +++ b/DNN Platform/Modules/HtmlEditorManager/Views/IProviderConfigurationView.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.HtmlEditorManager.Views { using System; diff --git a/DNN Platform/Modules/HtmlEditorManager/Views/ProviderConfiguration.ascx.cs b/DNN Platform/Modules/HtmlEditorManager/Views/ProviderConfiguration.ascx.cs index 31ec4cc4fbe..927206df652 100644 --- a/DNN Platform/Modules/HtmlEditorManager/Views/ProviderConfiguration.ascx.cs +++ b/DNN Platform/Modules/HtmlEditorManager/Views/ProviderConfiguration.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Modules/Journal/Components/Constants.cs b/DNN Platform/Modules/Journal/Components/Constants.cs index 338dde19bad..be2e57732e6 100644 --- a/DNN Platform/Modules/Journal/Components/Constants.cs +++ b/DNN Platform/Modules/Journal/Components/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Search.Internals; namespace DotNetNuke.Modules.Journal.Components { diff --git a/DNN Platform/Modules/Journal/Components/FeatureController.cs b/DNN Platform/Modules/Journal/Components/FeatureController.cs index 745aa7e3585..0c775956b86 100644 --- a/DNN Platform/Modules/Journal/Components/FeatureController.cs +++ b/DNN Platform/Modules/Journal/Components/FeatureController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* ' Copyright (c) 2011 DotNetNuke Corporation ' All rights reserved. diff --git a/DNN Platform/Modules/Journal/Components/ImageInfo.cs b/DNN Platform/Modules/Journal/Components/ImageInfo.cs index a7aa712686e..93b493290af 100644 --- a/DNN Platform/Modules/Journal/Components/ImageInfo.cs +++ b/DNN Platform/Modules/Journal/Components/ImageInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Journal/Components/JournalControl.cs b/DNN Platform/Modules/Journal/Components/JournalControl.cs index e00f5cbdf5c..8a0e6783ee7 100644 --- a/DNN Platform/Modules/Journal/Components/JournalControl.cs +++ b/DNN Platform/Modules/Journal/Components/JournalControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Journal/Components/JournalItemPropertyAccess.cs b/DNN Platform/Modules/Journal/Components/JournalItemPropertyAccess.cs index 546f0957aab..6bca1b642b3 100644 --- a/DNN Platform/Modules/Journal/Components/JournalItemPropertyAccess.cs +++ b/DNN Platform/Modules/Journal/Components/JournalItemPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Journal; namespace DotNetNuke.Modules.Journal.Components { diff --git a/DNN Platform/Modules/Journal/Components/JournalParser.cs b/DNN Platform/Modules/Journal/Components/JournalParser.cs index 0c4c55dc631..2824707c823 100644 --- a/DNN Platform/Modules/Journal/Components/JournalParser.cs +++ b/DNN Platform/Modules/Journal/Components/JournalParser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Modules/Journal/Components/LinkInfo.cs b/DNN Platform/Modules/Journal/Components/LinkInfo.cs index 9a89f840ff5..b62932ed48e 100644 --- a/DNN Platform/Modules/Journal/Components/LinkInfo.cs +++ b/DNN Platform/Modules/Journal/Components/LinkInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Journal/Components/ProfilePicPropertyAccess.cs b/DNN Platform/Modules/Journal/Components/ProfilePicPropertyAccess.cs index 48e9f56779c..172e28c7b59 100644 --- a/DNN Platform/Modules/Journal/Components/ProfilePicPropertyAccess.cs +++ b/DNN Platform/Modules/Journal/Components/ProfilePicPropertyAccess.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Globalization; using DotNetNuke.Entities.Users; using DotNetNuke.Services.Tokens; diff --git a/DNN Platform/Modules/Journal/Components/Utilities.cs b/DNN Platform/Modules/Journal/Components/Utilities.cs index 7e148ab166e..fbdaee5659c 100644 --- a/DNN Platform/Modules/Journal/Components/Utilities.cs +++ b/DNN Platform/Modules/Journal/Components/Utilities.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Modules/Journal/Edit.ascx.cs b/DNN Platform/Modules/Journal/Edit.ascx.cs index 6608e85c78b..88c3e3e2126 100644 --- a/DNN Platform/Modules/Journal/Edit.ascx.cs +++ b/DNN Platform/Modules/Journal/Edit.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* ' Copyright (c) 2010 DotNetNuke Corporation ' All rights reserved. diff --git a/DNN Platform/Modules/Journal/FileUploadController.cs b/DNN Platform/Modules/Journal/FileUploadController.cs index 4c46ddd3386..6d05cb035e2 100644 --- a/DNN Platform/Modules/Journal/FileUploadController.cs +++ b/DNN Platform/Modules/Journal/FileUploadController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Modules/Journal/FilesStatus.cs b/DNN Platform/Modules/Journal/FilesStatus.cs index 4b4c6f85256..b6afb446bee 100644 --- a/DNN Platform/Modules/Journal/FilesStatus.cs +++ b/DNN Platform/Modules/Journal/FilesStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Modules.Journal { public class FilesStatus diff --git a/DNN Platform/Modules/Journal/JournalList.cs b/DNN Platform/Modules/Journal/JournalList.cs index 31171c0cda3..629bb5e5649 100644 --- a/DNN Platform/Modules/Journal/JournalList.cs +++ b/DNN Platform/Modules/Journal/JournalList.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Modules/Journal/JournalListControl.cs b/DNN Platform/Modules/Journal/JournalListControl.cs index c8efa9e1f0a..92b3343133d 100644 --- a/DNN Platform/Modules/Journal/JournalListControl.cs +++ b/DNN Platform/Modules/Journal/JournalListControl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/DNN Platform/Modules/Journal/JournalModuleBase.cs b/DNN Platform/Modules/Journal/JournalModuleBase.cs index fd876b5acaf..91bc6eacf38 100644 --- a/DNN Platform/Modules/Journal/JournalModuleBase.cs +++ b/DNN Platform/Modules/Journal/JournalModuleBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* ' Copyright (c) 2010 DotNetNuke Corporation ' All rights reserved. diff --git a/DNN Platform/Modules/Journal/JournalRouteMapper.cs b/DNN Platform/Modules/Journal/JournalRouteMapper.cs index f651e674ccc..1b2b35aa77b 100644 --- a/DNN Platform/Modules/Journal/JournalRouteMapper.cs +++ b/DNN Platform/Modules/Journal/JournalRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Web.Api; diff --git a/DNN Platform/Modules/Journal/JournalSettingsBase.cs b/DNN Platform/Modules/Journal/JournalSettingsBase.cs index 7ac910ff524..a6c1c0d9455 100644 --- a/DNN Platform/Modules/Journal/JournalSettingsBase.cs +++ b/DNN Platform/Modules/Journal/JournalSettingsBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* ' Copyright (c) 2011 DotNetNuke Corporation ' All rights reserved. diff --git a/DNN Platform/Modules/Journal/MyFiles.ascx.cs b/DNN Platform/Modules/Journal/MyFiles.ascx.cs index 5f41804eb23..b78b62e6c27 100644 --- a/DNN Platform/Modules/Journal/MyFiles.ascx.cs +++ b/DNN Platform/Modules/Journal/MyFiles.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/Journal/NotificationServicesController.cs b/DNN Platform/Modules/Journal/NotificationServicesController.cs index 2c417bcf0e7..0312e83e92f 100644 --- a/DNN Platform/Modules/Journal/NotificationServicesController.cs +++ b/DNN Platform/Modules/Journal/NotificationServicesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Modules/Journal/Properties/AssemblyInfo.cs b/DNN Platform/Modules/Journal/Properties/AssemblyInfo.cs index 2767df8ca3d..5e2686ac592 100644 --- a/DNN Platform/Modules/Journal/Properties/AssemblyInfo.cs +++ b/DNN Platform/Modules/Journal/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Modules/Journal/ServicesController.cs b/DNN Platform/Modules/Journal/ServicesController.cs index 50df58391b7..1faef058aa6 100644 --- a/DNN Platform/Modules/Journal/ServicesController.cs +++ b/DNN Platform/Modules/Journal/ServicesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Modules/Journal/Settings.ascx.cs b/DNN Platform/Modules/Journal/Settings.ascx.cs index 86b6973f51e..8a51f83f47c 100644 --- a/DNN Platform/Modules/Journal/Settings.ascx.cs +++ b/DNN Platform/Modules/Journal/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* ' Copyright (c) 2011 DotNetNuke Corporation ' All rights reserved. diff --git a/DNN Platform/Modules/Journal/UserFolderHelper.cs b/DNN Platform/Modules/Journal/UserFolderHelper.cs index e64cef58464..083393e96a2 100644 --- a/DNN Platform/Modules/Journal/UserFolderHelper.cs +++ b/DNN Platform/Modules/Journal/UserFolderHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/Modules/Journal/View.ascx.cs b/DNN Platform/Modules/Journal/View.ascx.cs index 213ccd40c71..1b994b2e047 100644 --- a/DNN Platform/Modules/Journal/View.ascx.cs +++ b/DNN Platform/Modules/Journal/View.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* ' Copyright (c) 2011 DotNetNuke Corporation ' All rights reserved. diff --git a/DNN Platform/Modules/MemberDirectory/AssemblyInfo.cs b/DNN Platform/Modules/MemberDirectory/AssemblyInfo.cs index b3feca3f92a..2bf74b5a665 100644 --- a/DNN Platform/Modules/MemberDirectory/AssemblyInfo.cs +++ b/DNN Platform/Modules/MemberDirectory/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Modules/MemberDirectory/Components/UpgradeController.cs b/DNN Platform/Modules/MemberDirectory/Components/UpgradeController.cs index 689d9d2ca5c..1e43f565765 100644 --- a/DNN Platform/Modules/MemberDirectory/Components/UpgradeController.cs +++ b/DNN Platform/Modules/MemberDirectory/Components/UpgradeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; using System.Web; using System.Xml; diff --git a/DNN Platform/Modules/MemberDirectory/Presenters/ModuleSettingsPresenter.cs b/DNN Platform/Modules/MemberDirectory/Presenters/ModuleSettingsPresenter.cs index e93c2bd1171..fc8ce1d5404 100644 --- a/DNN Platform/Modules/MemberDirectory/Presenters/ModuleSettingsPresenter.cs +++ b/DNN Platform/Modules/MemberDirectory/Presenters/ModuleSettingsPresenter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/MemberDirectory/Services/Member.cs b/DNN Platform/Modules/MemberDirectory/Services/Member.cs index 28130cf0bef..95826559db4 100644 --- a/DNN Platform/Modules/MemberDirectory/Services/Member.cs +++ b/DNN Platform/Modules/MemberDirectory/Services/Member.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Threading; diff --git a/DNN Platform/Modules/MemberDirectory/Services/MemberDirectoryController.cs b/DNN Platform/Modules/MemberDirectory/Services/MemberDirectoryController.cs index e16e5caefe1..4aa8cbef519 100644 --- a/DNN Platform/Modules/MemberDirectory/Services/MemberDirectoryController.cs +++ b/DNN Platform/Modules/MemberDirectory/Services/MemberDirectoryController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Modules/MemberDirectory/Services/MemberDirectoryServiceRouteMapper.cs b/DNN Platform/Modules/MemberDirectory/Services/MemberDirectoryServiceRouteMapper.cs index 8db5c0a0c01..8e5df31f723 100644 --- a/DNN Platform/Modules/MemberDirectory/Services/MemberDirectoryServiceRouteMapper.cs +++ b/DNN Platform/Modules/MemberDirectory/Services/MemberDirectoryServiceRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Api; namespace DotNetNuke.Modules.MemberDirectory.Services diff --git a/DNN Platform/Modules/MemberDirectory/Settings.ascx.cs b/DNN Platform/Modules/MemberDirectory/Settings.ascx.cs index 726d7844f7d..28bb16b3c68 100644 --- a/DNN Platform/Modules/MemberDirectory/Settings.ascx.cs +++ b/DNN Platform/Modules/MemberDirectory/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/MemberDirectory/View.ascx.cs b/DNN Platform/Modules/MemberDirectory/View.ascx.cs index e596201f2ac..f6c53d46e9f 100644 --- a/DNN Platform/Modules/MemberDirectory/View.ascx.cs +++ b/DNN Platform/Modules/MemberDirectory/View.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/MemberDirectory/ViewModels/MemberDirectorySettingsModel.cs b/DNN Platform/Modules/MemberDirectory/ViewModels/MemberDirectorySettingsModel.cs index 370544dedcc..c60c138a7ae 100644 --- a/DNN Platform/Modules/MemberDirectory/ViewModels/MemberDirectorySettingsModel.cs +++ b/DNN Platform/Modules/MemberDirectory/ViewModels/MemberDirectorySettingsModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Modules/RazorHost/AddScript.ascx.cs b/DNN Platform/Modules/RazorHost/AddScript.ascx.cs index 368093bc405..398645a8fb7 100644 --- a/DNN Platform/Modules/RazorHost/AddScript.ascx.cs +++ b/DNN Platform/Modules/RazorHost/AddScript.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/RazorHost/AssemblyInfo.cs b/DNN Platform/Modules/RazorHost/AssemblyInfo.cs index f066a4f7e8c..c22eb182aec 100644 --- a/DNN Platform/Modules/RazorHost/AssemblyInfo.cs +++ b/DNN Platform/Modules/RazorHost/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Reflection; diff --git a/DNN Platform/Modules/RazorHost/CreateModule.ascx.cs b/DNN Platform/Modules/RazorHost/CreateModule.ascx.cs index e9fde1e82bd..b3958f412ae 100644 --- a/DNN Platform/Modules/RazorHost/CreateModule.ascx.cs +++ b/DNN Platform/Modules/RazorHost/CreateModule.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/RazorHost/EditScript.ascx.cs b/DNN Platform/Modules/RazorHost/EditScript.ascx.cs index 05df9ae999b..431a8e4b31f 100644 --- a/DNN Platform/Modules/RazorHost/EditScript.ascx.cs +++ b/DNN Platform/Modules/RazorHost/EditScript.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Modules/RazorHost/RazorHost.ascx.cs b/DNN Platform/Modules/RazorHost/RazorHost.ascx.cs index 206c028ec50..f0e331c9835 100644 --- a/DNN Platform/Modules/RazorHost/RazorHost.ascx.cs +++ b/DNN Platform/Modules/RazorHost/RazorHost.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/RazorHost/RazorHostSettingsExtensions.cs b/DNN Platform/Modules/RazorHost/RazorHostSettingsExtensions.cs index c66eaa66b7d..5fd6db89780 100644 --- a/DNN Platform/Modules/RazorHost/RazorHostSettingsExtensions.cs +++ b/DNN Platform/Modules/RazorHost/RazorHostSettingsExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.UI; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Modules/RazorHost/Settings.ascx.cs b/DNN Platform/Modules/RazorHost/Settings.ascx.cs index 655a1192361..5eb3370189a 100644 --- a/DNN Platform/Modules/RazorHost/Settings.ascx.cs +++ b/DNN Platform/Modules/RazorHost/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Components/FacebookClient.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Components/FacebookClient.cs index 0d6b0edb7d9..4488d432d81 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Components/FacebookClient.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Components/FacebookClient.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Components/FacebookUserData.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Components/FacebookUserData.cs index ed87a63d6fd..1f215d70af0 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Components/FacebookUserData.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Components/FacebookUserData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Login.ascx.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Login.ascx.cs index 2297d37bd4a..c3fc3af2e5c 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Login.ascx.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Login.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Properties/AssemblyInfo.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Properties/AssemblyInfo.cs index 45a75aa6404..ad726a27157 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Properties/AssemblyInfo.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Settings.ascx.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Settings.ascx.cs index 89c19ca7e78..d84f2b40e74 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Settings.ascx.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Facebook/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Components/GoogleClient.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Components/GoogleClient.cs index f9a7cb0ed41..25ea0dbecee 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Components/GoogleClient.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Components/GoogleClient.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Components/GoogleUserData.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Components/GoogleUserData.cs index fb8a73c1f86..68f8073c942 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Components/GoogleUserData.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Components/GoogleUserData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Runtime.Serialization; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Login.ascx.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Login.ascx.cs index d1165788d07..61c96223dec 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Login.ascx.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Login.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Properties/AssemblyInfo.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Properties/AssemblyInfo.cs index ed5c04b9f66..91c53124bce 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Properties/AssemblyInfo.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Settings.ascx.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Settings.ascx.cs index 228c48fd5b1..1609f67f1f3 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Settings.ascx.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Google/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Components/LiveClient.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Components/LiveClient.cs index 6daad535041..df48d7202c7 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Components/LiveClient.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Components/LiveClient.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Components/LiveUserData.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Components/LiveUserData.cs index 937af695ef8..9d31873140b 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Components/LiveUserData.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Components/LiveUserData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Login.ascx.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Login.ascx.cs index 91536dbe8b9..2b1103df6ce 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Login.ascx.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Login.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Properties/AssemblyInfo.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Properties/AssemblyInfo.cs index efa0af1c2a7..374b5e747a0 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Properties/AssemblyInfo.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Settings.ascx.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Settings.ascx.cs index 391c906fb5b..8a4d50597b9 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Settings.ascx.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.LiveConnect/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Components/TwitterClient.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Components/TwitterClient.cs index f9788b3799e..0c62dfde70a 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Components/TwitterClient.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Components/TwitterClient.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Components/TwitterUserData.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Components/TwitterUserData.cs index 6546082083b..1746398a53f 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Components/TwitterUserData.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Components/TwitterUserData.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Runtime.Serialization; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Login.ascx.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Login.ascx.cs index 4cf74669986..0de6da3030b 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Login.ascx.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Login.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Properties/AssemblyInfo.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Properties/AssemblyInfo.cs index 3d12e372538..196f56853d7 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Properties/AssemblyInfo.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Settings.ascx.cs b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Settings.ascx.cs index 564fbcfc81d..8e20b880f5f 100644 --- a/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Settings.ascx.cs +++ b/DNN Platform/Providers/AuthenticationProviders/DotNetNuke.Authentication.Twitter/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/CachingProviders/DotNetNuke.Providers.Caching.SimpleWebFarmCachingProvider/Properties/AssemblyInfo.cs b/DNN Platform/Providers/CachingProviders/DotNetNuke.Providers.Caching.SimpleWebFarmCachingProvider/Properties/AssemblyInfo.cs index f45cccbb772..6aee516b962 100644 --- a/DNN Platform/Providers/CachingProviders/DotNetNuke.Providers.Caching.SimpleWebFarmCachingProvider/Properties/AssemblyInfo.cs +++ b/DNN Platform/Providers/CachingProviders/DotNetNuke.Providers.Caching.SimpleWebFarmCachingProvider/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/AspNetClientCapability.cs b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/AspNetClientCapability.cs index 9986598c6bf..fbde78982fa 100644 --- a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/AspNetClientCapability.cs +++ b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/AspNetClientCapability.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/AspNetClientCapabilityProvider.cs b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/AspNetClientCapabilityProvider.cs index 91989fef372..2c25de19d15 100644 --- a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/AspNetClientCapabilityProvider.cs +++ b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/AspNetClientCapabilityProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Components/FeatureController.cs b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Components/FeatureController.cs index 3e7b1b73eb3..7dc11e406af 100644 --- a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Components/FeatureController.cs +++ b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Components/FeatureController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/AssemblyInfo.cs b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/AssemblyInfo.cs index 203e2e4febd..06427c3fdde 100644 --- a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/AssemblyInfo.cs +++ b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/Constants.cs b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/Constants.cs index 8d492246a79..c218ed5a0c8 100644 --- a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/Constants.cs +++ b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Providers.AspNetClientCapabilityProvider.Properties { /// diff --git a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/RetailerConstants.cs b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/RetailerConstants.cs index ab79e6e6280..622c52e2721 100644 --- a/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/RetailerConstants.cs +++ b/DNN Platform/Providers/ClientCapabilityProviders/Provider.AspNetCCP/Properties/RetailerConstants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Providers.AspNetClientCapabilityProvider.Properties diff --git a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureBlob.cs b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureBlob.cs index 6ccffdfba48..617e291cb7c 100644 --- a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureBlob.cs +++ b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureBlob.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Microsoft.WindowsAzure.Storage.Blob; diff --git a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureFolderProvider.cs b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureFolderProvider.cs index b4fa6969891..1ab7b0c7224 100644 --- a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureFolderProvider.cs +++ b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureFolderProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureRemoteStorageItem.cs b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureRemoteStorageItem.cs index b58c9f94395..b1cef23f93e 100644 --- a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureRemoteStorageItem.cs +++ b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/AzureRemoteStorageItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using DotNetNuke.Providers.FolderProviders.Components; diff --git a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/BlobItemExtensions.cs b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/BlobItemExtensions.cs index 8f1b8c0ed10..764f1ce7ff6 100644 --- a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/BlobItemExtensions.cs +++ b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/BlobItemExtensions.cs @@ -1,8 +1,8 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -using Microsoft.WindowsAzure.Storage.Blob; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + +using Microsoft.WindowsAzure.Storage.Blob; namespace DotNetNuke.Providers.FolderProviders.AzureFolderProvider { diff --git a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/Constants.cs b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/Constants.cs index 1ae5a811768..b55e98a6f98 100644 --- a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/Constants.cs +++ b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Providers.FolderProviders.AzureFolderProvider { internal class Constants diff --git a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/Settings.ascx.cs b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/Settings.ascx.cs index 594bcc6b8e6..e9e70041847 100644 --- a/DNN Platform/Providers/FolderProviders/AzureFolderProvider/Settings.ascx.cs +++ b/DNN Platform/Providers/FolderProviders/AzureFolderProvider/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Linq; diff --git a/DNN Platform/Providers/FolderProviders/Components/BaseRemoteStorageProvider.cs b/DNN Platform/Providers/FolderProviders/Components/BaseRemoteStorageProvider.cs index d33fc69e781..2b77bed3506 100644 --- a/DNN Platform/Providers/FolderProviders/Components/BaseRemoteStorageProvider.cs +++ b/DNN Platform/Providers/FolderProviders/Components/BaseRemoteStorageProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Providers/FolderProviders/Components/BusinessController.cs b/DNN Platform/Providers/FolderProviders/Components/BusinessController.cs index 8b68b1e59c2..03059276cbf 100644 --- a/DNN Platform/Providers/FolderProviders/Components/BusinessController.cs +++ b/DNN Platform/Providers/FolderProviders/Components/BusinessController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Providers/FolderProviders/Components/IRemoteStorageItem.cs b/DNN Platform/Providers/FolderProviders/Components/IRemoteStorageItem.cs index d45f220378d..9ba27a6befd 100644 --- a/DNN Platform/Providers/FolderProviders/Components/IRemoteStorageItem.cs +++ b/DNN Platform/Providers/FolderProviders/Components/IRemoteStorageItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Providers.FolderProviders.Components diff --git a/DNN Platform/Providers/FolderProviders/Properties/AssemblyInfo.cs b/DNN Platform/Providers/FolderProviders/Properties/AssemblyInfo.cs index 99d27069765..548b1547efe 100644 --- a/DNN Platform/Providers/FolderProviders/Properties/AssemblyInfo.cs +++ b/DNN Platform/Providers/FolderProviders/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; using System.Reflection; diff --git a/DNN Platform/Syndication/OPML/Opml.cs b/DNN Platform/Syndication/OPML/Opml.cs index da58963e0b2..d6bce232554 100644 --- a/DNN Platform/Syndication/OPML/Opml.cs +++ b/DNN Platform/Syndication/OPML/Opml.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/OPML/OpmlDownloadManager.cs b/DNN Platform/Syndication/OPML/OpmlDownloadManager.cs index bf5eb4720f7..744c4a04076 100644 --- a/DNN Platform/Syndication/OPML/OpmlDownloadManager.cs +++ b/DNN Platform/Syndication/OPML/OpmlDownloadManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/OPML/OpmlOutline.cs b/DNN Platform/Syndication/OPML/OpmlOutline.cs index cb81e262c0e..3be8e8d88a0 100644 --- a/DNN Platform/Syndication/OPML/OpmlOutline.cs +++ b/DNN Platform/Syndication/OPML/OpmlOutline.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/Properties/AssemblyInfo.cs b/DNN Platform/Syndication/Properties/AssemblyInfo.cs index 276e179e0a3..086145d1b04 100644 --- a/DNN Platform/Syndication/Properties/AssemblyInfo.cs +++ b/DNN Platform/Syndication/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/RSS/GenericRssChannel.cs b/DNN Platform/Syndication/RSS/GenericRssChannel.cs index 5ac38786aab..d6915e2eb3e 100644 --- a/DNN Platform/Syndication/RSS/GenericRssChannel.cs +++ b/DNN Platform/Syndication/RSS/GenericRssChannel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Syndication/RSS/GenericRssElement.cs b/DNN Platform/Syndication/RSS/GenericRssElement.cs index 2a49885fa6a..b00ffc686a9 100644 --- a/DNN Platform/Syndication/RSS/GenericRssElement.cs +++ b/DNN Platform/Syndication/RSS/GenericRssElement.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Syndication/RSS/GenericRssHttpHandlerBase.cs b/DNN Platform/Syndication/RSS/GenericRssHttpHandlerBase.cs index 88402f63b39..f2cacd15e30 100644 --- a/DNN Platform/Syndication/RSS/GenericRssHttpHandlerBase.cs +++ b/DNN Platform/Syndication/RSS/GenericRssHttpHandlerBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Syndication { /// diff --git a/DNN Platform/Syndication/RSS/RssChannelBase.cs b/DNN Platform/Syndication/RSS/RssChannelBase.cs index 5354ad11190..818bc4e8caa 100644 --- a/DNN Platform/Syndication/RSS/RssChannelBase.cs +++ b/DNN Platform/Syndication/RSS/RssChannelBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Syndication/RSS/RssChannelDom.cs b/DNN Platform/Syndication/RSS/RssChannelDom.cs index 9f8ca94acfb..770c18e5c01 100644 --- a/DNN Platform/Syndication/RSS/RssChannelDom.cs +++ b/DNN Platform/Syndication/RSS/RssChannelDom.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/RSS/RssDataSource.cs b/DNN Platform/Syndication/RSS/RssDataSource.cs index 9a0a072b39c..8d6526253fe 100644 --- a/DNN Platform/Syndication/RSS/RssDataSource.cs +++ b/DNN Platform/Syndication/RSS/RssDataSource.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/DNN Platform/Syndication/RSS/RssDownloadManager.cs b/DNN Platform/Syndication/RSS/RssDownloadManager.cs index fee49955830..d36b7f0de16 100644 --- a/DNN Platform/Syndication/RSS/RssDownloadManager.cs +++ b/DNN Platform/Syndication/RSS/RssDownloadManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/RSS/RssElementBase.cs b/DNN Platform/Syndication/RSS/RssElementBase.cs index eb60d4baedc..aaa98b12ed6 100644 --- a/DNN Platform/Syndication/RSS/RssElementBase.cs +++ b/DNN Platform/Syndication/RSS/RssElementBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/RSS/RssElementCustomTypeDescriptor.cs b/DNN Platform/Syndication/RSS/RssElementCustomTypeDescriptor.cs index 16cb91f68f4..2be773f1071 100644 --- a/DNN Platform/Syndication/RSS/RssElementCustomTypeDescriptor.cs +++ b/DNN Platform/Syndication/RSS/RssElementCustomTypeDescriptor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/RSS/RssHttpHandlerBase.cs b/DNN Platform/Syndication/RSS/RssHttpHandlerBase.cs index 2e9e6eda57e..f9c6e1747c3 100644 --- a/DNN Platform/Syndication/RSS/RssHttpHandlerBase.cs +++ b/DNN Platform/Syndication/RSS/RssHttpHandlerBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/RSS/RssHttpHandlerHelper.cs b/DNN Platform/Syndication/RSS/RssHttpHandlerHelper.cs index 8ac67a0e087..37d1c55f1dc 100644 --- a/DNN Platform/Syndication/RSS/RssHttpHandlerHelper.cs +++ b/DNN Platform/Syndication/RSS/RssHttpHandlerHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/RSS/RssHyperLink.cs b/DNN Platform/Syndication/RSS/RssHyperLink.cs index 33d4b06133e..6510c85b6ee 100644 --- a/DNN Platform/Syndication/RSS/RssHyperLink.cs +++ b/DNN Platform/Syndication/RSS/RssHyperLink.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/RSS/RssXmlHelper.cs b/DNN Platform/Syndication/RSS/RssXmlHelper.cs index 9a58f86b110..287199568d9 100644 --- a/DNN Platform/Syndication/RSS/RssXmlHelper.cs +++ b/DNN Platform/Syndication/RSS/RssXmlHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Syndication/Settings.cs b/DNN Platform/Syndication/Settings.cs index ea385da1d0f..3c9c89e3b2b 100644 --- a/DNN Platform/Syndication/Settings.cs +++ b/DNN Platform/Syndication/Settings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Services.Syndication { internal static class Settings diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/CachedWebPage.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/CachedWebPage.cs index 4e5c15a4641..283b358c4c4 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/CachedWebPage.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/CachedWebPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DNN.Integration.Test.Framework diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/ModuleController.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/ModuleController.cs index 746479cc0e7..92762665e32 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/ModuleController.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/ModuleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/PermissionController.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/PermissionController.cs index b61806797b8..a6ef6d617b1 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/PermissionController.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/PermissionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using DNN.Integration.Test.Framework.Helpers; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/PortalController.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/PortalController.cs index e896c3a76f2..399e992c247 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/PortalController.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/PortalController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Linq; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/RoleController.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/RoleController.cs index 33aae691d0c..23d8fc51710 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/RoleController.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/RoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Globalization; using System.Linq; using System.Text; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/SchedulerController.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/SchedulerController.cs index ac6a79cfc4f..fee34960fb1 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/SchedulerController.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/SchedulerController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/TabController.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/TabController.cs index 72d0605eac4..ce3ec8b83ac 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/TabController.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/TabController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DNN.Integration.Test.Framework.Helpers; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/UserController.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/UserController.cs index 9eb3b231351..e008e54c836 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/UserController.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Controllers/UserController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Linq; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/FileParameter.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/FileParameter.cs index 198bf2a6dee..f2ec3c2d235 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/FileParameter.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/FileParameter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DNN.Integration.Test.Framework { public class FileParameter diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/AppConfigHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/AppConfigHelper.cs index ff7bc8b5f16..ecfadb783c2 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/AppConfigHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/AppConfigHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Configuration; namespace DNN.Integration.Test.Framework.Helpers diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/ContentItemHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/ContentItemHelper.cs index e978122e8b5..6951923824e 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/ContentItemHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/ContentItemHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using System.Web; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/DatabaseHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/DatabaseHelper.cs index 9af9313f3e0..5cc29b1eb16 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/DatabaseHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/DatabaseHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/DnnDataHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/DnnDataHelper.cs index f9629e74bf1..0b75b1696a7 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/DnnDataHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/DnnDataHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DNN.Integration.Test.Framework.Helpers { public static class DnnDataHelper diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/FileHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/FileHelper.cs index 020e408c2dd..903cfeaeadd 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/FileHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/FileHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; using System.Reflection; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/FolderHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/FolderHelper.cs index dd4d16e0ac7..24344f56210 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/FolderHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/FolderHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.IO; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/HostSettingsHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/HostSettingsHelper.cs index 014aa1bf237..792e2a12583 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/HostSettingsHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/HostSettingsHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DNN.Integration.Test.Framework.Helpers diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/MockComponentHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/MockComponentHelper.cs index 5e181081d0e..fcd25da02a4 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/MockComponentHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/MockComponentHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.ComponentModel; using DotNetNuke.Services.Cache; using Moq; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalAliasHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalAliasHelper.cs index d022669d5d7..0903c2cb8b7 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalAliasHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalAliasHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalInfoHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalInfoHelper.cs index ded4a4d02f1..41bd618d757 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalInfoHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalInfoHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalSettingsHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalSettingsHelper.cs index d3cfd648de9..6c0e2c98884 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalSettingsHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/PortalSettingsHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DNN.Integration.Test.Framework.Helpers { public static class PortalSettingsHelper diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/StoredProcedureStatsHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/StoredProcedureStatsHelper.cs index 6a3cbc572a9..fe995a18399 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/StoredProcedureStatsHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/StoredProcedureStatsHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DNN.Integration.Test.Framework.Helpers { public static class StoredProcedureStatsHelper diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/WebApiTestHelper.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/WebApiTestHelper.cs index 4cff449fdff..c8bb44892c6 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/WebApiTestHelper.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Helpers/WebApiTestHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Net; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/IWebApiConnector.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/IWebApiConnector.cs index 5e55bdcf574..31e2e5e52dd 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/IWebApiConnector.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/IWebApiConnector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Net; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/IntegrationConstants.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/IntegrationConstants.cs index f042e53aeef..29a63e9396c 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/IntegrationConstants.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/IntegrationConstants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DNN.Integration.Test.Framework { public static class IntegrationConstants diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/IntegrationTestBase.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/IntegrationTestBase.cs index d56eab05aa2..0dc8fc1f909 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/IntegrationTestBase.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/IntegrationTestBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Net; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Properties/AssemblyInfo.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Properties/AssemblyInfo.cs index 4da7559d236..62181f19a15 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Properties/AssemblyInfo.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; [assembly: AssemblyTitle("DNN.Integration.Test.Framework")] diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/Scripts/SqlScripts.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/Scripts/SqlScripts.cs index b97e4984ab2..b9217df6362 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/Scripts/SqlScripts.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/Scripts/SqlScripts.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DNN.Integration.Test.Framework.Scripts { public static class SqlScripts diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/WebApiConnector.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/WebApiConnector.cs index da47725a1cb..a84b69c84fe 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/WebApiConnector.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/WebApiConnector.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Configuration; diff --git a/DNN Platform/Tests/DNN.Integration.Test.Framework/WebApiException.cs b/DNN Platform/Tests/DNN.Integration.Test.Framework/WebApiException.cs index 177f4314858..1f8035330fd 100644 --- a/DNN Platform/Tests/DNN.Integration.Test.Framework/WebApiException.cs +++ b/DNN Platform/Tests/DNN.Integration.Test.Framework/WebApiException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net.Http; using Newtonsoft.Json; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/AspNetClientCapabilityProviderTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/AspNetClientCapabilityProviderTest.cs index 422e5dfa8e9..b3351185dd6 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/AspNetClientCapabilityProviderTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/AspNetClientCapabilityProviderTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/AspNetClientCapabilityTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/AspNetClientCapabilityTest.cs index d4ac0f23892..bae2c108262 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/AspNetClientCapabilityTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/AspNetClientCapabilityTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Web; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/Properties/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/Properties/AssemblyInfo.cs index 1de7f19f32f..8204e80910b 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/Properties/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.AspNetCCP/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Authentication/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.Authentication/AssemblyInfo.cs index cc59856ba4a..dc9bd2faa12 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Authentication/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Authentication/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Authentication/FacebookUserDataTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Authentication/FacebookUserDataTests.cs index e2d63f29b26..e9c77c1e501 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Authentication/FacebookUserDataTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Authentication/FacebookUserDataTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Authentication.Facebook.Components; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Authentication/GoogleUserDataTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Authentication/GoogleUserDataTests.cs index 0baa428ce13..d921af437a9 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Authentication/GoogleUserDataTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Authentication/GoogleUserDataTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Authentication.Google.Components; using DotNetNuke.Common.Utilities; using DotNetNuke.Services.Authentication.OAuth; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Authentication/LiveUserDataTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Authentication/LiveUserDataTests.cs index b132b874eec..c5963384013 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Authentication/LiveUserDataTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Authentication/LiveUserDataTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Authentication.LiveConnect.Components; using DotNetNuke.Common.Utilities; using DotNetNuke.Services.Authentication.OAuth; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Authentication/TwitterUserDataTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Authentication/TwitterUserDataTests.cs index 10486890b38..3e47ab6b702 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Authentication/TwitterUserDataTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Authentication/TwitterUserDataTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Authentication.Twitter.Components; using DotNetNuke.Common.Utilities; using DotNetNuke.Services.Authentication.OAuth; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.Content/AssemblyInfo.cs index daf8558a3bc..dace06c2112 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/AttachmentControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Content/AttachmentControllerTests.cs index b9b8c4f04f4..b2dd6ceedb5 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/AttachmentControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/AttachmentControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/ContentControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Content/ContentControllerTests.cs index 897f6bd83cd..70c09d2fc5a 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/ContentControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/ContentControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.Specialized; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/ContentTypeControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Content/ContentTypeControllerTests.cs index 16f2c88fc87..e6c607b5c97 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/ContentTypeControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/ContentTypeControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/Mocks/MockHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Content/Mocks/MockHelper.cs index 789604d110e..fbd58720632 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/Mocks/MockHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/Mocks/MockHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/ScopeTypeControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Content/ScopeTypeControllerTests.cs index 1a36e02e405..b6fffb5e267 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/ScopeTypeControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/ScopeTypeControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/TermControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Content/TermControllerTests.cs index 92055eae7ef..53c4ef372de 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/TermControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/TermControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Content/VocabularyControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Content/VocabularyControllerTests.cs index 2cb49ca167a..9b77fa5d5eb 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Content/VocabularyControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Content/VocabularyControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/AssemblyInfo.cs index da871f5d3ed..f5cbdbf4ae3 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/CBOTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/CBOTest.cs index 93887f3b345..ce82e23f015 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/CBOTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/CBOTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using System.Text; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/CollectionExtensionTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/CollectionExtensionTests.cs index 0f2ddc31fc6..5e27abcbcd5 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/CollectionExtensionTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/CollectionExtensionTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockSharedDictionaryTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockSharedDictionaryTests.cs index 4c95404c370..0df5752934a 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockSharedDictionaryTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockSharedDictionaryTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Collections.Internal; using NUnit.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockSharedListTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockSharedListTests.cs index e1795d64f97..f59ed3da108 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockSharedListTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockSharedListTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Collections.Internal; using NUnit.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockStrategyTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockStrategyTests.cs index 60adaab37c4..c8bd701acf2 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockStrategyTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ExclusiveLockStrategyTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/LockStrategyTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/LockStrategyTests.cs index b975e2a15b4..da72c111a4b 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/LockStrategyTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/LockStrategyTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Threading; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/NaiveLockingListTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/NaiveLockingListTests.cs index ef12ac47c9b..62d66beb33e 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/NaiveLockingListTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/NaiveLockingListTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PageSelectorTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PageSelectorTests.cs index 468691252ea..2b5df0cce1a 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PageSelectorTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PageSelectorTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PagedListTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PagedListTests.cs index b3d28ea4a33..66358bfdf21 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PagedListTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PagedListTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PagingExtensionsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PagingExtensionsTests.cs index 692356a4a70..bf42b1043b0 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PagingExtensionsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/PagingExtensionsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockSharedDictionaryTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockSharedDictionaryTests.cs index bf1d7f938a9..0177f66acd0 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockSharedDictionaryTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockSharedDictionaryTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Collections.Internal; using NUnit.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockSharedListTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockSharedListTests.cs index 3637642c06b..6e682136371 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockSharedListTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockSharedListTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Collections.Internal; using NUnit.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockStrategyTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockStrategyTests.cs index d9047179638..88e2964e3e9 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockStrategyTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterLockStrategyTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Collections.Internal; using NUnit.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterSlimLockTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterSlimLockTests.cs index d57e361dd2f..2c6b84bd808 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterSlimLockTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/ReaderWriterSlimLockTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Threading; using DotNetNuke.Collections.Internal; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/SharedDictionaryTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/SharedDictionaryTests.cs index 2f84040f4cf..6d839d427aa 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/SharedDictionaryTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/SharedDictionaryTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/SharedListTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/SharedListTests.cs index 82ca0959221..dcd1c6f6c66 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/SharedListTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Collections/SharedListTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Threading; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Common/NavigationManagerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Common/NavigationManagerTests.cs index 2cbc2ecd24c..85dd40a6267 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Common/NavigationManagerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Common/NavigationManagerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Abstractions; using DotNetNuke.Abstractions.Portals; using DotNetNuke.Common; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/ComponentFactoryTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/ComponentFactoryTests.cs index a3f79ad1478..70f758cb7f5 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/ComponentFactoryTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/ComponentFactoryTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/IService.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/IService.cs index 1029a3a0955..af53a765bb5 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/IService.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/IService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Core.ComponentModel.Helpers { public interface IService diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/IService2.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/IService2.cs index a135608fd0e..ead8f8d351c 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/IService2.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/IService2.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Core.ComponentModel.Helpers { public interface IService2 diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/Service2Impl.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/Service2Impl.cs index 5a33d487e9e..7a44047b019 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/Service2Impl.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/Service2Impl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Core.ComponentModel.Helpers { public class Service2Impl : IService2 diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/ServiceImpl.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/ServiceImpl.cs index 984584b6b36..1611f555aa8 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/ServiceImpl.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/Helpers/ServiceImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace DotNetNuke.Tests.Core.ComponentModel.Helpers diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/SimpleContainerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/SimpleContainerTests.cs index e018d14fbee..49bd0985532 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/SimpleContainerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/ComponentModel/SimpleContainerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/ConfigurationSettingsComparer.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/ConfigurationSettingsComparer.cs index 796be48da86..c46d7a40b9f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/ConfigurationSettingsComparer.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/ConfigurationSettingsComparer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Host/HostControllerTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Host/HostControllerTest.cs index 6c71af6ed82..fa774a7bc3c 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Host/HostControllerTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Host/HostControllerTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/SubscriptionBuilder.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/SubscriptionBuilder.cs index 741b97397dd..94bd79d1b2f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/SubscriptionBuilder.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/SubscriptionBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Services.Social.Subscriptions.Entities; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/SubscriptionTypeBuilder.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/SubscriptionTypeBuilder.cs index e75126e47c8..dc45da2e140 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/SubscriptionTypeBuilder.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/SubscriptionTypeBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using DotNetNuke.Services.Social.Subscriptions.Entities; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/UserPreferenceBuilder.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/UserPreferenceBuilder.cs index c53ae975564..739b1e8b60f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/UserPreferenceBuilder.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Builders/UserPreferenceBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Social.Messaging; using DotNetNuke.Tests.Utilities; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Helpers/SetupCachingProviderHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Helpers/SetupCachingProviderHelper.cs index 38d23d8645e..b31d3d4b06f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Helpers/SetupCachingProviderHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Helpers/SetupCachingProviderHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Entities.Portals; using DotNetNuke.Services.Cache; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/MessagingControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/MessagingControllerTests.cs index 04717495aab..9529fc19ade 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/MessagingControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/MessagingControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/SubscriptionDataReaderMockHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/SubscriptionDataReaderMockHelper.cs index c30d6001749..84deef9f60c 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/SubscriptionDataReaderMockHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/SubscriptionDataReaderMockHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/SubscriptionTypeDataReaderMockHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/SubscriptionTypeDataReaderMockHelper.cs index 60407ab6c71..4eb65ae3fd5 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/SubscriptionTypeDataReaderMockHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/SubscriptionTypeDataReaderMockHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Data; namespace DotNetNuke.Tests.Core.Controllers.Messaging.Mocks diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/UserPreferenceDataReaderMockHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/UserPreferenceDataReaderMockHelper.cs index 3991c576f51..78674324a28 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/UserPreferenceDataReaderMockHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/Mocks/UserPreferenceDataReaderMockHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Data; using DotNetNuke.Services.Social.Messaging; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/NotificationsControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/NotificationsControllerTests.cs index d951ae50af4..03ca4bdd8b3 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/NotificationsControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/NotificationsControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/SubscriptionControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/SubscriptionControllerTests.cs index 6a7975ef334..b2284c9dfab 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/SubscriptionControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/SubscriptionControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Services.Cache; using DotNetNuke.Services.Social.Subscriptions; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/SubscriptionTypeControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/SubscriptionTypeControllerTests.cs index f7a9f7da7b4..0d60283b9af 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/SubscriptionTypeControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/SubscriptionTypeControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Controllers; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/UserPreferencesControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/UserPreferencesControllerTests.cs index 9ecdddba4f8..d617eec119d 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/UserPreferencesControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Messaging/UserPreferencesControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Portal/PortalControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Portal/PortalControllerTests.cs index 6748014e30a..19abd7c7047 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Portal/PortalControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Portal/PortalControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.IO; using System.Threading; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Portal/PortalGroupControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Portal/PortalGroupControllerTests.cs index 8046bdd3f29..d339e36b135 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Portal/PortalGroupControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Portal/PortalGroupControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/FakeModuleCrawlerController.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/FakeModuleCrawlerController.cs index 25335ed7e80..41ba11091a1 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/FakeModuleCrawlerController.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/FakeModuleCrawlerController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/InternalSearchControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/InternalSearchControllerTests.cs index 1a4bf19a244..30dc85a2103 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/InternalSearchControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/InternalSearchControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/LuceneControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/LuceneControllerTests.cs index e2ee8c065e9..277dd23ff22 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/LuceneControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/LuceneControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchControllerTests.cs index ef8f71508a9..94e48bcb396 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchHelperTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchHelperTests.cs index 9b1b191e639..5ddc992a72a 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchHelperTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchHelperTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using DotNetNuke.ComponentModel; using DotNetNuke.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchQueryStringParserTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchQueryStringParserTests.cs index 706733484b1..8c6978886fe 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchQueryStringParserTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Search/SearchQueryStringParserTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Services.Search.Internals; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Social/RelationshipControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Social/RelationshipControllerTests.cs index ff90215ff8a..5232d159d64 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Social/RelationshipControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Controllers/Social/RelationshipControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/BaseSettingsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/BaseSettingsTests.cs index 5c98139edbc..b1639f49220 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/BaseSettingsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/BaseSettingsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.ComponentModel; using DotNetNuke.Entities.Controllers; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ComplexType.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ComplexType.cs index 7babbd761d0..96ff0931535 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ComplexType.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ComplexType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Core.Entities.Modules.Settings { public struct ComplexType diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ComplexTypeSerializer.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ComplexTypeSerializer.cs index 86ec22f6fd6..fbdb37d38dd 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ComplexTypeSerializer.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ComplexTypeSerializer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Core.Entities.Modules.Settings { using System; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ModuleSettingsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ModuleSettingsTests.cs index f8557fe0b4e..b90914ca2b7 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ModuleSettingsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/ModuleSettingsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/NullableSettingsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/NullableSettingsTests.cs index 5895d885466..017b3e74b5c 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/NullableSettingsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/NullableSettingsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/PortalSettingsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/PortalSettingsTests.cs index bfcf6b6fcc5..bd240e36014 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/PortalSettingsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/PortalSettingsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/TabModuleSettingsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/TabModuleSettingsTests.cs index 04926fdef90..8d4316b16c5 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/TabModuleSettingsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Modules/Settings/TabModuleSettingsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsControllerTestFactory.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsControllerTestFactory.cs index 3a3b1b3813d..50a873f478f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsControllerTestFactory.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsControllerTestFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsControllerTests.cs index 35e8448fb32..4129da3362d 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Reflection; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsTests.cs index c4c52035549..fe73b0b72fb 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Portals/PortalSettingsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Controllers; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Tabs/TabControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Tabs/TabControllerTests.cs index aede0968201..0ad822ea09d 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Tabs/TabControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Tabs/TabControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Tabs; using DotNetNuke.Tests.Utilities.Mocks; using NUnit.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Urls/FriendlyUrlControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Urls/FriendlyUrlControllerTests.cs index 38785aaa0a4..3da47350c3a 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Urls/FriendlyUrlControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Entities/Urls/FriendlyUrlControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.Services.Cache; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/EscapedStringTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/EscapedStringTest.cs index e8aa7edb17c..6c02ccd50aa 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/EscapedStringTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/EscapedStringTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/FileSystemUtilsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/FileSystemUtilsTests.cs index 56efa95a34f..2390b983d3c 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/FileSystemUtilsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/FileSystemUtilsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Framework/JavaScriptLibraries/JavaScriptTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Framework/JavaScriptLibraries/JavaScriptTests.cs index cb4db70804a..2320818bfb2 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Framework/JavaScriptLibraries/JavaScriptTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Framework/JavaScriptLibraries/JavaScriptTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using DotNetNuke.Application; using DotNetNuke.Common; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Framework/ServicesFrameworkTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Framework/ServicesFrameworkTests.cs index 82673af1ffd..d33e013b11d 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Framework/ServicesFrameworkTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Framework/ServicesFrameworkTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Builders/FileInfoBuilder.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Builders/FileInfoBuilder.cs index f8c564cf973..51846febab6 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Builders/FileInfoBuilder.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Builders/FileInfoBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Services.FileSystem; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Builders/FolderInfoBuilder.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Builders/FolderInfoBuilder.cs index a54e381a9e4..334b4131d74 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Builders/FolderInfoBuilder.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Builders/FolderInfoBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Services.FileSystem; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Caching/DataCacheTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Caching/DataCacheTests.cs index 7341ce4f8d9..30cd3d915ac 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Caching/DataCacheTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Caching/DataCacheTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Caching; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Caching/MoqExtensions.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Caching/MoqExtensions.cs index 7f408363ddb..69e9e3713b0 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Caching/MoqExtensions.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Caching/MoqExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Cache; using DotNetNuke.Tests.Utilities; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/DatabaseFolderProviderTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/DatabaseFolderProviderTests.cs index 68c4d9df704..ca1661d16e1 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/DatabaseFolderProviderTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/DatabaseFolderProviderTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/DefaultFolderProvidersTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/DefaultFolderProvidersTests.cs index 8dd42cce1f4..72b5aae8fb6 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/DefaultFolderProvidersTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/DefaultFolderProvidersTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Services.FileSystem.Internal; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileContentTypeManagerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileContentTypeManagerTests.cs index ac61e9a1394..249d2f91fba 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileContentTypeManagerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileContentTypeManagerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileDeletionControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileDeletionControllerTests.cs index e3753a7fc92..e815bb2af46 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileDeletionControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileDeletionControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.ComponentModel; using DotNetNuke.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileLockingControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileLockingControllerTests.cs index 4cfa236beb8..15202c99c9f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileLockingControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileLockingControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.ComponentModel; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileManagerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileManagerTests.cs index 1eb7fbe8c82..c0d44d0e5a1 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileManagerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FileManagerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FolderManagerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FolderManagerTests.cs index 49801b4a42b..996a03a3c7f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FolderManagerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/FolderManagerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/SecureFolderProviderTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/SecureFolderProviderTests.cs index 05f1d4bce18..dfc3f25c893 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/SecureFolderProviderTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/SecureFolderProviderTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/StandardFolderProviderTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/StandardFolderProviderTests.cs index a3ac717f25e..79250cec96e 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/StandardFolderProviderTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Folder/StandardFolderProviderTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Membership/MembershipProviderTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Membership/MembershipProviderTests.cs index 39dc3e79906..30b6735e73a 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Membership/MembershipProviderTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Membership/MembershipProviderTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; using System.Web; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Permissions/PermissionTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Permissions/PermissionTests.cs index 28d1129b1e0..a91d94e2356 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Permissions/PermissionTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Providers/Permissions/PermissionTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Web; using DotNetNuke.Common; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/RetryableActionTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/RetryableActionTests.cs index 5db1443b4dd..b8bfdfc64e5 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/RetryableActionTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/RetryableActionTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Security/PortalSecurity/PortalSecurityTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Security/PortalSecurity/PortalSecurityTest.cs index 1b27c9bdf13..159d6341c1d 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Security/PortalSecurity/PortalSecurityTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Security/PortalSecurity/PortalSecurityTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using NUnit.Framework; using DotNetNuke.Security; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/ClientCapability/FacebookRequestControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/ClientCapability/FacebookRequestControllerTests.cs index af069643f6d..617383da348 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/ClientCapability/FacebookRequestControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/ClientCapability/FacebookRequestControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.Specialized; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/ClientCapability/TestClientCapability.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/ClientCapability/TestClientCapability.cs index b10079b26c7..79cdff8bd79 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/ClientCapability/TestClientCapability.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/ClientCapability/TestClientCapability.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/CryptographyProviders/CoreCryptographyProviderTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/CryptographyProviders/CoreCryptographyProviderTests.cs index 324a3a05ffc..d6339dbe1c6 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/CryptographyProviders/CoreCryptographyProviderTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/CryptographyProviders/CoreCryptographyProviderTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using DotNetNuke.ComponentModel; using DotNetNuke.Services.Cryptography; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/CryptographyProviders/FipsCompilanceCryptographyProviderTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/CryptographyProviders/FipsCompilanceCryptographyProviderTests.cs index 1af3e707e9c..a0131e9d316 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/CryptographyProviders/FipsCompilanceCryptographyProviderTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/CryptographyProviders/FipsCompilanceCryptographyProviderTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using DotNetNuke.ComponentModel; using DotNetNuke.Services.Cryptography; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/HtmlUtilsTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/HtmlUtilsTest.cs index c5570907042..e23d1422832 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/HtmlUtilsTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/HtmlUtilsTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using NUnit.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Localization/LocalizationTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Localization/LocalizationTests.cs index 12617cc94d1..720f5c90e83 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Localization/LocalizationTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Localization/LocalizationTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using DotNetNuke.Services.Localization; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Mobile/PreviewProfileControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Mobile/PreviewProfileControllerTests.cs index f308f6d0ead..f246f7ed35a 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Mobile/PreviewProfileControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Mobile/PreviewProfileControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Mobile/RedirectionControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Mobile/RedirectionControllerTests.cs index 0af5b788e9e..c3a0cd882b7 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Mobile/RedirectionControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Mobile/RedirectionControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.Specialized; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Tokens/PropertyAccessTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Tokens/PropertyAccessTests.cs index 515caf76371..e850b11bdd0 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Tokens/PropertyAccessTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Tokens/PropertyAccessTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Tokens/TokenReplaceTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Tokens/TokenReplaceTests.cs index ab4ab3c1664..d0b251b5137 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Tokens/TokenReplaceTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/Tokens/TokenReplaceTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Controllers; using DotNetNuke.Entities.Modules; using DotNetNuke.Entities.Modules.Actions; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/UserRequest/UserRequestIPAddressControllerTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/UserRequest/UserRequestIPAddressControllerTest.cs index 1a91cbc8fea..7e7fe100fd9 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/UserRequest/UserRequestIPAddressControllerTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/UserRequest/UserRequestIPAddressControllerTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; using DotNetNuke.Tests.Utilities.Mocks; using Moq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/UtilTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/UtilTest.cs index 4a718e7ac7a..54372690a23 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/UtilTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/Services/UtilTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Diagnostics; using System.IO; using System.Threading.Tasks; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Core/TabCollectionTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Core/TabCollectionTest.cs index 077f193a47a..bace64201e6 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Core/TabCollectionTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Core/TabCollectionTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.ComponentModel; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/AssemblyInfo.cs index 61c914d2fe5..6df983aa75b 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/DataAssert.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/DataAssert.cs index b689220cd5c..e67a13c8c47 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/DataAssert.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/DataAssert.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using NUnit.Framework; namespace DotNetNuke.Tests.Data diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/DataContextTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/DataContextTests.cs index ff938378e5b..920f2e26ade 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/DataContextTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/DataContextTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Configuration; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/DataProviderTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/DataProviderTests.cs index ae7e36f5de1..7ea378447d6 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/DataProviderTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/DataProviderTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/DataUtil.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/DataUtil.cs index 73c9d0d7581..ed9e180eddd 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/DataUtil.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/DataUtil.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using System.Data.SqlServerCe; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/DatabaseConnectionProviderTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/DatabaseConnectionProviderTests.cs index d9d7f57b57c..ab543df88eb 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/DatabaseConnectionProviderTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/DatabaseConnectionProviderTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.ComponentModel; using DotNetNuke.Data; using DotNetNuke.Tests.Data.Fakes; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeDataProvider.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeDataProvider.cs index 671ee0c7c97..05844c8bdb1 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeDataProvider.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeDataProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeDbConnectionProvider.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeDbConnectionProvider.cs index 39e573c00fa..e4c075e2910 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeDbConnectionProvider.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeDbConnectionProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Data; using DotNetNuke.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeRepository.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeRepository.cs index 77f51a0aa06..52acbb06158 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeRepository.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/Fakes/FakeRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Collections; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/CacheableCat.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/CacheableCat.cs index a46e73a5a0b..ffbddba1d9e 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/CacheableCat.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/CacheableCat.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.ComponentModel.DataAnnotations; using DotNetNuke.Tests.Utilities; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/CacheableDog.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/CacheableDog.cs index 23267ccb506..1df53f4521f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/CacheableDog.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/CacheableDog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.ComponentModel.DataAnnotations; using DotNetNuke.Tests.Utilities; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Cat.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Cat.cs index 8f2a92864be..9819b45ac14 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Cat.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Cat.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.ComponentModel.DataAnnotations; using DotNetNuke.Tests.Utilities; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Dog.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Dog.cs index b1abf79fecc..d24b3fe1727 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Dog.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Dog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Data.Models { public class Dog diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Person.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Person.cs index 28d71fd00bb..28e67bac372 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Person.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/Models/Person.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.ComponentModel.DataAnnotations; using DotNetNuke.Tests.Utilities; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Data/RepositoryBaseTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Data/RepositoryBaseTests.cs index 941c6db4601..0e3a0ee7724 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Data/RepositoryBaseTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Data/RepositoryBaseTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.Caching; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/FluentMapperTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/FluentMapperTests.cs index abfef104797..1781e11d161 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/FluentMapperTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/FluentMapperTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Data.PetaPoco; using DotNetNuke.Tests.Data.Models; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoDataContextTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoDataContextTests.cs index 0b287244a59..64319d8644f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoDataContextTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoDataContextTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoIntegrationTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoIntegrationTests.cs index 08cefdf0d97..4686f747b05 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoIntegrationTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoIntegrationTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoMapperTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoMapperTests.cs index fafa2d1be96..36502bc6d59 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoMapperTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoMapperTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Data.PetaPoco; using DotNetNuke.Tests.Data.Models; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoRepositoryTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoRepositoryTests.cs index 838abe23661..1604a6559d0 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoRepositoryTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Data/PetaPocoRepositoryTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Builders/PageSettingsBuilder.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Builders/PageSettingsBuilder.cs index 52af9da14bb..f3f6cbbe8df 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Builders/PageSettingsBuilder.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Builders/PageSettingsBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Tests.Integration.Executers.Dto; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Builders/TabPermissionsBuilder.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Builders/TabPermissionsBuilder.cs index e6fbefcd1df..5cf81883815 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Builders/TabPermissionsBuilder.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Builders/TabPermissionsBuilder.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Common.Utilities; using DotNetNuke.Tests.Integration.Executers.Dto; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/CopyModuleItem.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/CopyModuleItem.cs index d616e1bc2ee..8aaf6ce9509 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/CopyModuleItem.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/CopyModuleItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/PageSettings.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/PageSettings.cs index 2512de35228..a5dc72e0883 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/PageSettings.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/PageSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/Permission.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/Permission.cs index 07753a92d91..ad1485e15d6 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/Permission.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/Permission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Integration.Executers.Dto { public class Permission diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/RolePermission.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/RolePermission.cs index 7b8ae72aa1a..e2123c82865 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/RolePermission.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/RolePermission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Tests.Integration.Executers.Dto diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/TabPermissions.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/TabPermissions.cs index 9538632f426..7eb9790d30f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/TabPermissions.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/TabPermissions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Tests.Integration.Executers.Dto diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/UserPermission.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/UserPermission.cs index 72b51db65f9..f9b49a84735 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/UserPermission.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/Dto/UserPermission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace DotNetNuke.Tests.Integration.Executers.Dto diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/PagesExecuter.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/PagesExecuter.cs index 9dc51f40f05..18fff98376c 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/PagesExecuter.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/PagesExecuter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Integration.Executers { public class PagesExecuter : WebApiExecuter diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/WebApiExecuter.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/WebApiExecuter.cs index 351e2a913d6..4b14054738c 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/WebApiExecuter.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Executers/WebApiExecuter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/DDRMenu/DDRMenuTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/DDRMenu/DDRMenuTests.cs index 349edf9baa8..6076ca7342c 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/DDRMenu/DDRMenuTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/DDRMenu/DDRMenuTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Configuration; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/DigitalAssets/DigitalAssetsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/DigitalAssets/DigitalAssetsTests.cs index ec002bcf07c..b1b9f166d94 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/DigitalAssets/DigitalAssetsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/DigitalAssets/DigitalAssetsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Configuration; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/Journal/PostJournalTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/Journal/PostJournalTests.cs index c8770a20f72..016546945f3 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/Journal/PostJournalTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Modules/Journal/PostJournalTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Configuration; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Content/Pages/AddPageTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Content/Pages/AddPageTests.cs index 5ed89b630ee..6995edacc93 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Content/Pages/AddPageTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Content/Pages/AddPageTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Content/Pages/PageUrlsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Content/Pages/PageUrlsTests.cs index 39fa1f9f6d8..6f7a5fef67c 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Content/Pages/PageUrlsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Content/Pages/PageUrlsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DNN.Integration.Test.Framework; using DNN.Integration.Test.Framework.Helpers; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Manage/Users/UsersFiltersTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Manage/Users/UsersFiltersTests.cs index a7087489993..06449841265 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Manage/Users/UsersFiltersTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Manage/Users/UsersFiltersTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DNN.Integration.Test.Framework; using DNN.Integration.Test.Framework.Helpers; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Pages/PagesManagementTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Pages/PagesManagementTests.cs index b31218c968f..dde9909e859 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Pages/PagesManagementTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/PersonaBar/Pages/PagesManagementTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Configuration; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Properties/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Properties/AssemblyInfo.cs index 8978e2ddb6b..8eedda054a6 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Properties/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Services/Installer/XmlMergeTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Services/Installer/XmlMergeTests.cs index 9e8ca2283f2..cf982aa3153 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Services/Installer/XmlMergeTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Services/Installer/XmlMergeTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Diagnostics; using System.IO; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/TestSetup.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/TestSetup.cs index ec9f43a19e8..d2be7df99f3 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/TestSetup.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/TestSetup.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + /* using DotNetNuke.Tests.Utilities.Mocks; using NUnit.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/DotNetNukeWeb/DotNetNukeWebTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/DotNetNukeWeb/DotNetNukeWebTests.cs index 76605c54f28..a3ca8494b09 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/DotNetNukeWeb/DotNetNukeWebTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/DotNetNukeWeb/DotNetNukeWebTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Configuration; using System.Net; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/FriendsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/FriendsTests.cs index 847263f6a7e..caf2d18ee13 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/FriendsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/FriendsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Configuration; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Jwt/JwtAuthTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Jwt/JwtAuthTest.cs index c1574e327dd..8d2dcf37c10 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Jwt/JwtAuthTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Jwt/JwtAuthTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Configuration; using System.Net; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Library/ImageHandlerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Library/ImageHandlerTests.cs index d341202ea31..44ebc60dd14 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Library/ImageHandlerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Library/ImageHandlerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using DNN.Integration.Test.Framework; using DNN.Integration.Test.Framework.Helpers; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Portals/PortalInfoTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Portals/PortalInfoTests.cs index 532ca958030..c3d33ee2d6f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Portals/PortalInfoTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Portals/PortalInfoTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DNN.Integration.Test.Framework.Helpers; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Portals/PortalSettingsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Portals/PortalSettingsTests.cs index b333d05e981..e75242cdd10 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Portals/PortalSettingsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Portals/PortalSettingsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Host; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Security/AuthCookieTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Security/AuthCookieTests.cs index 9261a60dab5..7ea265a1239 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Security/AuthCookieTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Integration/Tests/Security/AuthCookieTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.UI/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.UI/AssemblyInfo.cs index ee265cf86cb..5787e1c3e25 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.UI/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.UI/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.UI/Validation/DataAnnotationsObjectValidatorTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.UI/Validation/DataAnnotationsObjectValidatorTests.cs index edb03b1442b..37e0d565993 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.UI/Validation/DataAnnotationsObjectValidatorTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.UI/Validation/DataAnnotationsObjectValidatorTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.UI/Validation/ValidatorTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.UI/Validation/ValidatorTests.cs index f9d05e40b9d..6ec61367422 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.UI/Validation/ValidatorTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.UI/Validation/ValidatorTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using DotNetNuke.Tests.Utilities; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Urls/ExtensionUrlProviderControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Urls/ExtensionUrlProviderControllerTests.cs index e687101f72f..40aa6fa2d0e 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Urls/ExtensionUrlProviderControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Urls/ExtensionUrlProviderControllerTests.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Urls { using System; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Urls/Extensions.cs b/DNN Platform/Tests/DotNetNuke.Tests.Urls/Extensions.cs index 061512374d3..7e21e5357ab 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Urls/Extensions.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Urls/Extensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Urls/FriendlyUrlTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Urls/FriendlyUrlTests.cs index 5662fe4281e..9943d19a0b4 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Urls/FriendlyUrlTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Urls/FriendlyUrlTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Urls/Properties/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.Urls/Properties/AssemblyInfo.cs index 997c35312ad..92b849aade1 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Urls/Properties/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Urls/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Urls/TestUtil.cs b/DNN Platform/Tests/DotNetNuke.Tests.Urls/TestUtil.cs index 1609e6e983d..d4db2b8a9d0 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Urls/TestUtil.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Urls/TestUtil.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlAssert.cs b/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlAssert.cs index 7de3de165c2..98aaed6bea8 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlAssert.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlAssert.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Urls { public static class UrlAssert diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlRewriteTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlRewriteTests.cs index 7a3daf4ae04..37f2b5af109 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlRewriteTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlRewriteTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestBase.cs b/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestBase.cs index fe4b2600baf..b679e4a8381 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestBase.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestFactoryClass.cs b/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestFactoryClass.cs index cb0c8784f97..b59c8562933 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestFactoryClass.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestFactoryClass.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestHelper.cs index 625fc283cec..263781eaa56 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Urls/UrlTestHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Specialized; using System.Web; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/AssemblyInfo.cs index d944c4805d0..b6a70dce55a 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Constants.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Constants.cs index 712859f0f11..a5b15ed44df 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Constants.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Caching; using DotNetNuke.Entities.Content.Taxonomy; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/ContentTestHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/ContentTestHelper.cs index 95773546a61..5b36464c297 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/ContentTestHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/ContentTestHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Security.Cryptography; using System.Text; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DnnUnitTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DnnUnitTest.cs index 91f8dd96139..470cd9d710d 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DnnUnitTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DnnUnitTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Configuration; using System.IO; using System.Reflection; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DnnWebTest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DnnWebTest.cs index efcd094144c..8ed5b1199f4 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DnnWebTest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/DnnWebTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Configuration; using System.Net; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/EnumerableAssert.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/EnumerableAssert.cs index b15044be4b2..ced75ded2af 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/EnumerableAssert.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/EnumerableAssert.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/ExceptionAssert.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/ExceptionAssert.cs index c6d4875b891..fd81144cf6e 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/ExceptionAssert.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/ExceptionAssert.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Fakes/FakeCachingProvider.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Fakes/FakeCachingProvider.cs index c548427a81a..1c4531fd8bc 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Fakes/FakeCachingProvider.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Fakes/FakeCachingProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/FileAssert.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/FileAssert.cs index c697c0d56f6..6d257912b34 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/FileAssert.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/FileAssert.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpContextHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpContextHelper.cs index e3b003e45fd..901d1e6c462 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpContextHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpContextHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Collections.Specialized; using System.Web; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/HttpSimulator.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/HttpSimulator.cs index 0a748c64e95..328b0071330 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/HttpSimulator.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/HttpSimulator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Specialized; using System.Configuration; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/HttpSimulatorTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/HttpSimulatorTests.cs index 17d218e4c1c..366e50b54bb 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/HttpSimulatorTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/HttpSimulatorTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Specialized; using System.Reflection; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/ReflectionHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/ReflectionHelper.cs index 9857d715b47..01a6992be65 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/ReflectionHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/ReflectionHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/SimulatedHttpRequest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/SimulatedHttpRequest.cs index ea6590bf972..b4c69b25025 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/SimulatedHttpRequest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/HttpSimulator/SimulatedHttpRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Specialized; using System.IO; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/MailAssert.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/MailAssert.cs index bb66cf908d7..046afb0d615 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/MailAssert.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/MailAssert.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Text; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Mocks/MockComponentProvider.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Mocks/MockComponentProvider.cs index 8e08c51a474..6cee7ba8eda 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Mocks/MockComponentProvider.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Mocks/MockComponentProvider.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.ComponentModel; using DotNetNuke.Data; using DotNetNuke.Entities.Portals; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/PowershellManager.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/PowershellManager.cs index 5d76d2673e8..ee6412b7d9b 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/PowershellManager.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/PowershellManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/SimulatedHttpRequest.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/SimulatedHttpRequest.cs index 741f4fbe34d..a67028f7313 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/SimulatedHttpRequest.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/SimulatedHttpRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Hosting; using System.IO; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/UnitTestHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/UnitTestHelper.cs index c251f8afe42..adce1b3e57f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/UnitTestHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/UnitTestHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Web; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Util.cs b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Util.cs index d44481004de..e17d67ba0c9 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Util.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Utilities/Util.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/DictionaryAssert.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/DictionaryAssert.cs index 3da1e92d3ab..a6e505a899d 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/DictionaryAssert.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/DictionaryAssert.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Web.Routing; using NUnit.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Dog.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Dog.cs index 0e2bfe48ae9..0ce5a43c4e5 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Dog.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Dog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace DotNetNuke.Tests.Web.Mvc.Fakes { public class Dog diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/FakeController.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/FakeController.cs index 48cb209ee40..ab9dcf712dd 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/FakeController.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/FakeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; namespace DotNetNuke.Tests.Web.Mvc.Fakes diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/FakeDnnController.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/FakeDnnController.cs index 13ea6ad37a1..04918ac7055 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/FakeDnnController.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/FakeDnnController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using DotNetNuke.Web.Mvc.Framework.Controllers; using System.Web.Routing; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeHandleExceptionRedirectAttribute.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeHandleExceptionRedirectAttribute.cs index a8981fd7e61..6206f675402 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeHandleExceptionRedirectAttribute.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeHandleExceptionRedirectAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; namespace DotNetNuke.Tests.Web.Mvc.Fakes.Filters diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeOnExecutedRedirectAttribute.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeOnExecutedRedirectAttribute.cs index 0f7291bab7d..6d878953ab4 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeOnExecutedRedirectAttribute.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeOnExecutedRedirectAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; namespace DotNetNuke.Tests.Web.Mvc.Fakes.Filters diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeOnExecutingRedirectAttribute.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeOnExecutingRedirectAttribute.cs index 5d5f846ea17..e97b38fd77f 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeOnExecutingRedirectAttribute.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeOnExecutingRedirectAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; namespace DotNetNuke.Tests.Web.Mvc.Fakes.Filters diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeRedirectAttribute.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeRedirectAttribute.cs index 556a7b466e5..54fa5225367 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeRedirectAttribute.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Fakes/Filters/FakeRedirectAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; namespace DotNetNuke.Tests.Web.Mvc.Fakes.Filters diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnAuthorizeAttributeTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnAuthorizeAttributeTests.cs index c2f6f04b9ac..a8e37f56bbf 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnAuthorizeAttributeTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnAuthorizeAttributeTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Web.Mvc; using DotNetNuke.Entities.Users; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnHandleErrorAttributeTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnHandleErrorAttributeTests.cs index 4c00f354228..24453cea9ad 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnHandleErrorAttributeTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnHandleErrorAttributeTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Mvc; using DotNetNuke.Tests.Web.Mvc.Fakes; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnModuleAuthorizeAttributeTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnModuleAuthorizeAttributeTests.cs index 52820d47faa..95e14e7ff96 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnModuleAuthorizeAttributeTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Attributes/DnnModuleAuthorizeAttributeTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using System.Web.Routing; using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Controllers/DnnControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Controllers/DnnControllerTests.cs index bb290c3299c..32b734bf5d9 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Controllers/DnnControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Controllers/DnnControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; using System.Web.Mvc; using System.Web.Routing; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/DnnWebViewPageTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/DnnWebViewPageTests.cs index a27f73005cb..3b6cb875c24 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/DnnWebViewPageTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/DnnWebViewPageTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web.Mvc; using DotNetNuke.Tests.Web.Mvc.Fakes; using DotNetNuke.Web.Mvc.Framework; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/ModuleDelegatingViewEngineTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/ModuleDelegatingViewEngineTests.cs index 2e6dc75a7db..d955aa76311 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/ModuleDelegatingViewEngineTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/ModuleDelegatingViewEngineTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using System.Web.Mvc; using DotNetNuke.Common; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ModuleApplicationTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ModuleApplicationTests.cs index ec3679dce84..cc9bf836e52 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ModuleApplicationTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ModuleApplicationTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.Mvc; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ModuleExecutionEngineTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ModuleExecutionEngineTests.cs index 9d861ac2209..b5244f673f3 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ModuleExecutionEngineTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ModuleExecutionEngineTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ResultCapturingActionInvokerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ResultCapturingActionInvokerTests.cs index d02f9aa35c2..b10845ac5dc 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ResultCapturingActionInvokerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Framework/Modules/ResultCapturingActionInvokerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; using System.Web.Mvc; using System.Web.Routing; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnHelperTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnHelperTests.cs index 2d839bddc4c..ffe57262b14 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnHelperTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnHelperTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Mvc; using DotNetNuke.UI.Modules; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnHtmlHelperTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnHtmlHelperTests.cs index ffdc5e09b37..eeed9393926 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnHtmlHelperTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnHtmlHelperTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.Mvc; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnUrlHelperTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnUrlHelperTests.cs index 03d20df0856..dd225d7bcbd 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnUrlHelperTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/DnnUrlHelperTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Mvc; using System.Web.Routing; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/ViewResultExtensionsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/ViewResultExtensionsTests.cs index 7de0287a049..d9790967802 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/ViewResultExtensionsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Helpers/ViewResultExtensionsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Web.Mvc; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/MockHelper.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/MockHelper.cs index c020f964b53..1c73992c44e 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/MockHelper.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/MockHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.Specialized; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Properties/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Properties/AssemblyInfo.cs index 61c8c332c71..221a2dfbac0 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Properties/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/ResultAssert.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/ResultAssert.cs index afc7107f94c..d166c210afa 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/ResultAssert.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/ResultAssert.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web.Mvc; using System.Web.Routing; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Routing/HttpContextExtensionsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Routing/HttpContextExtensionsTests.cs index d0b1115c94d..dd83606ee29 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Routing/HttpContextExtensionsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web.Mvc/Routing/HttpContextExtensionsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; using DotNetNuke.Web.Mvc.Framework.Modules; using DotNetNuke.Web.Mvc.Routing; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/BasicAuthMessageHandlerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/BasicAuthMessageHandlerTests.cs index 61c679dc282..7f623cd83b4 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/BasicAuthMessageHandlerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/BasicAuthMessageHandlerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using System.Net; using System.Net.Http; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DigestAuthMessageHandlerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DigestAuthMessageHandlerTests.cs index 04a6e0f9144..1b4bffe2c4a 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DigestAuthMessageHandlerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DigestAuthMessageHandlerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using System.Net; using System.Net.Http; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnActionFilterProviderTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnActionFilterProviderTests.cs index e8a6349f90c..7e1d29822ea 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnActionFilterProviderTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnActionFilterProviderTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.ObjectModel; using System.Linq; using System.Web.Http; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnApiControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnApiControllerTests.cs index 39738383936..605a21b0fb8 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnApiControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnApiControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net.Http; using System.Web.Http; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnHttpControllerSelectorTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnHttpControllerSelectorTests.cs index 324c3e0411f..bcbd815f736 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnHttpControllerSelectorTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/DnnHttpControllerSelectorTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/HttpConfigurationExtensionTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/HttpConfigurationExtensionTests.cs index 1df1592321a..c0a60d0a4a9 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/HttpConfigurationExtensionTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/HttpConfigurationExtensionTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using System.Web.Http; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/HttpRequestMessageExtensionsTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/HttpRequestMessageExtensionsTests.cs index 886199449e1..b495dc0ab06 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/HttpRequestMessageExtensionsTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/HttpRequestMessageExtensionsTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Net.Http; using System.Web.Http; using System.Web.Http.Hosting; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/Internals/DnnDependencyResolverTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/Internals/DnnDependencyResolverTests.cs index 59482e88d30..486dd402c3c 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/Internals/DnnDependencyResolverTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/Internals/DnnDependencyResolverTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.DependencyInjection; using DotNetNuke.Web.Api.Internal; using Microsoft.Extensions.DependencyInjection; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/JwtAuthMessageHandlerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/JwtAuthMessageHandlerTests.cs index 8cf3d9fcc31..3365a6d1279 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/JwtAuthMessageHandlerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/JwtAuthMessageHandlerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/PortalAliasRouteManagerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/PortalAliasRouteManagerTests.cs index c0737a786ae..b156bad406b 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/PortalAliasRouteManagerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/PortalAliasRouteManagerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ReflectedServiceRouteMappers.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ReflectedServiceRouteMappers.cs index ca549ddccf8..889799df2eb 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ReflectedServiceRouteMappers.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ReflectedServiceRouteMappers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Diagnostics; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ServiceRoutingManagerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ServiceRoutingManagerTests.cs index 1ec74690dbe..eda9503ce78 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ServiceRoutingManagerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ServiceRoutingManagerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/StandardTabAndModuleInfoProviderTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/StandardTabAndModuleInfoProviderTests.cs index 6f2c7b3eaf9..b889ec5cb91 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/StandardTabAndModuleInfoProviderTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/StandardTabAndModuleInfoProviderTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/TypeLocatorTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/TypeLocatorTests.cs index 2606d54f340..d4a3f29033d 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/TypeLocatorTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/TypeLocatorTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ValidateAntiForgeryTokenAttributeTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ValidateAntiForgeryTokenAttributeTests.cs index 779f0416fb2..2c2bf18bce3 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ValidateAntiForgeryTokenAttributeTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Api/ValidateAntiForgeryTokenAttributeTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net.Http; using System.Web.Http; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/FakeModuleCrawlerController.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/FakeModuleCrawlerController.cs index cdfaefd50d3..e6ecd2d19d8 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/FakeModuleCrawlerController.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/FakeModuleCrawlerController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/SearchServiceControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/SearchServiceControllerTests.cs index c4a5aa3291e..afa6097578b 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/SearchServiceControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/SearchServiceControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/TabVersionControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/TabVersionControllerTests.cs index 14503c46712..0234b6c32d3 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/TabVersionControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/TabVersionControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Mvp/ModuleSettingsPresenterTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Mvp/ModuleSettingsPresenterTests.cs index 73cd3129cb3..42705e5f5b1 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Mvp/ModuleSettingsPresenterTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Mvp/ModuleSettingsPresenterTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/Properties/AssemblyInfo.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/Properties/AssemblyInfo.cs index 7dbbe43a1db..1d7382322dc 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/Properties/AssemblyInfo.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/DNN Platform/Website/Default.aspx.cs b/DNN Platform/Website/Default.aspx.cs index baf895f1c12..9bbfcf117bb 100644 --- a/DNN Platform/Website/Default.aspx.cs +++ b/DNN Platform/Website/Default.aspx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Authentication/Authentication.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Authentication/Authentication.ascx.cs index 5f0153433a9..ffe79776ba6 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Authentication/Authentication.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Authentication/Authentication.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Authentication/Login.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Authentication/Login.ascx.cs index 28914554ec0..7e9eb59d68e 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Authentication/Login.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Authentication/Login.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common; diff --git a/DNN Platform/Website/DesktopModules/Admin/Authentication/Logoff.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Authentication/Logoff.ascx.cs index 5ce17f9b4ea..d31de7ad12c 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Authentication/Logoff.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Authentication/Logoff.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/EditExtension/AuthenticationEditor.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/EditExtension/AuthenticationEditor.ascx.cs index 2126cd2cda2..13ca2526373 100644 --- a/DNN Platform/Website/DesktopModules/Admin/EditExtension/AuthenticationEditor.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/EditExtension/AuthenticationEditor.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/EditExtension/EditExtension.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/EditExtension/EditExtension.ascx.cs index 11d2a7612b0..cef3d9b2602 100644 --- a/DNN Platform/Website/DesktopModules/Admin/EditExtension/EditExtension.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/EditExtension/EditExtension.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/SearchResults/ResultsSettings.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/SearchResults/ResultsSettings.ascx.cs index 23ae31d420e..0bbfa7f9155 100644 --- a/DNN Platform/Website/DesktopModules/Admin/SearchResults/ResultsSettings.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/SearchResults/ResultsSettings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/SearchResults/SearchResults.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/SearchResults/SearchResults.ascx.cs index c3b31f26319..b69870eeadc 100644 --- a/DNN Platform/Website/DesktopModules/Admin/SearchResults/SearchResults.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/SearchResults/SearchResults.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/DataConsent.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/DataConsent.ascx.cs index 8452cc0d39b..4731475511a 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/DataConsent.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/DataConsent.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Modules; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/EditUser.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/EditUser.ascx.cs index 608dce5f6d6..932575df4c4 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/EditUser.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/EditUser.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/ManageUsers.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/ManageUsers.ascx.cs index 2c8a6f01c03..de3b828b42e 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/ManageUsers.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/ManageUsers.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/MemberServices.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/MemberServices.ascx.cs index f8f96af4096..f56b1b2077d 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/MemberServices.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/MemberServices.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/Membership.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/Membership.ascx.cs index 25e70c4ea16..21110c4f586 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/Membership.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/Membership.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/Password.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/Password.ascx.cs index 6ca9b565acf..1c57ca0333e 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/Password.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/Password.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/Profile.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/Profile.ascx.cs index b91404b2f1c..22b25ffeb7f 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/Profile.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/Profile.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/ProfileDefinitions.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/ProfileDefinitions.ascx.cs index dc939f68a61..5b9e22704a9 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/ProfileDefinitions.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/ProfileDefinitions.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/Register.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/Register.ascx.cs index c1bf03a6ae7..e44d3d947eb 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/Register.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/Register.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/SecurityRoles.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/SecurityRoles.ascx.cs index a072c1c1b61..1972684cb0a 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/SecurityRoles.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/SecurityRoles.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/User.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/User.ascx.cs index e0320d83206..499283fa308 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/User.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/User.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/Security/Users.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/Security/Users.ascx.cs index ef72143e269..9c4680d1a5e 100644 --- a/DNN Platform/Website/DesktopModules/Admin/Security/Users.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/Security/Users.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/UrlManagement/UrlProviderSettings.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/UrlManagement/UrlProviderSettings.ascx.cs index 98ac50ffff9..e17717259fb 100644 --- a/DNN Platform/Website/DesktopModules/Admin/UrlManagement/UrlProviderSettings.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/UrlManagement/UrlProviderSettings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; diff --git a/DNN Platform/Website/DesktopModules/Admin/ViewProfile/Settings.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/ViewProfile/Settings.ascx.cs index cd4637ed44a..eb32f9cca06 100644 --- a/DNN Platform/Website/DesktopModules/Admin/ViewProfile/Settings.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/ViewProfile/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/Admin/ViewProfile/ViewProfile.ascx.cs b/DNN Platform/Website/DesktopModules/Admin/ViewProfile/ViewProfile.ascx.cs index 3a7ed30f5d1..fa10aa6d313 100644 --- a/DNN Platform/Website/DesktopModules/Admin/ViewProfile/ViewProfile.ascx.cs +++ b/DNN Platform/Website/DesktopModules/Admin/ViewProfile/ViewProfile.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/AuthenticationServices/DNN/Login.ascx.cs b/DNN Platform/Website/DesktopModules/AuthenticationServices/DNN/Login.ascx.cs index ec046303f8d..0aebc853063 100644 --- a/DNN Platform/Website/DesktopModules/AuthenticationServices/DNN/Login.ascx.cs +++ b/DNN Platform/Website/DesktopModules/AuthenticationServices/DNN/Login.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/DesktopModules/AuthenticationServices/DNN/Settings.ascx.cs b/DNN Platform/Website/DesktopModules/AuthenticationServices/DNN/Settings.ascx.cs index edfc1fa3786..4a4b7a6e47c 100644 --- a/DNN Platform/Website/DesktopModules/AuthenticationServices/DNN/Settings.ascx.cs +++ b/DNN Platform/Website/DesktopModules/AuthenticationServices/DNN/Settings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/ErrorPage.aspx.cs b/DNN Platform/Website/ErrorPage.aspx.cs index 86ca3f8f9af..200524496f8 100644 --- a/DNN Platform/Website/ErrorPage.aspx.cs +++ b/DNN Platform/Website/ErrorPage.aspx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/Install/Install.aspx.cs b/DNN Platform/Website/Install/Install.aspx.cs index 819287ef794..b2055d04c3a 100644 --- a/DNN Platform/Website/Install/Install.aspx.cs +++ b/DNN Platform/Website/Install/Install.aspx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.FileSystem; using DotNetNuke.Services.Installer.Blocker; diff --git a/DNN Platform/Website/Install/UpgradeWizard.aspx.cs b/DNN Platform/Website/Install/UpgradeWizard.aspx.cs index 7b541310016..bac2a618fc5 100644 --- a/DNN Platform/Website/Install/UpgradeWizard.aspx.cs +++ b/DNN Platform/Website/Install/UpgradeWizard.aspx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/Install/WizardUser.ascx.cs b/DNN Platform/Website/Install/WizardUser.ascx.cs index 2208726bd9e..986e39d99ef 100644 --- a/DNN Platform/Website/Install/WizardUser.ascx.cs +++ b/DNN Platform/Website/Install/WizardUser.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/KeepAlive.aspx.cs b/DNN Platform/Website/KeepAlive.aspx.cs index a29ac3204b6..87515a0964e 100644 --- a/DNN Platform/Website/KeepAlive.aspx.cs +++ b/DNN Platform/Website/KeepAlive.aspx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/Properties/AssemblyInfo.cs b/DNN Platform/Website/Properties/AssemblyInfo.cs index c827a2069ca..239f22a9996 100644 --- a/DNN Platform/Website/Properties/AssemblyInfo.cs +++ b/DNN Platform/Website/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Reflection; diff --git a/DNN Platform/Website/admin/Containers/DropDownActions.ascx.cs b/DNN Platform/Website/admin/Containers/DropDownActions.ascx.cs index 51edb3e9ff3..3e570500f1b 100644 --- a/DNN Platform/Website/admin/Containers/DropDownActions.ascx.cs +++ b/DNN Platform/Website/admin/Containers/DropDownActions.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Containers/Icon.ascx.cs b/DNN Platform/Website/admin/Containers/Icon.ascx.cs index fe1511a359a..6d7a9cc7905 100644 --- a/DNN Platform/Website/admin/Containers/Icon.ascx.cs +++ b/DNN Platform/Website/admin/Containers/Icon.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Containers/LinkActions.ascx.cs b/DNN Platform/Website/admin/Containers/LinkActions.ascx.cs index f18885609b3..068b4a93e10 100644 --- a/DNN Platform/Website/admin/Containers/LinkActions.ascx.cs +++ b/DNN Platform/Website/admin/Containers/LinkActions.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Containers/PrintModule.ascx.cs b/DNN Platform/Website/admin/Containers/PrintModule.ascx.cs index b2a9b73f1ee..824c7de087e 100644 --- a/DNN Platform/Website/admin/Containers/PrintModule.ascx.cs +++ b/DNN Platform/Website/admin/Containers/PrintModule.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Containers/Title.ascx.cs b/DNN Platform/Website/admin/Containers/Title.ascx.cs index e1c012c8b20..d707d8aeab6 100644 --- a/DNN Platform/Website/admin/Containers/Title.ascx.cs +++ b/DNN Platform/Website/admin/Containers/Title.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Containers/Toggle.ascx.cs b/DNN Platform/Website/admin/Containers/Toggle.ascx.cs index 9910965ff7e..e992b654647 100644 --- a/DNN Platform/Website/admin/Containers/Toggle.ascx.cs +++ b/DNN Platform/Website/admin/Containers/Toggle.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Containers/Visibility.ascx.cs b/DNN Platform/Website/admin/Containers/Visibility.ascx.cs index 94b83cb5870..f63fcaf9a76 100644 --- a/DNN Platform/Website/admin/Containers/Visibility.ascx.cs +++ b/DNN Platform/Website/admin/Containers/Visibility.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Menus/ModuleActions/ModuleActions.ascx.cs b/DNN Platform/Website/admin/Menus/ModuleActions/ModuleActions.ascx.cs index 565f356ab43..aef4440fd5b 100644 --- a/DNN Platform/Website/admin/Menus/ModuleActions/ModuleActions.ascx.cs +++ b/DNN Platform/Website/admin/Menus/ModuleActions/ModuleActions.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Web.Script.Serialization; diff --git a/DNN Platform/Website/admin/Modules/Export.ascx.cs b/DNN Platform/Website/admin/Modules/Export.ascx.cs index 31ee0b865e6..d8644d9c908 100644 --- a/DNN Platform/Website/admin/Modules/Export.ascx.cs +++ b/DNN Platform/Website/admin/Modules/Export.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Modules/Import.ascx.cs b/DNN Platform/Website/admin/Modules/Import.ascx.cs index b2b3ed34289..15e3d419572 100644 --- a/DNN Platform/Website/admin/Modules/Import.ascx.cs +++ b/DNN Platform/Website/admin/Modules/Import.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Modules/ModulePermissions.ascx.cs b/DNN Platform/Website/admin/Modules/ModulePermissions.ascx.cs index b07b63f88e3..362f805d271 100644 --- a/DNN Platform/Website/admin/Modules/ModulePermissions.ascx.cs +++ b/DNN Platform/Website/admin/Modules/ModulePermissions.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Modules/Modulesettings.ascx.cs b/DNN Platform/Website/admin/Modules/Modulesettings.ascx.cs index a3c40bf6748..4978fa5cd36 100644 --- a/DNN Platform/Website/admin/Modules/Modulesettings.ascx.cs +++ b/DNN Platform/Website/admin/Modules/Modulesettings.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Modules/viewsource.ascx.cs b/DNN Platform/Website/admin/Modules/viewsource.ascx.cs index f7f178b9026..48473cdf066 100644 --- a/DNN Platform/Website/admin/Modules/viewsource.ascx.cs +++ b/DNN Platform/Website/admin/Modules/viewsource.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Portal/Message.ascx.cs b/DNN Platform/Website/admin/Portal/Message.ascx.cs index ae136884b10..61b4df1d966 100644 --- a/DNN Platform/Website/admin/Portal/Message.ascx.cs +++ b/DNN Platform/Website/admin/Portal/Message.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Portal/NoContent.ascx.cs b/DNN Platform/Website/admin/Portal/NoContent.ascx.cs index 2637491806f..7059d6ef122 100644 --- a/DNN Platform/Website/admin/Portal/NoContent.ascx.cs +++ b/DNN Platform/Website/admin/Portal/NoContent.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Portal/Privacy.ascx.cs b/DNN Platform/Website/admin/Portal/Privacy.ascx.cs index bf5a7a2f334..76ec9c133c0 100644 --- a/DNN Platform/Website/admin/Portal/Privacy.ascx.cs +++ b/DNN Platform/Website/admin/Portal/Privacy.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Portal/Terms.ascx.cs b/DNN Platform/Website/admin/Portal/Terms.ascx.cs index 6004418b2f8..e26374ddb5d 100644 --- a/DNN Platform/Website/admin/Portal/Terms.ascx.cs +++ b/DNN Platform/Website/admin/Portal/Terms.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Sales/PayPalIPN.aspx.cs b/DNN Platform/Website/admin/Sales/PayPalIPN.aspx.cs index eba13430dcc..b0b9d4ba489 100644 --- a/DNN Platform/Website/admin/Sales/PayPalIPN.aspx.cs +++ b/DNN Platform/Website/admin/Sales/PayPalIPN.aspx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Sales/PayPalSubscription.aspx.cs b/DNN Platform/Website/admin/Sales/PayPalSubscription.aspx.cs index c5e6af6f7ec..3c65f9a790a 100644 --- a/DNN Platform/Website/admin/Sales/PayPalSubscription.aspx.cs +++ b/DNN Platform/Website/admin/Sales/PayPalSubscription.aspx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Sales/Purchase.ascx.cs b/DNN Platform/Website/admin/Sales/Purchase.ascx.cs index 7143df23b09..60e77541774 100644 --- a/DNN Platform/Website/admin/Sales/Purchase.ascx.cs +++ b/DNN Platform/Website/admin/Sales/Purchase.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Security/AccessDenied.ascx.cs b/DNN Platform/Website/admin/Security/AccessDenied.ascx.cs index a0a836e0d61..9ac1eecabed 100644 --- a/DNN Platform/Website/admin/Security/AccessDenied.ascx.cs +++ b/DNN Platform/Website/admin/Security/AccessDenied.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Security/PasswordReset.ascx.cs b/DNN Platform/Website/admin/Security/PasswordReset.ascx.cs index d0357eac501..f8d2e685b56 100644 --- a/DNN Platform/Website/admin/Security/PasswordReset.ascx.cs +++ b/DNN Platform/Website/admin/Security/PasswordReset.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Security/SendPassword.ascx.cs b/DNN Platform/Website/admin/Security/SendPassword.ascx.cs index 4e047d4021a..aef2c5083d0 100644 --- a/DNN Platform/Website/admin/Security/SendPassword.ascx.cs +++ b/DNN Platform/Website/admin/Security/SendPassword.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/BreadCrumb.ascx.cs b/DNN Platform/Website/admin/Skins/BreadCrumb.ascx.cs index 1c1fd56bef8..1bd6983d9b9 100644 --- a/DNN Platform/Website/admin/Skins/BreadCrumb.ascx.cs +++ b/DNN Platform/Website/admin/Skins/BreadCrumb.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/Copyright.ascx.cs b/DNN Platform/Website/admin/Skins/Copyright.ascx.cs index 721a02c7c4d..ae526bf1dba 100644 --- a/DNN Platform/Website/admin/Skins/Copyright.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Copyright.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/CurrentDate.ascx.cs b/DNN Platform/Website/admin/Skins/CurrentDate.ascx.cs index 34517292ce9..77a4c74f0e5 100644 --- a/DNN Platform/Website/admin/Skins/CurrentDate.ascx.cs +++ b/DNN Platform/Website/admin/Skins/CurrentDate.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/DnnCssExclude.ascx.cs b/DNN Platform/Website/admin/Skins/DnnCssExclude.ascx.cs index 1b0357511a4..d5ba4c64e7e 100644 --- a/DNN Platform/Website/admin/Skins/DnnCssExclude.ascx.cs +++ b/DNN Platform/Website/admin/Skins/DnnCssExclude.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; using ClientDependency.Core.Controls; diff --git a/DNN Platform/Website/admin/Skins/DnnCssInclude.ascx.cs b/DNN Platform/Website/admin/Skins/DnnCssInclude.ascx.cs index b187f5979de..8c255c40a0e 100644 --- a/DNN Platform/Website/admin/Skins/DnnCssInclude.ascx.cs +++ b/DNN Platform/Website/admin/Skins/DnnCssInclude.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; using ClientDependency.Core.Controls; diff --git a/DNN Platform/Website/admin/Skins/DnnJsExclude.ascx.cs b/DNN Platform/Website/admin/Skins/DnnJsExclude.ascx.cs index e267ee50792..80d4e0c916d 100644 --- a/DNN Platform/Website/admin/Skins/DnnJsExclude.ascx.cs +++ b/DNN Platform/Website/admin/Skins/DnnJsExclude.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; using ClientDependency.Core.Controls; diff --git a/DNN Platform/Website/admin/Skins/DnnJsInclude.ascx.cs b/DNN Platform/Website/admin/Skins/DnnJsInclude.ascx.cs index 079c1bbf2d3..4d78d0906f1 100644 --- a/DNN Platform/Website/admin/Skins/DnnJsInclude.ascx.cs +++ b/DNN Platform/Website/admin/Skins/DnnJsInclude.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; using ClientDependency.Core.Controls; diff --git a/DNN Platform/Website/admin/Skins/DnnLink.ascx.cs b/DNN Platform/Website/admin/Skins/DnnLink.ascx.cs index 111298fcd8f..5dd99b63b5c 100644 --- a/DNN Platform/Website/admin/Skins/DnnLink.ascx.cs +++ b/DNN Platform/Website/admin/Skins/DnnLink.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/DotNetNuke.ascx.cs b/DNN Platform/Website/admin/Skins/DotNetNuke.ascx.cs index 0b6e36d0f74..6aec3451713 100644 --- a/DNN Platform/Website/admin/Skins/DotNetNuke.ascx.cs +++ b/DNN Platform/Website/admin/Skins/DotNetNuke.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/Help.ascx.cs b/DNN Platform/Website/admin/Skins/Help.ascx.cs index e9d4bc135c7..66c85f0304c 100644 --- a/DNN Platform/Website/admin/Skins/Help.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Help.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/HostName.ascx.cs b/DNN Platform/Website/admin/Skins/HostName.ascx.cs index 4b79c0b399a..5d3611e6258 100644 --- a/DNN Platform/Website/admin/Skins/HostName.ascx.cs +++ b/DNN Platform/Website/admin/Skins/HostName.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/JavaScriptLibraryInclude.ascx.cs b/DNN Platform/Website/admin/Skins/JavaScriptLibraryInclude.ascx.cs index b74ca64dd95..4dedafb77c7 100644 --- a/DNN Platform/Website/admin/Skins/JavaScriptLibraryInclude.ascx.cs +++ b/DNN Platform/Website/admin/Skins/JavaScriptLibraryInclude.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Framework.JavaScriptLibraries; namespace DotNetNuke.UI.Skins.Controls diff --git a/DNN Platform/Website/admin/Skins/Language.ascx.cs b/DNN Platform/Website/admin/Skins/Language.ascx.cs index 6e8bf76effd..b561e30be35 100644 --- a/DNN Platform/Website/admin/Skins/Language.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Language.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/LeftMenu.ascx.cs b/DNN Platform/Website/admin/Skins/LeftMenu.ascx.cs index 96b327e2a28..1b05deb2f14 100644 --- a/DNN Platform/Website/admin/Skins/LeftMenu.ascx.cs +++ b/DNN Platform/Website/admin/Skins/LeftMenu.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/LinkToFullSite.ascx.cs b/DNN Platform/Website/admin/Skins/LinkToFullSite.ascx.cs index b724365d968..49e6afd7e8e 100644 --- a/DNN Platform/Website/admin/Skins/LinkToFullSite.ascx.cs +++ b/DNN Platform/Website/admin/Skins/LinkToFullSite.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/LinkToMobileSite.ascx.cs b/DNN Platform/Website/admin/Skins/LinkToMobileSite.ascx.cs index e10cef5f486..a81cea67931 100644 --- a/DNN Platform/Website/admin/Skins/LinkToMobileSite.ascx.cs +++ b/DNN Platform/Website/admin/Skins/LinkToMobileSite.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/Links.ascx.cs b/DNN Platform/Website/admin/Skins/Links.ascx.cs index d6fb8277b43..cb04bfccef2 100644 --- a/DNN Platform/Website/admin/Skins/Links.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Links.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/Login.ascx.cs b/DNN Platform/Website/admin/Skins/Login.ascx.cs index 10e37d4c9fd..14918f0ca8d 100644 --- a/DNN Platform/Website/admin/Skins/Login.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Login.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/Logo.ascx.cs b/DNN Platform/Website/admin/Skins/Logo.ascx.cs index 95196d3ae5e..7cf7186d122 100644 --- a/DNN Platform/Website/admin/Skins/Logo.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Logo.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/Meta.ascx.cs b/DNN Platform/Website/admin/Skins/Meta.ascx.cs index f7f1ca57e1f..b87ec9682f7 100644 --- a/DNN Platform/Website/admin/Skins/Meta.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Meta.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/Nav.ascx.cs b/DNN Platform/Website/admin/Skins/Nav.ascx.cs index 91f9f1f8955..4e1136f069b 100644 --- a/DNN Platform/Website/admin/Skins/Nav.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Nav.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/Privacy.ascx.cs b/DNN Platform/Website/admin/Skins/Privacy.ascx.cs index 115fdd6e688..332ed1654d6 100644 --- a/DNN Platform/Website/admin/Skins/Privacy.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Privacy.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common; diff --git a/DNN Platform/Website/admin/Skins/Search.ascx.cs b/DNN Platform/Website/admin/Skins/Search.ascx.cs index 82a6f3a43a6..8155410b0af 100644 --- a/DNN Platform/Website/admin/Skins/Search.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Search.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Abstractions; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Host; diff --git a/DNN Platform/Website/admin/Skins/Styles.ascx.cs b/DNN Platform/Website/admin/Skins/Styles.ascx.cs index 3806c81d75b..545ba22c714 100644 --- a/DNN Platform/Website/admin/Skins/Styles.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Styles.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/Terms.ascx.cs b/DNN Platform/Website/admin/Skins/Terms.ascx.cs index 08d7a785817..80954bda431 100644 --- a/DNN Platform/Website/admin/Skins/Terms.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Terms.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common; diff --git a/DNN Platform/Website/admin/Skins/Text.ascx.cs b/DNN Platform/Website/admin/Skins/Text.ascx.cs index 0c2f6d6c396..fcd28db2b0c 100644 --- a/DNN Platform/Website/admin/Skins/Text.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Text.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/Toast.ascx.cs b/DNN Platform/Website/admin/Skins/Toast.ascx.cs index db04e09c85b..8b49a7f4c58 100644 --- a/DNN Platform/Website/admin/Skins/Toast.ascx.cs +++ b/DNN Platform/Website/admin/Skins/Toast.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/TreeViewMenu.ascx.cs b/DNN Platform/Website/admin/Skins/TreeViewMenu.ascx.cs index 63f2734f1e5..f8c696c4783 100644 --- a/DNN Platform/Website/admin/Skins/TreeViewMenu.ascx.cs +++ b/DNN Platform/Website/admin/Skins/TreeViewMenu.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/User.ascx.cs b/DNN Platform/Website/admin/Skins/User.ascx.cs index b4d6b5f9136..a29cda3a8e7 100644 --- a/DNN Platform/Website/admin/Skins/User.ascx.cs +++ b/DNN Platform/Website/admin/Skins/User.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/UserAndLogin.ascx.cs b/DNN Platform/Website/admin/Skins/UserAndLogin.ascx.cs index 668ea7755d2..a3d4b519c45 100644 --- a/DNN Platform/Website/admin/Skins/UserAndLogin.ascx.cs +++ b/DNN Platform/Website/admin/Skins/UserAndLogin.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Skins/jQuery.ascx.cs b/DNN Platform/Website/admin/Skins/jQuery.ascx.cs index 20371004843..b89bca45ea8 100644 --- a/DNN Platform/Website/admin/Skins/jQuery.ascx.cs +++ b/DNN Platform/Website/admin/Skins/jQuery.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Framework.JavaScriptLibraries; namespace DotNetNuke.UI.Skins.Controls diff --git a/DNN Platform/Website/admin/Skins/tags.ascx.cs b/DNN Platform/Website/admin/Skins/tags.ascx.cs index 9f1ddbe02f2..af0ddd442a3 100644 --- a/DNN Platform/Website/admin/Skins/tags.ascx.cs +++ b/DNN Platform/Website/admin/Skins/tags.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Tabs/Export.ascx.cs b/DNN Platform/Website/admin/Tabs/Export.ascx.cs index 298266165bd..16f958ecffa 100644 --- a/DNN Platform/Website/admin/Tabs/Export.ascx.cs +++ b/DNN Platform/Website/admin/Tabs/Export.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Tabs/Import.ascx.cs b/DNN Platform/Website/admin/Tabs/Import.ascx.cs index 0aa1e6a0fdb..c39829039dd 100644 --- a/DNN Platform/Website/admin/Tabs/Import.ascx.cs +++ b/DNN Platform/Website/admin/Tabs/Import.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/DNN Platform/Website/admin/Users/ViewProfile.ascx.cs b/DNN Platform/Website/admin/Users/ViewProfile.ascx.cs index 9aa60fae84a..4c72717085d 100644 --- a/DNN Platform/Website/admin/Users/ViewProfile.ascx.cs +++ b/DNN Platform/Website/admin/Users/ViewProfile.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Common/ControllerBase.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Common/ControllerBase.cs index dea66ce9c76..a59c0f4e8be 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Common/ControllerBase.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Common/ControllerBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library; using System.Net; using System.Net.Http; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Common/PortalHelper.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Common/PortalHelper.cs index 45146cfe633..5e5c261b6b7 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Common/PortalHelper.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Common/PortalHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/AdminLogs/AdminLogsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/AdminLogs/AdminLogsController.cs index 9e9950fc8ef..69e336b5bdb 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/AdminLogs/AdminLogsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/AdminLogs/AdminLogsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/AdminLogs/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/AdminLogs/Constants.cs index 0be3fc40619..e7cc12dfa78 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/AdminLogs/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/AdminLogs/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.AdminLogs.Components { public static class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/BusinessController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/BusinessController.cs index eeb2bd72e1b..58eb10bf711 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/BusinessController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/BusinessController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/ConfigConsole/ConfigConsoleController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/ConfigConsole/ConfigConsoleController.cs index 2aa31425d3c..82b1b142908 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/ConfigConsole/ConfigConsoleController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/ConfigConsole/ConfigConsoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Connectors/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Connectors/Constants.cs index b0765493fe4..26eb377ed83 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Connectors/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Connectors/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Connectors.Components { public static class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Constants.cs index 271acc9466f..aed4fa6fa63 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Extensions.Components { public enum PackageTypes diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/CreateModuleController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/CreateModuleController.cs index 6053883f9f5..fc9ae10e016 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/CreateModuleController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/CreateModuleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Text; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/AvailablePackagesDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/AvailablePackagesDto.cs index 22de1e214d0..6b99013815d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/AvailablePackagesDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/AvailablePackagesDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/CreateModuleDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/CreateModuleDto.cs index 1c77b4de576..a0c90af278c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/CreateModuleDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/CreateModuleDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/CreatePackageDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/CreatePackageDto.cs index f69fa9f7d7e..efd912936f1 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/CreatePackageDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/CreatePackageDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/DeletePackageDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/DeletePackageDto.cs index 2e45e7ebff4..ae63a81f19f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/DeletePackageDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/DeletePackageDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/DownloadPackageDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/DownloadPackageDto.cs index 1eedd8f3b2a..ffd27ce7f67 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/DownloadPackageDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/DownloadPackageDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.Extensions.Components.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/AuthSystemPackageDetailDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/AuthSystemPackageDetailDto.cs index 7ed48c61d61..514d897a0ab 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/AuthSystemPackageDetailDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/AuthSystemPackageDetailDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Installer.Packages; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/CoreLanguagePackageDetailDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/CoreLanguagePackageDetailDto.cs index 039fdc4af32..2b8dce44ac6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/CoreLanguagePackageDetailDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/CoreLanguagePackageDetailDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Services.Installer.Packages; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ExtensionLanguagePackageDetailDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ExtensionLanguagePackageDetailDto.cs index 94628100c23..800e59a03c8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ExtensionLanguagePackageDetailDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ExtensionLanguagePackageDetailDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Services.Installer.Packages; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/JsLibraryPackageDetailDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/JsLibraryPackageDetailDto.cs index 26d6314bda7..b8d98902987 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/JsLibraryPackageDetailDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/JsLibraryPackageDetailDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Services.Installer.Packages; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ListItemDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ListItemDto.cs index b34ee29e3ee..37e03411f2f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ListItemDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ListItemDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.Extensions.Components.Dto.Editors diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModuleControlDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModuleControlDto.cs index 00f03eb43b8..487b495224e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModuleControlDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModuleControlDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Entities.Modules; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModuleDefinitionDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModuleDefinitionDto.cs index 7783622932f..2e9dd85c13e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModuleDefinitionDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModuleDefinitionDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModulePackageDetailDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModulePackageDetailDto.cs index dc605ae70b5..d79afefd239 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModulePackageDetailDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModulePackageDetailDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModulePackagePermissionsDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModulePackagePermissionsDto.cs index 6669fb3d8f7..1a6094b5fe2 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModulePackagePermissionsDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/ModulePackagePermissionsDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/PermissionsDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/PermissionsDto.cs index 588271a1911..3757269814c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/PermissionsDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/PermissionsDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.DTO; using Dnn.PersonaBar.Library.Helper; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/SkinObjectPackageDetailDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/SkinObjectPackageDetailDto.cs index 552b4ff3db5..6baa4253a5f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/SkinObjectPackageDetailDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/SkinObjectPackageDetailDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Installer.Packages; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/SkinPackageDetailDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/SkinPackageDetailDto.cs index 85189442b42..e9d78e1a842 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/SkinPackageDetailDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/SkinPackageDetailDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Installer.Packages; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/UsedByPackage.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/UsedByPackage.cs index a32cd61ff21..204ce86b923 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/UsedByPackage.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/Editors/UsedByPackage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.Extensions.Components.Dto.Editors diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/InstallResultDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/InstallResultDto.cs index 40b4c71e2c1..0cb8cd64ab2 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/InstallResultDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/InstallResultDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/InstallerLogEntry.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/InstallerLogEntry.cs index 5617d75fe7c..8db47af5861 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/InstallerLogEntry.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/InstallerLogEntry.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Installer.Log; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/ModuleFolderDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/ModuleFolderDto.cs index c2de860eb0e..d9b8b799176 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/ModuleFolderDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/ModuleFolderDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageFilesQueryDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageFilesQueryDto.cs index 270ae7d4d26..77277decbf5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageFilesQueryDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageFilesQueryDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.Extensions.Components.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageInfoDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageInfoDto.cs index 737a2af1c6e..035f538e7f1 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageInfoDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageInfoDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageInfoSlimDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageInfoSlimDto.cs index 654c57d71f4..845f2d75042 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageInfoSlimDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageInfoSlimDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using DotNetNuke.Common.Utilities; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageManifestDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageManifestDto.cs index 47084dbe153..089ee4984df 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageManifestDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageManifestDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Services.Installer.Packages; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageSettingsDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageSettingsDto.cs index 2b8e09af790..dbebb78aa7a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageSettingsDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/PackageSettingsDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/ParseResultDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/ParseResultDto.cs index 19e3b366823..006ad73909f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/ParseResultDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Dto/ParseResultDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/AuthSystemPackageEditor.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/AuthSystemPackageEditor.cs index df0e2e020af..9682122894e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/AuthSystemPackageEditor.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/AuthSystemPackageEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Microsoft.Extensions.DependencyInjection; using Dnn.PersonaBar.Extensions.Components.Dto; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/CoreLanguagePackageEditor.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/CoreLanguagePackageEditor.cs index 7256a5eedcd..d2693523dec 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/CoreLanguagePackageEditor.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/CoreLanguagePackageEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Microsoft.Extensions.DependencyInjection; using Dnn.PersonaBar.Extensions.Components.Dto; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/ExtensionLanguagePackageEditor.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/ExtensionLanguagePackageEditor.cs index 266f5b5d7d6..f52a18a8e56 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/ExtensionLanguagePackageEditor.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/ExtensionLanguagePackageEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Extensions.Components.Dto; using Dnn.PersonaBar.Extensions.Components.Dto.Editors; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/IPackageEditor.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/IPackageEditor.cs index ca6b7a778c9..875d4270b7b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/IPackageEditor.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/IPackageEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Extensions.Components.Dto; using DotNetNuke.Services.Installer.Packages; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/JsLibraryPackageEditor.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/JsLibraryPackageEditor.cs index 897244a28cb..16d0a13fc01 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/JsLibraryPackageEditor.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/JsLibraryPackageEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using Dnn.PersonaBar.Extensions.Components.Dto; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/ModulePackageEditor.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/ModulePackageEditor.cs index bd750a48859..8d603ecc76b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/ModulePackageEditor.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/ModulePackageEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/PackageEditorFactory.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/PackageEditorFactory.cs index a190706b78f..ce01bcaa4ce 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/PackageEditorFactory.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/PackageEditorFactory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Extensions.Components.Editors diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/SkinObjectPackageEditor.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/SkinObjectPackageEditor.cs index ff6ce723cd6..3b8c3b21659 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/SkinObjectPackageEditor.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/SkinObjectPackageEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Extensions.Components.Dto; using Dnn.PersonaBar.Extensions.Components.Dto.Editors; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/SkinPackageEditor.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/SkinPackageEditor.cs index a835a0bf25d..956ea9b9764 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/SkinPackageEditor.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Editors/SkinPackageEditor.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Extensions.Components.Dto; using Dnn.PersonaBar.Extensions.Components.Dto.Editors; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/ExtensionsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/ExtensionsController.cs index f21082f2d67..1267bf806f9 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/ExtensionsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/ExtensionsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/ICreateModuleController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/ICreateModuleController.cs index 060f5c9f64d..cc0e6991470 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/ICreateModuleController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/ICreateModuleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Extensions.Components.Dto; namespace Dnn.PersonaBar.Extensions.Components diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/IInstallController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/IInstallController.cs index 3c15b514df1..3971d7927b2 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/IInstallController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/IInstallController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; using Dnn.PersonaBar.Extensions.Components.Dto; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/InstallController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/InstallController.cs index 2336bcfa8db..b736b4dfaf0 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/InstallController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/InstallController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Utility.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Utility.cs index 7b34bf11517..25c36d1839c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Utility.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Extensions/Utility.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using Dnn.PersonaBar.Extensions.Components.Dto.Editors; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/BulkPagesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/BulkPagesController.cs index 55b83ab3f91..648e016d693 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/BulkPagesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/BulkPagesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/CloneModuleExecutionContext.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/CloneModuleExecutionContext.cs index 3388a815fa8..0be947dbfaf 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/CloneModuleExecutionContext.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/CloneModuleExecutionContext.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Threading; using DotNetNuke.Framework; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Constants.cs index da415a11100..d58cb455200 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Components { public class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Converters.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Converters.cs index 1567acf4745..a95ad01839b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Converters.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Converters.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/DefaultPortalThemeController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/DefaultPortalThemeController.cs index a4d11eb0da2..bd3a4d34bfa 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/DefaultPortalThemeController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/DefaultPortalThemeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Host; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/PageUrlResult.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/PageUrlResult.cs index cea865be7bd..24957583152 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/PageUrlResult.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/PageUrlResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Components.Dto { public class PageUrlResult diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/Template.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/Template.cs index d0149c565d9..0bad254bf54 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/Template.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/Template.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Components.Dto { public class Template diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/UrlIdDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/UrlIdDto.cs index 0c2deffd9af..a49dbdff5f1 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/UrlIdDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Dto/UrlIdDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Components.Dto { public class UrlIdDto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/BulkPagesException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/BulkPagesException.cs index 33650f12bd3..68cd3aaabf5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/BulkPagesException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/BulkPagesException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Pages.Components.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageException.cs index 963554a2641..ae4512f46a0 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Pages.Components.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageModuleNotFoundException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageModuleNotFoundException.cs index 1a760970cc6..bf460e03c23 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageModuleNotFoundException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageModuleNotFoundException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Pages.Components.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageNotFoundException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageNotFoundException.cs index 1f3781f7358..48de5dcc705 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageNotFoundException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageNotFoundException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Pages.Components.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageValidationException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageValidationException.cs index 055588bdb7e..4b5ef7bc4aa 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageValidationException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/PageValidationException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Pages.Components.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/TemplateException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/TemplateException.cs index 95ad0bac91a..af1ace1eb28 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/TemplateException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Exceptions/TemplateException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Pages.Components.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/FriendlyUrlWrapper.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/FriendlyUrlWrapper.cs index 5017b1ca4a1..33bbd8ee02d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/FriendlyUrlWrapper.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/FriendlyUrlWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Urls; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IBulkPagesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IBulkPagesController.cs index 1515b59d79e..c0e315bcc6c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IBulkPagesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IBulkPagesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Pages.Services.Dto; namespace Dnn.PersonaBar.Pages.Components diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/ICloneModuleExecutionContext.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/ICloneModuleExecutionContext.cs index d6d58e945d3..28c7e48fc9a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/ICloneModuleExecutionContext.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/ICloneModuleExecutionContext.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Components { /// diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IDefaultPortalThemeController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IDefaultPortalThemeController.cs index 6aab2517ebc..601c7b58d1b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IDefaultPortalThemeController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IDefaultPortalThemeController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Components { /// diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IFriendlyUrlWrapper.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IFriendlyUrlWrapper.cs index b5500eeeb39..b89ef68a74e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IFriendlyUrlWrapper.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IFriendlyUrlWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Urls; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPageManagementController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPageManagementController.cs index ad5b98d318d..d843374c9d4 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPageManagementController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPageManagementController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Tabs; namespace Dnn.PersonaBar.Pages.Components diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPageUrlsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPageUrlsController.cs index 3953eb8e10f..1a617793240 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPageUrlsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPageUrlsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Pages.Components.Dto; using Dnn.PersonaBar.Pages.Services.Dto; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPagesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPagesController.cs index 24bbf4eb171..9472eee1cb1 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPagesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IPagesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Pages.Components.Dto; using Dnn.PersonaBar.Pages.Services.Dto; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/ITemplateController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/ITemplateController.cs index 9f697f14f55..66446edbade 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/ITemplateController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/ITemplateController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Pages.Components.Dto; using Dnn.PersonaBar.Pages.Services.Dto; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IUrlRewriterUtilsWrapper.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IUrlRewriterUtilsWrapper.cs index 8b13adf72d0..49ac0f7fdce 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IUrlRewriterUtilsWrapper.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/IUrlRewriterUtilsWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Urls; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Localization.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Localization.cs index b6fc2ffe3aa..22c9564225b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Localization.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Localization.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; namespace Dnn.PersonaBar.Pages.Components diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PageManagementController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PageManagementController.cs index 176b691920f..f39592f3f42 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PageManagementController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PageManagementController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.Common; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PageUrlsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PageUrlsController.cs index 4242c6395c3..ec8f41e684c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PageUrlsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PageUrlsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PagesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PagesController.cs index ff900d05e5b..f4f252a49b9 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PagesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PagesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Framework; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PagesControllerImpl.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PagesControllerImpl.cs index 587086b135f..ccfa2953d63 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PagesControllerImpl.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PagesControllerImpl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/DeletePage.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/DeletePage.cs index 6dcf73f87bc..717757a9da1 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/DeletePage.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/DeletePage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; using Dnn.PersonaBar.Library.Prompt.Models; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/GetPage.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/GetPage.cs index 2beef84bb4a..df8c88f28f6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/GetPage.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/GetPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/GotoPage.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/GotoPage.cs index 53dac158fdd..b3ce917e953 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/GotoPage.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/GotoPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; using Dnn.PersonaBar.Library.Prompt.Models; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/ListPages.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/ListPages.cs index 42732a3e366..3ade6f00b52 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/ListPages.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/ListPages.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/NewPage.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/NewPage.cs index 0b9b8432534..c1045912208 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/NewPage.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/NewPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/SetPage.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/SetPage.cs index 703fe9c40df..a1f1d098ec3 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/SetPage.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Commands/SetPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Models/PageModel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Models/PageModel.cs index 9946267ac54..898e55bb7ed 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Models/PageModel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Models/PageModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Components.Prompt.Models { public class PageModel : PageModelBase diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Models/PageModelBase.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Models/PageModelBase.cs index 1b7bb99e9cb..27d94814110 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Models/PageModelBase.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Prompt/Models/PageModelBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Components.Prompt.Models { public class PageModelBase diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PublishStatus.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PublishStatus.cs index 0b905ba6194..a98a0b3268f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PublishStatus.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PublishStatus.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Components { public enum PublishStatus diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Security/ISecurityService.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Security/ISecurityService.cs index bf8f7be9f47..ee41988b2b6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Security/ISecurityService.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Security/ISecurityService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Model; using Dnn.PersonaBar.Pages.Services.Dto; using DotNetNuke.Entities.Tabs; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Security/SecurityService.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Security/SecurityService.cs index 8bc05d7de65..6319e873b4d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Security/SecurityService.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/Security/SecurityService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Security.Permissions; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/TemplateController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/TemplateController.cs index 08687ff5168..120bbba083d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/TemplateController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/TemplateController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/UrlRewriterUtilsWrapper.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/UrlRewriterUtilsWrapper.cs index e9a07c4a185..9c252162669 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/UrlRewriterUtilsWrapper.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/UrlRewriterUtilsWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Urls; namespace Dnn.PersonaBar.Pages.Components diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/WorkflowHelper.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/WorkflowHelper.cs index d68530af978..f85ea891db6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/WorkflowHelper.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/WorkflowHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.Common.Utilities; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/XssCleaner.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/XssCleaner.cs index f84f7a92855..12aef540e7e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/XssCleaner.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/XssCleaner.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Pages.Services.Dto; using DotNetNuke.Security; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Application/RestartApplication.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Application/RestartApplication.cs index 47040b2cef2..2d9c105ec75 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Application/RestartApplication.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Application/RestartApplication.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/ClearHistory.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/ClearHistory.cs index e7b1958055c..07850e0c544 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/ClearHistory.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/ClearHistory.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/ClearScreen.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/ClearScreen.cs index 2708dc71f30..43777a2c515 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/ClearScreen.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/ClearScreen.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Clh.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Clh.cs index b26d5ae3875..4826ebd5fb6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Clh.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Clh.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Cls.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Cls.cs index 7a05130a2d2..c3b742bf2b0 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Cls.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Cls.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Exit.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Exit.cs index 982b95faf7a..cdd8b6fbd6e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Exit.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Exit.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Reload.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Reload.cs index 757b7e51d02..71a1b9e1c2e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Reload.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/Reload.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/SetMode.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/SetMode.cs index df87a871791..fdc3745497f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/SetMode.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Client/SetMode.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Commands/ListCommands.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Commands/ListCommands.cs index 9ec5cfaa16c..c4c88c34325 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Commands/ListCommands.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Commands/ListCommands.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Host/ClearCache.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Host/ClearCache.cs index 631214d49d1..c8446b065c2 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Host/ClearCache.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Host/ClearCache.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Host/GetHost.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Host/GetHost.cs index 9e63a6f7ba4..73306d1469d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Host/GetHost.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Host/GetHost.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Text; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/AddModule.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/AddModule.cs index 71750b18fbe..e30d77ef622 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/AddModule.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/AddModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/CopyModule.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/CopyModule.cs index f6e4ddf3d0e..767114a185c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/CopyModule.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/CopyModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Net; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/DeleteModule.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/DeleteModule.cs index bd5ae9597dc..d875fb13153 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/DeleteModule.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/DeleteModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Net; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/GetModule.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/GetModule.cs index c7fef680f08..f2db0ce5167 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/GetModule.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/GetModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Net; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/ListModules.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/ListModules.cs index 2ed2fb442bf..9bef47d307d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/ListModules.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/ListModules.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/MoveModule.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/MoveModule.cs index 2da4783a1be..9024611fd8d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/MoveModule.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/MoveModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Net; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ClearLog.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ClearLog.cs index 5f85abfc1da..7e13917c0b9 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ClearLog.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ClearLog.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/GetPortal.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/GetPortal.cs index c62378d4ac8..c6bae7aa094 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/GetPortal.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/GetPortal.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/GetSite.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/GetSite.cs index 15b1f59a092..28e9437f7db 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/GetSite.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/GetSite.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Attributes; namespace Dnn.PersonaBar.Prompt.Components.Commands.Portal diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ListPortals.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ListPortals.cs index 0d0974c827c..aff1792c85a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ListPortals.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ListPortals.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ListSites.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ListSites.cs index e09428210d6..deac6ea7440 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ListSites.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Portal/ListSites.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Attributes; namespace Dnn.PersonaBar.Prompt.Components.Commands.Portal diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Utilities/Echo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Utilities/Echo.cs index da5c1735bb6..b87c1f05cfb 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Utilities/Echo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Utilities/Echo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; using Dnn.PersonaBar.Library.Prompt.Models; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Constants.cs index b5215b3f875..e5895db617e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Prompt.Components { public class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/IModulesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/IModulesController.cs index 0a1ae8154ad..c782c770456 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/IModulesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/IModulesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/Command.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/Command.cs index 907e8e4337f..03586fa389b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/Command.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/Command.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandHelp.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandHelp.cs index ef56d0e65d1..5f57872e931 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandHelp.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandHelp.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandInputModel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandInputModel.cs index da10561c1fd..d2049eddfa7 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandInputModel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandInputModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using System.Text.RegularExpressions; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandOption.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandOption.cs index b9c109ac8f6..e7d1634486c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandOption.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandOption.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/HostModel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/HostModel.cs index 22065b6c180..4995f626293 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/HostModel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/HostModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; using DotNetNuke.Common; using DotNetNuke.Entities.Host; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/ModuleInfoModel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/ModuleInfoModel.cs index 4a84f83c1a6..6aad2421537 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/ModuleInfoModel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/ModuleInfoModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using System.Text; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/ModuleInstanceModel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/ModuleInstanceModel.cs index 3a189bb4a41..2cffa718dbd 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/ModuleInstanceModel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/ModuleInstanceModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Prompt.Components.Models { /// diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/PortalModel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/PortalModel.cs index 527a7209acc..f88b2917186 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/PortalModel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/PortalModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; namespace Dnn.PersonaBar.Prompt.Components.Models diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/PortalModelBase.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/PortalModelBase.cs index c59ac02effc..910ed8eb738 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/PortalModelBase.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/PortalModelBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common; namespace Dnn.PersonaBar.Prompt.Components.Models diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/ModulesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/ModulesController.cs index 7b75d4d683f..925d0cc90c0 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/ModulesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/ModulesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Repositories/CommandRepository.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Repositories/CommandRepository.cs index a51263a2d20..28c5f7f3cce 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Repositories/CommandRepository.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Repositories/CommandRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Repositories/ICommandRepository.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Repositories/ICommandRepository.cs index 41fc803abd5..c3d62d3e1a1 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Repositories/ICommandRepository.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Repositories/ICommandRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Prompt.Components.Models; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Utilities.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Utilities.cs index f880bc43f4a..d084436c08b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Utilities.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Utilities.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Text.RegularExpressions; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Constants.cs index 39feec5ef83..740a1de7f4f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Recyclebin.Components { public static class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/ModuleItem.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/ModuleItem.cs index 9f8cfba5e2e..37f264f8fea 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/ModuleItem.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/ModuleItem.cs @@ -1,8 +1,8 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -namespace Dnn.PersonaBar.Recyclebin.Components.Dto +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + +namespace Dnn.PersonaBar.Recyclebin.Components.Dto { public class ModuleItem diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/PageItem.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/PageItem.cs index 02190dc2674..7ea75da8bb8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/PageItem.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/PageItem.cs @@ -1,8 +1,8 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -using System.Runtime.Serialization; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + +using System.Runtime.Serialization; namespace Dnn.PersonaBar.Recyclebin.Components.Dto { diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/UserItem.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/UserItem.cs index 6365e280bd1..c9a4fa37a9c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/UserItem.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Dto/UserItem.cs @@ -1,8 +1,8 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -namespace Dnn.PersonaBar.Recyclebin.Components.Dto +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + +namespace Dnn.PersonaBar.Recyclebin.Components.Dto { public class UserItem diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/IRecyclebinController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/IRecyclebinController.cs index 0b3d7e9b8f0..d020ec6ebde 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/IRecyclebinController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/IRecyclebinController.cs @@ -1,8 +1,8 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -using System.Collections.Generic; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + +using System.Collections.Generic; using System.Text; using Dnn.PersonaBar.Recyclebin.Components.Dto; using DotNetNuke.Entities.Modules; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgeModule.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgeModule.cs index 2ff39549ca1..e7cc06909f9 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgeModule.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgeModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Text; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgePage.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgePage.cs index a93ac511f7d..59bc267b41f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgePage.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgePage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Text; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgeUser.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgeUser.cs index cbae22ea473..bdcbde1a587 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgeUser.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/PurgeUser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestoreModule.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestoreModule.cs index 53b6b4c2276..7ad98cd76cb 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestoreModule.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestoreModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; using Dnn.PersonaBar.Library.Prompt.Models; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestorePage.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestorePage.cs index fc323a82c9d..9ddc6a5ce2f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestorePage.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestorePage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Helper; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestoreUser.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestoreUser.cs index e20e360b2ac..9464a1b0058 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestoreUser.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/Prompt/Commands/RestoreUser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; using Dnn.PersonaBar.Library.Prompt.Models; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/RecyclebinController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/RecyclebinController.cs index 782effaf331..5f753ac4811 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/RecyclebinController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Recyclebin/RecyclebinController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Constants.cs index 972fee580d2..3625864a0df 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Roles.Components { public static class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/IRolesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/IRolesController.cs index fe3a64024a7..1bc43a5265f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/IRolesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/IRolesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Net; using Dnn.PersonaBar.Roles.Services.DTO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/DeleteRole.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/DeleteRole.cs index 4c33e133a05..b49c715b229 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/DeleteRole.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/DeleteRole.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/GetRole.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/GetRole.cs index e1880762d07..8e2ff12f813 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/GetRole.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/GetRole.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/ListRoles.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/ListRoles.cs index d91971714b6..fb3fbaa70fe 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/ListRoles.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/ListRoles.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/NewRole.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/NewRole.cs index e286644faca..10b3b2bdb88 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/NewRole.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/NewRole.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/SetRole.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/SetRole.cs index 742f8bf7e18..eb6e97af2bf 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/SetRole.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Commands/SetRole.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Exceptions/SetRoleException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Exceptions/SetRoleException.cs index 5cc17ec4ba2..248ab4a3433 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Exceptions/SetRoleException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Exceptions/SetRoleException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Roles.Components.Prompt.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Models/RoleModel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Models/RoleModel.cs index b4c03889e4b..91bc365efe5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Models/RoleModel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Models/RoleModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Common; using DotNetNuke.Security.Roles; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Models/RoleModelBase.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Models/RoleModelBase.cs index 5951fa7ab8a..178fff999d8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Models/RoleModelBase.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/Prompt/Models/RoleModelBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Common; using DotNetNuke.Security.Roles; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/RolesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/RolesController.cs index 8981c012993..f2411e30dd5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/RolesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/RolesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/AuthProviderSupportedAttribute.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/AuthProviderSupportedAttribute.cs index 65d9770df70..89435a5f73d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/AuthProviderSupportedAttribute.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/AuthProviderSupportedAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.ComponentModel.DataAnnotations; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/CultureCodeExistAttribute.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/CultureCodeExistAttribute.cs index cb933045358..31ff4397fb3 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/CultureCodeExistAttribute.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/CultureCodeExistAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; using System; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/RegistrationFieldsAttribute.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/RegistrationFieldsAttribute.cs index 3f4e5bfde73..9e5927d0a90 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/RegistrationFieldsAttribute.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/RegistrationFieldsAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.ComponentModel.DataAnnotations; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/RegistrationFormTypeOptionAttribute.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/RegistrationFormTypeOptionAttribute.cs index ddeccaf90a8..f624eb06544 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/RegistrationFormTypeOptionAttribute.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/RegistrationFormTypeOptionAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; using System; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/TabExistAttribute.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/TabExistAttribute.cs index 868c4c5e778..de98cc0002e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/TabExistAttribute.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/TabExistAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Tabs; using DotNetNuke.Services.Localization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserEmailAsUsernameAttribute.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserEmailAsUsernameAttribute.cs index 36e5de7ded2..6d2217f74a8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserEmailAsUsernameAttribute.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserEmailAsUsernameAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.ComponentModel.DataAnnotations; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserExistAttribute.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserExistAttribute.cs index b22123e7dc7..58ed039807a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserExistAttribute.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserExistAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Users; using DotNetNuke.Services.Localization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserRegistrationOptionAttribute.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserRegistrationOptionAttribute.cs index d2681e305d2..2e90e280e13 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserRegistrationOptionAttribute.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Attributes/UserRegistrationOptionAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using DotNetNuke.Services.Localization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/AuditChecks.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/AuditChecks.cs index 284f9371b75..ac24cc804c8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/AuditChecks.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/AuditChecks.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/CheckResult.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/CheckResult.cs index f9896692522..0048743883a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/CheckResult.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/CheckResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.Services.Localization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckAllowableFileExtensions.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckAllowableFileExtensions.cs index edba5ecb27b..3e516e71ca8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckAllowableFileExtensions.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckAllowableFileExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Host; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckBiography.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckBiography.cs index 24979823b3e..89cf7896c2c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckBiography.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckBiography.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Lists; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDebug.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDebug.cs index db54966bfe3..0dc1d120d47 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDebug.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDebug.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Web; namespace Dnn.PersonaBar.Security.Components.Checks diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDefaultPage.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDefaultPage.cs index a9bb1ec7b1c..e764c81733e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDefaultPage.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDefaultPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDiskAcccessPermissions.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDiskAcccessPermissions.cs index 09e5a4fea8b..c1effde17ad 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDiskAcccessPermissions.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckDiskAcccessPermissions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckHiddenSystemFiles.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckHiddenSystemFiles.cs index 2bc59d5df95..e68e3d1c157 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckHiddenSystemFiles.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckHiddenSystemFiles.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckModuleHeaderAndFooter.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckModuleHeaderAndFooter.cs index 612985e8c28..7e900516501 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckModuleHeaderAndFooter.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckModuleHeaderAndFooter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using DotNetNuke.Data; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckPasswordFormat.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckPasswordFormat.cs index d3ddae38d24..bb7ce39ff37 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckPasswordFormat.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckPasswordFormat.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Security.Membership; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckRarelyUsedSuperuser.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckRarelyUsedSuperuser.cs index 241cecbf787..139631b7720 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckRarelyUsedSuperuser.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckRarelyUsedSuperuser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSiteRegistration.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSiteRegistration.cs index 518c8ca3556..74f055e7803 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSiteRegistration.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSiteRegistration.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSqlRisk.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSqlRisk.cs index 47fcbc1c548..2327c390439 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSqlRisk.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSqlRisk.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSuperuserOldPassword.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSuperuserOldPassword.cs index 29e4dc798a1..2021c4f39b6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSuperuserOldPassword.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckSuperuserOldPassword.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckTelerikVulnerability.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckTelerikVulnerability.cs index 64fdee33d4e..1571fb19bfc 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckTelerikVulnerability.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckTelerikVulnerability.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckTracing.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckTracing.cs index 913512919b3..19ebdd38052 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckTracing.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckTracing.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Net.Http; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckUnexpectedExtensions.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckUnexpectedExtensions.cs index 4b359a9ec9b..516c91c0223 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckUnexpectedExtensions.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckUnexpectedExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckViewstatemac.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckViewstatemac.cs index a604937c31f..76072ceee9d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckViewstatemac.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Checks/CheckViewstatemac.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using System.Web.UI; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Constants.cs index 6281325add8..ae029849eae 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Security.Components { public static class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Helper/RegistrationSettingsHelper.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Helper/RegistrationSettingsHelper.cs index 96ced60f2ce..64f52f1b437 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Helper/RegistrationSettingsHelper.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Helper/RegistrationSettingsHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/IAuditCheck.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/IAuditCheck.cs index 9217e525ae7..dbaeed135a8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/IAuditCheck.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/IAuditCheck.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Security.Components { public interface IAuditCheck diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/SecurityController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/SecurityController.cs index 297ecd0e83d..9fba9038411 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/SecurityController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/SecurityController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Data; using System.Globalization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/SeverityEnum.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/SeverityEnum.cs index 1b3db12c260..1044aba7544 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/SeverityEnum.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/SeverityEnum.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Security.Components { public enum SeverityEnum diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Utility.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Utility.cs index 6adc5b3cc12..74fdf293f75 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Utility.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Utility.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/ExtensionMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/ExtensionMenuController.cs index fdc70f18938..87a41896254 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/ExtensionMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/ExtensionMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Controllers; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/SeoController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/SeoController.cs index 3881884f573..673e0ee77de 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/SeoController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/SeoController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/UrlRewritingResult.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/UrlRewritingResult.cs index 002271061bc..39b97efe4e6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/UrlRewritingResult.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Seo/UrlRewritingResult.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Services.Localization; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/Constants.cs index 5db371900fe..9452467ed8e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Servers.Components { public static class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/BackupInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/BackupInfo.cs index ce942547e4c..d2c86593025 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/BackupInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/BackupInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Servers.Components.DatabaseServer diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DataService.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DataService.cs index f465c1ffbde..cc48badd1c5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DataService.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using DotNetNuke.Data; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DatabaseController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DatabaseController.cs index cecc7fffd86..bceb6f6a8d8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DatabaseController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DatabaseController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using DotNetNuke.Common.Utilities; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DbFileInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DbFileInfo.cs index 77a58d22a4a..cad5f66c669 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DbFileInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DbFileInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Servers.Components.DatabaseServer diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DbInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DbInfo.cs index 6b4c1431491..751d9271e3c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DbInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/DatabaseServer/DbInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Servers.Components.DatabaseServer { public class DbInfo diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/Log/LogController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/Log/LogController.cs index 5dd288ce600..7bc3b06261a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/Log/LogController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/Log/LogController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/PerformanceSettings/PerformanceController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/PerformanceSettings/PerformanceController.cs index e8f22e76e6c..e577e943f97 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/PerformanceSettings/PerformanceController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/PerformanceSettings/PerformanceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using DotNetNuke.Framework.Providers; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/WebServer/ServerInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/WebServer/ServerInfo.cs index 7df0504d853..a534e04de87 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/WebServer/ServerInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Servers/WebServer/ServerInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Security.Principal; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/IManagePortalGroups.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/IManagePortalGroups.cs index b5e9bef9e27..27e132398e6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/IManagePortalGroups.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/IManagePortalGroups.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.SiteGroups.Models; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/Models/PortalGroupInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/Models/PortalGroupInfo.cs index 2278a556554..9a18a31dc99 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/Models/PortalGroupInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/Models/PortalGroupInfo.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace Dnn.PersonaBar.SiteGroups.Models diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/Models/PortalInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/Models/PortalInfo.cs index c93b66d7bd3..f77bf26b1fb 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/Models/PortalInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/Models/PortalInfo.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.SiteGroups.Models { public class PortalInfo diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/PortalGroupAdapter.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/PortalGroupAdapter.cs index 13327b95a13..21c08ce2819 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/PortalGroupAdapter.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/PortalGroupAdapter.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Diagnostics; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/SiteGroups.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/SiteGroups.cs index 16ecc168618..94affae198b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/SiteGroups.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteGroups/SiteGroups.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Framework; namespace Dnn.PersonaBar.SiteGroups diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteImportExport/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteImportExport/Constants.cs index 62fec8c1afc..e6a96a93f92 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteImportExport/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteImportExport/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.SiteImportExport.Components { public static class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteImportExport/SiteImportExportController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteImportExport/SiteImportExportController.cs index 976bfc19846..bfc286a0ff9 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteImportExport/SiteImportExportController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteImportExport/SiteImportExportController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.SiteImportExport.Components { public class SiteImportExportController diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/Constants/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/Constants/Constants.cs index d5c9389ebe5..96c2a5c43ff 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/Constants/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/Constants/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.SiteSettings.Components.Constants { public static class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/Constants/LanguageResourceEnums.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/Constants/LanguageResourceEnums.cs index 0a5be1ca211..1d01a2f6407 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/Constants/LanguageResourceEnums.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/Constants/LanguageResourceEnums.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.SiteSettings.Components.Constants { public enum LanguageResourceMode diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/LanguagesControllerTasks.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/LanguagesControllerTasks.cs index d0473e9378b..da238ffb285 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/LanguagesControllerTasks.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/LanguagesControllerTasks.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/SiteSettingsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/SiteSettingsController.cs index fe1af0c533f..88ef9b4e9e7 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/SiteSettingsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SiteSettings/SiteSettingsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/Constants.cs index 3f211a8f99d..dd7ad89ea4e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Sites.Components { public static class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/Dto/HttpAliasDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/Dto/HttpAliasDto.cs index 18f0ee07c89..f12ae953866 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/Dto/HttpAliasDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/Dto/HttpAliasDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/SitesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/SitesController.cs index 4c8508d6cd6..a4d1a3e8483 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/SitesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Sites/SitesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/AdHocSqlQuery.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/AdHocSqlQuery.cs index 8d683c5ea2b..28c925267fe 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/AdHocSqlQuery.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/AdHocSqlQuery.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/ISqlQueryController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/ISqlQueryController.cs index 9ef2339b4f9..18413cf7f11 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/ISqlQueryController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/ISqlQueryController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace Dnn.PersonaBar.SqlConsole.Components diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/SqlConsoleController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/SqlConsoleController.cs index 7730bdbbcfe..66fc941ccc1 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/SqlConsoleController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/SqlConsoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/SqlConsoleQuery.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/SqlConsoleQuery.cs index ef10c9d8ecf..415ad6a8ce7 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/SqlConsoleQuery.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/SqlConsoleQuery.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Constants.cs index 9c1e504e438..9730de9f669 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.TaskScheduler.Components { public class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/GetTask.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/GetTask.cs index 4c485bd3957..2da74f0c115 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/GetTask.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/GetTask.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/ListTask.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/ListTask.cs index 5b7d843ae88..8e348896960 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/ListTask.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/ListTask.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/SetTask.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/SetTask.cs index 4cd41f0b781..1ea350da4ca 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/SetTask.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Commands/SetTask.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Models/TaskModel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Models/TaskModel.cs index bd683ec935d..2b50899c861 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Models/TaskModel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Models/TaskModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Common; using DotNetNuke.Services.Scheduling; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Models/TaskModelBase.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Models/TaskModelBase.cs index 87a0f504470..4f5ce477dc8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Models/TaskModelBase.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/Prompt/Models/TaskModelBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Common; using DotNetNuke.Services.Scheduling; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/TaskSchedulerController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/TaskSchedulerController.cs index feea9fcd43e..31caa01bdb7 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/TaskSchedulerController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/TaskScheduler/TaskSchedulerController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ApplyThemeScope.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ApplyThemeScope.cs index caaf3e0aa34..6fb5d4471f2 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ApplyThemeScope.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ApplyThemeScope.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/Constants.cs index bdd91161f06..034af70063b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Themes.Components { public class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ApplyDefaultThemeInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ApplyDefaultThemeInfo.cs index 95a68ded375..2c7b1906b77 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ApplyDefaultThemeInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ApplyDefaultThemeInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ApplyThemeInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ApplyThemeInfo.cs index 32e3e59726f..def7918d205 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ApplyThemeInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ApplyThemeInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ListItemInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ListItemInfo.cs index 8179d707a8a..0387c785533 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ListItemInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ListItemInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ParseThemeInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ParseThemeInfo.cs index a21e53bd7d8..237487e923a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ParseThemeInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ParseThemeInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ThemeFileInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ThemeFileInfo.cs index a13bbf58b07..59568c93e94 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ThemeFileInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ThemeFileInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ThemeInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ThemeInfo.cs index da6792d86fd..f02a8e74d24 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ThemeInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/ThemeInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common; using System; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/UpdateThemeInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/UpdateThemeInfo.cs index 3e8b28d21d7..faad4e7ab21 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/UpdateThemeInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/DTO/UpdateThemeInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/IThemesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/IThemesController.cs index bb1084aa386..4421f29e267 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/IThemesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/IThemesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Themes.Components.DTO; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ParseType.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ParseType.cs index 3a78bf02c7a..1e19e012088 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ParseType.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ParseType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemeLevel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemeLevel.cs index 20e8e07ce9f..99b5e979961 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemeLevel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemeLevel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemeType.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemeType.cs index 9e9a4b14e5e..3abff55a843 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemeType.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemeType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemesController.cs index c6bd5a13913..09a0b535444 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Themes/ThemesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Constants.cs index 16c9765d90a..17e2069ac87 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Users.Components { public static class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/CreateUserContract.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/CreateUserContract.cs index 366b0a4884a..80eb69b5398 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/CreateUserContract.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/CreateUserContract.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.Users.Components.Contracts diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/GetUsersContract.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/GetUsersContract.cs index 75af23130fe..32b81589929 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/GetUsersContract.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/GetUsersContract.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; using Dnn.PersonaBar.Users.Components.Dto; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/RegisterationDetails.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/RegisterationDetails.cs index 3bb454a7913..ddfb61e30c0 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/RegisterationDetails.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Contracts/RegisterationDetails.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ChangePasswordDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ChangePasswordDto.cs index c0404dd44d2..7161ca6532c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ChangePasswordDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ChangePasswordDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/PasswordSettingsDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/PasswordSettingsDto.cs index 0a7d577fd48..f1d9f22e4d0 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/PasswordSettingsDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/PasswordSettingsDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ProfileDefinitionDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ProfileDefinitionDto.cs index 9ba7e1dc994..d2e86b0b1d3 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ProfileDefinitionDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ProfileDefinitionDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ProfileVisibilityDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ProfileVisibilityDto.cs index df0e0c9d995..04306047205 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ProfileVisibilityDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/ProfileVisibilityDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/RelationshipDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/RelationshipDto.cs index cef8423b328..da82137eff9 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/RelationshipDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/RelationshipDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserBasicDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserBasicDto.cs index 37fc6d52f91..7c0233ecd67 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserBasicDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserBasicDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Runtime.Serialization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserBasicDto2.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserBasicDto2.cs index 5968be3534e..4103dc8a1e0 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserBasicDto2.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserBasicDto2.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Users; namespace Dnn.PersonaBar.Users.Components.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserDetailDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserDetailDto.cs index fca220d94e5..c1b27fd385d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserDetailDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserDetailDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Runtime.Serialization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserFilters.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserFilters.cs index 97b2e2fe5d9..13bce8f67dd 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserFilters.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserFilters.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Users.Components.Dto { public enum UserFilters diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserRoleDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserRoleDto.cs index de0bdbe24ea..b8cfdaf5b13 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserRoleDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Dto/UserRoleDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Helpers/SearchTextFilter.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Helpers/SearchTextFilter.cs index 27908aa9225..bbc7a8a9023 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Helpers/SearchTextFilter.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Helpers/SearchTextFilter.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Text; using System.Text.RegularExpressions; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IRegisterController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IRegisterController.cs index 7deecf11dfb..04aeccc63d5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IRegisterController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IRegisterController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Users.Components.Contracts; using Dnn.PersonaBar.Users.Components.Dto; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUserControllerWrapper.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUserControllerWrapper.cs index 75372f0986b..0fda037f315 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUserControllerWrapper.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUserControllerWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Net; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUserValidator.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUserValidator.cs index c6d16400f54..b7581748f0c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUserValidator.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUserValidator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Models; using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUsersController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUsersController.cs index eff5881d377..ed8611b6231 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUsersController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/IUsersController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/AddRoles.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/AddRoles.cs index 7c4c462bc65..01a38a3d864 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/AddRoles.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/AddRoles.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/DeleteUser.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/DeleteUser.cs index 07ff8e46d99..2b96bc50e27 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/DeleteUser.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/DeleteUser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/GetUser.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/GetUser.cs index 238d4869caa..6be7b4cd51a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/GetUser.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/GetUser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/ListUsers.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/ListUsers.cs index 0e05ef1d74e..d1fbbc28e88 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/ListUsers.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/ListUsers.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/NewUser.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/NewUser.cs index 8dda8390c19..3c868bf5648 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/NewUser.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/NewUser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/ResetPassword.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/ResetPassword.cs index 255780a1c15..c189f98bc96 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/ResetPassword.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/ResetPassword.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt; using Dnn.PersonaBar.Library.Prompt.Attributes; using Dnn.PersonaBar.Library.Prompt.Models; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/SetUser.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/SetUser.cs index 48fbdf8158c..fc1228cc093 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/SetUser.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Commands/SetUser.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data.SqlClient; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserModel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserModel.cs index fc555bf8a64..892b3125b3a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserModel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Common; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserModelBase.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserModelBase.cs index 74e5ee68cdc..01084778f97 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserModelBase.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserModelBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Common; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserRoleModel.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserRoleModel.cs index a5e63ee6221..b0f0577d134 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserRoleModel.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Models/UserRoleModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Common; namespace Dnn.PersonaBar.Users.Components.Prompt.Models diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Utilities.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Utilities.cs index 938a1f0d96c..1096d3cc738 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Utilities.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Utilities.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Prompt.Models; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/RegisterController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/RegisterController.cs index 3deeded4b2c..a99b3e321bf 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/RegisterController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/RegisterController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UserControllerWrapper.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UserControllerWrapper.cs index 8754f1db4c9..7800fe69aca 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UserControllerWrapper.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UserControllerWrapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Net; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UserValidator.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UserValidator.cs index 5e1b14b2f54..ef83553c68c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UserValidator.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UserValidator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Helper; using Dnn.PersonaBar.Library.Prompt.Models; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UsersController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UsersController.cs index b2984ea5225..201b8b0ed5e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UsersController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UsersController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UsersMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UsersMenuController.cs index c1db2a9aed0..08007d1f619 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UsersMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/UsersMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using Dnn.PersonaBar.Library.Controllers; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Constants.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Constants.cs index 42206b845ce..2290b5fc9dc 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Constants.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Vocabularies.Components { public class Constants diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/TermValidationException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/TermValidationException.cs index d4d768b7aca..43dc150dfca 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/TermValidationException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/TermValidationException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Vocabularies.Components; namespace Dnn.PersonaBar.Vocabularies.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabulariesException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabulariesException.cs index e478fd3cb0b..3e523d80e0c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabulariesException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabulariesException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Vocabularies.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabularyNameAlreadyExistsException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabularyNameAlreadyExistsException.cs index 5e490d73057..a0e0d0c80d8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabularyNameAlreadyExistsException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabularyNameAlreadyExistsException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Vocabularies.Components; namespace Dnn.PersonaBar.Vocabularies.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabularyValidationException.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabularyValidationException.cs index 7e1f05153ac..b25bd36c65d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabularyValidationException.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Exceptions/VocabularyValidationException.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Vocabularies.Components; namespace Dnn.PersonaBar.Vocabularies.Exceptions diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Validators/VocabularyNameValidator.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Validators/VocabularyNameValidator.cs index 1ad32e301d7..f5c054f69da 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Validators/VocabularyNameValidator.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/Validators/VocabularyNameValidator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/VocabulariesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/VocabulariesController.cs index 4e26d23928f..df94f4e9019 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/VocabulariesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Vocabularies/VocabulariesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Data/IUsersDataService.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Data/IUsersDataService.cs index 134c8ee8b96..db3134cd5fe 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Data/IUsersDataService.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Data/IUsersDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Users.Components.Dto; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Data/UsersDataService.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Data/UsersDataService.cs index c5c74167a8b..c68a0f89fff 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Data/UsersDataService.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Data/UsersDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Dnn.PersonaBar.Users.Components.Dto; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/AdminMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/AdminMenuController.cs index eaa281e2888..05e13ab15d6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/AdminMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/AdminMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Controllers; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ConfigConsoleMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ConfigConsoleMenuController.cs index 94e1fcbf418..fbbec9f7ecf 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ConfigConsoleMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ConfigConsoleMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/CssEditorMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/CssEditorMenuController.cs index 9d352715c2b..0ad0a3bcd24 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/CssEditorMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/CssEditorMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ExtensionMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ExtensionMenuController.cs index bca34b48dbc..42e6615c928 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ExtensionMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ExtensionMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Microsoft.Extensions.DependencyInjection; using Dnn.PersonaBar.Library.Controllers; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/LicensingMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/LicensingMenuController.cs index 944c81f09fc..b712e81936d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/LicensingMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/LicensingMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/PagesMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/PagesMenuController.cs index af6b17d921f..68a86a78a58 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/PagesMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/PagesMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Linq; using Dnn.PersonaBar.Library.Controllers; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/PromptMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/PromptMenuController.cs index baf2fa00648..2193fcdd7f7 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/PromptMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/PromptMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Controllers; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SecurityMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SecurityMenuController.cs index f230a0b1914..108348bddee 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SecurityMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SecurityMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Controllers; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ServersMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ServersMenuController.cs index 17babcfdaa2..704e4ec2f58 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ServersMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ServersMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Controllers; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SiteImportExportMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SiteImportExportMenuController.cs index b8c0714e214..39ca9af806c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SiteImportExportMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SiteImportExportMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Controllers; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SiteSettingsMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SiteSettingsMenuController.cs index 3719ed565e9..5d6d2d00fc7 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SiteSettingsMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SiteSettingsMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Controllers; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SitesMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SitesMenuController.cs index 50b76436809..090c38b3f4a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SitesMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SitesMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SqlConsoleMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SqlConsoleMenuController.cs index 094e341b28d..5d22df011e5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SqlConsoleMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/SqlConsoleMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/TaskSchedulerMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/TaskSchedulerMenuController.cs index 094cf3f6271..d80b29ebb04 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/TaskSchedulerMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/TaskSchedulerMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ThemeMenuController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ThemeMenuController.cs index 080ed6b1e89..9cf03036955 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ThemeMenuController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/MenuControllers/ThemeMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Properties/AssemblyInfo.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Properties/AssemblyInfo.cs index 9df5e2fcf7e..294d14268a9 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Properties/AssemblyInfo.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/AdminLogsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/AdminLogsController.cs index 9455257bbc1..efa16008872 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/AdminLogsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/AdminLogsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/CommandController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/CommandController.cs index b91f05c9848..16f6e1f840f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/CommandController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/CommandController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Api; using System; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ConfigConsoleController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ConfigConsoleController.cs index 9ebc7f477c6..1e92a1a91f3 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ConfigConsoleController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ConfigConsoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ConnectorsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ConnectorsController.cs index 3267b4e28c9..3baa24029de 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ConnectorsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ConnectorsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/CssEditorController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/CssEditorController.cs index 58ae134b9f7..e799495c8f3 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/CssEditorController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/CssEditorController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPage.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPage.cs index a6c067e7f32..9532d6efeee 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPage.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPage.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Runtime.Serialization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPageResponse.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPageResponse.cs index 443f892a5c2..437c5eb4915 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPageResponse.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPageResponse.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPageResponseItem.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPageResponseItem.cs index f6d21e20b8d..8a39c053926 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPageResponseItem.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/BulkPageResponseItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.Pages.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ConfigFileDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ConfigFileDto.cs index 59aa2c0ad78..4424dc29054 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ConfigFileDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ConfigFileDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CopyPermissionsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CopyPermissionsRequest.cs index a4c68d5f964..7dd7f6d77c7 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CopyPermissionsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CopyPermissionsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.Pages.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CopyThemeRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CopyThemeRequest.cs index ce9ea03974e..a9b84bec9c0 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CopyThemeRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CopyThemeRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.Pages.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CreatePortalRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CreatePortalRequest.cs index 3fd0cfe3d8d..1bcf0b2de57 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CreatePortalRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/CreatePortalRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DeleteLogItemsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DeleteLogItemsRequest.cs index a3127b4af8f..39deb6846ae 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DeleteLogItemsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DeleteLogItemsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DeleteLogSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DeleteLogSettingsRequest.cs index 7ded84ae7f2..094a27c381e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DeleteLogSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DeleteLogSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModuleDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModuleDto.cs index cccde50d6bc..2127f2e9f02 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModuleDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModuleDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Modules; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModulesDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModulesDto.cs index d208ebd4974..6a603d2e864 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModulesDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModulesDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModulesRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModulesRequest.cs index b66eaf45c31..229c40afa64 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModulesRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnModulesRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPageDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPageDto.cs index ea33ea65044..3f9871907c1 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPageDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPageDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPagesDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPagesDto.cs index fcda119b9e2..98c410db9a9 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPagesDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPagesDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPagesRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPagesRequest.cs index 63fcefbe44e..46fdcbc1047 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPagesRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/DnnPagesRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.DTO.Tabs; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/EmailLogItemsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/EmailLogItemsRequest.cs index cee234dc596..c23928476f5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/EmailLogItemsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/EmailLogItemsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ExportTemplateRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ExportTemplateRequest.cs index d2533762fd8..6033c4ee713 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ExportTemplateRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ExportTemplateRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/FileDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/FileDto.cs index 3420ae618d1..6700cce563a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/FileDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/FileDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; using System; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ModuleCopyType.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ModuleCopyType.cs index eaa5fba8457..52d6b9726e1 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ModuleCopyType.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ModuleCopyType.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Services.Dto { public enum ModuleCopyType diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ModuleItem.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ModuleItem.cs index e3675b3e01e..a00a8e7f229 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ModuleItem.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ModuleItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.Pages.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageFolderTemplate.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageFolderTemplate.cs index baff9b1351e..d18a1076308 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageFolderTemplate.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageFolderTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageItem.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageItem.cs index 5aaa4daf03a..531e4195c2c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageItem.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.Pages.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageModuleItem.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageModuleItem.cs index f3f23acd72c..293d5736f58 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageModuleItem.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageModuleItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.Pages.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageMoveRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageMoveRequest.cs index 3221b66afe1..cae820d8181 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageMoveRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageMoveRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Pages.Services.Dto { public class PageMoveRequest diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PagePermissions.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PagePermissions.cs index 30b46bdcd3b..45c2c60395e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PagePermissions.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PagePermissions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.DTO; using Dnn.PersonaBar.Library.Helper; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageSettings.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageSettings.cs index 6759f1a6916..6872234cfa1 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageSettings.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageTemplate.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageTemplate.cs index 58d86ad3d18..2df3113da14 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageTemplate.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/PageTemplate.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.Pages.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ResetTermsAgreementRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ResetTermsAgreementRequest.cs index 4c68bc80c93..6f1b6de2f8d 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ResetTermsAgreementRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ResetTermsAgreementRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.SiteSettings.Services.Dto { public class ResetTermsAgreementRequest diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RestoreCssRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RestoreCssRequest.cs index b6e6f533ee8..d6a02e6c2b5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RestoreCssRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RestoreCssRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RoleDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RoleDto.cs index 780d18f1716..fe93f6ec38c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RoleDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RoleDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RoleGroupDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RoleGroupDto.cs index 6f182349f1a..8cebd20d06b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RoleGroupDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/RoleGroupDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ScheduleDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ScheduleDto.cs index acf47b63afe..6db6d1e8bf6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ScheduleDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/ScheduleDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SendTestEmailRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SendTestEmailRequest.cs index d016fe9b610..61b1b55218a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SendTestEmailRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SendTestEmailRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Servers.Services.Dto { public class SendTestEmailRequest diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SeoUrl.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SeoUrl.cs index 8f97b5dc23c..a76d8d977fb 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SeoUrl.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SeoUrl.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SettingsDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SettingsDto.cs index 09807a00f81..654fb6ca69a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SettingsDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SettingsDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/CreateLanguagePackRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/CreateLanguagePackRequest.cs index 888f511715a..4e52f7e977e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/CreateLanguagePackRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/CreateLanguagePackRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/FileDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/FileDto.cs index faeaca684db..ddc66f9a6a8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/FileDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/FileDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.SiteSettings.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LanguageTabDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LanguageTabDto.cs index 598bd1aa514..49c2c1b1ff0 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LanguageTabDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LanguageTabDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.SiteSettings.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LocalizationEntry.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LocalizationEntry.cs index 1fb2ed634ee..ca87205b525 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LocalizationEntry.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LocalizationEntry.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.SiteSettings.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LocalizationProgress.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LocalizationProgress.cs index 5307af77828..be59d0b1535 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LocalizationProgress.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/LocalizationProgress.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.SiteSettings.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateBasicSearchSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateBasicSearchSettingsRequest.cs index bbd2f61bd3f..97a84500e1b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateBasicSearchSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateBasicSearchSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateDefaultPagesSettings.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateDefaultPagesSettings.cs index 22f165f9eaf..f31d745bca3 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateDefaultPagesSettings.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateDefaultPagesSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateIgnoreWordsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateIgnoreWordsRequest.cs index 68abce9ca17..90706a6d474 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateIgnoreWordsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateIgnoreWordsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateLanguageRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateLanguageRequest.cs index c6a1f3d95ad..fa06caa4642 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateLanguageRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateLanguageRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateLanguageSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateLanguageSettingsRequest.cs index 60427647c0e..e08c02e590c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateLanguageSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateLanguageSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateListEntryOrdersRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateListEntryOrdersRequest.cs index aaf8ccae074..8fa347cbaeb 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateListEntryOrdersRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateListEntryOrdersRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateListEntryRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateListEntryRequest.cs index e5b0f789de3..93e96829feb 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateListEntryRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateListEntryRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateMessagingSettings.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateMessagingSettings.cs index dad5ec4f3f7..4e1a569e67e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateMessagingSettings.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateMessagingSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateOtherSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateOtherSettingsRequest.cs index eccc242ccb6..bc29129481a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateOtherSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateOtherSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdatePrivacySettings.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdatePrivacySettings.cs index abfa854c179..3607a513ef7 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdatePrivacySettings.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdatePrivacySettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyLocalizationRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyLocalizationRequest.cs index b1901dbb8c5..c597513369f 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyLocalizationRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyLocalizationRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyOrdersRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyOrdersRequest.cs index bd68961b379..7ff9dbd72b9 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyOrdersRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyOrdersRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyRequest.cs index bcbfa8fe840..e625dd4ea13 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfilePropertyRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfileSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfileSettingsRequest.cs index 1d339e2cc02..c4959a22ebb 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfileSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateProfileSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSiteAliasRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSiteAliasRequest.cs index 4d5a33b271d..7eacd289d65 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSiteAliasRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSiteAliasRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSiteSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSiteSettingsRequest.cs index 33cb241da50..8157340d677 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSiteSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSiteSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSynonymsGroupRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSynonymsGroupRequest.cs index 39395112dea..63005b8fe03 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSynonymsGroupRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateSynonymsGroupRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateTransaltionsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateTransaltionsRequest.cs index ad5c2d5f53f..d537e81a98e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateTransaltionsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateTransaltionsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateUrlMappingSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateUrlMappingSettingsRequest.cs index 8d31c6c40ae..ab84ced182b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateUrlMappingSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/SiteSettings/UpdateUrlMappingSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using Newtonsoft.Json; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TabDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TabDto.cs index b400429fa9c..3cbf4d565ff 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TabDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TabDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TermDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TermDto.cs index 4a1bb6a05ce..48c77c626a3 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TermDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TermDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/Theme.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/Theme.cs index 8f63c0bef9c..c74cede1f06 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/Theme.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/Theme.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.Pages.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TranslatorsComment.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TranslatorsComment.cs index 32fbc961e4c..daae0772732 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TranslatorsComment.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/TranslatorsComment.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.Pages.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateBasicLoginSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateBasicLoginSettingsRequest.cs index b5fbdf99171..17ff96526b6 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateBasicLoginSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateBasicLoginSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Security.Attributes; namespace Dnn.PersonaBar.Security.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateCachingSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateCachingSettingsRequest.cs index 7e5d471f831..522a21bc1f2 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateCachingSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateCachingSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Servers.Services.Dto { public class UpdateCachingSettingsRequest diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateCssRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateCssRequest.cs index 81cc8e0c267..e050cd8ce89 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateCssRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateCssRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateExtensionUrlProviderStatusRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateExtensionUrlProviderStatusRequest.cs index 9f57e3497f0..12e49eb106a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateExtensionUrlProviderStatusRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateExtensionUrlProviderStatusRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateGeneralSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateGeneralSettingsRequest.cs index c14787c5e31..81f5ddaabcc 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateGeneralSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateGeneralSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateIpFilterRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateIpFilterRequest.cs index 83abb9dbcd9..5f8f86bbbe2 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateIpFilterRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateIpFilterRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateLogSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateLogSettingsRequest.cs index 85baf9d139a..01f2e845a11 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateLogSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateLogSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateMemberSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateMemberSettingsRequest.cs index 6ff3382a67d..6860c0b0b5a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateMemberSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateMemberSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateOtherSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateOtherSettingsRequest.cs index 21739375470..8c6d3fbbad2 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateOtherSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateOtherSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdatePerfSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdatePerfSettingsRequest.cs index 90e838b32c4..130167d0e46 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdatePerfSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdatePerfSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Servers.Services.Dto { public class UpdatePerfSettingsRequest diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateRegexSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateRegexSettingsRequest.cs index 530cbc99827..4bdd1989611 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateRegexSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateRegexSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateRegistrationSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateRegistrationSettingsRequest.cs index f882a29636b..50dad212403 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateRegistrationSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateRegistrationSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Security.Attributes; namespace Dnn.PersonaBar.Security.Services.Dto diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSMTPSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSMTPSettingsRequest.cs index 55793f2f766..353e00ef9f2 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSMTPSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSMTPSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Servers.Services.Dto { public class UpdateSmtpSettingsRequest diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSSLOffloadHeaderRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSSLOffloadHeaderRequest.cs index 54404f0e590..86599b934b5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSSLOffloadHeaderRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSSLOffloadHeaderRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Servers.Services.Dto { public class UpdateSSLOffloadHeaderRequest diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSettingsRequest.cs index 8cce3a255e0..7681efe0abf 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSitemapProviderRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSitemapProviderRequest.cs index 798d98b4071..41379a26023 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSitemapProviderRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSitemapProviderRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSitemapSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSitemapSettingsRequest.cs index bc6b4751d39..5eae0a7f252 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSitemapSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSitemapSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSslSettingsRequest.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSslSettingsRequest.cs index 8e1b358e501..83950585f0c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSslSettingsRequest.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UpdateSslSettingsRequest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/Url.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/Url.cs index f2bb034cfe4..487369557f8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/Url.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/Url.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UserRoleDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UserRoleDto.cs index 7ad31bd3be5..9dfbd6649e8 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UserRoleDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/UserRoleDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/VocabularyDto.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/VocabularyDto.cs index b07f574ce53..ed5afdcdef9 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/VocabularyDto.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/DTO/VocabularyDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ExtensionsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ExtensionsController.cs index 4d864178bf0..a3ac55493ed 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ExtensionsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ExtensionsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/LanguagesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/LanguagesController.cs index 790f4c2f416..443923c878b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/LanguagesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/LanguagesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/LicensingController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/LicensingController.cs index fb5026c1f20..d60d13623be 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/LicensingController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/LicensingController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/PagesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/PagesController.cs index 5fd519cfa23..1bc5cb594ae 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/PagesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/PagesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/RecyclebinController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/RecyclebinController.cs index df40134710b..05491691270 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/RecyclebinController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/RecyclebinController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/RolesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/RolesController.cs index e5aa4565f47..d09d098965b 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/RolesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/RolesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SecurityController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SecurityController.cs index e64a70e99bf..0fa985fe925 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SecurityController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SecurityController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SeoController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SeoController.cs index 269a0df531a..016eed71c82 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SeoController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SeoController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerController.cs index ae2426a3318..b2839bb475c 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsLogsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsLogsController.cs index a654102eb41..3484b9068ee 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsLogsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsLogsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsPerformanceController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsPerformanceController.cs index 0500d4056bd..5db3a3b3beb 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsPerformanceController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsPerformanceController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpAdminController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpAdminController.cs index 2431016cbd9..b9bdb750d52 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpAdminController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpAdminController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpHostController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpHostController.cs index 3a005263d9a..885e1e4dd3e 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpHostController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpHostController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteGroupsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteGroupsController.cs index b354c7d3f52..6bba76272a5 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteGroupsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteGroupsController.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteImportExportController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteImportExportController.cs index d1937bc449a..ac8e2f13580 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteImportExportController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteImportExportController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteSettingsController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteSettingsController.cs index c07d1bd1168..5a2a72bde47 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteSettingsController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SiteSettingsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library; using Dnn.PersonaBar.Library.Attributes; using Dnn.PersonaBar.SiteSettings.Services.Dto; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SitesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SitesController.cs index 2ca4ac1b9cf..37165a75c2a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SitesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SitesController.cs @@ -1,8 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// - +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SqlConsoleController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SqlConsoleController.cs index 071c391298b..185a8cdb35a 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SqlConsoleController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SqlConsoleController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoApplicationAdminController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoApplicationAdminController.cs index ec5ec5668ac..6934004d829 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoApplicationAdminController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoApplicationAdminController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoApplicationHostController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoApplicationHostController.cs index d608f468ead..900073292ec 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoApplicationHostController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoApplicationHostController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoDatabaseController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoDatabaseController.cs index 78b54478ea6..b606e7f0aba 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoDatabaseController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoDatabaseController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoWebController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoWebController.cs index d8a4c5831bc..dc77ec03a20 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoWebController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SystemInfoWebController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Net; using System.Net.Http; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/TaskSchedulerController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/TaskSchedulerController.cs index b01fe397dc9..4f8ded1d4dd 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/TaskSchedulerController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/TaskSchedulerController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ThemesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ThemesController.cs index 261c0a3ef31..7d3f9bb9628 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ThemesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ThemesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UsersController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UsersController.cs index 817d7ae3e05..8f66ecef9ac 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UsersController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UsersController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data.SqlClient; using System.Linq; diff --git a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/VocabulariesController.cs b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/VocabulariesController.cs index 22e466241a8..669f33960e4 100644 --- a/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/VocabulariesController.cs +++ b/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/VocabulariesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Linq; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Constants.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Constants.cs index f6cbea2cba0..27cd31ddc1e 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Constants.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Items/BaseMenuItem.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Items/BaseMenuItem.cs index 1db2e966061..2ab8ac336e6 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Items/BaseMenuItem.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Items/BaseMenuItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Properties/AssemblyInfo.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Properties/AssemblyInfo.cs index c4184462b43..df8b9a8e521 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Properties/AssemblyInfo.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.Library/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Components/BusinessController.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Components/BusinessController.cs index 5a90e1749b6..fe3b2961ce5 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Components/BusinessController.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Components/BusinessController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using DotNetNuke.Entities.Modules; using DotNetNuke.Instrumentation; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/ContentEditorManager.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/ContentEditorManager.cs index 1a4f057d420..510f2db4844 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/ContentEditorManager.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/ContentEditorManager.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/EditBarController.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/EditBarController.cs index 4ba3be41adf..36fb4f2c45e 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/EditBarController.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/EditBarController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/IEditBarController.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/IEditBarController.cs index 021faf9256e..567658aef5b 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/IEditBarController.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/IEditBarController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/ILocalizationController.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/ILocalizationController.cs index 749672afed8..825e008d8e4 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/ILocalizationController.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/ILocalizationController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; namespace Dnn.EditBar.UI.Controllers diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/LocalizationController.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/LocalizationController.cs index 1e67a8bc628..17a97608f3a 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/LocalizationController.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Controllers/LocalizationController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Helpers/LocalizationHelper.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Helpers/LocalizationHelper.cs index ad6aaee62b4..edc10be5569 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Helpers/LocalizationHelper.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Helpers/LocalizationHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Helpers/PageSecurityHelper.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Helpers/PageSecurityHelper.cs index e2f09ce1bcb..bc2d3f8e62a 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Helpers/PageSecurityHelper.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Helpers/PageSecurityHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Common.Utilities; using DotNetNuke.Entities.Modules; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/HttpModules/EditBarModule.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/HttpModules/EditBarModule.cs index 1e9862442f5..21d93ba9bde 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/HttpModules/EditBarModule.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/HttpModules/EditBarModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Threading; using System.Web; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/AddExistingModuleMenu.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/AddExistingModuleMenu.cs index 3aa70b62274..05ec5e025e7 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/AddExistingModuleMenu.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/AddExistingModuleMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/AddModuleMenu.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/AddModuleMenu.cs index fb8997b3aa6..73e89c585ea 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/AddModuleMenu.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/AddModuleMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/ExitEditModeMenu.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/ExitEditModeMenu.cs index c4c607b1a45..9dac20cb8d1 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/ExitEditModeMenu.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/ExitEditModeMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/PageSettingsMenu.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/PageSettingsMenu.cs index 6ce4628ef1c..fd6b2c08ef3 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/PageSettingsMenu.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Items/PageSettingsMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Properties/AssemblyInfo.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Properties/AssemblyInfo.cs index eb2a683b15e..ca21617b334 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Properties/AssemblyInfo.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Properties/AssemblyInfo.cs @@ -1,8 +1,8 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + +using System; using System.Reflection; using System.Runtime.InteropServices; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/CommonController.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/CommonController.cs index 28478a16b99..ce7e74604a1 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/CommonController.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/CommonController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/ContentEditorController.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/ContentEditorController.cs index fbe880af793..f371c01015f 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/ContentEditorController.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/ContentEditorController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/DTO/UserSetting.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/DTO/UserSetting.cs index 3d46a7da65c..28eb4f05904 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/DTO/UserSetting.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/DTO/UserSetting.cs @@ -1,8 +1,8 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// -namespace Dnn.EditBar.UI.Services.DTO +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + +namespace Dnn.EditBar.UI.Services.DTO { public class UserSetting { diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/LocalizationController.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/LocalizationController.cs index 1d51bff1d17..f1e8c33e30b 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/LocalizationController.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/LocalizationController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/ServiceRouteMapper.cs b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/ServiceRouteMapper.cs index 44f5e39be95..7ac07ab55bb 100644 --- a/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/ServiceRouteMapper.cs +++ b/Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/ServiceRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/Attributes/IgnoreVersionMatchCheckAttribute.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/Attributes/IgnoreVersionMatchCheckAttribute.cs index 269399ff0e6..58c6997a88a 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/Attributes/IgnoreVersionMatchCheckAttribute.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/Attributes/IgnoreVersionMatchCheckAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Library.AppEvents.Attributes diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/EventsController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/EventsController.cs index e5ad062814d..331ae670785 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/EventsController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/EventsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/IAppEvents.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/IAppEvents.cs index 2a3628115ee..2a1ee7cf814 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/IAppEvents.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/IAppEvents.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Library.AppEvents { /// diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/IEventsController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/IEventsController.cs index cfe0d322222..4728718c112 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/IEventsController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/IEventsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Library.AppEvents { public interface IEventsController diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/ISkinEvents.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/ISkinEvents.cs index 09f3b021e3b..b3ee73a8c1e 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/ISkinEvents.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/AppEvents/ISkinEvents.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.UI.Skins.EventListeners; namespace Dnn.PersonaBar.Library.AppEvents diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Attributes/AdvancedPermissionAttribute.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Attributes/AdvancedPermissionAttribute.cs index be93a3aef7b..a61500b2fd8 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Attributes/AdvancedPermissionAttribute.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Attributes/AdvancedPermissionAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Attributes/MenuPermissionAttribute.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Attributes/MenuPermissionAttribute.cs index df967fb0b37..1cd1eed6c36 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Attributes/MenuPermissionAttribute.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Attributes/MenuPermissionAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Threading; using Dnn.PersonaBar.Library.Controllers; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Common/IocUtil.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Common/IocUtil.cs index f10d9b5e4ce..f607ca5db0e 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Common/IocUtil.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Common/IocUtil.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using DotNetNuke.ComponentModel; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Common/Utilities.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Common/Utilities.cs index c524628b0dc..6aecb32e232 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Common/Utilities.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Common/Utilities.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Text.RegularExpressions; using DotNetNuke.Common; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Constants.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Constants.cs index dffe831522a..38ae70b30a0 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Constants.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Constants.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Library diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Containers/IPersonaBarContainer.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Containers/IPersonaBarContainer.cs index 4723c9fd2a5..0d224f0e904 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Containers/IPersonaBarContainer.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Containers/IPersonaBarContainer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Web.UI; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Containers/PersonaBarContainer.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Containers/PersonaBarContainer.cs index ad601b2f51b..951925c9888 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Containers/PersonaBarContainer.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Containers/PersonaBarContainer.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Globalization; using System.Threading; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IExtensionController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IExtensionController.cs index 8089846d150..48c4acd4424 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IExtensionController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IExtensionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/ILocalizationController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/ILocalizationController.cs index 2d12baa99e1..c2a0b915e12 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/ILocalizationController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/ILocalizationController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IMenuItemController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IMenuItemController.cs index d6530792a66..eedfe22ddf7 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IMenuItemController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IMenuItemController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IModulesController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IModulesController.cs index 4a722a7ae47..d443d16795d 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IModulesController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IModulesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Net; using DotNetNuke.Entities.Modules; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IPersonaBarController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IPersonaBarController.cs index 64ad97ea8d6..8da1efeafd6 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IPersonaBarController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IPersonaBarController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Model; using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IPersonaBarUserSettingsController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IPersonaBarUserSettingsController.cs index 75a8bd7536b..cd28f556425 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IPersonaBarUserSettingsController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IPersonaBarUserSettingsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.DTO; namespace Dnn.PersonaBar.Library.Controllers diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/LocalizationController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/LocalizationController.cs index f02d97a809a..02edcadbd31 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/LocalizationController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/LocalizationController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/ModulesController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/ModulesController.cs index e912d0239f0..ecbc98cc3e4 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/ModulesController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/ModulesController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/PersonaBarController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/PersonaBarController.cs index ebc543b34be..494e4ce3425 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/PersonaBarController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/PersonaBarController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/PersonaBarUserSettingsController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/PersonaBarUserSettingsController.cs index 27869765448..62f004ad2fb 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/PersonaBarUserSettingsController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/PersonaBarUserSettingsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.DTO; using DotNetNuke.Framework; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/TabsController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/TabsController.cs index 0d26b16045e..00eccaed73f 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/TabsController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/TabsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Globalization; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Localization.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Localization.cs index ba472844da2..6301dc224b3 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Localization.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Localization.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Library.Dto { public class Localization diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Permission.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Permission.cs index b101ece1389..6c97a0b7611 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Permission.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Permission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.Library.DTO diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Permissions.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Permissions.cs index 78f4913de89..9212c3443cb 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Permissions.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Permissions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Runtime.Serialization; using Dnn.PersonaBar.Library.Helper; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/RolePermission.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/RolePermission.cs index 5fc7436c6b1..a1c051e5040 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/RolePermission.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/RolePermission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/LocaleInfoDto.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/LocaleInfoDto.cs index 6d108e862d5..8375481f812 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/LocaleInfoDto.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/LocaleInfoDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.Library.DTO.Tabs diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/NodeCheckedState.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/NodeCheckedState.cs index cb42b06b93a..32561f81aa9 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/NodeCheckedState.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/NodeCheckedState.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Library.DTO.Tabs { public enum NodeCheckedState diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/TabDto.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/TabDto.cs index 6a314f3e0e3..4c0d793b41e 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/TabDto.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/Tabs/TabDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/TimeZoneDto.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/TimeZoneDto.cs index 6e9314bf126..2276540d497 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/TimeZoneDto.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/TimeZoneDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/UserPermission.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/UserPermission.cs index 60d29ec0241..5042bca2c9c 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/UserPermission.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/UserPermission.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/UserSettings.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/UserSettings.cs index df2ad61d012..cb338569225 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/UserSettings.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/DTO/UserSettings.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Data/DataService.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Data/DataService.cs index 0b1e437efee..207100dd62b 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Data/DataService.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Data/DataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using DotNetNuke.Common.Utilities; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Data/IDataService.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Data/IDataService.cs index 9b4bb23d281..8c5564f1388 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Data/IDataService.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Data/IDataService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Data; namespace Dnn.PersonaBar.Library.Data diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/ContentVerifier.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/ContentVerifier.cs index b6efe6a9814..f823c64bc8f 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/ContentVerifier.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/ContentVerifier.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using DotNetNuke.Entities.Portals; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/IContentVerifier.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/IContentVerifier.cs index 7ca2df0a32a..f48f4eba74f 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/IContentVerifier.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/IContentVerifier.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; namespace Dnn.PersonaBar.Library.Helper diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/IPermissionGridApi.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/IPermissionGridApi.cs index 9fd1cd70c52..5c02a5d2df0 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/IPermissionGridApi.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/IPermissionGridApi.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Net.Http; namespace Dnn.PersonaBar.Library.Helper diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/PermissionHelper.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/PermissionHelper.cs index 6a2c95ce46f..539e45846d2 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/PermissionHelper.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/PermissionHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/PortalHelper.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/PortalHelper.cs index 2aab51fb6a0..46d1c74fdd8 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/PortalHelper.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/PortalHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Portals; using System; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/TimeZoneHelper.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/TimeZoneHelper.cs index d2efc769d28..603296f0687 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/TimeZoneHelper.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/TimeZoneHelper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using Dnn.PersonaBar.Library.Dto; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/HttpRequestMessageExtensions.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/HttpRequestMessageExtensions.cs index be369e034ce..38f6f43a21c 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/HttpRequestMessageExtensions.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/HttpRequestMessageExtensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/MenuItem.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/MenuItem.cs index 70d838331ee..16b2684f058 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/MenuItem.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/MenuItem.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Data; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/MenuPermissionInfo.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/MenuPermissionInfo.cs index cc105a7874a..a1cfde651c8 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/MenuPermissionInfo.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/MenuPermissionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PermissionInfo.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PermissionInfo.cs index bb9aac758c1..45ac4c5e9a9 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PermissionInfo.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PermissionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PersonaBarExtension.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PersonaBarExtension.cs index db107095e7e..3c882eb269e 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PersonaBarExtension.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PersonaBarExtension.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Data; using System.Runtime.Serialization; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PersonaBarMenu.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PersonaBarMenu.cs index 69b462a8eda..f754d687bdd 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PersonaBarMenu.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Model/PersonaBarMenu.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Runtime.Serialization; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/CompareMenuPermissions.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/CompareMenuPermissions.cs index 01a18b911e9..028bb1ed933 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/CompareMenuPermissions.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/CompareMenuPermissions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Collections; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/MenuPermissionCollection.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/MenuPermissionCollection.cs index 1fadca13b3b..936b3ea61bf 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/MenuPermissionCollection.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/MenuPermissionCollection.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/MenuPermissionController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/MenuPermissionController.cs index 9579419345c..bc3c1d2a295 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/MenuPermissionController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Permissions/MenuPermissionController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System; using System.Collections.Generic; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/PersonaBarApiController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/PersonaBarApiController.cs index cbd32ea7768..6869dcdfe2d 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/PersonaBarApiController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/PersonaBarApiController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Web.Api; namespace Dnn.PersonaBar.Library diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Attributes/ConsoleCommandAttribute.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Attributes/ConsoleCommandAttribute.cs index 86e9ea1a6d1..1220a2d134b 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Attributes/ConsoleCommandAttribute.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Attributes/ConsoleCommandAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Library.Prompt.Attributes diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Attributes/FlagParameterAttribute.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Attributes/FlagParameterAttribute.cs index 1ad32355b1e..33275be4fef 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Attributes/FlagParameterAttribute.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Attributes/FlagParameterAttribute.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Library.Prompt.Attributes diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Common/EmailValidator.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Common/EmailValidator.cs index 6f06a1d2613..a5e758a9f43 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Common/EmailValidator.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Common/EmailValidator.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Text.RegularExpressions; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Common/Extensions.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Common/Extensions.cs index 9b32c76066c..8b88f52c4fc 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Common/Extensions.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Common/Extensions.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; namespace Dnn.PersonaBar.Library.Prompt.Common diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/ConsoleCommandBase.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/ConsoleCommandBase.cs index 0e3e0b193bd..a84c0212c6e 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/ConsoleCommandBase.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/ConsoleCommandBase.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections; using System.ComponentModel; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/IConsoleCommand.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/IConsoleCommand.cs index 72f6443045c..651d2e551e7 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/IConsoleCommand.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/IConsoleCommand.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Prompt.Models; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ConsoleErrorResultModel.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ConsoleErrorResultModel.cs index 7da2489b258..e56602d74e1 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ConsoleErrorResultModel.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ConsoleErrorResultModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.IO; using Localization = DotNetNuke.Services.Localization.Localization; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ConsoleResultModel.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ConsoleResultModel.cs index ee06a2a18a1..e1a4593171f 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ConsoleResultModel.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ConsoleResultModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.Library.Prompt.Models diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/PagingInfo.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/PagingInfo.cs index 45cb21328ff..a30a622d30d 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/PagingInfo.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/PagingInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Newtonsoft.Json; namespace Dnn.PersonaBar.Library.Prompt.Models diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ResponseModel.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ResponseModel.cs index 907432a699f..99c3b9b2d92 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ResponseModel.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ResponseModel.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Library.Prompt.Models { public class ResponseModel diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Properties/AssemblyInfo.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Properties/AssemblyInfo.cs index fb1c620932e..a9ff4227513 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Properties/AssemblyInfo.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; using System.Runtime.CompilerServices; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/IPersonaBarExtensionRepository.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/IPersonaBarExtensionRepository.cs index c95693e3666..1c50032dd4a 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/IPersonaBarExtensionRepository.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/IPersonaBarExtensionRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/IPersonaBarRepository.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/IPersonaBarRepository.cs index 9061f353b30..0a85dcb7ec5 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/IPersonaBarRepository.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/IPersonaBarRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Model; namespace Dnn.PersonaBar.Library.Repository diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/PersonaBarExtensionRepository.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/PersonaBarExtensionRepository.cs index 0c016c72fac..befe6682111 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/PersonaBarExtensionRepository.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/PersonaBarExtensionRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/PersonaBarRepository.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/PersonaBarRepository.cs index 1634a67feed..d1e37d1a94f 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/PersonaBarRepository.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/PersonaBarRepository.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Security/ISecurityService.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Security/ISecurityService.cs index 64ce3d1a8bb..d3e6c7c8947 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Security/ISecurityService.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Security/ISecurityService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Library.Security { /// diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Security/SecurityService.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Security/SecurityService.cs index ea61bb7f0cb..e284d7e4062 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Security/SecurityService.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Security/SecurityService.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.ComponentModel; using DotNetNuke.Entities.Portals; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/ServiceScope.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/ServiceScope.cs index 8d2c878c9e3..16ee6f8b709 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/ServiceScope.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/ServiceScope.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + namespace Dnn.PersonaBar.Library { /// diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Startup.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Startup.cs index c3cbe8505dd..e0550894069 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Startup.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Startup.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Library.Containers; using DotNetNuke.DependencyInjection; using Microsoft.Extensions.DependencyInjection; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/BusinessController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/BusinessController.cs index 4e7f4214815..9dff26c18be 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/BusinessController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/BusinessController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using Dnn.PersonaBar.Library.Controllers; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Controllers/AdminMenuController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Controllers/AdminMenuController.cs index 4f053527d1a..bcc3f27b7db 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Controllers/AdminMenuController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Controllers/AdminMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Controllers/IAdminMenuController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Controllers/IAdminMenuController.cs index 1d6bcbc05c7..7ad176f0604 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Controllers/IAdminMenuController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Controllers/IAdminMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using DotNetNuke.Entities.Tabs; namespace Dnn.PersonaBar.UI.Components.Controllers diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/EventHandlers/TabEventsHandler.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/EventHandlers/TabEventsHandler.cs index 7aff3f0e076..3b8bac5a641 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/EventHandlers/TabEventsHandler.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/EventHandlers/TabEventsHandler.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.ComponentModel.Composition; using Dnn.PersonaBar.UI.Components.Controllers; using DotNetNuke.Entities.Tabs.Actions; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Installers/PersonaBarMenuInstaller.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Installers/PersonaBarMenuInstaller.cs index 8110cebfed2..8db4666e995 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Installers/PersonaBarMenuInstaller.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Components/Installers/PersonaBarMenuInstaller.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/HttpModules/PersonaBarModule.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/HttpModules/PersonaBarModule.cs index 10a1d6d4dfd..cdd67ed1ca2 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/HttpModules/PersonaBarModule.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/HttpModules/PersonaBarModule.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Web; using Dnn.PersonaBar.Library.AppEvents; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/EditMenuController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/EditMenuController.cs index 60fd91b4194..38baba6e878 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/EditMenuController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/EditMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Controllers; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/LinkMenuController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/LinkMenuController.cs index e761ac6f6b7..53d17d4a69d 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/LinkMenuController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/LinkMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/PlatformMenuController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/PlatformMenuController.cs index 8efbdfb769e..4736e4d2d0d 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/PlatformMenuController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/MenuControllers/PlatformMenuController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Dnn.PersonaBar.Library.Controllers; using Dnn.PersonaBar.Library.Model; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Properties/AssemblyInfo.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Properties/AssemblyInfo.cs index 4ac5735740b..24c7eed50e2 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Properties/AssemblyInfo.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Reflection; using System.Runtime.InteropServices; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ComponentsController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ComponentsController.cs index 6a92f27698b..34d28a98619 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ComponentsController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ComponentsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/Dto/RoleGroupDto.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/Dto/RoleGroupDto.cs index 7a46e83e28a..2361b705a0c 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/Dto/RoleGroupDto.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/Dto/RoleGroupDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/Dto/SuggestionDto.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/Dto/SuggestionDto.cs index bd6c71d2526..5b074b1c5c7 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/Dto/SuggestionDto.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/Dto/SuggestionDto.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Runtime.Serialization; namespace Dnn.PersonaBar.UI.Services.DTO diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/LocalizationController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/LocalizationController.cs index 3ae2f0798dd..61e48f68780 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/LocalizationController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/LocalizationController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/MenuExtensionsController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/MenuExtensionsController.cs index 467aeca7b15..fe3f3d18b29 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/MenuExtensionsController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/MenuExtensionsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.IO; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/PortalsController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/PortalsController.cs index b1a2c82f49b..b4d6815f321 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/PortalsController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/PortalsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Linq; using System.Net; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ServerSummaryController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ServerSummaryController.cs index 377d12bf722..54fde7d40b1 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ServerSummaryController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ServerSummaryController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Net; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ServiceRouteMapper.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ServiceRouteMapper.cs index 5a57c20a78c..4f11f0ffd0c 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ServiceRouteMapper.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ServiceRouteMapper.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Linq; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/TabsController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/TabsController.cs index e6b9929be0b..3bf4b47a0ab 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/TabsController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/TabsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.IO; using System.Net; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/UserSettingsController.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/UserSettingsController.cs index 70e641cf808..74d417c8e87 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/UserSettingsController.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/UserSettingsController.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using System.Net; diff --git a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/UserControls/PersonaBarContainer.ascx.cs b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/UserControls/PersonaBarContainer.ascx.cs index 64f089e84e8..87c8bbd2376 100644 --- a/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/UserControls/PersonaBarContainer.ascx.cs +++ b/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/UserControls/PersonaBarContainer.ascx.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Globalization; using System.Linq; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/GetPageUnitTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/GetPageUnitTests.cs index ee7ab82442f..3f7334147a1 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/GetPageUnitTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/GetPageUnitTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Moq; using NUnit.Framework; using DotNetNuke.Entities.Tabs; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/PagesControllerUnitTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/PagesControllerUnitTests.cs index 3425cc558db..6169e033a62 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/PagesControllerUnitTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/PagesControllerUnitTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections.Generic; using Moq; using NUnit.Framework; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/Properties/AssemblyInfo.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/Properties/AssemblyInfo.cs index d3b14ee295f..5bdbbdfe7be 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/Properties/AssemblyInfo.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/PurgePageUnitTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/PurgePageUnitTests.cs index 32297471d93..b4b349ec8ec 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/PurgePageUnitTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/PurgePageUnitTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using NUnit.Framework; using Moq; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/RestorePageUnitTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/RestorePageUnitTests.cs index 5a97f385427..6414e51af78 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/RestorePageUnitTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Pages.Tests/RestorePageUnitTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using NUnit.Framework; using Moq; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Properties/AssemblyInfo.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Properties/AssemblyInfo.cs index 6768cda068c..598e7be8a79 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Properties/AssemblyInfo.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Services/SecurityControllerTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Services/SecurityControllerTests.cs index f189fcc8f07..ef9f4bc97ab 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Services/SecurityControllerTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Security.Tests/Services/SecurityControllerTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Security.Services; using DotNetNuke.Entities.Portals; using Moq; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/AddRolesUnitTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/AddRolesUnitTests.cs index 687afeda27c..4829b154028 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/AddRolesUnitTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/AddRolesUnitTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System; using System.Collections.Generic; using Moq; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/CommandTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/CommandTests.cs index 389769f2970..f8bd8e05afa 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/CommandTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/CommandTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Linq; using NUnit.Framework; using Dnn.PersonaBar.Library.Prompt; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/DeleteUserUnitTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/DeleteUserUnitTests.cs index 1425975d23a..9fc56d33f37 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/DeleteUserUnitTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/DeleteUserUnitTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Moq; using NUnit.Framework; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/GetUserUnitTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/GetUserUnitTests.cs index feef814ae91..d3b684d1b51 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/GetUserUnitTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/GetUserUnitTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Moq; using NUnit.Framework; using Dnn.PersonaBar.Users.Components; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/Properties/AssemblyInfo.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/Properties/AssemblyInfo.cs index 89be143cdd8..04e060561df 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/Properties/AssemblyInfo.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Reflection; using System.Runtime.InteropServices; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/RestoreUserUnitTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/RestoreUserUnitTests.cs index 156056f409b..4c89240ee69 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/RestoreUserUnitTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/RestoreUserUnitTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Moq; using NUnit.Framework; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/SearchUsersBySearchTermTest.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/SearchUsersBySearchTermTest.cs index e511ba2a399..766ddfee201 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/SearchUsersBySearchTermTest.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/SearchUsersBySearchTermTest.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Dnn.PersonaBar.Users.Components; using Dnn.PersonaBar.Users.Components.Contracts; using Dnn.PersonaBar.Users.Components.Dto; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/SetUserUnitTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/SetUserUnitTests.cs index 1aa6ea8b706..3625f9fdc14 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/SetUserUnitTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/SetUserUnitTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using Moq; using NUnit.Framework; using DotNetNuke.Entities.Users; diff --git a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/UserValidatorUnitTests.cs b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/UserValidatorUnitTests.cs index 79b28099a00..26a0e618c01 100644 --- a/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/UserValidatorUnitTests.cs +++ b/Dnn.AdminExperience/Tests/Dnn.PersonaBar.Users.Tests/UserValidatorUnitTests.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + using System.Collections; using System.Collections.Generic; using Moq; diff --git a/SolutionInfo.cs b/SolutionInfo.cs index b2cf90250c8..b33390908a1 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -1,7 +1,7 @@ -// -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the MIT License. See LICENSE file in the project root for full license information. -// +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information + #region Usings using System.Reflection;