diff --git a/dependencies/EXTRA_LICENSES.md b/dependencies/EXTRA_LICENSES.md new file mode 100644 index 0000000..b0bf6ce --- /dev/null +++ b/dependencies/EXTRA_LICENSES.md @@ -0,0 +1,8 @@ +# Extra licenses + +Detail of dependencies original licences. + +## ExifTool (by Phil Harvey) + +> This is free software; you can redistribute it and/or modify it under the same terms as Perl itself. +> http://dev.perl.org/licenses/ diff --git a/video2geoframes.py b/video2geoframes.py index f359a4b..6257797 100644 --- a/video2geoframes.py +++ b/video2geoframes.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """video2geoframes.py -Python script to generate a collection of geotagged images from a video and a GPS track. +Python program to generate a collection of geotagged images from a video and a GPS track. Designed for contribution to street-level imagery projects like Mapillary or Panoramax. """