From 11e654ec90d300dafd4f763228095cadee4c756b Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 26 Aug 2023 22:06:04 +0100 Subject: [PATCH] Added plans to change build system and license. --- doc/TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/TODO.md b/doc/TODO.md index 3b56e79..d5e1855 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -41,5 +41,7 @@ Feature requests * ([#54](https://codeberg.org/a-j-wood/pv/issues/54)) Run command every n percent ([haarp](https://github.com/haarp)) * ([#56](https://codeberg.org/a-j-wood/pv/issues/56)) Support for backgrounding pv, and allowing it to be monitored separately ([jimbobmcgee](https://github.com/jimbobmcgee)) * ([#67](https://codeberg.org/a-j-wood/pv/issues/67)) Wrap another process to monitor its stdin & stdout ([Alex Mason](https://github.com/axman6)) + * Switch build system to GNU Automake + * Switch license to GPLv3+ Any assistance would be appreciated.