Merge pull request #2545 from ermshiperete/Xamarin-24974
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.X509Certificates / X509SelectionFlag.cs
old mode 100755 (executable)
new mode 100644 (file)
index 02227b6..681e520
@@ -1,12 +1,11 @@
 //
-// X509SelectionFlag.cs - System.Security.Cryptography.X509Certificates.X509SelectionFlag
+// System.Security.Cryptography.X509Certificates.X509SelectionFlag
 //
 // Author:
-//     Sebastien Pouliot (spouliot@motus.com)
+//     Sebastien Pouliot  <sebastien@ximian.com>
 //
 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
-//
-
+// Copyright (C) 2004-2005 Novell Inc. (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
-using System;
 
 namespace System.Security.Cryptography.X509Certificates {
 
-       // Note: Match the definition of framework version 1.2.3400.0 on http://longhorn.msdn.microsoft.com
-
        public enum X509SelectionFlag {
                SingleSelection,
                MultiSelection
        }
 }
 
-#endif
\ No newline at end of file