diff options
author | hellekin <hellekin@cepheide.org> | 2021-02-02 23:53:50 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-02-02 23:53:50 +0100 |
commit | ec7b305f76446c8936517c19414bf6c836f38b37 (patch) | |
tree | 2bc04c4e4b944236f38a9d5c826b6071933e7ee6 /app/controllers/taxonomies | |
parent | bcd7baba2a91ae6ac75c046514b9fa420fb820f4 (diff) | |
download | incommon-map-ec7b305f76446c8936517c19414bf6c836f38b37.tar.gz |
[FIX] Restore REUSE 3.0 compliance
Diffstat (limited to 'app/controllers/taxonomies')
-rw-r--r-- | app/controllers/taxonomies/filter_controller.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/taxonomies/filter_controller.rb b/app/controllers/taxonomies/filter_controller.rb index ad3514c..d366cae 100644 --- a/app/controllers/taxonomies/filter_controller.rb +++ b/app/controllers/taxonomies/filter_controller.rb @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 IN COMMON Collective +# +# SPDX-License-Identifier: AGPL-3.0-or-later + class Taxonomies::FilterController < ApplicationController # GET /taxonomies/:id/filter def show |