Skip to content

Commit 0148638

Browse files
committed
Add the json_template.template under the templates/
1 parent 1f3d62f commit 0148638

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"ossAttribution": {
3+
"product": "",
4+
"productVersion": "",
5+
"entries": [
6+
{% for about_object in about_objects %}
7+
{
8+
"component": {{ about_object.component }}
9+
"componentVersion": {{ about_object.version }}
10+
"componentUrl": {{ about_object.componenturl }}
11+
"license": {{ about_object.license }}
12+
"licenseUrl": {{ about_object.licenseurl }}
13+
"notice": {{ about_object.copyright }}
14+
},
15+
{% endfor %}
16+
]
17+
}
18+
}

0 commit comments

Comments
 (0)