16314: Search both user and tmp paths for gems.
[arvados.git] / services / arv-web / sample-wsgi-app / passenger_wsgi.py
index ea918f0cbf769218fe9c8b9bd78981b81b095ce6..faec3c23cd77131a553256c57b8394940ee8869c 100644 (file)
@@ -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"]