Signed-off-by: Thomas Petazzoni <[email protected]> --- ocitysmap2/layoutlib/multi_page_renderer.py | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/ocitysmap2/layoutlib/multi_page_renderer.py b/ocitysmap2/layoutlib/multi_page_renderer.py index b0df12f..75359fe 100644 --- a/ocitysmap2/layoutlib/multi_page_renderer.py +++ b/ocitysmap2/layoutlib/multi_page_renderer.py @@ -1,13 +1,10 @@ # -*- coding: utf-8 -*- # ocitysmap, city map and street index generator from OpenStreetMap data -# Copyright (C) 2010 David Decotigny -# Copyright (C) 2010 Frédéric Lehobey -# Copyright (C) 2010 Pierre Mauduit -# Copyright (C) 2010 David Mentré -# Copyright (C) 2010 Maxime Petazzoni -# Copyright (C) 2010 Thomas Petazzoni -# Copyright (C) 2010 Gaël Utard +# Copyright (C) 2012 David Mentré +# Copyright (C) 2012 Thomas Petazzoni +# Copyright (C) 2012 Gaël Utard +# Copyright (C) 2012 Étienne Loks # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as -- 1.7.4.1
