From 3a0d0311a0be750186f2e0d467559fa2d321e348 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 19 May 2017 20:28:49 +0100 Subject: [PATCH] Updated copyright string. --- ChangeLog | 5 +++++ DicConsole.cs | 4 ++-- Properties/AssemblyInfo.cs | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17f0f82..b525e85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-05-19 Natalia Portillo + + * DicConsole.cs: + * AssemblyInfo.cs: Updated copyright string. + 2017-05-19 Natalia Portillo * AssemblyInfo.cs: Bumped version to 3.3.99.0. diff --git a/DicConsole.cs b/DicConsole.cs index 748cb4f..a560307 100644 --- a/DicConsole.cs +++ b/DicConsole.cs @@ -1,4 +1,4 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2016 Natalia Portillo +// Copyright © 2011-2017 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Console diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f2b0a8e..dc45616 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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("")]