Add copyright to files we forgot (#1390)

This commit is contained in:
Adam J. Stewart 2023-06-02 16:07:22 -05:00 коммит произвёл GitHub
Родитель 7bc19aea9d
Коммит 51cdf363b5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
9 изменённых файлов: 27 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
set -euo pipefail
# User-specific parameters

Просмотреть файл

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
set -euo pipefail
# User-specific parameters

Просмотреть файл

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
set -euo pipefail
# User-specific parameters

Просмотреть файл

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
set -euo pipefail
# User-specific parameters

Просмотреть файл

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
set -euo pipefail
# User-specific parameters

Просмотреть файл

@ -1,5 +1,8 @@
#!/usr/bin/env python3
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import argparse
import glob
import os
@ -12,7 +15,6 @@ if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument("directory", help="directory to recursively search for files")
parser.add_argument("--ext", default="tif", help="file extension")
parser.add_argument("--nan", default=0, type=float, help="fill value")
parser.add_argument("--scale", default=255, type=float, help="scale factor")
args = parser.parse_args()

Просмотреть файл

@ -1,5 +1,8 @@
#!/usr/bin/env python3
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import argparse
import os
import shutil

Просмотреть файл

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
set -euo pipefail
# User-specific parameters

Просмотреть файл

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
set -euo pipefail
# User-specific parameters