diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2025-06-24 22:46:00 +0400 |
|---|---|---|
| committer | Roman Arutyunyan <arutyunyan.roman@gmail.com> | 2025-06-25 14:19:13 +0400 |
| commit | d1843e1d9b9aec98c2aceabf4709e40ed4b2a96f (patch) | |
| tree | b128e5348cbbf7ccd0ebc1bc4165e23f7d960118 /misc | |
| parent | 279fe352cbe9745b6b8e93737fdd3df55f003150 (diff) | |
| download | nginx-d1843e1d9b9aec98c2aceabf4709e40ed4b2a96f.tar.gz nginx-d1843e1d9b9aec98c2aceabf4709e40ed4b2a96f.tar.bz2 | |
Win32: fixed PCRE license for nginx/Windows zip.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 724014ab0..22eed135f 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -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' \ |
