From dde0f06e1357f302a681225045e3e52c450c0cba Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Wed, 1 Jul 2015 14:55:32 -0500 Subject: Ignore license information for files in ./debian --- load_copyright.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/load_copyright.py b/load_copyright.py index 1ab361d..2f545e1 100644 --- a/load_copyright.py +++ b/load_copyright.py @@ -46,6 +46,8 @@ def read_copyright(fh): del d['Licence'] if type == 'Files': + if 'debian' in d['Files']: + continue if 'License' not in d: raise ValueError('no license: ' + repr(d)) return -- cgit v1.2.3