summaryrefslogtreecommitdiffstats
path: root/lib/libz/deflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libz/deflate.c')
-rw-r--r--lib/libz/deflate.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libz/deflate.c b/lib/libz/deflate.c
index 155b72a..0fc53bc 100644
--- a/lib/libz/deflate.c
+++ b/lib/libz/deflate.c
@@ -1,11 +1,8 @@
/* deflate.c -- compress data using the deflation algorithm
- * Copyright (C) 1995-2003 Jean-loup Gailly.
+ * Copyright (C) 1995-2004 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* ALGORITHM
*
@@ -50,12 +47,12 @@ __FBSDID("$FreeBSD$");
*
*/
-/* @(#) $FreeBSD$ */
+/* @(#) $Id$ */
#include "deflate.h"
const char deflate_copyright[] =
- " deflate 1.2.1 Copyright 1995-2003 Jean-loup Gailly ";
+ " deflate 1.2.2 Copyright 1995-2004 Jean-loup Gailly ";
/*
If you use the zlib library in a product, an acknowledgment is welcome
in the documentation of your product. If for some reason you cannot
OpenPOWER on IntegriCloud