From 6c38927fdf896e123f394c6936dd90aee9f79fb4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 4 Feb 2018 00:15:22 +0000 Subject: [PATCH] Switch to extensionless README and LICENSE files Since the README and LICENSE files are going to get included into reStructuredText files for documentation rendering, they don't really need .rst extensions and this keeps them more consistent with the AUTHORS and ChangeLog files generated by PBR. --- LICENSE.rst => LICENSE | 0 README.rst => README | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename LICENSE.rst => LICENSE (100%) rename README.rst => README (100%) diff --git a/LICENSE.rst b/LICENSE similarity index 100% rename from LICENSE.rst rename to LICENSE diff --git a/README.rst b/README similarity index 100% rename from README.rst rename to README -- 2.11.0