Updated copyright info, updated GPL contact info, updated assembly name, dropped 1.x from version number.

Branch_1.5.0
Nathan Crawford 2009-08-17 19:00:40 +00:00
rodzic f37d241a36
commit f9a2b09454
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
/*
Embridery Reader - an application to view .pes embroidery designs
Copyright (C) 2008 Nathan Crawford
Copyright (C) 2009 Nathan Crawford
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
A copy of the full GPL 2 license can be found in the docs directory.
You can contact me at http://www.njcrawford.com/contact.html.
You can contact me at http://www.njcrawford.com/contact/.
*/
@ -34,8 +34,8 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("embroideryReader")]
[assembly: AssemblyCopyright("Copyright © 2008")]
[assembly: AssemblyProduct("Embroidery Reader")]
[assembly: AssemblyCopyright("Copyright © Nathan Crawford 2009")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -54,5 +54,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.4.0.8")]
[assembly: AssemblyFileVersion("1.4.0.8")]
[assembly: AssemblyVersion("3.1.0.16")]
[assembly: AssemblyFileVersion("3.1.0.16")]