refactoring: fix documentation attributes
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / ColorMode.cs
index 46408177f2275662e8e5455c938b03e1a4adee9b..e0819e833b78c12da17fd141941776df49c0a0bc 100644 (file)
@@ -1,12 +1,10 @@
 //
 // System.Drawing.Imaging.ColorMode.cs
 //
-// (C) 2002 Ximian, Inc.  http://www.ximian.com
 // Author: Dennis Hayes (dennish@raytek.com)
 //
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2002 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
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-using System;
-namespace System.Drawing.Imaging 
-{
+
+namespace System.Drawing.Imaging {
+
+#if ONLY_1_1
        [Serializable]
+#endif
        public enum ColorMode {
                Argb32Mode = 0,
                Argb64Mode = 1