]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove cvs keywords
authorPavel P <pavlov.pavel@gmail.com>
Mon, 16 Mar 2020 00:03:04 +0000 (06:03 +0600)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 17 Mar 2020 14:26:47 +0000 (15:26 +0100)
15 files changed:
adler32.c
arch/arm/fill_window_arm.c
compress.c
crc32.c
deflate.c
deflate.h
test/example.c
test/fuzz/minigzip_fuzzer.c
test/minigzip.c
trees.c
uncompr.c
zconf-ng.h.in
zconf.h.in
zutil.c
zutil.h

index af410477835a781fff1c970b727a9d3a6c7b0fc0..a25a2e8cb9bbe1b2bc53826c7c518a8df4ad10cc 100644 (file)
--- 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"
index 4eccdc02e5e78bdb8ba461f439cb6038e3fa0d90..43674512bb6cdcb3397e4555e174de89d8099305 100644 (file)
@@ -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"
index 3c29ddea18dd11e25e3988921cdba4d1b79e48d2..41a4573d5e83c80a57f5a38f3fd072bc3a2fda54 100644 (file)
@@ -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 5570b585e8c9cf556199ff54efd9974c89dbab68..6d9d6a69371b8a711de29c67a78c8d7e37a83c36 100644 (file)
--- 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>
index d2e74ed3eb9a134879248bf827d867d6dc79ea51..2309a80fe371633c7cf025edc10afbd05ef72c52 100644 (file)
--- a/deflate.c
+++ b/deflate.c
@@ -47,8 +47,6 @@
  *
  */
 
-/* @(#) $Id$ */
-
 #include "zbuild.h"
 #include "deflate.h"
 #include "deflate_p.h"
index 24c021abb2408c347069ac16aae439b0f322295f..f9d5a381c291bb79181f5d2df6355176b9b034c8 100644 (file)
--- 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"
 
index 0714a291e44312f03b5eac75dc189cdff3110737..5af8f8c1040848dbc88d4b1c71450643fdb54bcd 100644 (file)
@@ -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"
index 321f99ccd4ceabbd97b5d60fd15c89718434b91d..c66ad2e0227b12c48e71e65db8530b1e016179d0 100644 (file)
@@ -12,8 +12,6 @@
  * real thing.
  */
 
-/* @(#) $Id$ */
-
 #include "zbuild.h"
 #ifdef ZLIB_COMPAT
 #  include "zlib.h"
index d6efeefda0f267e927297801f676eba1c30c28c0..ce7bae2d02a258e89005fa1d0dc9d75fe0ed8aca 100644 (file)
@@ -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 68f4fa20539ed19ad91aeb89f235f1264c567719..878b1c60418680a2e1dc4ac47242bc4f3c321ccf 100644 (file)
--- 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"
index b2b6c1459936fa1e2bc65a547d8ce8542303ac3d..76844aac757b8a1bf6903a7054b01552c8a4bb3d 100644 (file)
--- 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
index 5d0928de56fb9fc9f53af09d0f9d4b3000854002..49075b7afb669ca8f53d1cebb09de327284858dd 100644 (file)
@@ -3,8 +3,6 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
-/* @(#) $Id$ */
-
 #ifndef ZCONFNG_H
 #define ZCONFNG_H
 
index 82f42ef54c96cac4018089955e12759a79d1aa46..f890fcd9e2d13e476b3d3b30d301601bf192ef5f 100644 (file)
@@ -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 8e2e66444f5b0e79a8722ab07f2c5dafa8f8236a..35cc236f70aef48752de5cd3898349b614469406 100644 (file)
--- 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 be38ff451853b45180d19c03982881753d41ff14..8e9d056f4e4c6c60900e293e71d1125bd7d06e3c 100644 (file)
--- 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)