2411: Add copyright notices to everything.
[arvados.git] / sdk / python / bin / arv-run
index 41f5fd3918b06b19b2638fe966c7a8e1c119cb34..ebba201826f02e500ea30c2303f404eeedf8b4bc 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.run import main
 main()