Don't tag some CAS types as obsolete.
[mono.git] / mcs / class / System.Drawing / System.Drawing / FontStyle.cs
index 60bb82f9a629ba38d4c0fe5aa350827bbe65132f..4044b51580f092bf3a495be45dc012277d145e88 100644 (file)
@@ -1,12 +1,10 @@
 //
 // System.Drawing.FontStyle.cs
 //
-// (C) 2001 Ximian, Inc.  http://www.ximian.com
 // Author: Dennis Hayes (dennish@raytek.com)
 //
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+// Copyright (C) 2004,2006 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.
 //
 
+namespace System.Drawing {
 
-using System;
-namespace System.Drawing 
-{
-       [Flags]
+#if ONLY_1_1
        [Serializable]
+#endif
+       [Flags]
        public enum FontStyle {
                Regular   = 0,
                Bold      = 1,