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:
authorMiguel de Icaza <miguel@gnome.org>2003-04-24 00:34:30 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-04-24 00:34:30 +0400
commit0eed5bae7ddb3058beeb4fb5d213d3bae33ab21d (patch)
tree6bd1e8a44e0ad31bd5a64d193849e84e7d055dc6 /mcs/class/LICENSE
parent4d0c758ae5738b2352e9c41d973051c032490bf8 (diff)
Add MIT X11 LICENSE to the class dir
svn path=/trunk/mcs/; revision=13946
Diffstat (limited to 'mcs/class/LICENSE')
-rw-r--r--mcs/class/LICENSE25
1 files changed, 25 insertions, 0 deletions
diff --git a/mcs/class/LICENSE b/mcs/class/LICENSE
new file mode 100644
index 00000000000..97d46c50274
--- /dev/null
+++ b/mcs/class/LICENSE
@@ -0,0 +1,25 @@
+The MIT X11 License covers most of the class libraries in the Mono
+project. Some third party libraries come from different projects, and
+are licensed under their own terms.
+
+
+Copyright (c) 2001, 2002, 2003 The Mono Project
+
+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.