X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..8a41cc44ee196c9347785baa476a370abe77c75c:/services/arv-web/sample-wsgi-app/passenger_wsgi.py diff --git a/services/arv-web/sample-wsgi-app/passenger_wsgi.py b/services/arv-web/sample-wsgi-app/passenger_wsgi.py index ea918f0cbf..faec3c23cd 100644 --- a/services/arv-web/sample-wsgi-app/passenger_wsgi.py +++ b/services/arv-web/sample-wsgi-app/passenger_wsgi.py @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + def application(environ, start_response): start_response('200 OK', [('Content-Type', 'text/plain')]) return [b"hello world from python!\n"]