diff --git a/ArrayFill.cs b/ArrayFill.cs index 772e36684..e886d7c31 100644 --- a/ArrayFill.cs +++ b/ArrayFill.cs @@ -1,4 +1,4 @@ -// /*************************************************************************** +// /*************************************************************************** // The Disc Image Chef // ---------------------------------------------------------------------------- // @@ -20,7 +20,7 @@ // Assuming open source. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2016 Natalia Portillo +// Copyright © 2011-2017 Natalia Portillo // Copyright(C) 2014 mykohsu // ****************************************************************************/ diff --git a/ArrayIsEmpty.cs b/ArrayIsEmpty.cs index 8e5375ad6..a6faa4a13 100644 --- a/ArrayIsEmpty.cs +++ b/ArrayIsEmpty.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 diff --git a/BigEndianBitConverter.cs b/BigEndianBitConverter.cs index 17ecfbf6d..80e27d048 100644 --- a/BigEndianBitConverter.cs +++ b/BigEndianBitConverter.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 // ****************************************************************************/ using System; diff --git a/BigEndianMarshal.cs b/BigEndianMarshal.cs index 3b6f72847..d51c17984 100644 --- a/BigEndianMarshal.cs +++ b/BigEndianMarshal.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 // ****************************************************************************/ using System; diff --git a/ChangeLog b/ChangeLog index 53e2fbea6..5762b8d53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2017-05-19 Natalia Portillo + + * Swapping.cs: + * PrintHex.cs: + * ArrayFill.cs: + * ArrayIsEmpty.cs: + * DateHandlers.cs: + * StringHandlers.cs: + * BigEndianMarshal.cs: + * BigEndianBitConverter.cs: + * AssemblyInfo.cs: + * EndianAwareBinaryReader.cs: Updated copyright string. + 2017-05-19 Natalia Portillo * AssemblyInfo.cs: Bumped version to 3.3.99.0. diff --git a/DateHandlers.cs b/DateHandlers.cs index 592c10f5a..ce27ce59c 100644 --- a/DateHandlers.cs +++ b/DateHandlers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2016 Natalia Portillo +// Copyright © 2011-2017 Natalia Portillo // ****************************************************************************/ using System; diff --git a/EndianAwareBinaryReader.cs b/EndianAwareBinaryReader.cs index 194802973..cebd581ef 100644 --- a/EndianAwareBinaryReader.cs +++ b/EndianAwareBinaryReader.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2016 Natalia Portillo +// Copyright © 2011-2017 Natalia Portillo // ****************************************************************************/ using System; diff --git a/PrintHex.cs b/PrintHex.cs index 61898fd12..af01d99bb 100644 --- a/PrintHex.cs +++ b/PrintHex.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 // ****************************************************************************/ using DiscImageChef.Console; diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index c1be8a3a3..07739d456 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -9,7 +9,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("")] diff --git a/StringHandlers.cs b/StringHandlers.cs index a17a2acbe..70033b457 100644 --- a/StringHandlers.cs +++ b/StringHandlers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2016 Natalia Portillo +// Copyright © 2011-2017 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/Swapping.cs b/Swapping.cs index b255c0274..50588c5fa 100644 --- a/Swapping.cs +++ b/Swapping.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2016 Natalia Portillo +// Copyright © 2011-2017 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef