From e9a029d76ae05981913f33e6b66ad7733d449a40 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Mon, 20 Aug 2012 19:32:52 +0200 Subject: Cleanup license info --- tagstats/geodistribution.hpp | 21 +++++++++++++++++++++ tagstats/osmstats.cpp | 24 ++++++++++++------------ tagstats/sqlite.hpp | 24 ++++++++++++------------ tagstats/statistics_handler.hpp | 24 ++++++++++++------------ tagstats/string_store.hpp | 21 +++++++++++++++++++++ tagstats/tagstats.cpp | 25 ++++++++++++------------- tagstats/tagstats_handler.hpp | 25 ++++++++++++------------- 7 files changed, 102 insertions(+), 62 deletions(-) (limited to 'tagstats') 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 . + + 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 . + +*/ + #include #include 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 and others (see README). + Copyright 2012 Jochen Topf . -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 -. + You should have received a copy of the GNU General Public License + along with Tagstats. If not, see . */ 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 and others (see README). + Copyright 2012 Jochen Topf . -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 -. + You should have received a copy of the GNU General Public License + along with Tagstats. If not, see . */ 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 and others (see README). + Copyright 2012 Jochen Topf . -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 -. + You should have received a copy of the GNU General Public License + along with Tagstats. If not, see . */ 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 . + + 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 . + +*/ + #include #include #include 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 and others (see README). + Copyright 2012 Jochen Topf . -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 -. + You should have received a copy of the GNU General Public License + along with Tagstats. If not, see . */ 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 and others (see README). + Copyright 2012 Jochen Topf . -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 -. + You should have received a copy of the GNU General Public License + along with Tagstats. If not, see . */ - #include #include #include -- cgit v1.2.3