File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -158,16 +158,3 @@ fetch(resURL, {
158
158
document . getElementById ( 'apklab_version' ) . innerHTML = `<b>Release ${ data [ 0 ] . name } </b>`
159
159
} )
160
160
. catch ( error => console . log ( error ) ) ;
161
-
162
- //get project license
163
- resURL = 'https://api.github.com/repos/APKLab/APKLab/license'
164
- fetch ( resURL , {
165
- headers : {
166
- 'Accept' : 'application/vnd.github.v3+json' ,
167
- } ,
168
- } )
169
- . then ( res => res . json ( ) )
170
- . then ( data => {
171
- document . getElementById ( 'apklab_license' ) . innerText = data . license . spdx_id
172
- } )
173
- . catch ( error => console . log ( error ) ) ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h1 class="mt-0">{{ .Title }}</h1>
8
8
< p class ="lead "> {{ .Params.Lead | safeHTML }}</ p >
9
9
< p class ="meta "> {{ .Params.Description | safeHTML }}</ p >
10
10
< a class ="btn btn-primary btn-lg px-4 mb-2 " href ='{{ "docs/user-guide/getting-started/" | absURL }} ' role ="button "> Get started</ a >
11
- < p class ="meta "> OpenSource < span id =" apklab_license " > </ span > Licensed. < a id ="apklab_version " href ="https://github.com/APKLab/APKLab "> </ a > </ p >
11
+ < p class ="meta "> OpenSource AGPL-3.0 Licensed. < a id ="apklab_version " href ="https://github.com/APKLab/APKLab "> </ a > </ p >
12
12
</ div >
13
13
</ div >
14
14
</ section >
You can’t perform that action at this time.
0 commit comments