Skip to content

Commit 5e3d81f

Browse files
Update license files to align with repo
No legal ramifications here as CLA signed.
1 parent 697c527 commit 5e3d81f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ColorCode.Core/Compilation/Languages/MatLab.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
24

35
using System.Collections.Generic;
46
using ColorCode.Common;

ColorCode.Core/Compilation/Languages/Python.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
// See the LICENSE file in the project root for more information.
24

35
using System.Collections.Generic;
46
using ColorCode.Common;

0 commit comments

Comments
 (0)