From 0a931cd04a11189a73fa8c1a0fb5c92c86dfd597 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 19 Dec 2017 03:50:57 +0000 Subject: [PATCH] REFACTOR: Updated comments and copyright date. --- Adler32Context.cs | 2 +- CDChecksums.cs | 4 ++-- CRC16Context.cs | 2 +- CRC32Context.cs | 2 +- CRC64Context.cs | 2 +- FletcherContext.cs | 2 +- MD5Context.cs | 2 +- Properties/AssemblyInfo.cs | 34 +++++++++++++++++++++++++++++++++- RIPEMD160Context.cs | 2 +- ReedSolomon.cs | 2 +- SHA1Context.cs | 2 +- SHA256Context.cs | 2 +- SHA384Context.cs | 2 +- SHA512Context.cs | 2 +- SpamSumContext.cs | 2 +- 15 files changed, 48 insertions(+), 16 deletions(-) diff --git a/Adler32Context.cs b/Adler32Context.cs index 9bb2887..8dcc611 100644 --- a/Adler32Context.cs +++ b/Adler32Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System; diff --git a/CDChecksums.cs b/CDChecksums.cs index a48947f..2d8751f 100644 --- a/CDChecksums.cs +++ b/CDChecksums.cs @@ -9,7 +9,7 @@ // // --[ Description ] ---------------------------------------------------------- // -// Checks a CD checksum. +// Implements CD checksums. // // --[ License ] -------------------------------------------------------------- // @@ -27,7 +27,7 @@ // along with this program.If not, see. // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ECC algorithm from ECM(c) 2002-2011 Neill Corlett // ****************************************************************************/ diff --git a/CRC16Context.cs b/CRC16Context.cs index adbfe49..885023a 100644 --- a/CRC16Context.cs +++ b/CRC16Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/CRC32Context.cs b/CRC32Context.cs index 3d51503..dafdd1a 100644 --- a/CRC32Context.cs +++ b/CRC32Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/CRC64Context.cs b/CRC64Context.cs index 8c96b94..368dca2 100644 --- a/CRC64Context.cs +++ b/CRC64Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Text; diff --git a/FletcherContext.cs b/FletcherContext.cs index f0df45e..6ede6f9 100644 --- a/FletcherContext.cs +++ b/FletcherContext.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ // Disabled because the speed is abnormally slow diff --git a/MD5Context.cs b/MD5Context.cs index b1e50f8..f4c86e9 100644 --- a/MD5Context.cs +++ b/MD5Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f90eafc..7ddf5f1 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,4 +1,36 @@ -using System.Reflection; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : AssemblyInfo.cs +// Author(s) : Natalia Portillo +// +// Component : Main program loop. +// +// --[ Description ] ---------------------------------------------------------- +// +// C# assembly definitions. +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. diff --git a/RIPEMD160Context.cs b/RIPEMD160Context.cs index 5fb43a2..6e9c8b1 100644 --- a/RIPEMD160Context.cs +++ b/RIPEMD160Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/ReedSolomon.cs b/ReedSolomon.cs index 537b4c2..c005cee 100644 --- a/ReedSolomon.cs +++ b/ReedSolomon.cs @@ -27,7 +27,7 @@ // along with this program. If not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // Copyright (C) 1996 Phil Karn // Copyright (C) 1995 Robert Morelos-Zaragoza // Copyright (C) 1995 Hari Thirumoorthy diff --git a/SHA1Context.cs b/SHA1Context.cs index b79e7ee..d2b4b06 100644 --- a/SHA1Context.cs +++ b/SHA1Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/SHA256Context.cs b/SHA256Context.cs index cb8c406..e8ae3c1 100644 --- a/SHA256Context.cs +++ b/SHA256Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/SHA384Context.cs b/SHA384Context.cs index 95852ef..2bb89ef 100644 --- a/SHA384Context.cs +++ b/SHA384Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/SHA512Context.cs b/SHA512Context.cs index fc50fc5..61e046b 100644 --- a/SHA512Context.cs +++ b/SHA512Context.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ using System.Security.Cryptography; diff --git a/SpamSumContext.cs b/SpamSumContext.cs index 7fb173f..a2f3abc 100644 --- a/SpamSumContext.cs +++ b/SpamSumContext.cs @@ -27,7 +27,7 @@ // License along with this library; if not, see . // // ---------------------------------------------------------------------------- -// Copyright © 2011-2017 Natalia Portillo +// Copyright © 2011-2018 Natalia Portillo // ****************************************************************************/ // Based on ssdeep