diff --git a/ArrayFill.cs b/ArrayFill.cs
index 122bccd..af29d5b 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 e22da37..51ffd7a 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 33e2e71..3e1f3fb 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 8dbc654..15cdb20 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 5f7aca7..ae4c0fa 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 e5953b8..8101b2a 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 e2aae95..f7fe42e 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 4d33454..8cc4d71 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 063345e..789bb5b 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 551beef..3256a19 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 ad2fb0c..8052382 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 cf52121..db5dbf6 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;