AssemblyInfo.cs revision 324c4644fee44b9898524c09511bd33c3f12e2df
1/*
2[The "BSD licence"]
3Copyright (c) 2005-2007 Kunle Odutola
4All rights reserved.
5
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions
8are met:
91. Redistributions of source code MUST RETAIN the above copyright
10   notice, this list of conditions and the following disclaimer.
112. Redistributions in binary form MUST REPRODUCE the above copyright
12   notice, this list of conditions and the following disclaimer in
13   the documentation and/or other materials provided with the
14   distribution.
153. The name of the author may not be used to endorse or promote products
16   derived from this software without specific prior WRITTEN permission.
174. Unless explicitly state otherwise, any contribution intentionally
18   submitted for inclusion in this work to the copyright owner or licensor
19   shall be under the terms and conditions of this license, without any
20   additional terms or conditions.
21
22THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32*/
33
34
35using System.Reflection;
36using System.Runtime.CompilerServices;
37using System.Runtime.InteropServices;
38
39// General Information about an assembly is controlled through the following
40// set of attributes. Change these attribute values to modify the information
41// associated with an assembly.
42[assembly: AssemblyTitle("Antlr3.Runtime.Tests")]
43[assembly: AssemblyDescription("")]
44[assembly: AssemblyConfiguration("")]
45[assembly: AssemblyCompany("Toshiba")]
46[assembly: AssemblyProduct("Antlr3.Runtime.Tests")]
47[assembly: AssemblyCopyright("Copyright © Toshiba 2007")]
48[assembly: AssemblyTrademark("")]
49[assembly: AssemblyCulture("")]
50
51// Setting ComVisible to false makes the types in this assembly not visible
52// to COM components.  If you need to access a type in this assembly from
53// COM, set the ComVisible attribute to true on that type.
54[assembly: ComVisible(false)]
55
56// The following GUID is for the ID of the typelib if this project is exposed to COM
57[assembly: Guid("e7a97455-a3e3-4877-a90b-b1b12606dac1")]
58
59// Version information for an assembly consists of the following four values:
60//
61//      Major Version
62//      Minor Version
63//      Build Number
64//      Revision
65//
66// You can specify all the values or you can default the Revision and Build Numbers
67// by using the '*' as shown below:
68[assembly: AssemblyVersion("1.0.0.0")]
69[assembly: AssemblyFileVersion("1.0.0.0")]
70