diff options
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-x | tools/licenses.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py index 944f068..595f075 100755 --- a/tools/licenses.py +++ b/tools/licenses.py @@ -150,6 +150,11 @@ SPECIAL_CASES = { "URL": "http://code.google.com/p/ots/", "License": "BSD", }, + os.path.join('third_party', 'pdf'): { + "Name": "PDFium", + "URL": "http://code.google.com/p/pdfium/", + "License": "BSD", + }, os.path.join('third_party', 'pdfsqueeze'): { "Name": "pdfsqueeze", "URL": "http://code.google.com/p/pdfsqueeze/", |