diff options
Diffstat (limited to 'app/models/map.rb')
-rw-r--r-- | app/models/map.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/map.rb b/app/models/map.rb index 10a55f6..8c7d01e 100644 --- a/app/models/map.rb +++ b/app/models/map.rb @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 IN COMMON Collective +# +# SPDX-License-Identifier: AGPL-3.0-or-later + class Map < ApplicationRecord include UUIDParameter belongs_to :taxonomy |