X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a14311a666f471fe34c95759b40ba10b1813ab7..0f644e242ef37c911ad3dc25aca8135c339de349:/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"]