2002-09-25 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / README
1
2 This contains the Mono C# compiler as well as the Mono runtime
3 library.
4
5 See INSTALL for a guide to building and installing mcs.
6
7 Layout:
8
9         class/
10                 Class libraries
11
12         errors/
13                 Sample programs that should generate errors by the compiler.
14
15         jay/
16                 Yacc-based parser generator.
17
18         mcs/
19                 The Mono C# compiler
20
21         tests/
22                 Sample tests 
23
24 Thanks a lot to Sergey Chaban for his help during the development of
25 the C# compiler.
26
27 LICENSE
28
29 The mcs C# compiler and monoresgen are licensed to you under the GPL, version 2.
30 The complete text of the GPL is in the 'COPYING' file.
31
32     Copyright (C) 2001-2002  Ximian, Inc.
33
34     This program is free software; you can redistribute it and/or modify
35     it under the terms of version 2 of the GNU General Public License as 
36     published by the Free Software Foundation.
37
38     This program is distributed in the hope that it will be useful,
39     but WITHOUT ANY WARRANTY; without even the implied warranty of
40     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
41     GNU General Public License for more details.
42
43     You should have received a copy of the GNU General Public License
44     along with this program; if not, write to the Free Software
45     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
46
47 The class libraries are licensed according to the following license:
48
49     Copyright (C) 2001-2002  Ximian, Inc.
50
51 Permission is hereby granted, free of charge, to any person obtaining a
52 copy of this software and associated documentation files (the "Software"),
53 to deal in the Software without restriction, including without limitation
54 the rights to use, copy, modify, merge, publish, distribute, sublicense,
55 and/or sell copies of the Software, and to permit persons to whom the
56 Software is furnished to do so, subject to the following conditions:
57
58 The above copyright notice and this permission notice shall be included
59 in all copies or substantial portions of the Software.
60
61 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
64 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
65 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
66 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
67 OTHER DEALINGS IN THE SOFTWARE.
68