Merge branch '19136-freeze-props-whitelist'
[arvados.git] / sdk / python / bin / arv-put
index cdb831ba91b4eae8a8f1d22f94af421e773abdc9..e41437a863f8fac7827114091be47f1809939318 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.put import main
 main()