X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/607fe087f6167061714a524dd53cbbc21b974973..03aade6dd988f91b1037f39754438846c4844cfb:/services/api/config/environments/development.rb.example diff --git a/services/api/config/environments/development.rb.example b/services/api/config/environments/development.rb.example index 449d05ab18..f5ab77a4df 100644 --- a/services/api/config/environments/development.rb.example +++ b/services/api/config/environments/development.rb.example @@ -1,4 +1,8 @@ -Server::Application.configure do +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb # In the development environment your application's code is reloaded on