Remove obsolete id entries

pull/313/head
tbeu 7 years ago
parent ba9df2111e
commit b646565976
  1. 2
      adler32.c
  2. 2
      compress.c
  3. 2
      crc32.c
  4. 2
      deflate.c
  5. 2
      deflate.h
  6. 2
      test/example.c
  7. 2
      test/minigzip.c
  8. 2
      trees.c
  9. 2
      uncompr.c
  10. 2
      zconf.h
  11. 2
      zconf.h.cmakein
  12. 2
      zconf.h.in
  13. 2
      zutil.c
  14. 2
      zutil.h

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include "zutil.h"
local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"

@ -9,8 +9,6 @@
* factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
*/
/* @(#) $Id$ */
/*
Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
protection on the static variables used to control the first-use generation

@ -47,8 +47,6 @@
*
*/
/* @(#) $Id$ */
#include "deflate.h"
const char deflate_copyright[] =

@ -8,8 +8,6 @@
subject to change. Applications should only use zlib.h.
*/
/* @(#) $Id$ */
#ifndef DEFLATE_H
#define DEFLATE_H

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include "zlib.h"
#include <stdio.h>

@ -13,8 +13,6 @@
* or in pipe mode.
*/
/* @(#) $Id$ */
#include "zlib.h"
#include <stdio.h>

@ -30,8 +30,6 @@
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
/* @(#) $Id$ */
/* #define GEN_TREES_H */
#include "deflate.h"

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"

@ -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$ */
#ifndef ZCONF_H
#define ZCONF_H
#cmakedefine Z_PREFIX

@ -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 "zutil.h"
#ifndef Z_SOLO
# include "gzguts.h"

@ -8,8 +8,6 @@
subject to change. Applications should only use zlib.h.
*/
/* @(#) $Id$ */
#ifndef ZUTIL_H
#define ZUTIL_H

Loading…
Cancel
Save