[runtime] Actually clean up context-static data segments.
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / DayRenderEventHandler.cs
index 100b2b1114910f75a68be0ac7dcc59cca0136dce..022c8e29fe9838eea24d5397224cdb6e71b1f6de 100644 (file)
@@ -1,4 +1,9 @@
-
+//
+// System.Web.UI.WebControls.DayRenderEventHandler.cs
+//
+// Author: Duncan Mak (duncan@novell.com)
+//
+// Copyright (C) 2005 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.
 //
-/**\r
- * Namespace: System.Web.UI.WebControls\r
- * Delegate:  DayRenderEventHandler\r
- * \r
- * Author:  Gaurav Vaish\r
- * Maintainer: gvaish@iitk.ac.in\r
- * Contact: <gvaish@iitk.ac.in>\r
- * Implementation: yes\r
- * Status:  100%\r
- * \r
- * (C) Gaurav Vaish (2001)\r
- */\r
-\r
-namespace System.Web.UI.WebControls\r
-{\r
-       public delegate void DayRenderEventHandler(object sender, DayRenderEventArgs e);\r
-}\r
+
+namespace System.Web.UI.WebControls {
+
+       public delegate void DayRenderEventHandler (
+               object sender,
+               DayRenderEventArgs e);
+}
\ No newline at end of file