X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dfe0ec7bfec3fd72cd40d3962e5c8af08d2413d2..88bb9b9fc4392f4a3514ae59e3ffd454d3ce90a8:/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")