[osmium-tool] 63/97: Updated copyright date.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 20:15:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to tag v1.0.0
in repository osmium-tool.

commit 943e857279b9c0c5b76eadadac17ffa41325f36e
Author: Jochen Topf <jochen at topf.org>
Date:   Thu Jan 29 16:08:37 2015 +0100

    Updated copyright date.
---
 README.md                     | 6 ++++--
 src/command_apply_changes.cpp | 2 +-
 src/command_apply_changes.hpp | 2 +-
 src/command_cat.cpp           | 2 +-
 src/command_cat.hpp           | 2 +-
 src/command_fileinfo.cpp      | 2 +-
 src/command_fileinfo.hpp      | 4 +++-
 src/command_help.cpp          | 2 +-
 src/command_help.hpp          | 2 +-
 src/command_merge_changes.cpp | 2 +-
 src/command_merge_changes.hpp | 2 +-
 src/command_time_filter.cpp   | 2 +-
 src/command_time_filter.hpp   | 2 +-
 src/main.cpp                  | 2 +-
 src/osmc.hpp                  | 2 +-
 15 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index 5e5007c..a5e4cf8 100644
--- a/README.md
+++ b/README.md
@@ -86,8 +86,10 @@ Osmium tool, so the build dependencies are not complete.
 
 ## License
 
-This program is available under the GNU GENERAL PUBLIC LICENSE Version 3. See
-the file LICENSE.txt for the complete text of the license.
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
+
+This program is available under the GNU GENERAL PUBLIC LICENSE Version 3.
+See the file LICENSE.txt for the complete text of the license.
 
 
 ## Authors
diff --git a/src/command_apply_changes.cpp b/src/command_apply_changes.cpp
index 6d6e9b8..3cf5c7b 100644
--- a/src/command_apply_changes.cpp
+++ b/src/command_apply_changes.cpp
@@ -3,7 +3,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/command_apply_changes.hpp b/src/command_apply_changes.hpp
index f13c25f..770bb71 100644
--- a/src/command_apply_changes.hpp
+++ b/src/command_apply_changes.hpp
@@ -6,7 +6,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/command_cat.cpp b/src/command_cat.cpp
index 3dc4569..87394fb 100644
--- a/src/command_cat.cpp
+++ b/src/command_cat.cpp
@@ -3,7 +3,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/command_cat.hpp b/src/command_cat.hpp
index cb5f131..b09f0b2 100644
--- a/src/command_cat.hpp
+++ b/src/command_cat.hpp
@@ -6,7 +6,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/command_fileinfo.cpp b/src/command_fileinfo.cpp
index 12e4b2b..0fd6747 100644
--- a/src/command_fileinfo.cpp
+++ b/src/command_fileinfo.cpp
@@ -3,7 +3,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/command_fileinfo.hpp b/src/command_fileinfo.hpp
index 2bd376b..d4773fb 100644
--- a/src/command_fileinfo.hpp
+++ b/src/command_fileinfo.hpp
@@ -6,7 +6,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -25,6 +25,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <string>
 
+#include <osmium/io/file.hpp>
+
 #include "osmc.hpp"
 
 class CommandFileinfo : public Command {
diff --git a/src/command_help.cpp b/src/command_help.cpp
index e4424df..28d8301 100644
--- a/src/command_help.cpp
+++ b/src/command_help.cpp
@@ -3,7 +3,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/command_help.hpp b/src/command_help.hpp
index f5830e3..a2dbee7 100644
--- a/src/command_help.hpp
+++ b/src/command_help.hpp
@@ -6,7 +6,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/command_merge_changes.cpp b/src/command_merge_changes.cpp
index a90a4e0..f5c87ca 100644
--- a/src/command_merge_changes.cpp
+++ b/src/command_merge_changes.cpp
@@ -3,7 +3,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/command_merge_changes.hpp b/src/command_merge_changes.hpp
index b86c757..1708b66 100644
--- a/src/command_merge_changes.hpp
+++ b/src/command_merge_changes.hpp
@@ -6,7 +6,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/command_time_filter.cpp b/src/command_time_filter.cpp
index 767de03..79183fc 100644
--- a/src/command_time_filter.cpp
+++ b/src/command_time_filter.cpp
@@ -3,7 +3,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/command_time_filter.hpp b/src/command_time_filter.hpp
index 214f1cb..e4e0b71 100644
--- a/src/command_time_filter.hpp
+++ b/src/command_time_filter.hpp
@@ -6,7 +6,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/main.cpp b/src/main.cpp
index 8fc90e1..40a1f1e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3,7 +3,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/src/osmc.hpp b/src/osmc.hpp
index b346a66..307e31e 100644
--- a/src/osmc.hpp
+++ b/src/osmc.hpp
@@ -6,7 +6,7 @@
 Osmium -- OpenStreetMap data manipulation command line tool
 http://osmcode.org/osmium
 
-Copyright (C) 2013, 2014  Jochen Topf <jochen at topf.org>
+Copyright (C) 2013-2015  Jochen Topf <jochen at topf.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git



More information about the Pkg-grass-devel mailing list