Skip to content

Commit a77c8fd

Browse files
authored
chore: Add copyrights to cs files (#14)
1 parent 7c58304 commit a77c8fd

File tree

206 files changed

+718
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+718
-104
lines changed

src/Analyzers/ExpressionDefinition.Analyzer.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using System.Collections.Immutable;
25

36
using Microsoft.CodeAnalysis;

src/Analyzers/ExpressionDefinition.Rules.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using System.Collections.Immutable;
25

36
using Microsoft.CodeAnalysis;

src/Analyzers/ExpressionTypeUsed.Analyzer.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using System.Collections.Immutable;
25
using System.Text.RegularExpressions;
36

src/Analyzers/ExpressionTypeUsed.Rules.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using System.Collections.Immutable;
25

36
using Microsoft.CodeAnalysis;

src/Analyzers/Extensions/SymbolExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
13

24
using Microsoft.CodeAnalysis;
35

src/Analyzers/Extensions/SyntaxExtensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using System.Text.RegularExpressions;
25

36
using Microsoft.CodeAnalysis;

src/Analyzers/TestGenerator.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using Microsoft.CodeAnalysis;
25

36
namespace Azure.ApiManagement.PolicyToolkit.Analyzers;

src/Authoring/Attributes/DocumentAttribute.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
namespace Azure.ApiManagement.PolicyToolkit.Authoring;
25

36
[AttributeUsage(AttributeTargets.Class)]

src/Authoring/Attributes/ExpressionAttribute.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
using System.Runtime.CompilerServices;
25

36
namespace Azure.ApiManagement.PolicyToolkit.Authoring;

src/Authoring/Configs/BasicAuthenticationConfig.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
namespace Azure.ApiManagement.PolicyToolkit.Authoring;
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
4+
namespace Azure.ApiManagement.PolicyToolkit.Authoring;
25

36
public record BasicAuthenticationConfig : IAuthenticationConfig
47
{

0 commit comments

Comments
 (0)