From ae3f682564dd298a07ccfa5e4dd3769782821b98 Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 30 Sep 2013 13:32:24 +0100 Subject: [PATCH] add missin copyright notice --- plugins/input/geojson/geojson_featureset.hpp | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/plugins/input/geojson/geojson_featureset.hpp b/plugins/input/geojson/geojson_featureset.hpp index f8b37d66d..ea5e2a7bd 100644 --- a/plugins/input/geojson/geojson_featureset.hpp +++ b/plugins/input/geojson/geojson_featureset.hpp @@ -1,3 +1,25 @@ +/***************************************************************************** + * + * This file is part of Mapnik (c++ mapping toolkit) + * + * 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 + * 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 + * + *****************************************************************************/ + #ifndef GEOJSON_FEATURESET_HPP #define GEOJSON_FEATURESET_HPP