From dada4dac74338bd1d03ae48389dcd13d28726d54 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 29 Dec 2018 17:34:38 +0000 Subject: [PATCH] Update copyright year. --- 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 +- RIPEMD160Context.cs | 2 +- ReedSolomon.cs | 10 +++++----- Register.cs | 2 +- SHA1Context.cs | 2 +- SHA256Context.cs | 2 +- SHA384Context.cs | 2 +- SHA512Context.cs | 2 +- SpamSumContext.cs | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Adler32Context.cs b/Adler32Context.cs index e46a491a1..b750d6a00 100644 --- a/Adler32Context.cs +++ b/Adler32Context.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/CDChecksums.cs b/CDChecksums.cs index 29bf911c9..d0c253069 100644 --- a/CDChecksums.cs +++ b/CDChecksums.cs @@ -27,7 +27,7 @@ // along with this program.If not, see. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ECC algorithm from ECM(c) 2002-2011 Neill Corlett // ****************************************************************************/ diff --git a/CRC16Context.cs b/CRC16Context.cs index 7eacbe941..abafc28ae 100644 --- a/CRC16Context.cs +++ b/CRC16Context.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/CRC32Context.cs b/CRC32Context.cs index 6caab3f64..00981dd81 100644 --- a/CRC32Context.cs +++ b/CRC32Context.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/CRC64Context.cs b/CRC64Context.cs index 3dcd379b8..3c19c4f05 100644 --- a/CRC64Context.cs +++ b/CRC64Context.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.Checksums.csproj b/DiscImageChef.Checksums.csproj index df32f9c4f..ac123a56f 100644 --- a/DiscImageChef.Checksums.csproj +++ b/DiscImageChef.Checksums.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.Checksums $(Version) diff --git a/FletcherContext.cs b/FletcherContext.cs index 1366a1e23..de56cc622 100644 --- a/FletcherContext.cs +++ b/FletcherContext.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ // Disabled because the speed is abnormally slow diff --git a/MD5Context.cs b/MD5Context.cs index 2f1b3ac60..a6374998f 100644 --- a/MD5Context.cs +++ b/MD5Context.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.IO; diff --git a/RIPEMD160Context.cs b/RIPEMD160Context.cs index fefedee03..c889558a7 100644 --- a/RIPEMD160Context.cs +++ b/RIPEMD160Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ #if !NETSTANDARD2_0 diff --git a/ReedSolomon.cs b/ReedSolomon.cs index b4ce0a2f6..f4530cd2c 100644 --- a/ReedSolomon.cs +++ b/ReedSolomon.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // Copyright (C) 1996 Phil Karn // Copyright (C) 1995 Robert Morelos-Zaragoza // Copyright (C) 1995 Hari Thirumoorthy @@ -36,7 +36,7 @@ /* * Reed-Solomon coding and decoding * Phil Karn (karn at ka9q.ampr.org) September 1996 - * + * * This file is derived from the program "new_rs_erasures.c" by Robert * Morelos-Zaragoza (robert at spectra.eng.hawaii.edu) and Hari Thirumoorthy * (harit at spectra.eng.hawaii.edu), Aug 1995 @@ -219,7 +219,7 @@ namespace DiscImageChef.Checksums a(0) + a(1) @ + a(2) @^2 + ... + a(m-1) @^(m-1) we consider the integer "i" whose binary representation with a(0) being LSB and a(m-1) MSB is (a(0),a(1),...,a(m-1)) and locate the entry - "index_of[i]". Now, @^index_of[i] is that element whose polynomial + "index_of[i]". Now, @^index_of[i] is that element whose polynomial representation is (a(0),a(1),a(2),...,a(m-1)). NOTE: The element alpha_to[2^m-1] = 0 always signifying that the @@ -227,7 +227,7 @@ namespace DiscImageChef.Checksums Similarily, the element index_of[0] = A0 always signifying that the power of alpha which has the polynomial representation (0,0,...,0) is "infinity". - + */ void generate_gf() { @@ -360,7 +360,7 @@ namespace DiscImageChef.Checksums * * Return number of symbols corrected, or -1 if codeword is illegal * or uncorrectable. - * + * * First "no_eras" erasures are declared by the calling program. Then, the * maximum # of errors correctable is t_after_eras = floor((NN-KK-no_eras)/2). * If the number of channel errors is not greater than "t_after_eras" the diff --git a/Register.cs b/Register.cs index b8fd8afdd..776b274f6 100644 --- a/Register.cs +++ b/Register.cs @@ -33,7 +33,7 @@ // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ using System; diff --git a/SHA1Context.cs b/SHA1Context.cs index d9c363469..ca34ba5ac 100644 --- a/SHA1Context.cs +++ b/SHA1Context.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.IO; diff --git a/SHA256Context.cs b/SHA256Context.cs index 001784432..80f4e1ad1 100644 --- a/SHA256Context.cs +++ b/SHA256Context.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.IO; diff --git a/SHA384Context.cs b/SHA384Context.cs index 36b1e5b8a..9335b31c1 100644 --- a/SHA384Context.cs +++ b/SHA384Context.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.IO; diff --git a/SHA512Context.cs b/SHA512Context.cs index 1dafecdd4..372137d88 100644 --- a/SHA512Context.cs +++ b/SHA512Context.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.IO; diff --git a/SpamSumContext.cs b/SpamSumContext.cs index 6fea5add2..f011187e0 100644 --- a/SpamSumContext.cs +++ b/SpamSumContext.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo +// Copyright © 2011-2019 Natalia Portillo // ****************************************************************************/ // Based on ssdeep