aboutsummaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2021-02-02 23:53:50 +0100
committerhellekin <hellekin@cepheide.org>2021-02-02 23:53:50 +0100
commitec7b305f76446c8936517c19414bf6c836f38b37 (patch)
tree2bc04c4e4b944236f38a9d5c826b6071933e7ee6 /app/helpers
parentbcd7baba2a91ae6ac75c046514b9fa420fb820f4 (diff)
downloadincommon-map-ec7b305f76446c8936517c19414bf6c836f38b37.tar.gz
[FIX] Restore REUSE 3.0 compliance
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/leaflet_helper.rb4
-rw-r--r--app/helpers/sections_helper.rb4
2 files changed, 8 insertions, 0 deletions
diff --git a/app/helpers/leaflet_helper.rb b/app/helpers/leaflet_helper.rb
index 67820d3..be42b66 100644
--- a/app/helpers/leaflet_helper.rb
+++ b/app/helpers/leaflet_helper.rb
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2021 IN COMMON Collective
+#
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
module LeafletHelper
def json_marker_for(resource, section)
# Style according to requested section
diff --git a/app/helpers/sections_helper.rb b/app/helpers/sections_helper.rb
index 20f602b..83efa40 100644
--- a/app/helpers/sections_helper.rb
+++ b/app/helpers/sections_helper.rb
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2021 IN COMMON Collective
+#
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
module SectionsHelper
# Render a section as a GeoJSON FeatureCollection
def geojson_feature_collection(section)