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