annotate AssemblyInfo.cs @ 9:6bbc5c08c06d

* Update assembly description to try to avoid threatened legal action over similarity of descriptive phrase to a trademark no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 31 Jan 2010 20:45:55 +0000
parents 09bc9a4df412
children 61bc9b44a695
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 // This file (AssemblyInfo.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2009 IBBoard
9
6bbc5c08c06d * Update assembly description to try to avoid threatened legal action over similarity of descriptive phrase to a trademark
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
2 //
0
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license.
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 using System.Reflection;
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
5 using System.Runtime.CompilerServices;
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6
9
6bbc5c08c06d * Update assembly description to try to avoid threatened legal action over similarity of descriptive phrase to a trademark
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
7 // Information about this assembly is defined by the following attributes.
0
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 // Change them to the values specific to your project.
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
9
7
09bc9a4df412 Re #242: Create Qt# UI for WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
10 [assembly: AssemblyTitle("WarFoundry (Qyoto)")]
9
6bbc5c08c06d * Update assembly description to try to avoid threatened legal action over similarity of descriptive phrase to a trademark
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
11 [assembly: AssemblyDescription("The Qyoto (Qt#) interface for WarFoundry, the army creator designed to cover a wide range of wargame systems")]
0
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
12 [assembly: AssemblyConfiguration("")]
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
13 [assembly: AssemblyCompany("")]
7
09bc9a4df412 Re #242: Create Qt# UI for WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
14 [assembly: AssemblyProduct("WarFoundry")]
09bc9a4df412 Re #242: Create Qt# UI for WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
15 [assembly: AssemblyCopyright("IBBoard, 2010")]
0
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
16 [assembly: AssemblyTrademark("")]
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
17 [assembly: AssemblyCulture("")]
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
18
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
19 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
20 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
21 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
22
7
09bc9a4df412 Re #242: Create Qt# UI for WarFoundry
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
23 [assembly: AssemblyVersion("0.0.1.*")]
0
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
24
9
6bbc5c08c06d * Update assembly description to try to avoid threatened legal action over similarity of descriptive phrase to a trademark
IBBoard <dev@ibboard.co.uk>
parents: 7
diff changeset
25 // The following attributes are used to specify the signing key for the assembly,
0
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
26 // if desired. See the Mono documentation for more information about signing.
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
27
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
28 //[assembly: AssemblyDelaySign(false)]
620c62ba4d07 Re #242: Qt# GUI
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
29 //[assembly: AssemblyKeyFile("")]