aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Budnevitch <sb@waeme.net>2011-12-27 12:35:52 +0000
committerSergey Budnevitch <sb@waeme.net>2011-12-27 12:35:52 +0000
commit3c1bd459fcaed3d2c20ab199ad1531b16c36dbb4 (patch)
tree68ddc7e774afe3943494ea13751fc53e477a7740
parent11f09dd07d58b0d9f26e36427c91bc026e48c34b (diff)
downloadnginx-3c1bd459fcaed3d2c20ab199ad1531b16c36dbb4.tar.gz
nginx-3c1bd459fcaed3d2c20ab199ad1531b16c36dbb4.zip
zlib license file include fixed
-rw-r--r--misc/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 9d81a0732..669a44a4d 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -111,7 +111,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