diff --git a/setup.py b/setup.py index 070b1ea..abac39a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ INSTALL_REQUIRES = ( setup( name="img2pdf", version=VERSION, - author="Johannes 'josch' Schauer", + author="Johannes Schauer Marin Rodrigues", author_email="josch@mister-muffin.de", description="Convert images to PDF via direct JPEG inclusion.", long_description=open("README.md").read(), diff --git a/src/img2pdf.py b/src/img2pdf.py index d6bb54f..ab1b2be 100755 --- a/src/img2pdf.py +++ b/src/img2pdf.py @@ -3481,7 +3481,7 @@ Examples: $ img2pdf --output out.pdf --colorspace L input.jp2 -Written by Johannes 'josch' Schauer +Written by Johannes Schauer Marin Rodrigues Report bugs at https://gitlab.mister-muffin.de/josch/img2pdf/issues """ diff --git a/src/jp2.py b/src/jp2.py index 1f99a5c..ae54746 100644 --- a/src/jp2.py +++ b/src/jp2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2013 Johannes 'josch' Schauer +# Copyright (C) 2013 Johannes Schauer Marin Rodrigues # # this module is heavily based upon jpylyzer which is # KB / National Library of the Netherlands, Open Planets Foundation