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-05-29 20:06:30 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-05-29 20:06:30 +0400
commit839a0fe5caa7ee7973d80b5587aaf7aebc78b492 (patch)
tree366868b3052fe1a220131e9f660808d2c1be44b4 /mcs/LICENSE.LGPL
parent85a7b2a87e5e8a2f694a75d1e78ebe7bd70475a1 (diff)
Add licenses
svn path=/trunk/mcs/; revision=14995
Diffstat (limited to 'mcs/LICENSE.LGPL')
-rw-r--r--mcs/LICENSE.LGPL15
1 files changed, 15 insertions, 0 deletions
diff --git a/mcs/LICENSE.LGPL b/mcs/LICENSE.LGPL
new file mode 100644
index 00000000000..7447504f516
--- /dev/null
+++ b/mcs/LICENSE.LGPL
@@ -0,0 +1,15 @@
+ Mono class libraries
+ Copyright (C) Mono project (authors listed in individual ChangeLog entries)
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with this library; if not, write to the Free
+ Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.