Don't tag some CAS types as obsolete.
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / DataListItemEventHandler.cs
index bd336d10137dcd1526fab6d560c7c5ef7cc8edc7..5fb9d3c79ac418872edf5873369d95d90bd710b0 100644 (file)
@@ -1,4 +1,9 @@
-
+//
+// System.Web.UI.WebControls.DataListItemEventHandler
+//
+// Author: Ben Maurer <bmaurer@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.
 //
-/**
- * Namespace: System.Web.UI.WebControls
- *
- * Author: Gaurav Vaish
- * Maintainer: gvaish@iitk.ac.in
- * Contact:  <my_scripts2001@yahoo.com>, <gvaish@iitk.ac.in>
- * Implementation: yes
- * Status: 100%
- *
- * (C) Gaurav Vaish (2001)
- */
 
-namespace System.Web.UI.WebControls
-{
-       public delegate void DataListItemEventHandler(object sender, DataListItemEventArgs e);
-}
\ No newline at end of file
+namespace System.Web.UI.WebControls {
+       public delegate void DataListItemEventHandler (object sender, DataListItemEventArgs e);
+}