From 80c8aefde9558bd6350153120ebdac66c9255772 Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 29 Oct 2020 22:56:37 +0100 Subject: REUSE: Add MIT to original Rails files --- config/database.yml | 4 ++++ config/initializers/kaminari_config.rb | 4 ++++ config/puma.rb | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'config') diff --git a/config/database.yml b/config/database.yml index 74519f2..1912468 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2004-2020 David Heinemeier Hansson +# +# SPDX-License-Identifier: MIT +# # PostgreSQL. Versions 9.3 and up are supported. # # Install the pg driver: diff --git a/config/initializers/kaminari_config.rb b/config/initializers/kaminari_config.rb index 4ba6ee3..2165cf2 100644 --- a/config/initializers/kaminari_config.rb +++ b/config/initializers/kaminari_config.rb @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2011 Akira Matsuda +# +# SPDX-License-Identifier: MIT + # frozen_string_literal: true Kaminari.configure do |config| 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 +# 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 -- cgit v1.2.3