Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 8080ba3

Browse files
authored
Merge pull request #2021 from wilzbach/license
Rename LICENSE to LICENSE.txt, s.t. GitHub can detect it merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2 parents e7ae3c2 + 9a71ef2 commit 8080ba3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ the [bug tracker](http://issues.dlang.org/).
5656
Licensing
5757
---------
5858

59-
See the LICENSE file for licensing information.
59+
See the LICENSE.txt file for licensing information.
6060

6161
Building
6262
--------

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ druntime.zip: $(MANIFEST)
341341
install: target
342342
mkdir -p $(INSTALL_DIR)/src/druntime/import
343343
cp -r import/* $(INSTALL_DIR)/src/druntime/import/
344-
cp LICENSE $(INSTALL_DIR)/druntime-LICENSE.txt
344+
cp LICENSE.txt $(INSTALL_DIR)/druntime-LICENSE.txt
345345

346346
clean: $(addsuffix /.clean,$(ADDITIONAL_TESTS))
347347
rm -rf $(ROOT_OF_THEM_ALL) $(IMPDIR) $(DOCDIR) druntime.zip

0 commit comments

Comments
 (0)