diff misc/GNUmakefile @ 4443:f9b3061e0f31 stable-1.0

Merge of r4393: zlib license file include fixed.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 05 Feb 2012 19:03:21 +0000
parents dc7549aa8556
children 8cca7b5bd21f
line wrap: on
line diff
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -112,7 +112,7 @@ zip:
 	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