X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8b03f0b0e66190b35c55ce1f0917dd2104b8a0b9..8cc6fad164fa9d3bdf0fb5965967031a8e1ce9e2:/sdk/cwl/tests/hw.py diff --git a/sdk/cwl/tests/hw.py b/sdk/cwl/tests/hw.py index 62c813abcb..e45bd72642 100644 --- a/sdk/cwl/tests/hw.py +++ b/sdk/cwl/tests/hw.py @@ -1 +1,6 @@ -print "Hello world" +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + +from __future__ import print_function +print("Hello world")