diff --git a/Aaru.Checksums.csproj b/Aaru.Checksums.csproj
index 73296c1..31a0ab0 100644
--- a/Aaru.Checksums.csproj
+++ b/Aaru.Checksums.csproj
@@ -11,7 +11,7 @@
true
5.3.1
Claunia.com
- Copyright © 2011-2022 Natalia Portillo
+ Copyright © 2011-2023 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Checksums
$(Version)
diff --git a/Adler32Context.cs b/Adler32Context.cs
index 65c9749..691e57d 100644
--- a/Adler32Context.cs
+++ b/Adler32Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/CDChecksums.cs b/CDChecksums.cs
index 03597b8..84156ef 100644
--- a/CDChecksums.cs
+++ b/CDChecksums.cs
@@ -27,7 +27,7 @@
// along with this program.If not, see.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ECC algorithm from ECM(c) 2002-2011 Neill Corlett
// ****************************************************************************/
diff --git a/CRC16CCITTContext.cs b/CRC16CCITTContext.cs
index fc93aa8..838d866 100644
--- a/CRC16CCITTContext.cs
+++ b/CRC16CCITTContext.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Checksums
diff --git a/CRC16Context.cs b/CRC16Context.cs
index b1a2f83..7a97984 100644
--- a/CRC16Context.cs
+++ b/CRC16Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/CRC16IBMContext.cs b/CRC16IBMContext.cs
index c5e7103..00dd681 100644
--- a/CRC16IBMContext.cs
+++ b/CRC16IBMContext.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Checksums
diff --git a/CRC32Context.cs b/CRC32Context.cs
index 30d9b95..be917e2 100644
--- a/CRC32Context.cs
+++ b/CRC32Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/CRC64Context.cs b/CRC64Context.cs
index 1a36fea..8f1fae3 100644
--- a/CRC64Context.cs
+++ b/CRC64Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/FletcherContext.cs b/FletcherContext.cs
index c9a02ee..1b5d2fc 100644
--- a/FletcherContext.cs
+++ b/FletcherContext.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// Disabled because the speed is abnormally slow
diff --git a/MD5Context.cs b/MD5Context.cs
index a51fad2..6f5b5d5 100644
--- a/MD5Context.cs
+++ b/MD5Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/ReedSolomon.cs b/ReedSolomon.cs
index b3b01b4..9644541 100644
--- a/ReedSolomon.cs
+++ b/ReedSolomon.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// Copyright (C) 1996 Phil Karn
// Copyright (C) 1995 Robert Morelos-Zaragoza
// Copyright (C) 1995 Hari Thirumoorthy
diff --git a/Register.cs b/Register.cs
index 5a442f2..32a9cc2 100644
--- a/Register.cs
+++ b/Register.cs
@@ -33,7 +33,7 @@
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/SHA1Context.cs b/SHA1Context.cs
index b3edc0b..96053e8 100644
--- a/SHA1Context.cs
+++ b/SHA1Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/SHA256Context.cs b/SHA256Context.cs
index d320381..591737f 100644
--- a/SHA256Context.cs
+++ b/SHA256Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/SHA384Context.cs b/SHA384Context.cs
index dfa1777..7547890 100644
--- a/SHA384Context.cs
+++ b/SHA384Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/SHA512Context.cs b/SHA512Context.cs
index 1bdbbb5..9d5bae6 100644
--- a/SHA512Context.cs
+++ b/SHA512Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/SpamSumContext.cs b/SpamSumContext.cs
index 42766a7..b3fcd19 100644
--- a/SpamSumContext.cs
+++ b/SpamSumContext.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2022 Natalia Portillo
+// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
// Based on ssdeep