Skip to content

Commit

Permalink
(cake-buildGH-2685) Cake.DotNetTool.Module add DNF license header
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead authored and augustoproiete committed Feb 27, 2021
1 parent b2b92e8 commit e74518b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
6 changes: 5 additions & 1 deletion src/Cake.DotNetTool.Module/DotNetToolContentResolver.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
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 System.Linq;
using Cake.Core;
Expand Down
6 changes: 5 additions & 1 deletion src/Cake.DotNetTool.Module/DotNetToolModule.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
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 Cake.Core.Annotations;
using Cake.Core.Composition;
using Cake.Core.Packaging;
Expand Down
4 changes: 4 additions & 0 deletions src/Cake.DotNetTool.Module/DotNetToolOperation.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Cake.DotNetTool.Module
{
/// <summary>
Expand Down
4 changes: 4 additions & 0 deletions src/Cake.DotNetTool.Module/DotNetToolPackage.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Cake.DotNetTool.Module
{
/// <summary>
Expand Down
6 changes: 5 additions & 1 deletion src/Cake.DotNetTool.Module/DotNetToolPackageInstaller.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
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 System.Linq;
using System.Text.RegularExpressions;
Expand Down
6 changes: 5 additions & 1 deletion src/Cake.DotNetTool.Module/IDotNetToolContentResolver.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
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 Cake.Core.IO;
using Cake.Core.Packaging;

Expand Down

0 comments on commit e74518b

Please sign in to comment.