Skip to content

Commit 0d68e70

Browse files
committed
Added copyright header
1 parent 85ba08c commit 0d68e70

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

test/Microsoft.OpenApi.Readers.Tests/TestCustomExtension.cs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
using FluentAssertions;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT license.
3+
4+
using FluentAssertions;
25
using Microsoft.OpenApi.Any;
36
using Microsoft.OpenApi.Interfaces;
4-
using Microsoft.OpenApi.Validations;
5-
using Microsoft.OpenApi.Validations.Rules;
67
using Microsoft.OpenApi.Writers;
7-
using System;
8-
using System.Collections.Generic;
9-
using System.Linq;
10-
using System.Text;
11-
using System.Threading.Tasks;
128
using Xunit;
139

1410
namespace Microsoft.OpenApi.Readers.Tests

0 commit comments

Comments
 (0)