Fix violation of unmined license (distribution)

This commit is contained in:
2022-09-12 00:48:54 +02:00
parent c63eeb83a0
commit 16f60f6075
7 changed files with 94 additions and 253 deletions

View File

@@ -1,8 +1,10 @@
/* {{props_file}} */
{{map_props}}
/* {{ props_file }} */
{{ map_props }}
/* end of {{ props_file }} */
/* {{regions_file}} */
/* {{ regions_file }} */
{{map_regions}}
/* end of {{ regions_file }} */
return {
properties: UnminedMapProperties,

View File

@@ -0,0 +1,5 @@
/* {{ unmined_file }} */
{{ unmined_script }}
/* end of {{ unmined_file }} */
return new Unmined();