aboutsummaryrefslogtreecommitdiff
path: root/doc/import
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-29 22:50:49 +0100
committerhellekin <hellekin@cepheide.org>2020-10-29 22:50:49 +0100
commitbc486c6818949309ba90e9c7cb5d0a3fbd39b43a (patch)
tree4f40e10b1b5dd1581ca9ab8d153e01b712071fd6 /doc/import
parentf6087be2325b1da1b4f735787615aac2eed27783 (diff)
downloadincommon-map-bc486c6818949309ba90e9c7cb5d0a3fbd39b43a.tar.gz
REUSE: Add AGPL-3.0-or-later on remaining IN COMMON code
Diffstat (limited to 'doc/import')
-rw-r--r--doc/import/LocationsParser.rb4
-rw-r--r--doc/import/parser.rb4
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/import/LocationsParser.rb b/doc/import/LocationsParser.rb
index ccb165a..9a8eba5 100644
--- a/doc/import/LocationsParser.rb
+++ b/doc/import/LocationsParser.rb
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc>
+#
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
#This file parses the data from the "Concertes" and "Dewey" folders
#It creates a file "Locations.geojson" which is in the geoJson format to be used with a map
diff --git a/doc/import/parser.rb b/doc/import/parser.rb
index 06566d7..25c7313 100644
--- a/doc/import/parser.rb
+++ b/doc/import/parser.rb
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+#
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
require 'json'
require 'csv'
require 'set'