Skip to content

Commit

Permalink
Added .NET Foundation file headers to new Abstraction files
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeHoefling committed Oct 18, 2019
1 parent 285223c commit c7452b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down

0 comments on commit c7452b4

Please sign in to comment.