feat(license): Relicense under GPLv3

All further kontemplate source code changes and releases will happen under the GPLv3.

Previous releases are still available under the MIT license.
This commit is contained in:
Vincent Ambo 2017-11-21 11:24:04 +01:00
parent 5ee1e9387d
commit bfad4a3932
15 changed files with 794 additions and 21 deletions

View file

@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Simple Kubernetes resource templating"
arch=('x86_64')
url="https://github.com/tazjin/kontemplate"
license=('MIT')
license=('GPLv3')
makedepends=('go')
optdepends=('pass: Template secrets into resources')
source=('kontemplate-git::git+https://github.com/tazjin/kontemplate.git')