diff options
Diffstat (limited to 'src/Mono.Math/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/Mono.Math/Properties/AssemblyInfo.cs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/Mono.Math/Properties/AssemblyInfo.cs b/src/Mono.Math/Properties/AssemblyInfo.cs index 00cc4f4..0e40bff 100644 --- a/src/Mono.Math/Properties/AssemblyInfo.cs +++ b/src/Mono.Math/Properties/AssemblyInfo.cs @@ -20,15 +20,7 @@ using System.Web.UI; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("Mono Math")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("DotNetOpenAuth")] -[assembly: AssemblyCopyright("Copyright © 2011 Outercurve Foundation")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguage("en-US")] +[assembly: AssemblyCopyright("Copyright © 2012 Outercurve Foundation")] [assembly: CLSCompliant(true)] // Setting ComVisible to false makes the types in this assembly not visible |