Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add copyright headers
  • Loading branch information
colombod committed Feb 10, 2020
1 parent d92a0a6 commit fadf1f3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
@@ -1,4 +1,8 @@
using System;
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.


using System;
using Xunit;

namespace Microsoft.DotNet.Interactive.App.IntegrationTests
Expand Down
6 changes: 5 additions & 1 deletion dotnet-interactive.IntegrationTests/LoggingTests.cs
@@ -1,4 +1,8 @@
using System;
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.


using System;
using System.Collections.Generic;
using System.IO;
using System.Threading;
Expand Down
@@ -1,4 +1,8 @@
using System;
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.


using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
Expand Down
4 changes: 4 additions & 0 deletions dotnet-interactive.IntegrationTests/Utility/ProcessHelper.cs
@@ -1,3 +1,7 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.


using System;
using System.Diagnostics;
using System.IO;
Expand Down

0 comments on commit fadf1f3

Please sign in to comment.