mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-18 19:45:37 -04:00
Update copyright years in other source files.
This commit is contained in:
parent
6c7b9a4c9b
commit
fc63426372
@ -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
|
This software is provided 'as-is', without any express or implied
|
||||||
warranty. In no event will the authors be held liable for any damages
|
warranty. In no event will the authors be held liable for any damages
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* insert_string_acle.c -- insert_string integer hash variant using ACLE's CRC instructions
|
/* 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
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* insert_string.c -- insert_string integer hash variant
|
/* 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
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* slide_hash.c -- slide hash table C implementation
|
/* 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
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* insert_string_sse42.c -- insert_string integer hash variant using SSE4.2's CRC instructions
|
/* 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
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* insert_string_roll.c -- insert_string rolling hash variant
|
/* 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
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/* insert_string.h -- Private insert_string functions shared with more than
|
/* insert_string.h -- Private insert_string functions shared with more than
|
||||||
* one insert string implementation
|
* 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.
|
* Copyright (C) 2013 Intel Corporation. All rights reserved.
|
||||||
* Authors:
|
* Authors:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* match_tpl.h -- find longest match template for compare256 variants
|
/* 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
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||||
*
|
*
|
||||||
* Portions copyright (C) 2014-2021 Konstantin Nosov
|
* Portions copyright (C) 2014-2021 Konstantin Nosov
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Makefile for zlib using Microsoft (Visual) C
|
# 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:
|
# Usage:
|
||||||
# nmake -f win32/Makefile.a64 (standard build)
|
# nmake -f win32/Makefile.a64 (standard build)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Makefile for zlib using Microsoft (Visual) C
|
# 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:
|
# Usage:
|
||||||
# nmake -f win32/Makefile.arm (standard build)
|
# nmake -f win32/Makefile.arm (standard build)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Makefile for zlib using Microsoft (Visual) C
|
# 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:
|
# Usage:
|
||||||
# nmake -f win32/Makefile.msc (standard build)
|
# nmake -f win32/Makefile.msc (standard build)
|
||||||
|
Loading…
Reference in New Issue
Block a user