Skip to content

Commit 7b56623

Browse files
committed
[GH Usage] Added license header
1 parent c9486cb commit 7b56623

5 files changed

Lines changed: 20 additions & 5 deletions

File tree

src/NuGetGallery.Core/GitHub/GitHubUsageConfiguration.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47

src/NuGetGallery.Core/GitHub/IGitHubUsageConfiguration.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
namespace NuGetGallery.GitHub
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
namespace NuGetGallery.GitHub
25
{
36
public interface IGitHubUsageConfiguration
47
{

src/NuGetGallery.Core/GitHub/NuGetPackageGitHubInformation.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47

src/NuGetGallery.Core/GitHub/RepositoryInformation.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using Newtonsoft.Json;
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
using Newtonsoft.Json;
25
using System;
36
using System.Collections.Generic;
47

tests/NuGetGallery.Core.Facts/GitHub/GitHubUsageConfigurationFacts.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
// Copyright (c) .NET Foundation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47
using Xunit;

0 commit comments

Comments
 (0)