Acknowledge that this package uses two licenses, and fix the script
This commit is contained in:
committed by
Simon Giraudot
parent
fc3cf7a27f
commit
0273ee4db3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user