2004-12-25 Ben Maurer <bmaurer@ximian.com>
authorBen Maurer <benm@mono-cvs.ximian.com>
Sat, 25 Dec 2004 20:12:07 +0000 (20:12 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Sat, 25 Dec 2004 20:12:07 +0000 (20:12 -0000)
* monop.cs, outline.cs, monop-completion.sh: Add MIT/X11 License.

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

mcs/tools/monop/ChangeLog
mcs/tools/monop/monop-completion.sh
mcs/tools/monop/monop.cs
mcs/tools/monop/outline.cs

index 92877b07164a2434e12f65121d57e7dd2ea00290..7944f158a4853fbaa6ba3cb52e1d1abfe9776615 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-25  Ben Maurer  <bmaurer@ximian.com>
+
+       * monop.cs, outline.cs, monop-completion.sh: Add MIT/X11 License.
+
 2004-12-09  Dan Winship  <danw@novell.com>
 
        * outline.cs (OutlineType, OutlineOperator, OperatorFromName):
index e7691ec41e727356bd52388cce04c73fa1a4dd4f..8d933c09c482f0e1a6e96931ec33c1dd7717cf02 100755 (executable)
@@ -1,5 +1,26 @@
 # function for monop bash completion, source it from other scripts like .bashrc
 
+#
+# 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.
+#
+
 completion_monop()
 {
     local sw
index 777bcc0a3737b130d1b6da0f6c72b0c31fe8c2ea..2a92c1a6c5c2b56a084d039ef6384cb62d64d920 100644 (file)
@@ -9,6 +9,27 @@
 // (C) 2004 John Luke
 //
 
+//
+// 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.CodeDom.Compiler;
index 3ba0ab110088ff930265cc24c065737b2bc694a6..df75fad27837c5a5b9e2dcc3e1fa544f4a2b2795 100644 (file)
@@ -8,6 +8,27 @@
 // (C) 2004 Ben Maurer
 //
 
+//
+// 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.Collections;