diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-22 16:02:07 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-22 16:02:07 +0100 |
commit | ffd744478256fddd7250101591931b234c3eb483 (patch) | |
tree | ec6e182e74b9e99c9588e3c1310f890925cdfc5a /README.rst |
Readme and license
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..04c5f83 --- /dev/null +++ b/README.rst @@ -0,0 +1,23 @@ +=============================== + hazwaz - command line library +=============================== + +hazwaz is a python3 library to write command line scripts. + +License +------- + +Copyright (C) 2022 Elena Grandi + +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero +General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see <https://www.gnu.org/licenses/>. |