pmlag

Poor man's link aggregation
git clone git://git.finwo.net/app/pmlag
Log | Files | Refs | README | LICENSE

commit b6a8b216f920638b60eeced4a39d83826164dd78
parent 6e9538c39c397e8129a95c95fc66138a0673a01f
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Tue, 21 Feb 2023 22:06:18 +0100

Add missing license disclaimer

Diffstat:
MREADME.md | 10++++++++++
Mmanpage.1.md | 10++++++++++
Mpackage.ini | 1+
3 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -9,3 +9,13 @@ SYNOPSIS ======== `pmlag [options]` + +LICENSE +======= + +This project is a work in progress, the license(s) shown here are not complete + +TODO: +- benhoyt/inih +- cofyc/argparse +- tidwall/btree diff --git a/manpage.1.md b/manpage.1.md @@ -9,3 +9,13 @@ SYNOPSIS ======== `${NAME} [options]` + +LICENSE +======= + +This project is a work in progress, the license(s) shown here are not complete + +TODO: +- benhoyt/inih +- cofyc/argparse +- tidwall/btree diff --git a/package.ini b/package.ini @@ -1,6 +1,7 @@ [dependencies] benhoyt/inih=https://raw.githubusercontent.com/finwo/dep-repository/main/benhoyt/inih/package-edge.ini cofyc/argparse=https://raw.githubusercontent.com/finwo/dep-repository/main/cofyc/argparse/package.ini +tidwall/btree=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/btree/package.ini [package] deps=lib name=finwo/pmlag