diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/views/licenses.ecr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/invidious/views/licenses.ecr b/src/invidious/views/licenses.ecr index c2ada992..9da14edc 100644 --- a/src/invidious/views/licenses.ecr +++ b/src/invidious/views/licenses.ecr @@ -235,6 +235,20 @@ <tr> <td> + <a href="/js/videojs-vr.min.js?v=<%= ASSET_COMMIT %>">videojs-vr.js</a> + </td> + + <td> + <a href="https://choosealicense.com/licenses/mit">MIT</a> + </td> + + <td> + <a href="https://github.com/videojs/videojs-vr"><%= translate(locale, "source") %></a> + </td> + </tr> + + <tr> + <td> <a href="/js/video.min.js?v=<%= ASSET_COMMIT %>">video.min.js</a> </td> |
