diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-02-05 19:03:21 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-02-05 19:03:21 +0000 |
| commit | d1f88c653088996883bb84cdefdf158b2a4fca42 (patch) | |
| tree | ca0293d1d4df21cf7fdefdaa82e3661ffb3e09e2 | |
| parent | 21f546d0d6b2938d6a8305079ed26c8e49d4f5e2 (diff) | |
| download | nginx-d1f88c653088996883bb84cdefdf158b2a4fca42.tar.gz nginx-d1f88c653088996883bb84cdefdf158b2a4fca42.tar.bz2 | |
Merge of r4393: zlib license file include fixed.
| -rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 3c28701ef..f1c1373a0 100644 --- 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 |
