18700: Merge branch 'main'
[arvados.git] / sdk / python / bin / arv-migrate-docker19
index 8d928a1c69ab41f350a2dfab1a8c34c2c83cf880..6aee15254a84e4631033ffe2fbb4e34518f78168 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.migrate19 import main
 main()