From baf637dcde8ccc24fd6ffbc82d8321ba18ec857f Mon Sep 17 00:00:00 2001 From: Leonard Chan Date: Wed, 10 Mar 2021 21:25:15 -0800 Subject: [PATCH] Rename top-level LICENSE.txt files to LICENSE.TXT This makes all the license filenames uniform across subprojects. Differential Revision: https://reviews.llvm.org/D98380 --- flang/{LICENSE.txt => LICENSE.TXT} | 0 libc/{LICENSE.txt => LICENSE.TXT} | 0 openmp/{LICENSE.txt => LICENSE.TXT} | 0 polly/{LICENSE.txt => LICENSE.TXT} | 0 pstl/{LICENSE.txt => LICENSE.TXT} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename flang/{LICENSE.txt => LICENSE.TXT} (100%) rename libc/{LICENSE.txt => LICENSE.TXT} (100%) rename openmp/{LICENSE.txt => LICENSE.TXT} (100%) rename polly/{LICENSE.txt => LICENSE.TXT} (100%) rename pstl/{LICENSE.txt => LICENSE.TXT} (100%) diff --git a/flang/LICENSE.txt b/flang/LICENSE.TXT similarity index 100% rename from flang/LICENSE.txt rename to flang/LICENSE.TXT diff --git a/libc/LICENSE.txt b/libc/LICENSE.TXT similarity index 100% rename from libc/LICENSE.txt rename to libc/LICENSE.TXT diff --git a/openmp/LICENSE.txt b/openmp/LICENSE.TXT similarity index 100% rename from openmp/LICENSE.txt rename to openmp/LICENSE.TXT diff --git a/polly/LICENSE.txt b/polly/LICENSE.TXT similarity index 100% rename from polly/LICENSE.txt rename to polly/LICENSE.TXT diff --git a/pstl/LICENSE.txt b/pstl/LICENSE.TXT similarity index 100% rename from pstl/LICENSE.txt rename to pstl/LICENSE.TXT