Skip to content

Commit 6ebfeb3

Browse files
authored
Adds missing license headers. (#3651)
* Adds missing license headers. * PR feedback.
1 parent fad2b23 commit 6ebfeb3

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

src/Microsoft.ML.FastTree/Utils/BufferPoolManager.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// -----------------------------------------------------------------------
2-
// <copyright file="BufferPoolManager.cs" company="Microsoft Corporation">
3-
// Copyright (C) All Rights Reserved
4-
// </copyright>
5-
// -----------------------------------------------------------------------
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.
64

75
using System;
86
using System.Collections.Concurrent;

src/Microsoft.ML.TensorFlow/TensorFlow/TensorGeneric.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Copyright (c) Microsoft. All rights reserved.
2-
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
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.
34

45
using System;
56
using System.Text;

src/Microsoft.ML.TensorFlow/TensorFlow/TensorGeneric.tt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
<#@ import namespace="System.Text" #>
66
<#@ import namespace="System.Collections.Generic" #>
77
<#@ import namespace="System.Runtime.InteropServices" #>
8-
<#@ output extension=".cs" #>// Copyright (c) Microsoft. All rights reserved.
9-
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
8+
<#@ output extension=".cs" #>
9+
// Licensed to the .NET Foundation under one or more agreements.
10+
// The .NET Foundation licenses this file to you under the MIT license.
11+
// See the LICENSE file in the project root for more information.
1012

1113
using System;
1214
using System.Text;
15+
using Microsoft.ML.Runtime;
1316

1417
namespace Microsoft.ML.Transforms.TensorFlow
1518
{

0 commit comments

Comments
 (0)