Zap some bogus RCS strings added by accident because of CVS keyword

expansion
This commit is contained in:
dcoppa 2014-12-27 18:43:15 +00:00
parent 62705531f4
commit 8a4a3c138b
4 changed files with 0 additions and 8 deletions

View File

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h * For conditions of distribution and use, see copyright notice in zlib.h
*/ */
/* @(#) $Id: adler32.c,v 1.5 2014/12/26 17:52:35 dcoppa Exp $ */
#include "zlib.h" #include "zlib.h"
#define BASE 65521L /* largest prime smaller than 65536 */ #define BASE 65521L /* largest prime smaller than 65536 */

View File

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h * For conditions of distribution and use, see copyright notice in zlib.h
*/ */
/* @(#) $Id: zconf.h,v 1.5 2014/12/26 17:52:35 dcoppa Exp $ */
#ifndef _ZCONF_H #ifndef _ZCONF_H
#define _ZCONF_H #define _ZCONF_H

View File

@ -3,8 +3,6 @@
* For conditions of distribution and use, see copyright notice in zlib.h * For conditions of distribution and use, see copyright notice in zlib.h
*/ */
/* @(#) $Id: zutil.c,v 1.6 2014/12/26 17:52:35 dcoppa Exp $ */
#include "zutil.h" #include "zutil.h"
#ifndef STDC #ifndef STDC

View File

@ -8,8 +8,6 @@
subject to change. Applications should only use zlib.h. subject to change. Applications should only use zlib.h.
*/ */
/* @(#) $Id: zutil.h,v 1.5 2014/12/26 17:52:35 dcoppa Exp $ */
#ifndef _Z_UTIL_H #ifndef _Z_UTIL_H
#define _Z_UTIL_H #define _Z_UTIL_H