From 005aac91e27c1f5347f03d1757fe5098af97d5c3 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:20 -0400 Subject: [PATCH] Add proper license blurb to README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 302239e..a731aa5 100644 --- a/README.md +++ b/README.md @@ -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 + +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 .