From d9de7f3a0fe27477018ace701296916172e6b535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Ple=C5=A1a?= Date: Fri, 23 Jan 2026 13:10:37 +0100 Subject: [PATCH] Add the copyright header to all files --- .github/workflows/codeql-analysis.yml | 5 +++++ .github/workflows/python-package.yml | 5 +++++ .github/workflows/release.yml | 5 +++++ CHANGELOG.md | 11 +++++++++-- CODE_OF_CONDUCT.md | 7 +++++++ CONTRIBUTING.md | 9 ++++++++- README.md | 7 +++++++ README_osx_package.txt | 5 +++++ pyinstaller/mapillary_tools.spec | 5 +++++ pyinstaller/mapillary_tools_folder.spec | 5 +++++ pyproject.toml | 5 +++++ script/build_bootloader.ps1 | 5 +++++ script/build_linux | 5 +++++ script/build_osx | 5 +++++ script/build_win.ps1 | 5 +++++ 15 files changed, 86 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 39fb29919..26f0478da 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 f3134ba7d..5ce0da78a 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 5de3b36b4..7c6720d9c 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 fdfca5e08..854b397b7 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 4bd525a54..493e897d4 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 a72e821e1..e2e521af7 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 0072274bc..6a4396300 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + +

diff --git a/README_osx_package.txt b/README_osx_package.txt index cf7a292fb..2f2872692 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 f8e627160..a5663aef5 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 69ac5faf6..2a6ceae3a 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 4888ac295..81e58d819 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 f44e393a9..84e8b4a92 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 ed3dd612d..d5f2e9557 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 8f1f6fb7a..53ef2d983 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 cf264db0b..ea0510b58 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]