[nginx] Win32: fixed PCRE license for nginx/Windows zip.

noreply at nginx.com noreply at nginx.com
Wed Jun 25 10:20:02 UTC 2025


details:   https://github.com/nginx/nginx/commit/d1843e1d9b9aec98c2aceabf4709e40ed4b2a96f
branches:  master
commit:    d1843e1d9b9aec98c2aceabf4709e40ed4b2a96f
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Tue, 24 Jun 2025 22:46:00 +0400
description:
Win32: fixed PCRE license for nginx/Windows zip.


---
 misc/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 at gzip\.org/p'			\


More information about the nginx-devel mailing list