Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2001-10-08 16:02:19 +0400
committerPaolo Molaro <lupus@oddwiz.org>2001-10-08 16:02:19 +0400
commit32fb0da5685db2ad83be46986ebd7cc3274c3a2c (patch)
treed7b086c2342895beffad08eba96b9c3ec12cda96 /mcs/class/corlib/System.Reflection/ConstructorInfo.cs
parent4e11d3be1309cb3f00610f6c9ee4eccd104abb30 (diff)
Added copyright notices.
svn path=/trunk/mcs/; revision=1120
Diffstat (limited to 'mcs/class/corlib/System.Reflection/ConstructorInfo.cs')
-rw-r--r--mcs/class/corlib/System.Reflection/ConstructorInfo.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Reflection/ConstructorInfo.cs b/mcs/class/corlib/System.Reflection/ConstructorInfo.cs
index 815cb783344..1844fdf4aa3 100644
--- a/mcs/class/corlib/System.Reflection/ConstructorInfo.cs
+++ b/mcs/class/corlib/System.Reflection/ConstructorInfo.cs
@@ -1,3 +1,12 @@
+//
+// System.Reflection/ConstructorInfo.cs
+//
+// Author:
+// Paolo Molaro (lupus@ximian.com)
+//
+// (C) 2001 Ximian, Inc. http://www.ximian.com
+//
+
using System;
using System.Reflection;