From 6ff175d637a3b5144915b2f7e2aff8d1781ff96b Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Wed, 13 Oct 2021 09:17:44 +0200 Subject: [PATCH] update my name --- setup.py | 2 +- src/img2pdf.py | 2 +- src/jp2.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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