From c7e9b64b961d84e12bacecef06f2a32123f0137d Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Thu, 4 Jul 2019 12:32:04 +0200 Subject: [PATCH] add copyright header --- plakativ.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plakativ.py b/plakativ.py index ed3ea58..db812c7 100644 --- a/plakativ.py +++ b/plakativ.py @@ -1,5 +1,16 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# +# Plakativ allows to create posters bigger than the page size one's own printer +# is able to print on by enlarging the input PDF, cutting it into smaller +# 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 +# +# 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 +# Free Software Foundation. from collections import OrderedDict import math