Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions adler32.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2011, 2016 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
* SPDX-License-Identifier: Zlib
*/

/* @(#) $Id$ */
Expand Down
1 change: 1 addition & 0 deletions zlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
The data format used by the zlib library is described by RFCs (Request for
Comments) 1950 to 1952 at https://datatracker.ietf.org/doc/html/rfc1950
(zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
SPDX-License-Identifier: Zlib
*/

#ifndef ZLIB_H
Expand Down