From 0f78e73e80dd1801bbcadb31e2bd3de11b68b267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 29 Dec 2020 15:36:23 -0500 Subject: General theme: add license and add URL source code in footer --- youtube/templates/licenses.html | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 youtube/templates/licenses.html (limited to 'youtube/templates/licenses.html') diff --git a/youtube/templates/licenses.html b/youtube/templates/licenses.html new file mode 100644 index 0000000..dc883a8 --- /dev/null +++ b/youtube/templates/licenses.html @@ -0,0 +1,49 @@ +{% set page_title = title %} +{% extends "base.html" %} +{% block style %} + +{% endblock style %} +{% block main %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
JavaScript Licensing Table
FileLicenseSource
comments.jsAGPL-3.0 or latercomments.js
common.jsAGPL-3.0 or latercommon.js
hotkeys.jsAGPL-3.0 or laterhotkeys.js
playlistadd.jsAGPL-3.0 or laterplaylistadd.js
speedyplay.jsAGPL-3.0 or laterspeedyplay.js
transcript-table.jsAGPL-3.0 or latertranscript-table.js
+{% endblock main %} -- cgit v1.2.3