Skip to content

Commit

Permalink
Include legal and licencing information in README, including source (d…
Browse files Browse the repository at this point in the history
…avidferguson#169)

code link for included busybox binary.
  • Loading branch information
sysvinit authored and davidferguson committed Oct 14, 2018
1 parent b0c1404 commit db16e37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@ The latest version of PiBakery, *PiBakery v2*, is a complete re-write of the ori
- Importing of recipes (.xml files) created with older versions of PiBakery no longer fail, instead they are converted automatically into the new format
- The entire program no longer runs as root/admin. Instead, just the writer process is elevated when needed to be
- Modularised code to increase readability, and add option for command line mode in the future

# Legal

PiBakery is Copyright (c) 2018 David Ferguson, and is licenced under the GNU General Public License version 3 or later; please see the file `COPYING` for details.

This project uses and distributes a binary of [Busybox](https://busybox.net) version 1.27.2 taken from Raspbian Stretch's [`busybox-static`](https://archive.raspbian.org/raspbian/pool/main/b/busybox/busybox-static_1.27.2-3_armhf.deb) package, the source code of which can be found [here](https://archive.raspbian.org/raspbian/pool/main/b/busybox/).


0 comments on commit db16e37

Please sign in to comment.