aboutsummaryrefslogtreecommitdiff
path: root/config/puma.rb
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-29 22:56:37 +0100
committerhellekin <hellekin@cepheide.org>2020-10-29 22:56:37 +0100
commit80c8aefde9558bd6350153120ebdac66c9255772 (patch)
treedc135c61b9e501941f46e3da5b46cae33478d83d /config/puma.rb
parenta43878350379899721fcb94677184646d9d1e115 (diff)
downloadincommon-map-80c8aefde9558bd6350153120ebdac66c9255772.tar.gz
REUSE: Add MIT to original Rails files
Diffstat (limited to 'config/puma.rb')
-rw-r--r--config/puma.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/puma.rb b/config/puma.rb
index 98bdd50..8879c35 100644
--- a/config/puma.rb
+++ b/config/puma.rb
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2004-2020 David Heinemeier Hansson
+# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc>
+# SPDX-License-Identifier: MIT
+
# Puma can serve each request in a thread from an internal thread pool.
# The `threads` method setting takes two numbers: a minimum and maximum.
# Any libraries that use thread pools should be configured to match