major search and replace from python to python3
[arvados.git] / sdk / python / bin / arv-copy
index 4ee08dee3b6ea984b4cce00ec24779d8f59cd093..289c7db84371bbb8eb08521ad583c0001520e694 100755 (executable)
@@ -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()