Don't tag some CAS types as obsolete.
[mono.git] / mcs / class / System.Drawing / System.Drawing / StringAligment.cs
index 61db3fbf608ee0f23ab0c6aec762252b101af29e..13f762a9dd5ed6b4337b28b7d5f10e8111538012 100644 (file)
@@ -1,12 +1,10 @@
 //
 // System.Drawing.StringAligment.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 
-{
+#if ONLY_1_1
        [Serializable]
+#endif
        public enum StringAlignment {
                Near = 0,
                Center = 1,