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

diff --git a/README_osx_package.txt b/README_osx_package.txt index cf7a292f..2f287269 100644 --- a/README_osx_package.txt +++ b/README_osx_package.txt @@ -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. + Thank you for downloading Mapillary tools for OSX!! This is binary, ready to use. You just need to give execution permissions to it with chmod: diff --git a/pyinstaller/mapillary_tools.spec b/pyinstaller/mapillary_tools.spec index f8e62716..a5663aef 100644 --- a/pyinstaller/mapillary_tools.spec +++ b/pyinstaller/mapillary_tools.spec @@ -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. + # -*- mode: python -*- block_cipher = None diff --git a/pyinstaller/mapillary_tools_folder.spec b/pyinstaller/mapillary_tools_folder.spec index 69ac5faf..2a6ceae3 100644 --- a/pyinstaller/mapillary_tools_folder.spec +++ b/pyinstaller/mapillary_tools_folder.spec @@ -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. + # -*- mode: python ; coding: utf-8 -*- diff --git a/pyproject.toml b/pyproject.toml index 4888ac29..81e58d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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. + # Build system configuration - tells Python packaging tools how to build this package # This section is required for modern Python packaging with pyproject.toml [build-system] diff --git a/script/build_bootloader.ps1 b/script/build_bootloader.ps1 index f44e393a..84e8b4a9 100644 --- a/script/build_bootloader.ps1 +++ b/script/build_bootloader.ps1 @@ -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. + # build bootloaders # to fix the virus false detection e.g. https://www.virustotal.com/gui/file/a2e8d8287f53e1691e44352b7fbc93038b36ad677d1faacfc1aa875de92af5a6 python3 -m pip uninstall -y pyinstaller diff --git a/script/build_linux b/script/build_linux index ed3dd612..d5f2e955 100755 --- a/script/build_linux +++ b/script/build_linux @@ -1,4 +1,9 @@ #!/bin/bash +# 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. + set -e OS=linux diff --git a/script/build_osx b/script/build_osx index 8f1f6fb7..53ef2d98 100755 --- a/script/build_osx +++ b/script/build_osx @@ -1,4 +1,9 @@ #!/bin/bash +# 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. + set -e OS=osx diff --git a/script/build_win.ps1 b/script/build_win.ps1 index cf264db0..ea0510b5 100644 --- a/script/build_win.ps1 +++ b/script/build_win.ps1 @@ -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. + $OS="win" # this is OS arch # $ARCH=(wmic OS get OSArchitecture)[2]