From f097ca717e440ec827526348a410972b0965cd9c Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 3 Jan 2020 17:51:30 +0000 Subject: [PATCH] Update copyright date. --- Adler32Context.cs | 2 +- CDChecksums.cs | 2 +- CRC16Context.cs | 2 +- CRC32Context.cs | 2 +- CRC64Context.cs | 2 +- DiscImageChef.Checksums.csproj | 2 +- FletcherContext.cs | 2 +- MD5Context.cs | 2 +- ReedSolomon.cs | 2 +- Register.cs | 2 +- SHA1Context.cs | 2 +- SHA256Context.cs | 2 +- SHA384Context.cs | 2 +- SHA512Context.cs | 2 +- SpamSumContext.cs | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Adler32Context.cs b/Adler32Context.cs index b2189d06d..6ab855f81 100644 --- a/Adler32Context.cs +++ b/Adler32Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ using System.IO; diff --git a/CDChecksums.cs b/CDChecksums.cs index 93eae787f..aefcb36df 100644 --- a/CDChecksums.cs +++ b/CDChecksums.cs @@ -27,7 +27,7 @@ // along with this program.If not, see. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ECC algorithm from ECM(c) 2002-2011 Neill Corlett // ****************************************************************************/ diff --git a/CRC16Context.cs b/CRC16Context.cs index 988db22cf..0e775bf29 100644 --- a/CRC16Context.cs +++ b/CRC16Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ using System.IO; diff --git a/CRC32Context.cs b/CRC32Context.cs index 84d1d7f07..029b76f3d 100644 --- a/CRC32Context.cs +++ b/CRC32Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ using System.IO; diff --git a/CRC64Context.cs b/CRC64Context.cs index 4ce0b96cf..ada7cd9f6 100644 --- a/CRC64Context.cs +++ b/CRC64Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ using System.IO; diff --git a/DiscImageChef.Checksums.csproj b/DiscImageChef.Checksums.csproj index 828421576..77364585d 100644 --- a/DiscImageChef.Checksums.csproj +++ b/DiscImageChef.Checksums.csproj @@ -13,7 +13,7 @@ true 4.5.99.1693 Claunia.com - Copyright © 2011-2019 Natalia Portillo + Copyright © 2011-2020 Natalia Portillo The Disc Image Chef DiscImageChef.Checksums $(Version) diff --git a/FletcherContext.cs b/FletcherContext.cs index d3c102e96..d3fbba07a 100644 --- a/FletcherContext.cs +++ b/FletcherContext.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ // Disabled because the speed is abnormally slow diff --git a/MD5Context.cs b/MD5Context.cs index b1f76a3c7..883d93d39 100644 --- a/MD5Context.cs +++ b/MD5Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ using System.IO; diff --git a/ReedSolomon.cs b/ReedSolomon.cs index eb3f11c03..be2e5f60e 100644 --- a/ReedSolomon.cs +++ b/ReedSolomon.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 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 ed0e2f527..7dcaa28d8 100644 --- a/Register.cs +++ b/Register.cs @@ -33,7 +33,7 @@ // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SHA1Context.cs b/SHA1Context.cs index 5dde5f749..ea81a8430 100644 --- a/SHA1Context.cs +++ b/SHA1Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ using System.IO; diff --git a/SHA256Context.cs b/SHA256Context.cs index ad1d6fd2a..62406d068 100644 --- a/SHA256Context.cs +++ b/SHA256Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ using System.IO; diff --git a/SHA384Context.cs b/SHA384Context.cs index 10cb1412f..2939a0952 100644 --- a/SHA384Context.cs +++ b/SHA384Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ using System.IO; diff --git a/SHA512Context.cs b/SHA512Context.cs index bcddd007d..2f1c57ed3 100644 --- a/SHA512Context.cs +++ b/SHA512Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ using System.IO; diff --git a/SpamSumContext.cs b/SpamSumContext.cs index d0670a2c4..5b551e90e 100644 --- a/SpamSumContext.cs +++ b/SpamSumContext.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2019 Natalia Portillo +// Copyright © 2011-2020 Natalia Portillo // ****************************************************************************/ // Based on ssdeep