X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/570509ab4d2ef93d870fd2b1f2eab178afb1bad9..e6769d20505e2c8c74b2d7e3f9c2f33f2a2db092:/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")