From ed9c2eebad58cec2dbae6d8e77f84a38b8ddc5ea Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 9 Mar 2013 18:47:53 +0100 Subject: [PATCH] Renamed authors.txt, license.txt and readme.md to uppercase variants This sets the text files apart from the rest of the code files and seems to be the standard for most projects --- authors.txt => AUTHORS.txt | 0 license.txt => LICENSE.txt | 0 readme.md => README.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename authors.txt => AUTHORS.txt (100%) rename license.txt => LICENSE.txt (100%) rename readme.md => README.md (100%) diff --git a/authors.txt b/AUTHORS.txt similarity index 100% rename from authors.txt rename to AUTHORS.txt diff --git a/license.txt b/LICENSE.txt similarity index 100% rename from license.txt rename to LICENSE.txt diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md