[nginx] Moved LICENSE and README to root.

noreply at nginx.com noreply at nginx.com
Fri Aug 30 16:36:02 UTC 2024


details:   https://github.com/nginx/nginx/commit/863ab647cd659d6b326c61a1f1227629978ce132
branches:  master
commit:    863ab647cd659d6b326c61a1f1227629978ce132
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