From 43b9ba4566e9f29cad634a77b44662f1e1b31669 Mon Sep 17 00:00:00 2001 From: Michael Habinsky Date: Tue, 26 Sep 2023 11:52:40 -0600 Subject: [PATCH] Remove blobfuse2 banner from license (#10) * Improve copyright_fix.sh * Remove banner and author from Seagate-modified files. --- LICENSE | 9 -------- cmd/doc_test.go | 9 -------- cmd/generator.go | 9 -------- cmd/health-monitor.go | 9 -------- cmd/health-monitor_stop.go | 9 -------- cmd/health-monitor_stop_all.go | 9 -------- cmd/health-monitor_test.go | 9 -------- cmd/import_windows.go | 9 -------- cmd/imports_linux.go | 9 -------- cmd/mount.go | 9 -------- cmd/mount_all.go | 9 -------- cmd/mount_linux.go | 9 -------- cmd/mount_linux_test.go | 9 -------- cmd/mount_list.go | 9 -------- cmd/mount_windows.go | 8 ------- cmd/mount_windows_test.go | 9 -------- cmd/root.go | 9 -------- cmd/root_test.go | 9 -------- cmd/secure.go | 9 -------- cmd/secure_get.go | 9 -------- cmd/secure_set.go | 9 -------- cmd/secure_test.go | 9 -------- cmd/service_windows.go | 9 -------- cmd/service_windows_test.go | 8 ------- cmd/unmount_all_linux.go | 9 -------- cmd/unmount_linux.go | 9 -------- cmd/unmount_linux_test.go | 9 -------- cmd/version.go | 9 -------- common/cache_policy/lru_policy.go | 9 -------- common/cache_policy/lru_policy_test.go | 9 -------- common/config/config_parser.go | 9 -------- common/config/config_test.go | 9 -------- common/config/keys_tree.go | 9 -------- common/log/base_logger.go | 9 -------- common/log/logger.go | 9 -------- common/log/logger_linux.go | 9 -------- common/log/logger_test.go | 9 -------- common/log/logger_windows.go | 8 ------- common/log/silent_logger.go | 9 -------- common/log/sys_logger_linux.go | 9 -------- common/log/sys_logger_windows.go | 9 -------- common/open_file_linux.go | 8 ------- common/types.go | 9 -------- common/types_linux.go | 9 -------- common/types_windows.go | 8 ------- common/util.go | 9 -------- common/util_linux.go | 9 -------- common/util_test.go | 9 -------- common/util_windows.go | 8 ------- common/version.go | 9 -------- component/attr_cache/attr_cache.go | 9 -------- component/attr_cache/attr_cache_test.go | 9 -------- component/attr_cache/cacheMap.go | 9 -------- component/azstorage/azauth.go | 9 -------- component/azstorage/azauth_test.go | 9 -------- component/azstorage/azauthkey.go | 9 -------- component/azstorage/azauthmsi.go | 9 -------- component/azstorage/azauthsas.go | 9 -------- component/azstorage/azauthspn.go | 9 -------- component/azstorage/azstorage.go | 9 -------- component/azstorage/block_blob.go | 9 -------- component/azstorage/block_blob_test.go | 9 -------- component/azstorage/config.go | 9 -------- component/azstorage/config_test.go | 9 -------- component/azstorage/connection.go | 9 -------- component/azstorage/datalake.go | 9 -------- component/azstorage/datalake_test.go | 9 -------- component/azstorage/utils.go | 9 -------- component/azstorage/utils_test.go | 9 -------- component/file_cache/cache_policy.go | 9 -------- component/file_cache/cache_policy_test.go | 9 -------- component/file_cache/file_cache.go | 9 -------- component/file_cache/file_cache_linux.go | 9 -------- component/file_cache/file_cache_linux_test.go | 9 -------- component/file_cache/file_cache_test.go | 9 -------- component/file_cache/file_cache_windows.go | 9 -------- .../file_cache/file_cache_windows_test.go | 9 -------- component/file_cache/lfu_policy.go | 9 -------- component/file_cache/lfu_policy_test.go | 9 -------- component/file_cache/lru_policy.go | 9 -------- component/file_cache/lru_policy_test.go | 9 -------- component/libfuse/libfuse.go | 9 -------- component/libfuse/libfuse2_handler.go | 9 -------- .../libfuse/libfuse2_handler_test_wrapper.go | 9 -------- component/libfuse/libfuse_handler_test.go | 9 -------- component/libfuse/statfs_linux.go | 9 -------- component/libfuse/statfs_windows.go | 9 -------- component/loopback/loopback_fs.go | 9 -------- component/loopback/loopback_fs_test.go | 9 -------- component/s3storage/client.go | 9 -------- component/s3storage/client_test.go | 9 -------- component/s3storage/config.go | 9 -------- component/s3storage/config_test.go | 9 -------- component/s3storage/connection.go | 9 -------- component/s3storage/s3storage.go | 9 -------- component/s3storage/s3storage_constants.go | 9 -------- component/s3storage/s3storage_test.go | 9 -------- component/s3storage/s3wrappers.go | 9 -------- component/s3storage/s3wrappers_test.go | 8 ------- component/s3storage/utils.go | 9 -------- component/stream/connection.go | 9 -------- component/stream/read.go | 9 -------- component/stream/read_test.go | 8 ------- component/stream/read_write.go | 9 -------- component/stream/read_write_filename.go | 9 -------- component/stream/read_write_filename_test.go | 9 -------- component/stream/read_write_test.go | 9 -------- component/stream/stream.go | 9 -------- copyright_fix.sh | 22 +++++++++---------- internal/attribute.go | 9 -------- internal/base_component.go | 9 -------- internal/component.go | 9 -------- internal/component.template | 9 -------- internal/component_options.go | 9 -------- internal/convertname/convert.go | 8 ------- internal/convertname/convert_test.go | 8 ------- internal/handlemap/handle_map.go | 9 -------- internal/mock_component.go | 9 -------- internal/pipeline.go | 9 -------- internal/pipeline_test.go | 9 -------- internal/stats_manager/stats_common.go | 9 -------- internal/stats_manager/stats_manager_linux.go | 9 -------- .../stats_manager/stats_manager_windows.go | 9 -------- internal/winservice/registry_windows.go | 8 ------- internal/winservice/service_windows.go | 8 ------- main_linux.go | 9 -------- main_test.go | 9 -------- main_windows.go | 9 -------- test/accoutcleanup/accountcleanup_test.go | 9 -------- test/benchmark_test/benchmark_test.go | 9 -------- test/e2e_tests/data_validation_test.go | 9 -------- test/e2e_tests/dir_test.go | 9 -------- test/e2e_tests/file_test.go | 9 -------- test/mount_test/mount_test.go | 9 -------- test/sdk_test/sdk_test.go | 9 -------- test/stress_test/stress_test.go | 9 -------- tools/health-monitor/common/types.go | 9 -------- tools/health-monitor/common/util.go | 9 -------- tools/health-monitor/internal/stats_export.go | 9 -------- tools/health-monitor/main.go | 9 -------- .../monitor/cloudfuse_stats/stats_reader.go | 9 -------- .../cloudfuse_stats/stats_reader_linux.go | 9 -------- .../cloudfuse_stats/stats_reader_windows.go | 9 -------- .../cpu_mem_profiler/cpu_mem_monitor.go | 9 -------- .../cpu_mem_profiler/cpu_mem_monitor_test.go | 9 -------- .../monitor/file_cache/cache_monitor.go | 9 -------- tools/health-monitor/monitor/imports.go | 9 -------- .../network_profiler/network_monitor.go | 9 -------- .../install-event-logging-windows.go | 8 ------- 149 files changed, 11 insertions(+), 1330 deletions(-) diff --git a/LICENSE b/LICENSE index f126e7d67..f1d36d376 100755 --- a/LICENSE +++ b/LICENSE @@ -1,16 +1,7 @@ - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/doc_test.go b/cmd/doc_test.go index 467920d38..b64617135 100644 --- a/cmd/doc_test.go +++ b/cmd/doc_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/generator.go b/cmd/generator.go index 696e7757d..1fd479ad6 100644 --- a/cmd/generator.go +++ b/cmd/generator.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/health-monitor.go b/cmd/health-monitor.go index 9e93f455a..1c54de83e 100644 --- a/cmd/health-monitor.go +++ b/cmd/health-monitor.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/health-monitor_stop.go b/cmd/health-monitor_stop.go index b0ad94da6..5ef1a7492 100644 --- a/cmd/health-monitor_stop.go +++ b/cmd/health-monitor_stop.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/health-monitor_stop_all.go b/cmd/health-monitor_stop_all.go index a393224e3..f632bd160 100644 --- a/cmd/health-monitor_stop_all.go +++ b/cmd/health-monitor_stop_all.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/health-monitor_test.go b/cmd/health-monitor_test.go index 23732d8da..3abdbbe0b 100644 --- a/cmd/health-monitor_test.go +++ b/cmd/health-monitor_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/import_windows.go b/cmd/import_windows.go index 39b7e3f9d..f133964e2 100644 --- a/cmd/import_windows.go +++ b/cmd/import_windows.go @@ -1,19 +1,10 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/imports_linux.go b/cmd/imports_linux.go index ee195d99b..bd38d4f24 100644 --- a/cmd/imports_linux.go +++ b/cmd/imports_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/mount.go b/cmd/mount.go index 0ce5c8d86..b0eba0955 100644 --- a/cmd/mount.go +++ b/cmd/mount.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/mount_all.go b/cmd/mount_all.go index a68e1f76d..2c9ca6282 100644 --- a/cmd/mount_all.go +++ b/cmd/mount_all.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/mount_linux.go b/cmd/mount_linux.go index 04b2036b1..54b65cc67 100644 --- a/cmd/mount_linux.go +++ b/cmd/mount_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/mount_linux_test.go b/cmd/mount_linux_test.go index f382d3472..733881be7 100644 --- a/cmd/mount_linux_test.go +++ b/cmd/mount_linux_test.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/mount_list.go b/cmd/mount_list.go index e10a42fdd..a6ce5ae58 100644 --- a/cmd/mount_list.go +++ b/cmd/mount_list.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/mount_windows.go b/cmd/mount_windows.go index ea3c9eb73..cd7f0d9cf 100644 --- a/cmd/mount_windows.go +++ b/cmd/mount_windows.go @@ -1,14 +1,6 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/cmd/mount_windows_test.go b/cmd/mount_windows_test.go index baadedbc5..06523f03e 100644 --- a/cmd/mount_windows_test.go +++ b/cmd/mount_windows_test.go @@ -1,19 +1,10 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2022 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/root.go b/cmd/root.go index 74ef68916..962149d73 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/root_test.go b/cmd/root_test.go index f60858999..838c525f2 100644 --- a/cmd/root_test.go +++ b/cmd/root_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/secure.go b/cmd/secure.go index 93c0e89d7..ad30976f5 100644 --- a/cmd/secure.go +++ b/cmd/secure.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/secure_get.go b/cmd/secure_get.go index f462ad469..ade0e95eb 100644 --- a/cmd/secure_get.go +++ b/cmd/secure_get.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/secure_set.go b/cmd/secure_set.go index 3fdad097d..300758a0a 100644 --- a/cmd/secure_set.go +++ b/cmd/secure_set.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/secure_test.go b/cmd/secure_test.go index 292457e9f..39a74a05e 100644 --- a/cmd/secure_test.go +++ b/cmd/secure_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/service_windows.go b/cmd/service_windows.go index a87258152..cd6084aeb 100644 --- a/cmd/service_windows.go +++ b/cmd/service_windows.go @@ -1,14 +1,6 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates @@ -29,7 +21,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE */ package cmd diff --git a/cmd/service_windows_test.go b/cmd/service_windows_test.go index 7b1fd37c6..ebf7f18f8 100644 --- a/cmd/service_windows_test.go +++ b/cmd/service_windows_test.go @@ -1,14 +1,6 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/cmd/unmount_all_linux.go b/cmd/unmount_all_linux.go index ff223c50c..df2dd8fbc 100644 --- a/cmd/unmount_all_linux.go +++ b/cmd/unmount_all_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/unmount_linux.go b/cmd/unmount_linux.go index a6b6e7ce3..8430550ed 100644 --- a/cmd/unmount_linux.go +++ b/cmd/unmount_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/unmount_linux_test.go b/cmd/unmount_linux_test.go index bb4ad0337..a04063a39 100644 --- a/cmd/unmount_linux_test.go +++ b/cmd/unmount_linux_test.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/version.go b/cmd/version.go index ae036092a..0387a8b75 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/cache_policy/lru_policy.go b/common/cache_policy/lru_policy.go index 407fea53a..e8934a0d4 100644 --- a/common/cache_policy/lru_policy.go +++ b/common/cache_policy/lru_policy.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/cache_policy/lru_policy_test.go b/common/cache_policy/lru_policy_test.go index e8e996899..ad258b940 100644 --- a/common/cache_policy/lru_policy_test.go +++ b/common/cache_policy/lru_policy_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/config/config_parser.go b/common/config/config_parser.go index fadf070a3..dcc3f7024 100644 --- a/common/config/config_parser.go +++ b/common/config/config_parser.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/config/config_test.go b/common/config/config_test.go index bd54baf9e..f9c32bc0d 100644 --- a/common/config/config_test.go +++ b/common/config/config_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/config/keys_tree.go b/common/config/keys_tree.go index aacd2852a..6071b3d17 100644 --- a/common/config/keys_tree.go +++ b/common/config/keys_tree.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/log/base_logger.go b/common/log/base_logger.go index f9ed86ab2..4db2290b0 100644 --- a/common/log/base_logger.go +++ b/common/log/base_logger.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/log/logger.go b/common/log/logger.go index d117605e5..07526b1d3 100644 --- a/common/log/logger.go +++ b/common/log/logger.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/log/logger_linux.go b/common/log/logger_linux.go index 21b4b488d..b6d459639 100644 --- a/common/log/logger_linux.go +++ b/common/log/logger_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/log/logger_test.go b/common/log/logger_test.go index cb5c367f5..396950335 100644 --- a/common/log/logger_test.go +++ b/common/log/logger_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/log/logger_windows.go b/common/log/logger_windows.go index 05ee3841b..74943b318 100644 --- a/common/log/logger_windows.go +++ b/common/log/logger_windows.go @@ -1,14 +1,6 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/common/log/silent_logger.go b/common/log/silent_logger.go index 5c45b7178..12873145e 100644 --- a/common/log/silent_logger.go +++ b/common/log/silent_logger.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/log/sys_logger_linux.go b/common/log/sys_logger_linux.go index 577df2180..d920d8118 100644 --- a/common/log/sys_logger_linux.go +++ b/common/log/sys_logger_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/log/sys_logger_windows.go b/common/log/sys_logger_windows.go index bbe2b11af..301e81539 100644 --- a/common/log/sys_logger_windows.go +++ b/common/log/sys_logger_windows.go @@ -1,19 +1,10 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2022 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/open_file_linux.go b/common/open_file_linux.go index e632151e8..1dec957b1 100644 --- a/common/open_file_linux.go +++ b/common/open_file_linux.go @@ -1,14 +1,6 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/common/types.go b/common/types.go index 963b8deaf..d886bf99b 100644 --- a/common/types.go +++ b/common/types.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/types_linux.go b/common/types_linux.go index 341386263..30583bb8b 100644 --- a/common/types_linux.go +++ b/common/types_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/types_windows.go b/common/types_windows.go index d8cde4dca..b29e6a91d 100644 --- a/common/types_windows.go +++ b/common/types_windows.go @@ -1,14 +1,6 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/common/util.go b/common/util.go index a2e273304..d1daee0ed 100644 --- a/common/util.go +++ b/common/util.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/util_linux.go b/common/util_linux.go index ac0c3a055..d23fbca0e 100644 --- a/common/util_linux.go +++ b/common/util_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/util_test.go b/common/util_test.go index 02a2a31ed..5e59d6f6b 100644 --- a/common/util_test.go +++ b/common/util_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/common/util_windows.go b/common/util_windows.go index f519e5e88..6319cec08 100644 --- a/common/util_windows.go +++ b/common/util_windows.go @@ -1,14 +1,6 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/common/version.go b/common/version.go index 13f5164e0..dd127af77 100644 --- a/common/version.go +++ b/common/version.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/attr_cache/attr_cache.go b/component/attr_cache/attr_cache.go index e49d3f4cf..f00d1a908 100644 --- a/component/attr_cache/attr_cache.go +++ b/component/attr_cache/attr_cache.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/attr_cache/attr_cache_test.go b/component/attr_cache/attr_cache_test.go index f91d7c7ca..20786c2d5 100644 --- a/component/attr_cache/attr_cache_test.go +++ b/component/attr_cache/attr_cache_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/attr_cache/cacheMap.go b/component/attr_cache/cacheMap.go index 44ed80117..824bd8df9 100644 --- a/component/attr_cache/cacheMap.go +++ b/component/attr_cache/cacheMap.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/azauth.go b/component/azstorage/azauth.go index 8d1b29754..63c70f5a1 100644 --- a/component/azstorage/azauth.go +++ b/component/azstorage/azauth.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/azauth_test.go b/component/azstorage/azauth_test.go index c68cb09a7..7ea7f2cf1 100644 --- a/component/azstorage/azauth_test.go +++ b/component/azstorage/azauth_test.go @@ -2,19 +2,10 @@ // +build !authtest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/azauthkey.go b/component/azstorage/azauthkey.go index 05ae6b6be..477bb3e67 100644 --- a/component/azstorage/azauthkey.go +++ b/component/azstorage/azauthkey.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/azauthmsi.go b/component/azstorage/azauthmsi.go index 9de98aa08..834e94857 100644 --- a/component/azstorage/azauthmsi.go +++ b/component/azstorage/azauthmsi.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/azauthsas.go b/component/azstorage/azauthsas.go index 50dfd2c61..7f91ce8fb 100644 --- a/component/azstorage/azauthsas.go +++ b/component/azstorage/azauthsas.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/azauthspn.go b/component/azstorage/azauthspn.go index f25af02af..de589fcd4 100644 --- a/component/azstorage/azauthspn.go +++ b/component/azstorage/azauthspn.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/azstorage.go b/component/azstorage/azstorage.go index dccf5fcd3..03ff684ed 100644 --- a/component/azstorage/azstorage.go +++ b/component/azstorage/azstorage.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/block_blob.go b/component/azstorage/block_blob.go index cd9e2cb52..40063e2d0 100644 --- a/component/azstorage/block_blob.go +++ b/component/azstorage/block_blob.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/block_blob_test.go b/component/azstorage/block_blob_test.go index 2dd7c5247..ea7d16d98 100644 --- a/component/azstorage/block_blob_test.go +++ b/component/azstorage/block_blob_test.go @@ -2,19 +2,10 @@ // +build !authtest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/config.go b/component/azstorage/config.go index eab51cde4..dc3e951e4 100644 --- a/component/azstorage/config.go +++ b/component/azstorage/config.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/config_test.go b/component/azstorage/config_test.go index 48e33e3ef..97363fa2e 100644 --- a/component/azstorage/config_test.go +++ b/component/azstorage/config_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/connection.go b/component/azstorage/connection.go index 2fd49bffa..9c65a59ce 100644 --- a/component/azstorage/connection.go +++ b/component/azstorage/connection.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/datalake.go b/component/azstorage/datalake.go index 4beabe7b3..39d887b4a 100644 --- a/component/azstorage/datalake.go +++ b/component/azstorage/datalake.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/datalake_test.go b/component/azstorage/datalake_test.go index d78dbcf87..212a918ec 100644 --- a/component/azstorage/datalake_test.go +++ b/component/azstorage/datalake_test.go @@ -2,19 +2,10 @@ // +build !authtest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/utils.go b/component/azstorage/utils.go index cc8005bb8..39925b510 100644 --- a/component/azstorage/utils.go +++ b/component/azstorage/utils.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/azstorage/utils_test.go b/component/azstorage/utils_test.go index 4c60efea5..4e8b20268 100644 --- a/component/azstorage/utils_test.go +++ b/component/azstorage/utils_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/cache_policy.go b/component/file_cache/cache_policy.go index b53b5975c..ee86adf1f 100644 --- a/component/file_cache/cache_policy.go +++ b/component/file_cache/cache_policy.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/cache_policy_test.go b/component/file_cache/cache_policy_test.go index 6372df466..bf3c012d0 100644 --- a/component/file_cache/cache_policy_test.go +++ b/component/file_cache/cache_policy_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/file_cache.go b/component/file_cache/file_cache.go index 600292876..8334631dc 100644 --- a/component/file_cache/file_cache.go +++ b/component/file_cache/file_cache.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/file_cache_linux.go b/component/file_cache/file_cache_linux.go index c7f6d762e..613e26c4c 100644 --- a/component/file_cache/file_cache_linux.go +++ b/component/file_cache/file_cache_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/file_cache_linux_test.go b/component/file_cache/file_cache_linux_test.go index 14973048a..f825ab2e0 100644 --- a/component/file_cache/file_cache_linux_test.go +++ b/component/file_cache/file_cache_linux_test.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/file_cache_test.go b/component/file_cache/file_cache_test.go index ef5a388f0..be0cf199b 100644 --- a/component/file_cache/file_cache_test.go +++ b/component/file_cache/file_cache_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/file_cache_windows.go b/component/file_cache/file_cache_windows.go index 817fb7fde..fc99188f0 100644 --- a/component/file_cache/file_cache_windows.go +++ b/component/file_cache/file_cache_windows.go @@ -1,19 +1,10 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/file_cache_windows_test.go b/component/file_cache/file_cache_windows_test.go index e4a2b06eb..fc38024b7 100644 --- a/component/file_cache/file_cache_windows_test.go +++ b/component/file_cache/file_cache_windows_test.go @@ -1,19 +1,10 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/lfu_policy.go b/component/file_cache/lfu_policy.go index 21ff1ddef..78c9ded55 100644 --- a/component/file_cache/lfu_policy.go +++ b/component/file_cache/lfu_policy.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/lfu_policy_test.go b/component/file_cache/lfu_policy_test.go index 618d959b8..056fdb152 100644 --- a/component/file_cache/lfu_policy_test.go +++ b/component/file_cache/lfu_policy_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/lru_policy.go b/component/file_cache/lru_policy.go index 1746da505..f4d989b26 100644 --- a/component/file_cache/lru_policy.go +++ b/component/file_cache/lru_policy.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/file_cache/lru_policy_test.go b/component/file_cache/lru_policy_test.go index 1fca821c3..784326d1d 100644 --- a/component/file_cache/lru_policy_test.go +++ b/component/file_cache/lru_policy_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/libfuse/libfuse.go b/component/libfuse/libfuse.go index b7c816589..9bd5880a0 100644 --- a/component/libfuse/libfuse.go +++ b/component/libfuse/libfuse.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/libfuse/libfuse2_handler.go b/component/libfuse/libfuse2_handler.go index f9669f328..bd8824863 100644 --- a/component/libfuse/libfuse2_handler.go +++ b/component/libfuse/libfuse2_handler.go @@ -1,19 +1,10 @@ package libfuse /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/libfuse/libfuse2_handler_test_wrapper.go b/component/libfuse/libfuse2_handler_test_wrapper.go index 12aae1da1..3a542bd1b 100644 --- a/component/libfuse/libfuse2_handler_test_wrapper.go +++ b/component/libfuse/libfuse2_handler_test_wrapper.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/libfuse/libfuse_handler_test.go b/component/libfuse/libfuse_handler_test.go index bd53e0ca8..f10f5ca06 100644 --- a/component/libfuse/libfuse_handler_test.go +++ b/component/libfuse/libfuse_handler_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/libfuse/statfs_linux.go b/component/libfuse/statfs_linux.go index 5952137ef..7280a15cc 100644 --- a/component/libfuse/statfs_linux.go +++ b/component/libfuse/statfs_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/libfuse/statfs_windows.go b/component/libfuse/statfs_windows.go index 7be663f94..d6d6961bb 100644 --- a/component/libfuse/statfs_windows.go +++ b/component/libfuse/statfs_windows.go @@ -1,19 +1,10 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/loopback/loopback_fs.go b/component/loopback/loopback_fs.go index b4ee6d01b..92a09a17d 100644 --- a/component/loopback/loopback_fs.go +++ b/component/loopback/loopback_fs.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/loopback/loopback_fs_test.go b/component/loopback/loopback_fs_test.go index 271692623..410c5a7ac 100644 --- a/component/loopback/loopback_fs_test.go +++ b/component/loopback/loopback_fs_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/s3storage/client.go b/component/s3storage/client.go index 7b0499834..ea236a466 100644 --- a/component/s3storage/client.go +++ b/component/s3storage/client.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/s3storage/client_test.go b/component/s3storage/client_test.go index b43cb31b6..58c8e4773 100644 --- a/component/s3storage/client_test.go +++ b/component/s3storage/client_test.go @@ -2,19 +2,10 @@ // +build !authtest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/s3storage/config.go b/component/s3storage/config.go index b3de73fe9..c643dc299 100644 --- a/component/s3storage/config.go +++ b/component/s3storage/config.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/s3storage/config_test.go b/component/s3storage/config_test.go index f913ee6b2..d65e1d691 100644 --- a/component/s3storage/config_test.go +++ b/component/s3storage/config_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/s3storage/connection.go b/component/s3storage/connection.go index 114d3f776..b1d8dd277 100644 --- a/component/s3storage/connection.go +++ b/component/s3storage/connection.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/s3storage/s3storage.go b/component/s3storage/s3storage.go index af38692f8..a2345e083 100644 --- a/component/s3storage/s3storage.go +++ b/component/s3storage/s3storage.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/s3storage/s3storage_constants.go b/component/s3storage/s3storage_constants.go index 94d91f9cc..310b9401b 100644 --- a/component/s3storage/s3storage_constants.go +++ b/component/s3storage/s3storage_constants.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/s3storage/s3storage_test.go b/component/s3storage/s3storage_test.go index b7a01365d..c19fb1533 100644 --- a/component/s3storage/s3storage_test.go +++ b/component/s3storage/s3storage_test.go @@ -2,19 +2,10 @@ // +build !authtest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/s3storage/s3wrappers.go b/component/s3storage/s3wrappers.go index b826e2903..64a389e5d 100644 --- a/component/s3storage/s3wrappers.go +++ b/component/s3storage/s3wrappers.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/s3storage/s3wrappers_test.go b/component/s3storage/s3wrappers_test.go index 6058b2645..d2b67ac3a 100644 --- a/component/s3storage/s3wrappers_test.go +++ b/component/s3storage/s3wrappers_test.go @@ -2,14 +2,6 @@ // +build !authtest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/component/s3storage/utils.go b/component/s3storage/utils.go index 1afdc0dcf..478774811 100644 --- a/component/s3storage/utils.go +++ b/component/s3storage/utils.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/stream/connection.go b/component/stream/connection.go index f36f6ee3e..c795dd0dd 100644 --- a/component/stream/connection.go +++ b/component/stream/connection.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/stream/read.go b/component/stream/read.go index c77acef0a..41eaf88c0 100644 --- a/component/stream/read.go +++ b/component/stream/read.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/stream/read_test.go b/component/stream/read_test.go index 684bda3ab..d0d319ed0 100644 --- a/component/stream/read_test.go +++ b/component/stream/read_test.go @@ -1,16 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/stream/read_write.go b/component/stream/read_write.go index d2d273026..e753dc7f7 100644 --- a/component/stream/read_write.go +++ b/component/stream/read_write.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/stream/read_write_filename.go b/component/stream/read_write_filename.go index 5f087ab16..a3960c1d2 100644 --- a/component/stream/read_write_filename.go +++ b/component/stream/read_write_filename.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/stream/read_write_filename_test.go b/component/stream/read_write_filename_test.go index 168f0b75b..4b111de56 100644 --- a/component/stream/read_write_filename_test.go +++ b/component/stream/read_write_filename_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/stream/read_write_test.go b/component/stream/read_write_test.go index 111c15900..e2fdf262f 100644 --- a/component/stream/read_write_test.go +++ b/component/stream/read_write_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/component/stream/stream.go b/component/stream/stream.go index fcdc9fc12..144c1139f 100644 --- a/component/stream/stream.go +++ b/component/stream/stream.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/copyright_fix.sh b/copyright_fix.sh index 12f8afc06..6572562bb 100755 --- a/copyright_fix.sh +++ b/copyright_fix.sh @@ -2,7 +2,7 @@ currYear=`date +"%Y"` searchStr="Copyright ©" -copyLine=`grep -h $searchStr LICENSE` +copyLine=`grep -h "$searchStr" LICENSE` if [[ "$1" == "replace" ]] then @@ -11,13 +11,10 @@ then if [ $? -ne 1 ] then echo "Replacing in $i" - result=$(grep "+build" $i) - if [ $? -ne 1 ] - then - sed -i -e '5,32{R LICENSE' -e 'd}' $i - else - sed -i -e '2,31{R LICENSE' -e 'd}' $i - fi + # find the start and end line of the existing license + firstLine=$(($(grep -n -m 1 "\/\*" $i | cut -f1 -d:)+1)) + lastLine=$(($(grep -n -m 1 "\*\/" $i | cut -f1 -d:)-1)) + sed -i -e "$firstLine,$lastLine{R LICENSE" -e "d}" $i fi done else @@ -26,15 +23,17 @@ else if [ $? -eq 1 ] then echo "Adding Copyright to $i" - result=$(grep "+build" $i) + # capture compilation directives + result=$(grep "[+:]build" $i) if [ $? -ne 1 ] then - echo $result > __temp__ + echo "$result" > __temp__ echo -n >> __temp__ echo "/*" >> __temp__ cat LICENSE >> __temp__ echo -e "*/" >> __temp__ - tail -n+2 $i >> __temp__ + skipLines=$(($(grep -c "[+:]build" $i)+1)) + tail -n+$skipLines $i >> __temp__ else echo "/*" > __temp__ cat LICENSE >> __temp__ @@ -46,6 +45,7 @@ else currYear_found=$(echo $result | grep $currYear) if [ $? -eq 1 ] then + #TODO: handle multiple copyright lines properly echo "Updating Copyright in $i" sed -i "/$searchStr/c\\$copyLine" $i fi diff --git a/internal/attribute.go b/internal/attribute.go index 739808004..40b806087 100644 --- a/internal/attribute.go +++ b/internal/attribute.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/base_component.go b/internal/base_component.go index 5f8cbaf07..2f6b851aa 100644 --- a/internal/base_component.go +++ b/internal/base_component.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/component.go b/internal/component.go index 87928aa2e..db5be5695 100644 --- a/internal/component.go +++ b/internal/component.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/component.template b/internal/component.template index 4ade67af0..cb52c3233 100644 --- a/internal/component.template +++ b/internal/component.template @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/component_options.go b/internal/component_options.go index e387fcf7a..7655570c6 100644 --- a/internal/component_options.go +++ b/internal/component_options.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/convertname/convert.go b/internal/convertname/convert.go index 16b96c057..db0fff527 100644 --- a/internal/convertname/convert.go +++ b/internal/convertname/convert.go @@ -1,12 +1,4 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/internal/convertname/convert_test.go b/internal/convertname/convert_test.go index 9f5d6f7ca..df1092604 100644 --- a/internal/convertname/convert_test.go +++ b/internal/convertname/convert_test.go @@ -1,12 +1,4 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/internal/handlemap/handle_map.go b/internal/handlemap/handle_map.go index 7e636f51e..22f608ca8 100644 --- a/internal/handlemap/handle_map.go +++ b/internal/handlemap/handle_map.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/mock_component.go b/internal/mock_component.go index 83103e856..4e9de1fea 100644 --- a/internal/mock_component.go +++ b/internal/mock_component.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/pipeline.go b/internal/pipeline.go index ea6162090..186108efb 100644 --- a/internal/pipeline.go +++ b/internal/pipeline.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/pipeline_test.go b/internal/pipeline_test.go index 50a6ed2b9..05fbc0781 100644 --- a/internal/pipeline_test.go +++ b/internal/pipeline_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/stats_manager/stats_common.go b/internal/stats_manager/stats_common.go index 642fbfb0a..ceee3838d 100644 --- a/internal/stats_manager/stats_common.go +++ b/internal/stats_manager/stats_common.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/stats_manager/stats_manager_linux.go b/internal/stats_manager/stats_manager_linux.go index a5f9dce89..bc0929c62 100644 --- a/internal/stats_manager/stats_manager_linux.go +++ b/internal/stats_manager/stats_manager_linux.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/stats_manager/stats_manager_windows.go b/internal/stats_manager/stats_manager_windows.go index 72ba0b011..9afee3df4 100644 --- a/internal/stats_manager/stats_manager_windows.go +++ b/internal/stats_manager/stats_manager_windows.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2022 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/internal/winservice/registry_windows.go b/internal/winservice/registry_windows.go index 3d9a3526e..6f1139377 100644 --- a/internal/winservice/registry_windows.go +++ b/internal/winservice/registry_windows.go @@ -1,14 +1,6 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/internal/winservice/service_windows.go b/internal/winservice/service_windows.go index 60642f440..49d87b5e0 100644 --- a/internal/winservice/service_windows.go +++ b/internal/winservice/service_windows.go @@ -1,14 +1,6 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates diff --git a/main_linux.go b/main_linux.go index 808c01c76..ed8306c73 100644 --- a/main_linux.go +++ b/main_linux.go @@ -1,19 +1,10 @@ //go:build linux /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/main_test.go b/main_test.go index fb8a8b8a3..bac722ac4 100644 --- a/main_test.go +++ b/main_test.go @@ -2,19 +2,10 @@ // +build !unittest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/main_windows.go b/main_windows.go index 985171301..a05737742 100644 --- a/main_windows.go +++ b/main_windows.go @@ -1,19 +1,10 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/test/accoutcleanup/accountcleanup_test.go b/test/accoutcleanup/accountcleanup_test.go index 230561b0a..439dcde69 100644 --- a/test/accoutcleanup/accountcleanup_test.go +++ b/test/accoutcleanup/accountcleanup_test.go @@ -2,19 +2,10 @@ // +build !unittest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/test/benchmark_test/benchmark_test.go b/test/benchmark_test/benchmark_test.go index fc433386f..854cd2c30 100644 --- a/test/benchmark_test/benchmark_test.go +++ b/test/benchmark_test/benchmark_test.go @@ -2,19 +2,10 @@ // +build !unittest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/test/e2e_tests/data_validation_test.go b/test/e2e_tests/data_validation_test.go index 78607d2c6..40c00cbc1 100644 --- a/test/e2e_tests/data_validation_test.go +++ b/test/e2e_tests/data_validation_test.go @@ -2,19 +2,10 @@ // +build !unittest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/test/e2e_tests/dir_test.go b/test/e2e_tests/dir_test.go index 83ef69d46..5043bfdbf 100644 --- a/test/e2e_tests/dir_test.go +++ b/test/e2e_tests/dir_test.go @@ -2,19 +2,10 @@ // +build !unittest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/test/e2e_tests/file_test.go b/test/e2e_tests/file_test.go index 71487b2f5..c7eccf389 100644 --- a/test/e2e_tests/file_test.go +++ b/test/e2e_tests/file_test.go @@ -2,19 +2,10 @@ // +build !unittest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/test/mount_test/mount_test.go b/test/mount_test/mount_test.go index 1cf3b6dfd..d4e4d4f52 100644 --- a/test/mount_test/mount_test.go +++ b/test/mount_test/mount_test.go @@ -2,19 +2,10 @@ // +build !unittest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/test/sdk_test/sdk_test.go b/test/sdk_test/sdk_test.go index e8f2d3428..84e8e2b4a 100644 --- a/test/sdk_test/sdk_test.go +++ b/test/sdk_test/sdk_test.go @@ -2,19 +2,10 @@ // +build !unittest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/test/stress_test/stress_test.go b/test/stress_test/stress_test.go index 115ccf8b7..f85598a60 100644 --- a/test/stress_test/stress_test.go +++ b/test/stress_test/stress_test.go @@ -2,19 +2,10 @@ // +build !unittest /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/common/types.go b/tools/health-monitor/common/types.go index ef5cdeedf..e5bf3ce22 100644 --- a/tools/health-monitor/common/types.go +++ b/tools/health-monitor/common/types.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/common/util.go b/tools/health-monitor/common/util.go index 708b08ec7..573c60031 100644 --- a/tools/health-monitor/common/util.go +++ b/tools/health-monitor/common/util.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/internal/stats_export.go b/tools/health-monitor/internal/stats_export.go index 4e236c944..e0f81109b 100644 --- a/tools/health-monitor/internal/stats_export.go +++ b/tools/health-monitor/internal/stats_export.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/main.go b/tools/health-monitor/main.go index 31a1311c5..c93ff3432 100644 --- a/tools/health-monitor/main.go +++ b/tools/health-monitor/main.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/monitor/cloudfuse_stats/stats_reader.go b/tools/health-monitor/monitor/cloudfuse_stats/stats_reader.go index d978153c1..7feeebc1c 100644 --- a/tools/health-monitor/monitor/cloudfuse_stats/stats_reader.go +++ b/tools/health-monitor/monitor/cloudfuse_stats/stats_reader.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/monitor/cloudfuse_stats/stats_reader_linux.go b/tools/health-monitor/monitor/cloudfuse_stats/stats_reader_linux.go index d5e269cc1..488dbd822 100644 --- a/tools/health-monitor/monitor/cloudfuse_stats/stats_reader_linux.go +++ b/tools/health-monitor/monitor/cloudfuse_stats/stats_reader_linux.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/monitor/cloudfuse_stats/stats_reader_windows.go b/tools/health-monitor/monitor/cloudfuse_stats/stats_reader_windows.go index ad1914fa8..04136c672 100644 --- a/tools/health-monitor/monitor/cloudfuse_stats/stats_reader_windows.go +++ b/tools/health-monitor/monitor/cloudfuse_stats/stats_reader_windows.go @@ -1,19 +1,10 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2022 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/monitor/cpu_mem_profiler/cpu_mem_monitor.go b/tools/health-monitor/monitor/cpu_mem_profiler/cpu_mem_monitor.go index 915652c36..0fec031e0 100644 --- a/tools/health-monitor/monitor/cpu_mem_profiler/cpu_mem_monitor.go +++ b/tools/health-monitor/monitor/cpu_mem_profiler/cpu_mem_monitor.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/monitor/cpu_mem_profiler/cpu_mem_monitor_test.go b/tools/health-monitor/monitor/cpu_mem_profiler/cpu_mem_monitor_test.go index e566b2612..70b5a539a 100644 --- a/tools/health-monitor/monitor/cpu_mem_profiler/cpu_mem_monitor_test.go +++ b/tools/health-monitor/monitor/cpu_mem_profiler/cpu_mem_monitor_test.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/monitor/file_cache/cache_monitor.go b/tools/health-monitor/monitor/file_cache/cache_monitor.go index 73a39865e..175b591eb 100644 --- a/tools/health-monitor/monitor/file_cache/cache_monitor.go +++ b/tools/health-monitor/monitor/file_cache/cache_monitor.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/monitor/imports.go b/tools/health-monitor/monitor/imports.go index a768719e3..d9101ab07 100644 --- a/tools/health-monitor/monitor/imports.go +++ b/tools/health-monitor/monitor/imports.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/health-monitor/monitor/network_profiler/network_monitor.go b/tools/health-monitor/monitor/network_profiler/network_monitor.go index 064674c86..05aae8874 100644 --- a/tools/health-monitor/monitor/network_profiler/network_monitor.go +++ b/tools/health-monitor/monitor/network_profiler/network_monitor.go @@ -1,17 +1,8 @@ /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates Copyright © 2020-2023 Microsoft Corporation. All rights reserved. - Author : Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/windows-event-logging/install-event-logging-windows.go b/tools/windows-event-logging/install-event-logging-windows.go index 6deacf7f7..c19a86138 100644 --- a/tools/windows-event-logging/install-event-logging-windows.go +++ b/tools/windows-event-logging/install-event-logging-windows.go @@ -1,14 +1,6 @@ //go:build windows /* - _____ _____ _____ ____ ______ _____ ------ - | | | | | | | | | | | | | - | | | | | | | | | | | | | - | --- | | | | |-----| |---- | | |-----| |----- ------ - | | | | | | | | | | | | | - | ____| |_____ | ____| | ____| | |_____| _____| |_____ |_____ - - Licensed under the MIT License . Copyright © 2023 Seagate Technology LLC and/or its Affiliates