2411: Add copyright notices to everything.
[arvados.git] / sdk / python / bin / arv-copy
index 2de0f0cdcfe1677fafb4b68795ba936e602e621f..ad020d706881604ddc662106cdf2330853c01ebc 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/env python
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
 
-from arvados.commands.copy import main
+from arvados.commands.arv_copy import main
 main()