diff -r 26e884e49594 -r 4f09ae97cdcc Server/Properties/AssemblyInfo.cs --- a/Server/Properties/AssemblyInfo.cs Mon Jan 12 08:33:53 2015 +0100 +++ b/Server/Properties/AssemblyInfo.cs Thu Jan 15 19:18:25 2015 +0100 @@ -3,7 +3,7 @@ using System.Runtime.InteropServices; using System.Resources; -// General Information about an assembly is controlled through the following +// 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("Sharp Display Manager")] @@ -11,12 +11,12 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Slions")] [assembly: AssemblyProduct("Sharp Display Manager")] -[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyCopyright("Copyright © 2014 Stéphane Lenclud")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] @@ -26,11 +26,11 @@ // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")]