From: Pavel P Date: Mon, 16 Mar 2020 00:03:04 +0000 (+0600) Subject: Remove cvs keywords X-Git-Tag: 1.9.9-b1~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=762068fdc60f5fea55e572c601d62820fdb41e68;p=thirdparty%2Fzlib-ng.git Remove cvs keywords --- diff --git a/adler32.c b/adler32.c index af4104778..a25a2e8cb 100644 --- a/adler32.c +++ b/adler32.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #include "zbuild.h" #include "zutil.h" #include "functable.h" diff --git a/arch/arm/fill_window_arm.c b/arch/arm/fill_window_arm.c index 4eccdc02e..43674512b 100644 --- a/arch/arm/fill_window_arm.c +++ b/arch/arm/fill_window_arm.c @@ -8,8 +8,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #include "../../zbuild.h" #include "../../deflate.h" #include "../../deflate_p.h" diff --git a/compress.c b/compress.c index 3c29ddea1..41a4573d5 100644 --- a/compress.c +++ b/compress.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #define ZLIB_INTERNAL #include "zbuild.h" #if defined(ZLIB_COMPAT) diff --git a/crc32.c b/crc32.c index 5570b585e..6d9d6a693 100644 --- a/crc32.c +++ b/crc32.c @@ -9,8 +9,6 @@ * factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3. */ -/* @(#) $Id$ */ - #include "zbuild.h" #include "zendian.h" #include diff --git a/deflate.c b/deflate.c index d2e74ed3e..2309a80fe 100644 --- a/deflate.c +++ b/deflate.c @@ -47,8 +47,6 @@ * */ -/* @(#) $Id$ */ - #include "zbuild.h" #include "deflate.h" #include "deflate_p.h" diff --git a/deflate.h b/deflate.h index 24c021abb..f9d5a381c 100644 --- a/deflate.h +++ b/deflate.h @@ -10,8 +10,6 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id$ */ - #include "zutil.h" #include "zendian.h" diff --git a/test/example.c b/test/example.c index 0714a291e..5af8f8c10 100644 --- a/test/example.c +++ b/test/example.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #include "zbuild.h" #ifdef ZLIB_COMPAT # include "zlib.h" diff --git a/test/fuzz/minigzip_fuzzer.c b/test/fuzz/minigzip_fuzzer.c index 321f99ccd..c66ad2e02 100644 --- a/test/fuzz/minigzip_fuzzer.c +++ b/test/fuzz/minigzip_fuzzer.c @@ -12,8 +12,6 @@ * real thing. */ -/* @(#) $Id$ */ - #include "zbuild.h" #ifdef ZLIB_COMPAT # include "zlib.h" diff --git a/test/minigzip.c b/test/minigzip.c index d6efeefda..ce7bae2d0 100644 --- a/test/minigzip.c +++ b/test/minigzip.c @@ -12,8 +12,6 @@ * real thing. */ -/* @(#) $Id$ */ - #define _POSIX_SOURCE 1 /* This file needs POSIX for fdopen(). */ #define _POSIX_C_SOURCE 200112 /* For snprintf(). */ diff --git a/trees.c b/trees.c index 68f4fa205..878b1c604 100644 --- a/trees.c +++ b/trees.c @@ -30,8 +30,6 @@ * Addison-Wesley, 1983. ISBN 0-201-06672-6. */ -/* @(#) $Id$ */ - #include "zbuild.h" #include "deflate.h" #include "trees_p.h" diff --git a/uncompr.c b/uncompr.c index b2b6c1459..76844aac7 100644 --- a/uncompr.c +++ b/uncompr.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #define ZLIB_INTERNAL #include "zbuild.h" #ifdef ZLIB_COMPAT diff --git a/zconf-ng.h.in b/zconf-ng.h.in index 5d0928de5..49075b7af 100644 --- a/zconf-ng.h.in +++ b/zconf-ng.h.in @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #ifndef ZCONFNG_H #define ZCONFNG_H diff --git a/zconf.h.in b/zconf.h.in index 82f42ef54..f890fcd9e 100644 --- a/zconf.h.in +++ b/zconf.h.in @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #ifndef ZCONF_H #define ZCONF_H diff --git a/zutil.c b/zutil.c index 8e2e66444..35cc236f7 100644 --- a/zutil.c +++ b/zutil.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #include "zbuild.h" #include "zutil.h" #ifdef WITH_GZFILEOP diff --git a/zutil.h b/zutil.h index be38ff451..8e9d056f4 100644 --- a/zutil.h +++ b/zutil.h @@ -10,8 +10,6 @@ subject to change. Applications should only use zlib.h. */ -/* @(#) $Id$ */ - #if defined(HAVE_VISIBILITY_INTERNAL) # define ZLIB_INTERNAL __attribute__((visibility ("internal"))) #elif defined(HAVE_VISIBILITY_HIDDEN)