From c7452b4f9aacdae5b5ff7c813ef6c3902c14dd08 Mon Sep 17 00:00:00 2001 From: Andrew Hoefling Date: Fri, 18 Oct 2019 00:01:42 -0400 Subject: [PATCH] Added .NET Foundation file headers to new Abstraction files --- DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs | 6 +++++- .../DotNetNuke.Abstractions/Portals/IPortalSettings.cs | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs b/DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs index 68897f493fe..9abf932250b 100644 --- a/DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs +++ b/DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs @@ -1,4 +1,8 @@ -using DotNetNuke.Abstractions.Portals; +// Licensed to the .NET Foundation under one or more agreements. +// 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 99dc282438c..7bfd99a725f 100644 --- a/DNN Platform/DotNetNuke.Abstractions/Portals/IPortalSettings.cs +++ b/DNN Platform/DotNetNuke.Abstractions/Portals/IPortalSettings.cs @@ -1,4 +1,8 @@ -namespace DotNetNuke.Abstractions.Portals +// Licensed to the .NET Foundation under one or more agreements. +// 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 {