about summary refs log tree commit diff stats
path: root/README.md
blob: 31c2a85dca9215ea4517d184cc1ab31ce7ccb0a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)).