From 40523390fc2bf336d6edde5beb93a12dcd69c313 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 7 Feb 2024 11:39:31 -0600 Subject: [PATCH] Add link to project and license on main docs page. --- docs/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/index.md b/docs/index.md index 72f63d7..15414c4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,6 +44,14 @@ sudo rpi-clone nvme0n1 For an exhaustive list of options and usage scenarios, read [this project's README](https://github.com/geerlingguy/rpi-clone). +## Code and License + +The code for `rpi-clone` is maintained on GitHub: + +[https://github.com/geerlingguy/rpi-clone](https://github.com/geerlingguy/rpi-clone). + +The code is licensed under the `BSD 3-Clause License`. + ## Author This project was originally authored by [@billw2](https://github.com/billw2/rpi-clone), and is now maintained by [@geerlingguy](https://www.jeffgeerling.com), based on many patches by [@framp](https://www.linux-tips-and-tricks.de/en/).