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:
authorZoltan Varga <vargaz@gmail.com>2008-09-25 01:06:37 +0400
committerZoltan Varga <vargaz@gmail.com>2008-09-25 01:06:37 +0400
commite92f14442a35e0d0da641ec8202d167a67ab810f (patch)
tree4165e8313ca623dc3cd3d0be37425b9cb9cbe76d /mcs/class/Mono.Management
parent403ccbf094cbbd3c1d0c88d09250181ece8e1f2f (diff)
2008-09-24 Zoltan Varga <vargaz@gmail.com>
* AssemblyInfo.cs ChangeLog: New files. svn path=/trunk/mcs/; revision=114019
Diffstat (limited to 'mcs/class/Mono.Management')
-rw-r--r--mcs/class/Mono.Management/Assembly/AssemblyInfo.cs52
-rw-r--r--mcs/class/Mono.Management/Assembly/ChangeLog4
2 files changed, 56 insertions, 0 deletions
diff --git a/mcs/class/Mono.Management/Assembly/AssemblyInfo.cs b/mcs/class/Mono.Management/Assembly/AssemblyInfo.cs
new file mode 100644
index 00000000000..87b442c59bd
--- /dev/null
+++ b/mcs/class/Mono.Management/Assembly/AssemblyInfo.cs
@@ -0,0 +1,52 @@
+//
+// AssemblyInfo.cs
+//
+// Author:
+// Andreas Nahr (ClassDevelopment@A-SoftTech.com)
+//
+// (C) 2003 Ximian, Inc. http://www.ximian.com
+// (C) 2004 Novell (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
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+using System;
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyVersion (Consts.FxVersion)]
+
+/* TODO COMPLETE INFORMATION
+
+[assembly: AssemblyTitle ("")]
+[assembly: AssemblyDescription ("")]
+
+[assembly: CLSCompliant (true)]
+[assembly: AssemblyFileVersion ("0.0.0.1")]
+
+[assembly: ComVisible (false)]
+
+*/
+
+[assembly: AssemblyDelaySign (true)]
+[assembly: AssemblyKeyFile ("../mono.pub")]
+
diff --git a/mcs/class/Mono.Management/Assembly/ChangeLog b/mcs/class/Mono.Management/Assembly/ChangeLog
new file mode 100644
index 00000000000..5735dde0a00
--- /dev/null
+++ b/mcs/class/Mono.Management/Assembly/ChangeLog
@@ -0,0 +1,4 @@
+2008-09-24 Zoltan Varga <vargaz@gmail.com>
+
+ * AssemblyInfo.cs ChangeLog: New files.
+