Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that all files have the license header at the top #1787

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

adamjstewart
Copy link
Collaborator

Discovered some files that were missing a license header.

The command I used to find these was:

> grep -RL --include '*.py' --include '*.sh' '^# Copyright (c) Microsoft Corporation' .

Not sure if there is an easy way to add a test for this, or whether or not it's worth testing in CI.

@github-actions github-actions bot added testing Continuous integration testing losses Geospatial loss functions scripts Training and evaluation scripts labels Dec 22, 2023
@adamjstewart adamjstewart merged commit 5c67357 into microsoft:main Dec 22, 2023
21 checks passed
@adamjstewart adamjstewart deleted the license/header branch December 22, 2023 13:29
@adamjstewart adamjstewart added this to the 0.5.2 milestone Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
losses Geospatial loss functions scripts Training and evaluation scripts testing Continuous integration testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant