Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Data.Entity / System / Data / Common / DataRecord.cs
index 22945e86e3b7ebf7e4ff998309a92678cb8027ac..b2d286185fcf5124ab094e98778926fc9cdae0a8 100644 (file)
@@ -2,8 +2,8 @@
 // <copyright file="DataRecord.cs" company="Microsoft">
 //      Copyright (c) Microsoft Corporation.  All rights reserved.
 // </copyright>
-// <owner current="true" primary="true">[....]</owner>
-// <owner current="true" primary="false">[....]</owner>
+// <owner current="true" primary="true">Microsoft</owner>
+// <owner current="true" primary="false">Microsoft</owner>
 //------------------------------------------------------------------------------
 
 namespace System.Data.Objects
@@ -426,7 +426,7 @@ namespace System.Data.Objects
         }
 
         #region ICustomTypeDescriptor implementation
-        //[[....]] Reference: http://msdn.microsoft.com/msdnmag/issues/05/04/NETMatters/
+        //[Microsoft] Reference: http://msdn.microsoft.com/msdnmag/issues/05/04/NETMatters/
         //Holds all of the PropertyDescriptors for the PrimitiveType objects in _values
         private PropertyDescriptorCollection _propertyDescriptors = null;
         private FilterCache _filterCache;