-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaibdp.json.template
More file actions
62 lines (62 loc) · 1.5 KB
/
Copy pathaibdp.json.template
File metadata and controls
62 lines (62 loc) · 1.5 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"aibdp_version": "0.2",
"contact": "mailto:hyperpolymath@proton.me",
"manifest_url": "https://github.com/hyperpolymath/{{PROJECT_NAME}}/.well-known/aibdp.json",
"expires": "2026-12-31T23:59:59Z",
"policies": {
"training": {
"status": "conditional",
"conditions": [
"Attribution required (cite CITATION.cff)",
"Non-commercial use or AGPL-3.0+ compliance",
"Share-alike derivative works"
],
"exceptions": [
"Research and educational use",
"Security analysis"
]
},
"indexing": {
"status": "allowed"
},
"summarization": {
"status": "allowed",
"conditions": [
"Attribution required"
]
},
"generative_reuse": {
"status": "conditional",
"conditions": [
"Link to original repository",
"Preserve AGPL or Palimpsest license",
"No deceptive or misleading use"
]
},
"embedding": {
"status": "allowed"
},
"code_completion": {
"status": "allowed",
"conditions": [
"Preserve license headers"
]
}
},
"provenance": {
"repository": "https://github.com/hyperpolymath/{{PROJECT_NAME}}",
"license": "MPL-2.0 OR LicenseRef-Palimpsest-0.5",
"citation": "CITATION.cff"
},
"extensions": {
"rsr": {
"tier": "{{RSR_TIER}}",
"domain": "{{DOMAIN}}",
"ecosystem": "RSR Framework"
},
"maaf": {
"indieweb2_integration": true,
"consent_aware_http": true
}
}
}