* mb-tokenizer.cs: Oops. Also pulled out all of the old
[mono.git] / mcs / mbas / AssemblyInfo.cs
1 // MonoBASIC Compiler, this is a compiler for the MonoBASIC language, which is a superset of Visual Basic.NET
2 // Copyright (C) 2002  Rafael Teixeira
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 // GNU General Public License for more details.
13 //
14 // You should have received a copy of the GNU General Public License
15 // along with this program; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17 //
18
19 using System.Reflection;
20 using System.Runtime.CompilerServices;
21
22 [assembly: AssemblyTitle("MonoBASIC Compiler")]
23 [assembly: AssemblyDescription("This is a compiler for the MonoBASIC language, \nwhich is a superset of Visual Basic.NET")]
24 [assembly: AssemblyConfiguration("")]
25 [assembly: AssemblyCompany("")]
26 [assembly: AssemblyProduct("")]
27 [assembly: AssemblyCopyright("(c)2002, 2003, 2004 Rafael Teixeira")]
28 [assembly: AssemblyTrademark("")]
29 [assembly: AssemblyCulture("")]         
30
31 [assembly: Mono.Author("Anirban Bhattacharjee")]
32 [assembly: Mono.Author("Martin Baulig")]
33 [assembly: Mono.Author("Marco Ridoni")]
34 [assembly: Mono.Author("Rafael Teixeira")]
35 [assembly: Mono.Author("Miguel de Icaza")]
36 [assembly: Mono.Author("Ravi Pratap")]
37
38 [assembly: Mono.About("Distributed under the GPL")]
39
40 [assembly: Mono.UsageComplement("SOURCE-FILES")]
41
42 //[assembly: Mono.LicensingWith(Mono.GetOptions.Licenses.GPL)]
43 //[assembly: Mono.ForMoreInformation("http://www.go-mono.com")]
44 //[assembly: Mono.UsageClause("mbas [options] source-files")]
45
46 [assembly: AssemblyVersion("0.92.0.0")]
47
48 [assembly: AssemblyDelaySign(false)]
49 [assembly: AssemblyKeyFile("")]
50 [assembly: AssemblyKeyName("")]