X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/964ab3dd90ff1508efc0c77378cde2b3a4da1029..f40f1b051da0cc42167916409dfe5fcd9af62197:/sdk/python/bin/arv-copy diff --git a/sdk/python/bin/arv-copy b/sdk/python/bin/arv-copy index 4ee08dee3b..289c7db843 100755 --- a/sdk/python/bin/arv-copy +++ b/sdk/python/bin/arv-copy @@ -1,4 +1,7 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 from arvados.commands.arv_copy import main main()