diff --git a/Aaru.Checksums.csproj b/Aaru.Checksums.csproj
index 7abd717..4dec73a 100644
--- a/Aaru.Checksums.csproj
+++ b/Aaru.Checksums.csproj
@@ -13,7 +13,7 @@
true
5.3.0
Claunia.com
- Copyright © 2011-2021 Natalia Portillo
+ Copyright © 2011-2022 Natalia Portillo
Aaru Data Preservation Suite
Aaru.Checksums
$(Version)
diff --git a/Adler32Context.cs b/Adler32Context.cs
index 3b72244..65c9749 100644
--- a/Adler32Context.cs
+++ b/Adler32Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/CDChecksums.cs b/CDChecksums.cs
index cf57599..03597b8 100644
--- a/CDChecksums.cs
+++ b/CDChecksums.cs
@@ -27,7 +27,7 @@
// along with this program.If not, see.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ECC algorithm from ECM(c) 2002-2011 Neill Corlett
// ****************************************************************************/
diff --git a/CRC16CCITTContext.cs b/CRC16CCITTContext.cs
index 486ba28..fc93aa8 100644
--- a/CRC16CCITTContext.cs
+++ b/CRC16CCITTContext.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Checksums
diff --git a/CRC16Context.cs b/CRC16Context.cs
index 12ad0cf..b1a2f83 100644
--- a/CRC16Context.cs
+++ b/CRC16Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/CRC16IBMContext.cs b/CRC16IBMContext.cs
index 82ae6f5..c5e7103 100644
--- a/CRC16IBMContext.cs
+++ b/CRC16IBMContext.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
namespace Aaru.Checksums
diff --git a/CRC32Context.cs b/CRC32Context.cs
index 988d622..30d9b95 100644
--- a/CRC32Context.cs
+++ b/CRC32Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/CRC64Context.cs b/CRC64Context.cs
index 6d0fc46..1a36fea 100644
--- a/CRC64Context.cs
+++ b/CRC64Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
using System.IO;
diff --git a/FletcherContext.cs b/FletcherContext.cs
index 480cca3..c9a02ee 100644
--- a/FletcherContext.cs
+++ b/FletcherContext.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
// Disabled because the speed is abnormally slow
diff --git a/MD5Context.cs b/MD5Context.cs
index 7bb2285..a51fad2 100644
--- a/MD5Context.cs
+++ b/MD5Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/ReedSolomon.cs b/ReedSolomon.cs
index 537e04e..b3b01b4 100644
--- a/ReedSolomon.cs
+++ b/ReedSolomon.cs
@@ -27,7 +27,7 @@
// along with this program. If not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 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 c56e12a..5a442f2 100644
--- a/Register.cs
+++ b/Register.cs
@@ -33,7 +33,7 @@
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/SHA1Context.cs b/SHA1Context.cs
index daf24a5..b3edc0b 100644
--- a/SHA1Context.cs
+++ b/SHA1Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/SHA256Context.cs b/SHA256Context.cs
index 3dbf10d..d320381 100644
--- a/SHA256Context.cs
+++ b/SHA256Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/SHA384Context.cs b/SHA384Context.cs
index 4c5d522..dfa1777 100644
--- a/SHA384Context.cs
+++ b/SHA384Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/SHA512Context.cs b/SHA512Context.cs
index bd4d4b9..1bdbbb5 100644
--- a/SHA512Context.cs
+++ b/SHA512Context.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
using System;
diff --git a/SpamSumContext.cs b/SpamSumContext.cs
index 16af49b..42766a7 100644
--- a/SpamSumContext.cs
+++ b/SpamSumContext.cs
@@ -27,7 +27,7 @@
// License along with this library; if not, see .
//
// ----------------------------------------------------------------------------
-// Copyright © 2011-2021 Natalia Portillo
+// Copyright © 2011-2022 Natalia Portillo
// ****************************************************************************/
// Based on ssdeep