diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:11:19 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:11:19 +0200 |
commit | bd2b435e7cd782cacfc4c74af3573de7a1791c8e (patch) | |
tree | f631881faa69f94b3de3754459f50b1033b3e830 /README.md | |
download | quotify-bd2b435e7cd782cacfc4c74af3573de7a1791c8e.tar.gz quotify-bd2b435e7cd782cacfc4c74af3573de7a1791c8e.zip |
chore: Initial Commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..31c2a85 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +<!-- +Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> +SPDX-License-Identifier: AGPL-3.0-or-later + +This file is part of Quotify - A simple CLI utility to shell quote the text +inputted into it. + +You should have received a copy of the License along with this program. +If not, see <https://www.gnu.org/licenses/agpl.txt>. +--> + +# Quotify + +> A simple cli utility to shell quote the text inputed into it + +## Licensing + +This project complies with the REUSE v3.2 specification. This means that every file +clearly states its copyright. +Please run `./scripts/cprh.sh contributer NAME EMAIL FILES..` after you +contributed to `FILES..` to record your contribution (obviously replacing +the `NAME`, `EMAIL` and `FILES..` placeholders with your name, email, and +the paths to the changed files respectively (see the `--help` output for more)). |