Add EXTRA_LICENSES

This commit is contained in:
2024-06-26 01:34:35 +02:00
parent 466ada80ad
commit bfa9f55561
2 changed files with 9 additions and 1 deletions

8
dependencies/EXTRA_LICENSES.md vendored Normal file
View File

@@ -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/

View File

@@ -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.
"""