2005-03-07 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 7 Mar 2005 06:58:11 +0000 (06:58 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 7 Mar 2005 06:58:11 +0000 (06:58 -0000)
* RelaxngInference.cs : missing copyright notice.

svn path=/trunk/mcs/; revision=41505

mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Inference/ChangeLog
mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng.Inference/RelaxngInference.cs

index 66d2033c5b49a0c1d5441771c3fe6c990687e62a..42359158281775dd926352912f87b70c543c88b8 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-07  Atsushi Enomoto <atsushi@ximian.com>
+
+       * RelaxngInference.cs : missing copyright notice.
+
 2005-01-26  Atsushi Enomoto <atsushi@ximian.com>
 
        * RelaxngInference.cs,
index cffa2044af58202b31806d6578549bffa95d24ee..dfdf3ad2fe32ef2bb161ad91b870acd6c6e40545 100644 (file)
@@ -2,7 +2,30 @@
 // RelaxngInference.cs
 //
 // Author:
-//     Atsushi Enomoto
+//     Atsushi Enomoto <atsushi@ximian.com>
+//
+// (C) 2005 Novell Inc.
+//
+
+//
+// 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;