Skip to content

Commit

Permalink
Add license info for PDF.js
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum committed Oct 8, 2023
1 parent 3b5e973 commit 07ac298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ The following JavaScript libraries are bundled in this software:
* [foliate-js](https://github.com/johnfactotum/foliate-js), which is MIT licensed.
* [zip.js](https://github.com/gildas-lormeau/zip.js), which is licensed under the BSD-3-Clause license.
* [fflate](https://github.com/101arrowz/fflate), which is MIT licensed.
* [PDF.js](https://github.com/mozilla/pdf.js), which is licensed under Apache License 2.0.

---

Expand Down
3 changes: 3 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ export const Application = GObject.registerClass({
win.add_legal_section('fflate',
'Copyright © 2020 Arjun Barrett',
Gtk.License.MIT_X11, null)
win.add_legal_section('PDF.js',
'©Mozilla and individual contributors',
Gtk.License.APACHE_2_0, null)
win.present()
}
})

0 comments on commit 07ac298

Please sign in to comment.