summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel P <pavlov.pavel@gmail.com>2020-03-16 06:03:04 +0600
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-03-17 15:26:47 +0100
commit762068fdc60f5fea55e572c601d62820fdb41e68 (patch)
tree495221a6f4dc473b0941a3359a865bc300125b7d
parent232fa02a93f73e9830d9fff1dd91973567697fe3 (diff)
downloadProject-Tick-762068fdc60f5fea55e572c601d62820fdb41e68.tar.gz
Project-Tick-762068fdc60f5fea55e572c601d62820fdb41e68.zip
Remove cvs keywords
-rw-r--r--adler32.c2
-rw-r--r--arch/arm/fill_window_arm.c2
-rw-r--r--compress.c2
-rw-r--r--crc32.c2
-rw-r--r--deflate.c2
-rw-r--r--deflate.h2
-rw-r--r--test/example.c2
-rw-r--r--test/fuzz/minigzip_fuzzer.c2
-rw-r--r--test/minigzip.c2
-rw-r--r--trees.c2
-rw-r--r--uncompr.c2
-rw-r--r--zconf-ng.h.in2
-rw-r--r--zconf.h.in2
-rw-r--r--zutil.c2
-rw-r--r--zutil.h2
15 files changed, 0 insertions, 30 deletions
diff --git a/adler32.c b/adler32.c
index af41047783..a25a2e8cb9 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 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)
diff --git a/crc32.c b/crc32.c
index 5570b585e8..6d9d6a6937 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 <inttypes.h>
diff --git a/deflate.c b/deflate.c
index d2e74ed3eb..2309a80fe3 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 24c021abb2..f9d5a381c2 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 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(). */
diff --git a/trees.c b/trees.c
index 68f4fa2053..878b1c6041 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 b2b6c14599..76844aac75 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 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
diff --git a/zutil.c b/zutil.c
index 8e2e66444f..35cc236f70 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 be38ff4518..8e9d056f4e 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)