Mercurial > nginx
changeset 9428:07f9a1d2efaf
Win32: fixed PCRE license for nginx/Windows zip.
| author | Sergey Kandaurov <pluknet@nginx.com> |
|---|---|
| date | Tue, 24 Jun 2025 22:46:00 +0400 |
| parents | da225912e7cc |
| children | ceb120f18bab |
| files | misc/GNUmakefile |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/misc/GNUmakefile Tue Jun 24 22:45:32 2025 +0400 +++ b/misc/GNUmakefile Tue Jun 24 22:46:00 2025 +0400 @@ -110,7 +110,7 @@ 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' \
