copying the latest Sys.Web.Services from trunk.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / PaletteFlags.cs
index af5401a2e734f3e5788f8f4863d326fa7b12517c..11b968b47af0de52d122eda629f06230ecf76426 100644 (file)
@@ -1,10 +1,12 @@
 //
 // System.Drawing.Imaging.PaletteFlags.cs
 //
+// (C) 2002 Ximian, Inc.  http://www.ximian.com
 // Author: Dennis Hayes (dennish@raytek.com)
 //
-// (C) 2002 Ximian, Inc.  http://www.ximian.com
-// Copyright (C) 2004, 2006 Novell, Inc (http://www.novell.com)
+
+//
+// Copyright (C) 2004 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.
 //
-
-namespace System.Drawing.Imaging {
-
-#if NET_2_0
-       [Flags]
-#else
+using System;
+namespace System.Drawing.Imaging 
+{
        [Serializable]
-#endif
        public enum PaletteFlags {
                GrayScale = 2,
                Halftone = 4,