From 9e7d3a6b694b27f997266889ae463e06dd83a189 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 24 Feb 2021 10:09:38 -0800 Subject: [PATCH] docs rename changelog to changes --- MANIFEST.in | 1 - docs/{changelog.rst => changes.rst} | 0 docs/index.rst | 4 ++-- docs/license.rst | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) rename docs/{changelog.rst => changes.rst} (100%) diff --git a/MANIFEST.in b/MANIFEST.in index a63d6ee1..ddf88236 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,5 @@ include CHANGES.rst include CONTRIBUTING.rst -include LICENSE.rst include tox.ini include requirements/*.txt graft artwork diff --git a/docs/changelog.rst b/docs/changes.rst similarity index 100% rename from docs/changelog.rst rename to docs/changes.rst diff --git a/docs/index.rst b/docs/index.rst index ec47b232..151dde92 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -85,6 +85,6 @@ Design notes, legal information and changelog are here for the interested. htmlfaq security extensiondev - changelog - license contributing + license + changes diff --git a/docs/license.rst b/docs/license.rst index 7d0c2f39..f3f64823 100644 --- a/docs/license.rst +++ b/docs/license.rst @@ -1,8 +1,8 @@ License ======= -Source License --------------- +BSD-3-Clause Source License +--------------------------- The BSD-3-Clause license applies to all files in the Flask repository and source distribution. This includes Flask's source code, the