Update two days worth of copyrights, many more missing
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Messaging / Header.cs
index c7f7142612511f82feaf954d3b2c9994838df106..b645d69015253412ccdb80d717eb18773eef5073 100644 (file)
@@ -35,9 +35,7 @@ using System.Collections;
 namespace System.Runtime.Remoting.Messaging {\r
 \r
        [Serializable]\r
-#if NET_2_0\r
        [System.Runtime.InteropServices.ComVisible (true)]\r
-#endif\r
        public class Header {\r
                public Header (string _Name, object _Value) :\r
                        this (_Name, _Value, true)\r