Acknowledge that this package uses two licenses, and fix the script

This commit is contained in:
Laurent Rineau
2018-01-12 14:15:03 +01:00
committed by Simon Giraudot
parent fc3cf7a27f
commit 0273ee4db3
2 changed files with 3 additions and 2 deletions
@@ -15,8 +15,8 @@ for p in ^*build*(/); do
elif [ -z "`echo $l | grep -Ev '^L?GPL \(v3 or later\) *$'`" ]; then
echo 'GPL (v3 or later)' > "$licFile"
else
echo "MULTIPLE!" > "$licFile";
echo $l >> "$licFile"
# echo "MULTIPLE!" > "$licFile";
echo $l > "$licFile"
fi
fi
done