Skip to content

Commit

Permalink
Ensure that all files have the license header at the top (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and isaaccorley committed Mar 2, 2024
1 parent d52a779 commit ba22377
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions experiments/torchgeo/benchmark.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions tests/data/vhr10/data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.

import json
import os
import shutil
Expand Down
3 changes: 3 additions & 0 deletions torchgeo/losses/qr.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ba22377

Please sign in to comment.