summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Coppa <dcoppa@cvs.openbsd.org>2015-10-20 08:10:23 +0000
committerDavid Coppa <dcoppa@cvs.openbsd.org>2015-10-20 08:10:23 +0000
commit51300b691ee9be089bc1f0343df9539e953a8435 (patch)
tree683913983cbf6eda67762f7cdd8d19ed5c6155a2
parentf1b4f700f3c47aff7c0c464926bc7eb1cdfb6379 (diff)
Zap bogus RCS strings
-rw-r--r--lib/freetype/src/gzip/adler32.c2
-rw-r--r--lib/freetype/src/gzip/zconf.h2
-rw-r--r--lib/freetype/src/gzip/zutil.c2
-rw-r--r--lib/freetype/src/gzip/zutil.h2
4 files changed, 0 insertions, 8 deletions
diff --git a/lib/freetype/src/gzip/adler32.c b/lib/freetype/src/gzip/adler32.c
index db8dc1f20..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.8 2015/10/19 07:51:37 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 506794dfc..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.8 2015/10/19 07:51:37 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 c6db8963c..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.9 2015/10/19 07:51:37 dcoppa Exp $ */
-
#include "zutil.h"
#ifndef STDC
diff --git a/lib/freetype/src/gzip/zutil.h b/lib/freetype/src/gzip/zutil.h
index 7c3ab3ca2..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.8 2015/10/19 07:51:37 dcoppa Exp $ */
-
#ifndef _Z_UTIL_H
#define _Z_UTIL_H