summaryrefslogtreecommitdiff
path: root/tagstats
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-08-20 19:32:52 +0200
committerJochen Topf <jochen@topf.org>2012-08-20 19:32:52 +0200
commite9a029d76ae05981913f33e6b66ad7733d449a40 (patch)
treef2f210d0a66740380122f5f1e0100ec05e0648f0 /tagstats
parent40bd6c0dd097767c91ff22a3266b743c3fe3ae92 (diff)
downloadtaginfo-e9a029d76ae05981913f33e6b66ad7733d449a40.tar
taginfo-e9a029d76ae05981913f33e6b66ad7733d449a40.tar.gz
Cleanup license info
Diffstat (limited to 'tagstats')
-rw-r--r--tagstats/geodistribution.hpp21
-rw-r--r--tagstats/osmstats.cpp24
-rw-r--r--tagstats/sqlite.hpp24
-rw-r--r--tagstats/statistics_handler.hpp24
-rw-r--r--tagstats/string_store.hpp21
-rw-r--r--tagstats/tagstats.cpp25
-rw-r--r--tagstats/tagstats_handler.hpp25
7 files changed, 102 insertions, 62 deletions
diff --git a/tagstats/geodistribution.hpp b/tagstats/geodistribution.hpp
index d4a080f..8c72035 100644
--- a/tagstats/geodistribution.hpp
+++ b/tagstats/geodistribution.hpp
@@ -1,6 +1,27 @@
#ifndef TAGSTATS_GEODISTRIBUTION_HPP
#define TAGSTATS_GEODISTRIBUTION_HPP
+/*
+
+ Copyright 2012 Jochen Topf <jochen@topf.org>.
+
+ This file is part of Tagstats.
+
+ Tagstats 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 3 of the License, or
+ (at your option) any later version.
+
+ Tagstats 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 Tagstats. If not, see <http://www.gnu.org/licenses/>.
+
+*/
+
#include <stdexcept>
#include <limits>
diff --git a/tagstats/osmstats.cpp b/tagstats/osmstats.cpp
index f2cdda2..bfd757d 100644
--- a/tagstats/osmstats.cpp
+++ b/tagstats/osmstats.cpp
@@ -1,21 +1,21 @@
/*
-Copyright 2012 Jochen Topf <jochen@topf.org> and others (see README).
+ Copyright 2012 Jochen Topf <jochen@topf.org>.
-This file is part of Taginfo (https://github.com/joto/taginfo).
+ This file is part of Tagstats.
-Osmium is free software: you can redistribute it and/or modify it under the
-terms of the GNU Lesser General Public License or (at your option) the GNU
-General Public License as published by the Free Software Foundation, either
-version 3 of the Licenses, or (at your option) any later version.
+ Tagstats 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 3 of the License, or
+ (at your option) any later version.
-Osmium 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 and the GNU
-General Public License for more details.
+ Tagstats 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 Licenses along with Osmium. If not, see
-<http://www.gnu.org/licenses/>.
+ You should have received a copy of the GNU General Public License
+ along with Tagstats. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/tagstats/sqlite.hpp b/tagstats/sqlite.hpp
index 93f0a02..ee68c92 100644
--- a/tagstats/sqlite.hpp
+++ b/tagstats/sqlite.hpp
@@ -3,22 +3,22 @@
/*
-Copyright 2012 Jochen Topf <jochen@topf.org> and others (see README).
+ Copyright 2012 Jochen Topf <jochen@topf.org>.
-This file is part of Taginfo (https://github.com/joto/taginfo).
+ This file is part of Tagstats.
-Osmium is free software: you can redistribute it and/or modify it under the
-terms of the GNU Lesser General Public License or (at your option) the GNU
-General Public License as published by the Free Software Foundation, either
-version 3 of the Licenses, or (at your option) any later version.
+ Tagstats 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 3 of the License, or
+ (at your option) any later version.
-Osmium 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 and the GNU
-General Public License for more details.
+ Tagstats 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 Licenses along with Osmium. If not, see
-<http://www.gnu.org/licenses/>.
+ You should have received a copy of the GNU General Public License
+ along with Tagstats. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/tagstats/statistics_handler.hpp b/tagstats/statistics_handler.hpp
index 2188629..947a930 100644
--- a/tagstats/statistics_handler.hpp
+++ b/tagstats/statistics_handler.hpp
@@ -3,22 +3,22 @@
/*
-Copyright 2011 Jochen Topf <jochen@topf.org> and others (see README).
+ Copyright 2012 Jochen Topf <jochen@topf.org>.
-This file is part of Taginfo (https://github.com/joto/taginfo).
+ This file is part of Tagstats.
-Osmium is free software: you can redistribute it and/or modify it under the
-terms of the GNU Lesser General Public License or (at your option) the GNU
-General Public License as published by the Free Software Foundation, either
-version 3 of the Licenses, or (at your option) any later version.
+ Tagstats 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 3 of the License, or
+ (at your option) any later version.
-Osmium 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 and the GNU
-General Public License for more details.
+ Tagstats 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 Licenses along with Osmium. If not, see
-<http://www.gnu.org/licenses/>.
+ You should have received a copy of the GNU General Public License
+ along with Tagstats. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/tagstats/string_store.hpp b/tagstats/string_store.hpp
index 2215761..fad9085 100644
--- a/tagstats/string_store.hpp
+++ b/tagstats/string_store.hpp
@@ -1,6 +1,27 @@
#ifndef STRING_STORE_HPP
#define STRING_STORE_HPP
+/*
+
+ Copyright 2012 Jochen Topf <jochen@topf.org>.
+
+ This file is part of Tagstats.
+
+ Tagstats 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 3 of the License, or
+ (at your option) any later version.
+
+ Tagstats 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 Tagstats. If not, see <http://www.gnu.org/licenses/>.
+
+*/
+
#include <list>
#include <stdexcept>
#include <new>
diff --git a/tagstats/tagstats.cpp b/tagstats/tagstats.cpp
index fcb8cc8..9c026fa 100644
--- a/tagstats/tagstats.cpp
+++ b/tagstats/tagstats.cpp
@@ -1,22 +1,21 @@
-
/*
-Copyright 2011 Jochen Topf <jochen@topf.org> and others (see README).
+ Copyright 2012 Jochen Topf <jochen@topf.org>.
-This file is part of Taginfo (https://github.com/joto/taginfo).
+ This file is part of Tagstats.
-Osmium is free software: you can redistribute it and/or modify it under the
-terms of the GNU Lesser General Public License or (at your option) the GNU
-General Public License as published by the Free Software Foundation, either
-version 3 of the Licenses, or (at your option) any later version.
+ Tagstats 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 3 of the License, or
+ (at your option) any later version.
-Osmium 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 and the GNU
-General Public License for more details.
+ Tagstats 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 Licenses along with Osmium. If not, see
-<http://www.gnu.org/licenses/>.
+ You should have received a copy of the GNU General Public License
+ along with Tagstats. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/tagstats/tagstats_handler.hpp b/tagstats/tagstats_handler.hpp
index c4062af..0aaa8f5 100644
--- a/tagstats/tagstats_handler.hpp
+++ b/tagstats/tagstats_handler.hpp
@@ -3,26 +3,25 @@
/*
-Copyright 2011 Jochen Topf <jochen@topf.org> and others (see README).
+ Copyright 2012 Jochen Topf <jochen@topf.org>.
-This file is part of Taginfo (https://github.com/joto/taginfo).
+ This file is part of Tagstats.
-Osmium is free software: you can redistribute it and/or modify it under the
-terms of the GNU Lesser General Public License or (at your option) the GNU
-General Public License as published by the Free Software Foundation, either
-version 3 of the Licenses, or (at your option) any later version.
+ Tagstats 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 3 of the License, or
+ (at your option) any later version.
-Osmium 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 and the GNU
-General Public License for more details.
+ Tagstats 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 Licenses along with Osmium. If not, see
-<http://www.gnu.org/licenses/>.
+ You should have received a copy of the GNU General Public License
+ along with Tagstats. If not, see <http://www.gnu.org/licenses/>.
*/
-
#include <string>
#include <fstream>
#include <iostream>