summaryrefslogtreecommitdiff
path: root/src/md/datasource
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/datasource')
-rw-r--r--src/md/datasource/api.cpp7
-rw-r--r--src/md/datasource/datatargetreader.cpp7
-rw-r--r--src/md/datasource/datatargetreader.h7
-rw-r--r--src/md/datasource/remotemdinternalrwsource.cpp7
-rw-r--r--src/md/datasource/remotemdinternalrwsource.h7
-rw-r--r--src/md/datasource/stdafx.cpp7
-rw-r--r--src/md/datasource/stdafx.h7
-rw-r--r--src/md/datasource/targettypes.cpp7
-rw-r--r--src/md/datasource/targettypes.h7
9 files changed, 27 insertions, 36 deletions
diff --git a/src/md/datasource/api.cpp b/src/md/datasource/api.cpp
index 8c0fa6bed8..a3112deaea 100644
--- a/src/md/datasource/api.cpp
+++ b/src/md/datasource/api.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// api.cpp
//
diff --git a/src/md/datasource/datatargetreader.cpp b/src/md/datasource/datatargetreader.cpp
index bef73a73c3..9e916e366b 100644
--- a/src/md/datasource/datatargetreader.cpp
+++ b/src/md/datasource/datatargetreader.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#include "stdafx.h"
diff --git a/src/md/datasource/datatargetreader.h b/src/md/datasource/datatargetreader.h
index 18c94a7576..b819813dbf 100644
--- a/src/md/datasource/datatargetreader.h
+++ b/src/md/datasource/datatargetreader.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
#ifndef _MD_DATA_TARGET_READER_
#define _MD_DATA_TARGET_READER_
diff --git a/src/md/datasource/remotemdinternalrwsource.cpp b/src/md/datasource/remotemdinternalrwsource.cpp
index 0da82ce4be..02eb45ba2f 100644
--- a/src/md/datasource/remotemdinternalrwsource.cpp
+++ b/src/md/datasource/remotemdinternalrwsource.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// RemoteMDInternalRWSource.cpp
//
diff --git a/src/md/datasource/remotemdinternalrwsource.h b/src/md/datasource/remotemdinternalrwsource.h
index 247f2c0e9c..a44f50dc64 100644
--- a/src/md/datasource/remotemdinternalrwsource.h
+++ b/src/md/datasource/remotemdinternalrwsource.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// RemoteMDInternalRWSource.h
//
diff --git a/src/md/datasource/stdafx.cpp b/src/md/datasource/stdafx.cpp
index 8bffbd1bf6..ff341e19a7 100644
--- a/src/md/datasource/stdafx.cpp
+++ b/src/md/datasource/stdafx.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// stdafx.cpp
//
diff --git a/src/md/datasource/stdafx.h b/src/md/datasource/stdafx.h
index 4006c22839..2e5e62a0bb 100644
--- a/src/md/datasource/stdafx.h
+++ b/src/md/datasource/stdafx.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// stdafx.h
//
diff --git a/src/md/datasource/targettypes.cpp b/src/md/datasource/targettypes.cpp
index bf1b340b55..9af7dd15da 100644
--- a/src/md/datasource/targettypes.cpp
+++ b/src/md/datasource/targettypes.cpp
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// TargetTypes.cpp
//
diff --git a/src/md/datasource/targettypes.h b/src/md/datasource/targettypes.h
index 592fb91f20..6f7acbc595 100644
--- a/src/md/datasource/targettypes.h
+++ b/src/md/datasource/targettypes.h
@@ -1,7 +1,6 @@
-//
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-//
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
//*****************************************************************************
// TargetTypes.h
//