diff options
author | David Coppa <dcoppa@cvs.openbsd.org> | 2014-12-27 18:43:16 +0000 |
---|---|---|
committer | David Coppa <dcoppa@cvs.openbsd.org> | 2014-12-27 18:43:16 +0000 |
commit | aece511cd99f9ad189c57ce2f9a01dad0b579a74 (patch) | |
tree | cb23f70fde466b5654edcef2c6c66f04e0c48b72 | |
parent | 7b6922ccf7476bd4ec560aacbec430148323a99f (diff) |
Zap some bogus RCS strings added by accident because of CVS keyword
expansion
-rw-r--r-- | lib/freetype/src/gzip/adler32.c | 2 | ||||
-rw-r--r-- | lib/freetype/src/gzip/zconf.h | 2 | ||||
-rw-r--r-- | lib/freetype/src/gzip/zutil.c | 2 | ||||
-rw-r--r-- | lib/freetype/src/gzip/zutil.h | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/lib/freetype/src/gzip/adler32.c b/lib/freetype/src/gzip/adler32.c index 34448a3fc..0e9f86a92 100644 --- a/lib/freetype/src/gzip/adler32.c +++ b/lib/freetype/src/gzip/adler32.c @@ -3,8 +3,6 @@ * 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" #define BASE 65521L /* largest prime smaller than 65536 */ diff --git a/lib/freetype/src/gzip/zconf.h b/lib/freetype/src/gzip/zconf.h index 2fb8201ff..b32770a07 100644 --- a/lib/freetype/src/gzip/zconf.h +++ b/lib/freetype/src/gzip/zconf.h @@ -3,8 +3,6 @@ * 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 #define _ZCONF_H diff --git a/lib/freetype/src/gzip/zutil.c b/lib/freetype/src/gzip/zutil.c index c5ca2a63f..eccec91bd 100644 --- a/lib/freetype/src/gzip/zutil.c +++ b/lib/freetype/src/gzip/zutil.c @@ -3,8 +3,6 @@ * 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" #ifndef STDC diff --git a/lib/freetype/src/gzip/zutil.h b/lib/freetype/src/gzip/zutil.h index 040fc9392..36d5bcffd 100644 --- a/lib/freetype/src/gzip/zutil.h +++ b/lib/freetype/src/gzip/zutil.h @@ -8,8 +8,6 @@ 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 #define _Z_UTIL_H |