Add proper license blurb to README

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:20 -04:00
parent c4825e6de6
commit 005aac91e2
1 changed files with 17 additions and 0 deletions

View File

@ -37,3 +37,20 @@ A default example set of configuration variables can be found in `group_vars/def
0. Run the `pvc.yml` playbook against the servers. If this is the very first run for a given
cluster, use the `-e bootstrap=yes` variable to ensure the Ceph, Patroni, and PVC clusters
are initialized.
## License
Copyright (C) 2018-2019 Joshua M. Boniface <joshua@boniface.me>
This repository, and all contained files, is free software: you can
redistribute it and/or modify it under the terms of the GNU 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.