@noe-teritorio/opening_hours 3.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/REUSE.toml ADDED
@@ -0,0 +1,40 @@
1
+ # https://reuse.software/spec-3.3/
2
+
3
+ version = 1
4
+ SPDX-PackageName = "opening_hours"
5
+ SPDX-PackageSupplier = "Robin Schneider <ypid@riseup.net>"
6
+ SPDX-PackageDownloadLocation = "https://github.com/opening-hours/opening_hours.js"
7
+
8
+ # JSON config files and other non-commentable tooling files
9
+ [[annotations]]
10
+ path = [
11
+ ".versionrc.json",
12
+ "jsconfig.json",
13
+ "package.json",
14
+ "package-lock.json",
15
+ "taginfo.json",
16
+ "taginfo_template.json",
17
+ "test/test.de.log",
18
+ "test/test.en.log",
19
+ "types/index.d.ts",
20
+ "types/js-yaml.d.ts",
21
+ "types/yargs.d.ts",
22
+ ]
23
+ SPDX-FileCopyrightText = "opening_hours.js contributors"
24
+ SPDX-License-Identifier = "CC0-1.0"
25
+
26
+ # Generated source files
27
+ [[annotations]]
28
+ path = [
29
+ "src/holidays/generated-openholidays.js",
30
+ "src/locales/word_error_correction.yaml",
31
+ "src/locale-resolver/layers.json",
32
+ ]
33
+ SPDX-FileCopyrightText = "opening_hours.js contributors"
34
+ SPDX-License-Identifier = "LGPL-3.0-only"
35
+
36
+ # Nominatim geocoding cache data from OpenStreetMap
37
+ [[annotations]]
38
+ path = "src/holidays/nominatim_cache/*.yaml"
39
+ SPDX-FileCopyrightText = "OpenStreetMap contributors"
40
+ SPDX-License-Identifier = "ODbL-1.0"