diff options
| author | Pavel P <pavlov.pavel@gmail.com> | 2020-03-16 06:03:04 +0600 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-03-17 15:26:47 +0100 |
| commit | 762068fdc60f5fea55e572c601d62820fdb41e68 (patch) | |
| tree | 495221a6f4dc473b0941a3359a865bc300125b7d | |
| parent | 232fa02a93f73e9830d9fff1dd91973567697fe3 (diff) | |
| download | Project-Tick-762068fdc60f5fea55e572c601d62820fdb41e68.tar.gz Project-Tick-762068fdc60f5fea55e572c601d62820fdb41e68.zip | |
Remove cvs keywords
| -rw-r--r-- | adler32.c | 2 | ||||
| -rw-r--r-- | arch/arm/fill_window_arm.c | 2 | ||||
| -rw-r--r-- | compress.c | 2 | ||||
| -rw-r--r-- | crc32.c | 2 | ||||
| -rw-r--r-- | deflate.c | 2 | ||||
| -rw-r--r-- | deflate.h | 2 | ||||
| -rw-r--r-- | test/example.c | 2 | ||||
| -rw-r--r-- | test/fuzz/minigzip_fuzzer.c | 2 | ||||
| -rw-r--r-- | test/minigzip.c | 2 | ||||
| -rw-r--r-- | trees.c | 2 | ||||
| -rw-r--r-- | uncompr.c | 2 | ||||
| -rw-r--r-- | zconf-ng.h.in | 2 | ||||
| -rw-r--r-- | zconf.h.in | 2 | ||||
| -rw-r--r-- | zutil.c | 2 | ||||
| -rw-r--r-- | zutil.h | 2 |
15 files changed, 0 insertions, 30 deletions
@@ -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 4eccdc02e5..43674512bb 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 3c29ddea18..41a4573d5e 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) @@ -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 <inttypes.h> @@ -47,8 +47,6 @@ * */ -/* @(#) $Id$ */ - #include "zbuild.h" #include "deflate.h" #include "deflate_p.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 0714a291e4..5af8f8c104 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 321f99ccd4..c66ad2e022 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 d6efeefda0..ce7bae2d02 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(). */ @@ -30,8 +30,6 @@ * Addison-Wesley, 1983. ISBN 0-201-06672-6. */ -/* @(#) $Id$ */ - #include "zbuild.h" #include "deflate.h" #include "trees_p.h" @@ -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 5d0928de56..49075b7afb 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 82f42ef54c..f890fcd9e2 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 @@ -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 @@ -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) |
