Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: scripts/
Date: Tue, 28 Jan 2014 19:46:30
Message-Id: 1390387445.493e185159674b34faf859c0ba470f431bf9eac9.bicatali@gentoo
1 commit: 493e185159674b34faf859c0ba470f431bf9eac9
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 10:43:38 2014 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 10:44:05 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=493e1851
7
8 Set license to BSD-3
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 ---
13 scripts/merge-dualHEAD | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/scripts/merge-dualHEAD b/scripts/merge-dualHEAD
17 index c926881..ca05ee4 100755
18 --- a/scripts/merge-dualHEAD
19 +++ b/scripts/merge-dualHEAD
20 @@ -1,4 +1,5 @@
21 #!/bin/bash
22 +# This script is licensed under BSD-3
23
24 if [[ -f /usr/lib64/portage/bin/isolated-functions.sh ]]; then
25 . /usr/lib64/portage/bin/isolated-functions.sh