From bfa9f55561bc0ff9dae5fdb6fe107be54411c999 Mon Sep 17 00:00:00 2001 From: Lucas MATHIEU Date: Wed, 26 Jun 2024 01:34:35 +0200 Subject: [PATCH] Add EXTRA_LICENSES --- dependencies/EXTRA_LICENSES.md | 8 ++++++++ video2geoframes.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 dependencies/EXTRA_LICENSES.md 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. """