1
0
Fork 0
forked from josch/plakativ

add copyright header

This commit is contained in:
Johannes 'josch' Schauer 2019-07-04 12:32:04 +02:00
parent 8108e5f049
commit c7e9b64b96
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -1,5 +1,16 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- 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 from collections import OrderedDict
import math import math