From 0ed92e6165c3f35d5188d1d0db04754fea023bcb Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 22 Dec 2021 11:05:00 -0700 Subject: [PATCH] Move LICENSE.md out of docs and back to the top-level. GitHub expects it to be in the top-level directory. --- docs/LICENSE.md => LICENSE.md | 0 MANIFEST | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/LICENSE.md => LICENSE.md (100%) diff --git a/docs/LICENSE.md b/LICENSE.md similarity index 100% rename from docs/LICENSE.md rename to LICENSE.md diff --git a/MANIFEST b/MANIFEST index 228a59812..75953c390 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,6 +2,7 @@ ABOUT-NLS ChangeLog INSTALL.configure INSTALL.md +LICENSE.md MANIFEST Makefile.in NEWS @@ -23,7 +24,6 @@ docker/ubuntu/rolling/Dockerfile docs/CONTRIBUTING.md docs/CONTRIBUTORS.md docs/HISTORY.md -docs/LICENSE.md docs/Makefile.in docs/SECURITY.md docs/TROUBLESHOOTING.md diff --git a/README.md b/README.md index d3e4786e6..1e2d3d0f4 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ how you can help contribute to sudo. ## Copyright Sudo is distributed under an ISC-style license. -Please refer to [docs/LICENSE.md](docs/LICENSE.md) for details. +Please refer to [LICENSE.md](LICENSE.md) for details. ## Mailing lists