-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE-DATA
More file actions
44 lines (33 loc) · 1.75 KB
/
Copy pathLICENSE-DATA
File metadata and controls
44 lines (33 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
DATA LICENSE — CC BY 4.0 (Creative Commons Attribution 4.0 International)
==========================================================================
The catalog metadata files in this repository are licensed under the
Creative Commons Attribution 4.0 International License (CC BY 4.0).
You are free to share and adapt the material for any purpose, including
commercially, provided you give appropriate credit and indicate any
changes.
Suggested attribution: "solid-apps catalog, https://solid-apps.github.io/,
licensed under CC BY 4.0."
Full legal text: https://creativecommons.org/licenses/by/4.0/legalcode
What this covers
----------------
CC BY 4.0 applies to the solid-apps catalog metadata:
- <slug>/app.json — each app's catalog manifest
- schema/app.schema.json — meta-schema for app.json
- corpus.jsonl — generated: every manifest as one record per line
- index.json — generated: catalog
- reverse-index.json — generated: urn:solid type → array of app slugs
What this does NOT cover
------------------------
The applications themselves and the build code remain licensed under
AGPL-3.0 (see LICENSE):
- <slug>/index.html — app entry points
- <slug>/*-pane.js — custom panes (e.g. profile-view-pane.js)
- scripts/*.js — validate + build pipeline
- top-level index.html — catalog landing page
Why
---
The catalog is a directory — knowing what apps exist and what types
they handle should be friction-free for any other catalog or
discovery tool to consume (with attribution). The apps themselves carry
copyleft so their *implementations* stay AGPL while the *catalog
metadata* (which apps exist, types they serve) is CC BY 4.0.