]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update copyright years in other source files.
authorNathan Moinvaziri <nathan@nathanm.com>
Mon, 29 Jan 2024 04:06:05 +0000 (20:06 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 19 Jun 2024 12:15:54 +0000 (14:15 +0200)
LICENSE.md
arch/arm/insert_string_acle.c
arch/x86/insert_string_sse42.c
insert_string.c
insert_string_roll.c
insert_string_tpl.h
match_tpl.h
slide_hash.c
win32/Makefile.a64
win32/Makefile.arm
win32/Makefile.msc

index adb48d47296b4d85b0fbb13bd57e8fb5529c2ae9..e866d7ac18620a2229727e3a0512ab688176cbd8 100644 (file)
@@ -1,4 +1,4 @@
-(C) 1995-2013 Jean-loup Gailly and Mark Adler
+(C) 1995-2024 Jean-loup Gailly and Mark Adler
 
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any damages
index aa8385c712e614793bfa17a06a31bdf8841010c1..4592e46b1fb3398ea30f86fd6a2e1b466a955e62 100644 (file)
@@ -1,6 +1,6 @@
 /* insert_string_acle.c -- insert_string integer hash variant using ACLE's CRC instructions
  *
- * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
+ * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
  *
  */
index ae092a7e477f8c8b46579b0ba396afa68f459080..e7964592ea1e6fae7a3c469847820f4e25f0bd8e 100644 (file)
@@ -1,6 +1,6 @@
 /* insert_string_sse42.c -- insert_string integer hash variant using SSE4.2's CRC instructions
  *
- * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
+ * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
  *
  */
index cfe39837f86a54d3e94a452b3c3f980157f1d5a7..3e1e03842e46ad73b30890d87abe5c89cf39449f 100644 (file)
@@ -1,6 +1,6 @@
 /* insert_string.c -- insert_string integer hash variant
  *
- * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
+ * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
  *
  */
index dfea347bccb75ab00097585d9016f68f9fb6c8da..4dbf0d4a1c6b1fff60e79246a260470598a3657c 100644 (file)
@@ -1,6 +1,6 @@
 /* insert_string_roll.c -- insert_string rolling hash variant
  *
- * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
+ * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
  *
  */
index c84617730ac3758eec989e76ab367b8517fcf8a2..a4b0c4a515c3ca623bcdf7730d91e466a19fb45f 100644 (file)
@@ -4,7 +4,7 @@
 /* insert_string.h -- Private insert_string functions shared with more than
  *                    one insert string implementation
  *
- * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
+ * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
  *
  * Copyright (C) 2013 Intel Corporation. All rights reserved.
  * Authors:
index d076798520eeda01d41aa859274ced6e36049325..d162b5d0fd91f5f9b6f011f1e1f88a6c8f358d14 100644 (file)
@@ -1,6 +1,6 @@
 /* match_tpl.h -- find longest match template for compare256 variants
  *
- * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
+ * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
  *
  * Portions copyright (C) 2014-2021 Konstantin Nosov
index b9fbbdb69f86340aa7586121bb08827780f6c696..8345b9e36b85233f46fd6d666d7a761f1c496acc 100644 (file)
@@ -1,6 +1,6 @@
 /* slide_hash.c -- slide hash table C implementation
  *
- * Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
+ * Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
index 2a0f3cfe4e7b2efbd39774500799f39267476a4f..3c6fb0eb0db079400dd4fe0efe5fed73fb7c3daf 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for zlib using Microsoft (Visual) C
-# zlib is copyright (C) 1995-2006 Jean-loup Gailly and Mark Adler
+# zlib is copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
 #
 # Usage:
 #   nmake -f win32/Makefile.a64                          (standard build)
index 34dfe6bba6e1aa22b835053e505dc25229a2c253..293900d4cc1213402616a6d5af0ee150e99f673e 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for zlib using Microsoft (Visual) C
-# zlib is copyright (C) 1995-2006 Jean-loup Gailly and Mark Adler
+# zlib is copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
 #
 # Usage:
 #   nmake -f win32/Makefile.arm                          (standard build)
index 3035072bec765f637b18b1949985a48cadfdcb98..4a3ae054f0e6cc81bc16645892b237a7541d7c05 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for zlib using Microsoft (Visual) C
-# zlib is copyright (C) 1995-2006 Jean-loup Gailly and Mark Adler
+# zlib is copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
 #
 # Usage:
 #   nmake -f win32/Makefile.msc                          (standard build)