ncneofetch: preserve Dylan Araps's copyright

pull/1293/head
nick black 4 years ago
parent d85aba798f
commit 818e0941d6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -30,6 +30,9 @@ while IFS= read -r line ; do
if [ -z "$STARTED" ] ; then
if [ "$line" = 'get_distro_ascii() {' ] ; then
STARTED="$LINE"
echo "// Output of \"`basename $0` $1\""
echo "// Generated on `date -u`"
echo "// Copyright Dylan Araps under an MIT License"
echo "// Found get_distro_ascii at line $LINE"
fi
elif [ -z "$NAME" ] ; then

Loading…
Cancel
Save