* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / AssemblyRegistrationFlags.cs
old mode 100755 (executable)
new mode 100644 (file)
index d421e4d..2572ca2
@@ -1,11 +1,11 @@
-//\r
-// System.Runtime.InteropServices.AssemblyRegistrationFlags.cs\r
-//\r
-// Author:\r
-//   Kevin Winchester (kwin@ns.sympatico.ca)\r
-//\r
-// (C) 2002 Kevin Winchester\r
-//\r
+//
+// System.Runtime.InteropServices.AssemblyRegistrationFlags.cs
+//
+// Author:
+//   Kevin Winchester (kwin@ns.sympatico.ca)
+//
+// (C) 2002 Kevin Winchester
+//
 
 //
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-\r
-namespace System.Runtime.InteropServices\r
-{\r
-       [Flags]\r
-       [Serializable]\r
-       public enum AssemblyRegistrationFlags {\r
-               None = 0,\r
-               SetCodeBase,\r
-       }\r
-}\r
+
+namespace System.Runtime.InteropServices
+{
+       [Flags]
+       [Serializable]
+       public enum AssemblyRegistrationFlags {
+               None = 0,
+               SetCodeBase,
+       }
+}