zlib license file include fixed
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 9d81a07..669a44a 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -111,7 +111,7 @@
 	cp -p $(OBJS)/lib/$(PCRE)/LICENCE				\
 		$(TEMP)/$(NGINX)/docs/PCRE.LICENCE
 
-	perl -ne 'print if /^ \(C\) 1995-2004/ .. /^  jloup\@gzip.org/'	\
+	perl -ne 'print if /^ \(C\) 1995-20/ .. /^  jloup\@gzip.org/'	\
 		$(OBJS)/lib/$(ZLIB)/README				\
 		> $(TEMP)/$(NGINX)/docs/zlib.LICENSE