diff options
Diffstat (limited to 'scripts/check_sources.py')
-rwxr-xr-x | scripts/check_sources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_sources.py b/scripts/check_sources.py index d8f4f82b..e769abf8 100755 --- a/scripts/check_sources.py +++ b/scripts/check_sources.py @@ -126,7 +126,7 @@ def check_fileheader(fn, lines): # check for copyright and license fields license = llist[-2:-1] - if license != [" :license: GNU LGPL, see LICENSE for more details.\n"]: + if license != [" :license: BSD, see LICENSE for more details.\n"]: yield 0, "no correct license info" ci = -3 |