diff --git a/ArrayFill.cs b/ArrayFill.cs index 122bccda0..af29d5b82 100644 --- a/ArrayFill.cs +++ b/ArrayFill.cs @@ -20,7 +20,7 @@ // Assuming open source. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // Copyright(C) 2014 mykohsu // ****************************************************************************/ diff --git a/ArrayIsEmpty.cs b/ArrayIsEmpty.cs index e22da3767..51ffd7a06 100644 --- a/ArrayIsEmpty.cs +++ b/ArrayIsEmpty.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Linq; diff --git a/BigEndianBitConverter.cs b/BigEndianBitConverter.cs index 33e2e713c..3e1f3fb84 100644 --- a/BigEndianBitConverter.cs +++ b/BigEndianBitConverter.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/BigEndianMarshal.cs b/BigEndianMarshal.cs index 8dbc654ff..15cdb208e 100644 --- a/BigEndianMarshal.cs +++ b/BigEndianMarshal.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CHS.cs b/CHS.cs index 5f7aca7ac..ae4c0fa5d 100644 --- a/CHS.cs +++ b/CHS.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Helpers diff --git a/CompareBytes.cs b/CompareBytes.cs index e5953b81e..8101b2a48 100644 --- a/CompareBytes.cs +++ b/CompareBytes.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef diff --git a/CountBits.cs b/CountBits.cs index e2aae95de..f7fe42eed 100644 --- a/CountBits.cs +++ b/CountBits.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ namespace DiscImageChef.Helpers diff --git a/DateHandlers.cs b/DateHandlers.cs index 4d3345432..8cc4d71a9 100644 --- a/DateHandlers.cs +++ b/DateHandlers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/DiscImageChef.Helpers.csproj b/DiscImageChef.Helpers.csproj index 063345ef2..789bb5bf5 100644 --- a/DiscImageChef.Helpers.csproj +++ b/DiscImageChef.Helpers.csproj @@ -13,7 +13,7 @@ true 4.5.99.1693 Claunia.com - Copyright © 2011-2018 Natalia Portillo + Copyright © 2011-2019 Natalia Portillo The Disc Image Chef DiscImageChef.Helpers $(Version) diff --git a/PrintHex.cs b/PrintHex.cs index 551beefaa..3256a1978 100644 --- a/PrintHex.cs +++ b/PrintHex.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/StringHandlers.cs b/StringHandlers.cs index ad2fb0cb5..805238270 100644 --- a/StringHandlers.cs +++ b/StringHandlers.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/Swapping.cs b/Swapping.cs index cf52121eb..db5dbf634 100644 --- a/Swapping.cs +++ b/Swapping.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System;