From 6f8a42801fd2e92265e30430a666f944806e96f5 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sat, 9 Oct 2021 20:25:43 +0200 Subject: [PATCH] update my name --- plakativ.appdata.xml | 2 +- plakativ.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plakativ.appdata.xml b/plakativ.appdata.xml index 092088f..cd66602 100644 --- a/plakativ.appdata.xml +++ b/plakativ.appdata.xml @@ -7,7 +7,7 @@ FSFAP GPL-3.0 - Johannes Schauer + Johannes Schauer Marin Rodrigues

diff --git a/plakativ.py b/plakativ.py index 1c78048..18c3382 100755 --- a/plakativ.py +++ b/plakativ.py @@ -6,7 +6,7 @@ # pieces and putting each of them onto a paper size that can be printed # normally. The result can then be glued together into a bigger poster. # -# Copyright (C) 2019 Johannes 'josch' Schauer +# Copyright (C) 2019 - 2021 Johannes Schauer Marin Rodrigues # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU General Public License version 3 as published by the @@ -2202,7 +2202,7 @@ you can instruct plakativ to remove the alpha channel for you with the $ plakativ --size A1 --output=poster.pdf --remove-alpha input.png -Written by Johannes 'josch' Schauer +Written by Johannes Schauer Marin Rodrigues Report bugs at https://gitlab.mister-muffin.de/josch/plakativ/issues """ diff --git a/setup.py b/setup.py index 66c5fb5..d271b88 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ VERSION = "0.4" setup( name="plakativ", version=VERSION, - author="Johannes 'josch' Schauer", + author="Johannes Schauer Marin Rodrigues", author_email="josch@mister-muffin.de", description="Convert a PDF into a large poster that can be printed on multiple smaller pages.", long_description="file: README.md, CHANGELOG.rst",