From 0fe5796982ee98b8e90f30d9c0a60e95b7890f84 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Thu, 19 Nov 2020 14:59:01 +0100 Subject: [PATCH] typo in --license --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 03fcc076..91350e1d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -717,7 +717,7 @@ int main(int argc, const char * argv[]) { std::string print_license() { std::string thelicense = "======================================================================\n" - "\n3dfier: takes 2D GIS datasets and '3dfies' to create 3D city models.\n\n" + "\n3dfier: takes 2D GIS datasets and '3dfies' them to create 3D city models.\n\n" "Copyright (C) 2015-2020 3D geoinformation research group, TU Delft\n\n" "3dfier is free software: you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by\n"