Merge branch '12061-nm-integration-tests'
[arvados.git] / tools / arvbox / lib / arvbox / docker / runsu.sh
index 1557d0952bc716f85c7e9ca9a94a3a0d377615e1..695190a238052c403c45344b98ef8f74eabad289 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
 HOSTUID=$(ls -nd /usr/src/arvados | sed 's/ */ /' | cut -d' ' -f4)
 HOSTGID=$(ls -nd /usr/src/arvados | sed 's/ */ /' | cut -d' ' -f5)