From c82ad6a29419c9178410d9f51d565725998f11cd Mon Sep 17 00:00:00 2001 From: Wolfgang Silbermayr Date: Fri, 21 Feb 2020 11:01:50 +0100 Subject: [PATCH] Use lower-case file extension for LICENSE.txt The `LICENSE.txt` file should be distributed to crates.io, but it wasn't due to the `Cargo.toml` entry in the `includes` field being `LICENSE.txt` with lower-case file extension while the file itself had an upper-case extension. --- library/compiler-builtins/{LICENSE.TXT => LICENSE.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename library/compiler-builtins/{LICENSE.TXT => LICENSE.txt} (100%) diff --git a/library/compiler-builtins/LICENSE.TXT b/library/compiler-builtins/LICENSE.txt similarity index 100% rename from library/compiler-builtins/LICENSE.TXT rename to library/compiler-builtins/LICENSE.txt