Skip to content

Commit

Permalink
#86 adding LICENSING to legal file detection
Browse files Browse the repository at this point in the history
  • Loading branch information
pombredanne committed Mar 11, 2016
1 parent 5c85072 commit 60a1d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/licensedcode/legal.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


special_names = ('COPYING', 'COPYRIGHT', 'NOTICE', 'LICENSE', 'LICENCE',
'LEGAL', 'EULA', 'AGREEMENT', 'ABOUT', 'COPYLEFT')
'LEGAL', 'EULA', 'AGREEMENT', 'ABOUT', 'COPYLEFT', 'LICENSING')


special_names_lower = tuple(x.lower() for x in special_names)
Expand Down

0 comments on commit 60a1d58

Please sign in to comment.