Updated copyright string.

This commit is contained in:
2017-05-19 20:28:49 +01:00
parent e2b08e9fc4
commit 3a0d0311a0
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2017-05-19 Natalia Portillo <claunia@claunia.com>
* DicConsole.cs:
* AssemblyInfo.cs: Updated copyright string.
2017-05-19 Natalia Portillo <claunia@claunia.com>
* AssemblyInfo.cs: Bumped version to 3.3.99.0.

View File

@@ -1,4 +1,4 @@
// /***************************************************************************
// /***************************************************************************
// The Disc Image Chef
// ----------------------------------------------------------------------------
//
@@ -27,7 +27,7 @@
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
//
// ----------------------------------------------------------------------------
// Copyright © 2011-2016 Natalia Portillo
// Copyright © 2011-2017 Natalia Portillo
// ****************************************************************************/
namespace DiscImageChef.Console

View File

@@ -46,7 +46,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Claunia.com")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright © 2011-2016 Natalia Portillo")]
[assembly: AssemblyCopyright("Copyright © 2011-2017 Natalia Portillo")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]