diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-29 22:57:45 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-29 22:57:45 +0100 |
commit | 567e9a35f3275fb8bc4558f5d5945c19532641fd (patch) | |
tree | a8c66043b0dc7e9bcad52683b0720f246ea80a4f /config/routes.rb | |
parent | 2cd2d1cb95e9a5ca8c651a676e39a237408e8721 (diff) | |
download | incommon-map-567e9a35f3275fb8bc4558f5d5945c19532641fd.tar.gz |
REUSE: Add AGPL-3.0-or-later to routes
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 0de14b5..a3fcf8c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc> +# SPDX-License-Identifier: AGPL-3.0-or-later + Rails.application.routes.draw do # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html |