]> git.kaiwu.me - nginx.git/commitdiff
Win32: fixed PCRE license for nginx/Windows zip.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 24 Jun 2025 18:46:00 +0000 (22:46 +0400)
committerSergey Kandaurov <s.kandaurov@f5.com>
Tue, 23 Dec 2025 18:40:33 +0000 (22:40 +0400)
misc/GNUmakefile

index 724014ab09eee9a30f7716c6951f29c33f1b32a9..22eed135f1294c5abc5ebc6c78d36a6e46c6caf1 100644 (file)
@@ -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'                 \