Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Data.Entity / System / Data / Objects / DataRecordObjectView.cs
index 5869bf86b55077cc80f64fca435ed4547462ae08..f00b88296fd03f4c05696e0a1c48faf8b1dec550 100644 (file)
@@ -3,8 +3,8 @@
 //      Copyright (c) Microsoft Corporation.  All rights reserved.
 // </copyright>
 //
-// @owner       [....]
-// @backupOwner [....]
+// @owner       Microsoft
+// @backupOwner Microsoft
 //---------------------------------------------------------------------
 using System;
 using System.Collections;
@@ -63,8 +63,8 @@ namespace System.Data.Objects
         /// <remarks>
         /// The algorithm here is lifted from System.Windows.Forms.ListBindingHelper,
         /// from the GetTypedIndexer method.
-        /// The Entity Framework could not take a dependency on [....],
-        /// so we lifted the appropriate parts from the [....] code here.
+        /// The Entity Framework could not take a dependency on Microsoft,
+        /// so we lifted the appropriate parts from the Microsoft code here.
         /// Not the best, but much better than guessing as to what algorithm is proper for data binding.
         /// </remarks>
         private static PropertyInfo GetTypedIndexer(Type type)
@@ -106,8 +106,8 @@ namespace System.Data.Objects
         /// <remarks>
         /// The algorithm here is lifted from System.Windows.Forms.ListBindingHelper,
         /// from the GetListItemType(object) method.
-        /// The Entity Framework could not take a dependency on [....],
-        /// so we lifted the appropriate parts from the [....] code here.
+        /// The Entity Framework could not take a dependency on Microsoft,
+        /// so we lifted the appropriate parts from the Microsoft code here.
         /// Not the best, but much better than guessing as to what algorithm is proper for data binding.
         /// </remarks>
         private static Type GetListItemType(Type type)