diff --git a/Descriptors/GPXDescriptor.h b/Descriptors/GPXDescriptor.h
index 17a3f9226..5096468fb 100644
--- a/Descriptors/GPXDescriptor.h
+++ b/Descriptors/GPXDescriptor.h
@@ -39,6 +39,7 @@ public:
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" "
"xsi:schemaLocation=\"http://www.topografix.com/GPX/1/1 gpx.xsd"
"\">";
+ reply.content += "Data (c) OpenStreetMap contributors (ODbL)";
reply.content += "";
if(rawRoute.lengthOfShortestPath != INT_MAX && rawRoute.computedShortestPath.size()) {
convertInternalLatLonToString(phantomNodes.startPhantom.location.lat, tmp);