Browse Source

Update GPL scanning script.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
34761757ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/scan-gpl

+ 1
- 1
scripts/scan-gpl View File

@@ -44,7 +44,7 @@ do

if echo "$HEAD" | grep -q 'any later version'
then
S="${S} (or later)"
S="${S}+"
fi
else
S="Not GPL!"


Loading…
Cancel
Save