mirror of
https://github.com/aaru-dps/Aaru.Checksums.git
synced 2025-12-16 19:24:29 +00:00
Update copyright year.
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||||
<Version>6.0.0-alpha8</Version>
|
<Version>6.0.0-alpha8</Version>
|
||||||
<Company>Claunia.com</Company>
|
<Company>Claunia.com</Company>
|
||||||
<Copyright>Copyright © 2011-2022 Natalia Portillo</Copyright>
|
<Copyright>Copyright © 2011-2023 Natalia Portillo</Copyright>
|
||||||
<Product>Aaru Data Preservation Suite</Product>
|
<Product>Aaru Data Preservation Suite</Product>
|
||||||
<Title>Aaru.Checksums</Title>
|
<Title>Aaru.Checksums</Title>
|
||||||
<ApplicationVersion>$(Version)</ApplicationVersion>
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// Copyright 2017 The Chromium Authors. All rights reserved.
|
// Copyright 2017 The Chromium Authors. All rights reserved.
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// Copyright 2017 The Chromium Authors. All rights reserved.
|
// Copyright 2017 The Chromium Authors. All rights reserved.
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
// 3. This notice may not be removed or altered from any source distribution.
|
// 3. This notice may not be removed or altered from any source distribution.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// Copyright (C) 1995-2011 Mark Adler
|
// Copyright (C) 1995-2011 Mark Adler
|
||||||
// Copyright (C) Jean-loup Gailly
|
// Copyright (C) Jean-loup Gailly
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// along with this program.If not, see<http://www.gnu.org/licenses/>.
|
// along with this program.If not, see<http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ECC algorithm from ECM(c) 2002-2011 Neill Corlett
|
// ECC algorithm from ECM(c) 2002-2011 Neill Corlett
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
namespace Aaru.Checksums;
|
namespace Aaru.Checksums;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
namespace Aaru.Checksums;
|
namespace Aaru.Checksums;
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// Copyright 2017 The Chromium Authors. All rights reserved.
|
// Copyright 2017 The Chromium Authors. All rights reserved.
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
// 3. This notice may not be removed or altered from any source distribution.
|
// 3. This notice may not be removed or altered from any source distribution.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// Copyright (c) 2016 Marian Beermann (add support for initial value, restructuring)
|
// Copyright (c) 2016 Marian Beermann (add support for initial value, restructuring)
|
||||||
// Copyright (C) 2013 Intel Corporation. All rights reserved.
|
// Copyright (C) 2013 Intel Corporation. All rights reserved.
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
// https://github.com/rawrunprotected/crc
|
// https://github.com/rawrunprotected/crc
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
// Disabled because the speed is abnormally slow
|
// Disabled because the speed is abnormally slow
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// Copyright (C) 1996 Phil Karn
|
// Copyright (C) 1996 Phil Karn
|
||||||
// Copyright (C) 1995 Robert Morelos-Zaragoza
|
// Copyright (C) 1995 Robert Morelos-Zaragoza
|
||||||
// Copyright (C) 1995 Hari Thirumoorthy
|
// Copyright (C) 1995 Hari Thirumoorthy
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
// License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Copyright © 2011-2022 Natalia Portillo
|
// Copyright © 2011-2023 Natalia Portillo
|
||||||
// ****************************************************************************/
|
// ****************************************************************************/
|
||||||
|
|
||||||
// Based on ssdeep
|
// Based on ssdeep
|
||||||
|
|||||||
Reference in New Issue
Block a user