diff options
author | 2014-01-22 11:43:38 +0100 | |
---|---|---|
committer | 2014-01-22 11:44:05 +0100 | |
commit | 493e185159674b34faf859c0ba470f431bf9eac9 (patch) | |
tree | 7e9deef16227c0fd8c0f2e705b3d9e0390e4d171 /scripts | |
parent | Import script, original idea by alexxy (diff) | |
download | sci-493e185159674b34faf859c0ba470f431bf9eac9.tar.gz sci-493e185159674b34faf859c0ba470f431bf9eac9.tar.bz2 sci-493e185159674b34faf859c0ba470f431bf9eac9.zip |
Set license to BSD-3
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/merge-dualHEAD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/merge-dualHEAD b/scripts/merge-dualHEAD index c926881d1..ca05ee4f5 100755 --- a/scripts/merge-dualHEAD +++ b/scripts/merge-dualHEAD @@ -1,4 +1,5 @@ #!/bin/bash +# This script is licensed under BSD-3 if [[ -f /usr/lib64/portage/bin/isolated-functions.sh ]]; then . /usr/lib64/portage/bin/isolated-functions.sh |