From d0619bc402df92fc6537c2d7b82dd5e5099f6da0 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 5 Nov 2013 16:54:13 -0800 Subject: [PATCH] update copyright year for scons build files --- SConstruct | 2 +- demo/viewer/build.py | 2 +- deps/agg/build.py | 28 ++++++++++---------- fonts/build.py | 34 +++++++++++++------------ include/build.py | 21 +++++++++++++++ include/mapnik/text_placements/list.hpp | 2 +- src/build.py | 2 +- utils/mapnik-config/build.py | 20 +++++++++++++++ utils/ogrindex/build.py | 2 +- utils/performance/build.py | 3 ++- utils/pgsql2sqlite/build.py | 3 ++- utils/shapeindex/build.py | 2 +- utils/svg2png/build.py | 2 +- utils/upgrade_map_xml/build.py | 2 +- 14 files changed, 86 insertions(+), 39 deletions(-) diff --git a/SConstruct b/SConstruct index 727085a01..ccedc7d32 100644 --- a/SConstruct +++ b/SConstruct @@ -1,6 +1,6 @@ # This file is part of Mapnik (c++ mapping toolkit) # -# Copyright (C) 2009 Artem Pavlenko, Jean-Francois Doyon, Dane Springmeyer +# Copyright (C) 2013 Artem Pavlenko # # Mapnik is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/demo/viewer/build.py b/demo/viewer/build.py index ec1dacc26..b60a80ba9 100644 --- a/demo/viewer/build.py +++ b/demo/viewer/build.py @@ -1,7 +1,7 @@ # # This file is part of Mapnik (c++ mapping toolkit) # -# Copyright (C) 2010 Artem Pavlenko, Jean-Francois Doyon +# Copyright (C) 2013 Artem Pavlenko # # Mapnik is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/deps/agg/build.py b/deps/agg/build.py index acbfcba74..c433137f6 100644 --- a/deps/agg/build.py +++ b/deps/agg/build.py @@ -1,19 +1,21 @@ -# This file is part of Mapnik (c++ mapping toolkit) -# Copyright (C) 2005 Artem Pavlenko, Jean-Francois Doyon # -# Mapnik is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or any later version. +# This file is part of Mapnik (c++ mapping toolkit) # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# Copyright (C) 2013 Artem Pavlenko # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Mapnik is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # diff --git a/fonts/build.py b/fonts/build.py index bf47d6bb6..1dbcacfa9 100644 --- a/fonts/build.py +++ b/fonts/build.py @@ -1,20 +1,22 @@ -# This file is part of Mapnik (c++ mapping toolkit) -# Copyright (C) 2005 Artem Pavlenko, Jean-Francois Doyon # -# Mapnik is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# +# This file is part of Mapnik (c++ mapping toolkit) +# +# Copyright (C) 2013 Artem Pavlenko +# +# Mapnik is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# # import os diff --git a/include/build.py b/include/build.py index 6fed90d9b..9cf68fa05 100644 --- a/include/build.py +++ b/include/build.py @@ -1,3 +1,24 @@ +# +# This file is part of Mapnik (c++ mapping toolkit) +# +# Copyright (C) 2013 Artem Pavlenko +# +# Mapnik is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# + import os from glob import glob diff --git a/include/mapnik/text_placements/list.hpp b/include/mapnik/text_placements/list.hpp index 923df0c9d..362800233 100644 --- a/include/mapnik/text_placements/list.hpp +++ b/include/mapnik/text_placements/list.hpp @@ -2,7 +2,7 @@ * * This file is part of Mapnik (c++ mapping toolkit) * - * Copyright (C) 2011 Hermann Kraus + * Copyright (C) 2013 Artem Pavlenko * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/build.py b/src/build.py index ce8570da2..a7af0d8e1 100644 --- a/src/build.py +++ b/src/build.py @@ -1,7 +1,7 @@ # # This file is part of Mapnik (c++ mapping toolkit) # -# Copyright (C) 2006 Artem Pavlenko, Jean-Francois Doyon +# Copyright (C) 2013 Artem Pavlenko # # Mapnik is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/utils/mapnik-config/build.py b/utils/mapnik-config/build.py index 6b94f3c37..2064ad219 100644 --- a/utils/mapnik-config/build.py +++ b/utils/mapnik-config/build.py @@ -1,3 +1,23 @@ +# +# This file is part of Mapnik (c++ mapping toolkit) +# +# Copyright (C) 2013 Artem Pavlenko +# +# Mapnik is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# +# import re import os diff --git a/utils/ogrindex/build.py b/utils/ogrindex/build.py index 37b1118ce..2d3d2deea 100644 --- a/utils/ogrindex/build.py +++ b/utils/ogrindex/build.py @@ -1,7 +1,7 @@ # # This file is part of Mapnik (c++ mapping toolkit) # -# Copyright (C) 2006 Artem Pavlenko, Jean-Francois Doyon +# Copyright (C) 2013 Artem Pavlenko # # Mapnik is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/utils/performance/build.py b/utils/performance/build.py index 11bd0896c..8fb7d6b32 100644 --- a/utils/performance/build.py +++ b/utils/performance/build.py @@ -1,7 +1,7 @@ # # This file is part of Mapnik (c++ mapping toolkit) # -# Copyright (C) 2010 Artem Pavlenko +# Copyright (C) 2013 Artem Pavlenko # # Mapnik is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -19,6 +19,7 @@ # # + import os Import ('env') diff --git a/utils/pgsql2sqlite/build.py b/utils/pgsql2sqlite/build.py index ac0dea107..2637013eb 100644 --- a/utils/pgsql2sqlite/build.py +++ b/utils/pgsql2sqlite/build.py @@ -1,7 +1,7 @@ # # This file is part of Mapnik (c++ mapping toolkit) # -# Copyright (C) 2009 Artem Pavlenko, Dane Springmeyer +# Copyright (C) 2013 Artem Pavlenko # # Mapnik is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -19,6 +19,7 @@ # # + import os from copy import copy diff --git a/utils/shapeindex/build.py b/utils/shapeindex/build.py index 4d92bd374..677aca16e 100644 --- a/utils/shapeindex/build.py +++ b/utils/shapeindex/build.py @@ -1,7 +1,7 @@ # # This file is part of Mapnik (c++ mapping toolkit) # -# Copyright (C) 2006 Artem Pavlenko, Jean-Francois Doyon +# Copyright (C) 2013 Artem Pavlenko # # Mapnik is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/utils/svg2png/build.py b/utils/svg2png/build.py index 95195141a..e6879f0aa 100644 --- a/utils/svg2png/build.py +++ b/utils/svg2png/build.py @@ -1,7 +1,7 @@ # # This file is part of Mapnik (c++ mapping toolkit) # -# Copyright (C) 2006 Artem Pavlenko, Jean-Francois Doyon +# Copyright (C) 2013 Artem Pavlenko # # Mapnik is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/utils/upgrade_map_xml/build.py b/utils/upgrade_map_xml/build.py index 4b007db00..648130f0a 100644 --- a/utils/upgrade_map_xml/build.py +++ b/utils/upgrade_map_xml/build.py @@ -1,7 +1,7 @@ # # This file is part of Mapnik (c++ mapping toolkit) # -# Copyright (C) 2006 Artem Pavlenko, Jean-Francois Doyon +# Copyright (C) 2013 Artem Pavlenko # # Mapnik is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public