Jelajahi Sumber

Added copyright notices.

svn path=/trunk/mcs/; revision=1120
Paolo Molaro 24 tahun lalu
induk
melakukan
32fb0da568

+ 9 - 0
mcs/class/corlib/System.Reflection.Emit/AssemblyBuilder.cs

@@ -1,3 +1,12 @@
+//
+// System.Reflection.Emit/AssemblyBuilder.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Reflection;
 using System.Resources;

+ 9 - 0
mcs/class/corlib/System.Reflection.Emit/ConstructorBuilder.cs

@@ -1,3 +1,12 @@
+//
+// System.Reflection.Emit/ConstructorBuilder.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Reflection;
 using System.Reflection.Emit;

+ 10 - 0
mcs/class/corlib/System.Reflection.Emit/ILGenerator.cs

@@ -1,3 +1,13 @@
+
+//
+// System.Reflection.Emit/ILGenerator.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Diagnostics.SymbolStore;
 

+ 8 - 0
mcs/class/corlib/System.Reflection.Emit/Label.cs

@@ -1,3 +1,11 @@
+//
+// System.Reflection.Emit/Label.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
 
 namespace System.Reflection.Emit {
 	public struct Label {

+ 10 - 0
mcs/class/corlib/System.Reflection.Emit/MethodBuilder.cs

@@ -1,3 +1,13 @@
+
+//
+// System.Reflection.Emit/MethodBuilder.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Reflection;
 using System.Reflection.Emit;

+ 10 - 0
mcs/class/corlib/System.Reflection.Emit/ModuleBuilder.cs

@@ -1,3 +1,13 @@
+
+//
+// System.Reflection.Emit/ModuleBuilder.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Reflection;
 using System.Runtime.CompilerServices;

+ 9 - 0
mcs/class/corlib/System.Reflection.Emit/TypeBuilder.cs

@@ -1,3 +1,12 @@
+//
+// System.Reflection.Emit/TypeBuilder.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Reflection;
 using System.Reflection.Emit;

+ 9 - 0
mcs/class/corlib/System.Reflection/Assembly.cs

@@ -1,3 +1,12 @@
+//
+// System.Reflection/Assembly.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Security.Policy;
 using System.Runtime.Serialization;

+ 9 - 0
mcs/class/corlib/System.Reflection/AssemblyName.cs

@@ -1,3 +1,12 @@
+//
+// System.Reflection/AssemblyName.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Reflection;
 

+ 9 - 0
mcs/class/corlib/System.Reflection/ConstructorInfo.cs

@@ -1,3 +1,12 @@
+//
+// System.Reflection/ConstructorInfo.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Reflection;
 

+ 9 - 0
mcs/class/corlib/System.Reflection/EventInfo.cs

@@ -1,3 +1,12 @@
+//
+// System.Reflection/EventInfo.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Reflection;
 

+ 8 - 0
mcs/class/corlib/System.Reflection/MethodBase.cs

@@ -1,3 +1,11 @@
+//
+// System.Reflection/MethodBase.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
 
 using System;
 using System.Globalization;

+ 9 - 0
mcs/class/corlib/System.Reflection/MethodInfo.cs

@@ -1,3 +1,12 @@
+//
+// System.Reflection/MethodInfo.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 
 namespace System.Reflection {

+ 9 - 0
mcs/class/corlib/System.Reflection/Module.cs

@@ -1,3 +1,12 @@
+//
+// System.Reflection/Module.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Reflection;
 using System.Runtime.Serialization;

+ 9 - 0
mcs/class/corlib/System.Reflection/PropertyInfo.cs

@@ -1,3 +1,12 @@
+//
+// System.Reflection/PropertyInfo.cs
+//
+// Author:
+//   Paolo Molaro ([email protected])
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+//
+
 using System;
 using System.Reflection;
 using System.Globalization;