diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-22 22:13:04 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-22 22:13:04 -0400 |
commit | cb2a663ff60eacf14f38fa4a67aabe35600c0ecb (patch) | |
tree | 5f1c9c58e2beae907d418848457a3795ecb95ef9 /src/chroot-tools | |
parent | c48ac8c89e596e160505bd5678db2b193607493f (diff) |
Relicense some files from GPLv3+ GPLv2+ (that I'm the sole copyright holder of)
Diffstat (limited to 'src/chroot-tools')
-rw-r--r-- | src/chroot-tools/hooks-distcc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chroot-tools/hooks-distcc.sh b/src/chroot-tools/hooks-distcc.sh index 445810b..37c82dc 100644 --- a/src/chroot-tools/hooks-distcc.sh +++ b/src/chroot-tools/hooks-distcc.sh @@ -1,13 +1,13 @@ #!/usr/bin/env bash # Copyright (C) 2013 Luke Shumaker <lukeshu@sbcglobal.net> # -# License: GNU GPLv3+ +# License: GNU GPLv2+ # # This file is part of Parabola. # # Parabola 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 +# the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # Parabola is distributed in the hope that it will be useful, |