mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
Win32: fixed PCRE license for nginx/Windows zip.
This commit is contained in:
parent
279fe352cb
commit
d1843e1d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ zip: export
|
|||
cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE.txt \
|
||||
$(TEMP)/$(NGINX)/docs/OpenSSL.LICENSE
|
||||
|
||||
cp -p $(OBJS)/lib/$(PCRE)/LICENCE \
|
||||
cp -p $(OBJS)/lib/$(PCRE)/LICENCE.md \
|
||||
$(TEMP)/$(NGINX)/docs/PCRE.LICENCE
|
||||
|
||||
sed -ne '/^ (C) 1995-20/,/^ jloup@gzip\.org/p' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue