diff --git a/experiments/torchgeo/benchmark.py b/experiments/torchgeo/benchmark.py index e6205ee6793..7b1c98d2611 100755 --- a/experiments/torchgeo/benchmark.py +++ b/experiments/torchgeo/benchmark.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. + """dataset and sampler benchmarking script.""" import argparse diff --git a/tests/data/vhr10/data.py b/tests/data/vhr10/data.py index 03680f95596..97cc4e54d29 100755 --- a/tests/data/vhr10/data.py +++ b/tests/data/vhr10/data.py @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. + import json import os import shutil diff --git a/torchgeo/losses/qr.py b/torchgeo/losses/qr.py index 651abd901c4..ecffa33e9fa 100644 --- a/torchgeo/losses/qr.py +++ b/torchgeo/losses/qr.py @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. + """Loss functions for learing on the prior.""" import torch