X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1cea943fbc95efdfa1ff9faa8f7c28882560b848..035b113f60302f6d9c265e6e3a63dbb3c5873153:/services/fuse/bin/arv-mount diff --git a/services/fuse/bin/arv-mount b/services/fuse/bin/arv-mount index f8fc96f549..2663e3def7 100755 --- a/services/fuse/bin/arv-mount +++ b/services/fuse/bin/arv-mount @@ -1,6 +1,9 @@ #!/usr/bin/env python +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 -import arvados_fuse +import arvados_fuse.command if __name__ == '__main__': args = arvados_fuse.command.ArgumentParser().parse_args()