X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e5d948386bad766d481b17c06bc2c3147c42cde5..46aadf6a64881e932adb4c54cb1a8c4b22e84d67:/sdk/python/tests/performance/performance_profiler.py?ds=inline diff --git a/sdk/python/tests/performance/performance_profiler.py b/sdk/python/tests/performance/performance_profiler.py index 50eadd1dd9..3be00c4546 100644 --- a/sdk/python/tests/performance/performance_profiler.py +++ b/sdk/python/tests/performance/performance_profiler.py @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + # Use the "profiled" decorator on a test to get profiling data. # # Usage: