In corlib/System.Runtime.InteropServices:
[mono.git] / mcs / class / FirebirdSql.Data.Firebird / FirebirdSql.Data.Common / DbDataType.cs
index a24a726eccc49472d33ca4ce5733d219e35452ed..5419727b0aacd146c977bb4b7a1330967ee6fd94 100644 (file)
@@ -1,42 +1,42 @@
-/*\r
- *  Firebird ADO.NET Data provider for .NET and Mono \r
- * \r
- *     The contents of this file are subject to the Initial \r
- *     Developer's Public License Version 1.0 (the "License"); \r
- *     you may not use this file except in compliance with the \r
- *     License. You may obtain a copy of the License at \r
- *     http://www.firebirdsql.org/index.php?op=doc&id=idpl\r
- *\r
- *     Software distributed under the License is distributed on \r
- *     an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either \r
- *     express or implied.  See the License for the specific \r
- *     language governing rights and limitations under the License.\r
- * \r
- *  Copyright (c) 2002, 2005 Carlos Guzman Alvarez\r
- *  All Rights Reserved.\r
- */\r
-\r
-using System;\r
-\r
-namespace FirebirdSql.Data.Common\r
-{\r
-       internal enum DbDataType\r
-       {\r
-               Array,\r
-               BigInt,\r
-               Binary,\r
-               Char,\r
-               Date,\r
-               Decimal,\r
-               Double,\r
-               Float,\r
-               Guid,\r
-               Integer,\r
-               Numeric,\r
-               SmallInt,\r
-               Text,\r
-               Time,\r
-               TimeStamp,\r
-               VarChar\r
-       }\r
+/*
+ *  Firebird ADO.NET Data provider for .NET and Mono 
+ * 
+ *     The contents of this file are subject to the Initial 
+ *     Developer's Public License Version 1.0 (the "License"); 
+ *     you may not use this file except in compliance with the 
+ *     License. You may obtain a copy of the License at 
+ *     http://www.firebirdsql.org/index.php?op=doc&id=idpl
+ *
+ *     Software distributed under the License is distributed on 
+ *     an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either 
+ *     express or implied.  See the License for the specific 
+ *     language governing rights and limitations under the License.
+ * 
+ *  Copyright (c) 2002, 2005 Carlos Guzman Alvarez
+ *  All Rights Reserved.
+ */
+
+using System;
+
+namespace FirebirdSql.Data.Common
+{
+       internal enum DbDataType
+       {
+               Array,
+               BigInt,
+               Binary,
+               Char,
+               Date,
+               Decimal,
+               Double,
+               Float,
+               Guid,
+               Integer,
+               Numeric,
+               SmallInt,
+               Text,
+               Time,
+               TimeStamp,
+               VarChar
+       }
 }
\ No newline at end of file