diff --git a/provision.sh b/provision.sh index d0566ad1c399fa7f7c5a165d274a33986ef298e9..e745879fac083349ee5d34f7334ebafb18c4ba81 100755 --- a/provision.sh +++ b/provision.sh @@ -1,5 +1,22 @@ #!/bin/bash # +# Copyright (C) 2018, 2020, 2024 Branko Majic +# +# This file is part of Gimmecert. +# +# Gimmecert 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. +# +# Gimmecert 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 +# Gimmecert. If not, see . +# # Provisioning script for the Vagrant test environment. Do not run # outside of vagrant machine. #