Merge branch '8784-dir-listings'
[arvados.git] / services / arv-web / sample-rack-app / config.ru
index 84bb0da9948c7a3c7cad563e603b6d5754d9c866..65f3c7ca36bb6db2acde11d98d2fd338f0468f9a 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 app = proc do |env|
     [200, { "Content-Type" => "text/html" }, ["hello <b>world</b> from ruby"]]
 end