[nginx] Moved LICENSE and README to root.

noreply at nginx.com noreply at nginx.com
Wed Feb 5 16:41:02 UTC 2025


details:   https://github.com/nginx/nginx/commit/35a14205600fb64f412a453627ac382ebc16a404
branches:  stable-1.26
commit:    35a14205600fb64f412a453627ac382ebc16a404
user:      Roman Arutyunyan <arut at nginx.com>
date:      Thu, 29 Aug 2024 16:24:03 +0400
description:
Moved LICENSE and README to root.


---
 docs/text/LICENSE => LICENSE | 0
 docs/text/README => README   | 0
 misc/GNUmakefile             | 2 --
 3 files changed, 2 deletions(-)

diff --git a/docs/text/LICENSE b/LICENSE
similarity index 100%
rename from docs/text/LICENSE
rename to LICENSE
diff --git a/docs/text/README b/README
similarity index 100%
rename from docs/text/README
rename to README
diff --git a/misc/GNUmakefile b/misc/GNUmakefile
index 7d4b657de..4b6a12759 100644
--- a/misc/GNUmakefile
+++ b/misc/GNUmakefile
@@ -15,8 +15,6 @@ release: export
 
 	mv $(TEMP)/$(NGINX)/auto/configure $(TEMP)/$(NGINX)
 
-	mv $(TEMP)/$(NGINX)/docs/text/LICENSE $(TEMP)/$(NGINX)
-	mv $(TEMP)/$(NGINX)/docs/text/README $(TEMP)/$(NGINX)
 	mv $(TEMP)/$(NGINX)/docs/html $(TEMP)/$(NGINX)
 	mv $(TEMP)/$(NGINX)/docs/man $(TEMP)/$(NGINX)
 


More information about the nginx-devel mailing list