From ae345e7f772e0957fa704979d16bf631cb5474e9 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Thu, 2 Apr 2015 10:48:14 -0700 Subject: [PATCH] Rename LICENSE file The name conflicts with the license package on case insensitive file systems. --- LICENSE => LICENSE.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.txt (100%) diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt