diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 39fb2991..26f0478d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,3 +1,8 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the BSD license found in the +# LICENSE file in the root directory of this source tree. + # For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f3134ba7..5ce0da78 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -1,3 +1,8 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the BSD license found in the +# LICENSE file in the root directory of this source tree. + # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5de3b36b..7c6720d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,8 @@ +# Copyright (c) Meta Platforms, Inc. and affiliates. +# +# This source code is licensed under the BSD license found in the +# LICENSE file in the root directory of this source tree. + # This workflow will build the package with Pyinstaller, upload it to GitHub Releases, and publish it to PyPI name: Release diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfca5e0..854b397b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + + # Changelog Check the release page for changelogs: https://github.com/mapillary/mapillary_tools/releases @@ -199,7 +206,7 @@ All notable changes to this project will be documented in this file. See [standa * Improved and added features for post_process command ### Breaking changes -* Argument `--video_import_path` can be single video or a directory of videos +* Argument `--video_import_path` can be single video or a directory of videos * Duplicate flagging is now done automatically with the default duplicate thresholds. To keep duplicates, argument `--keep_duplicates` must be passed. ### Bug fixes @@ -219,7 +226,7 @@ All notable changes to this project will be documented in this file. See [standa ### Features and improvements * Added command to upload Blackvue DR900S videos directly to Mapillary -* Added download of blurred images uploaded by the authenticated user +* Added download of blurred images uploaded by the authenticated user * Allow GPX files without altitude data * More robust support of irregular time formats in EXIF * Add argument to skip subfolders to all commands diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4bd525a5..493e897d 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,10 @@ + + # Code of Conduct ## Our Pledge diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a72e821e..e2e521af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,10 @@ + + # Contributing to mapillary_tools We want to make contributing to this project as easy and transparent as possible. @@ -28,4 +35,4 @@ outlined on that page and do not file a public issue. ## License By contributing to mapillary_tools, you agree that your contributions will be licensed -under the LICENSE file in the root directory of this source tree. \ No newline at end of file +under the LICENSE file in the root directory of this source tree. diff --git a/README.md b/README.md index 0072274b..6a439630 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + +