add license autocopy

main
Kay 5 months ago
parent 4f08a2b65c
commit e1b90f56f8

@ -398,7 +398,7 @@ Section 7 -- Other Terms and Conditions.
d. The License does not apply and no license is granted to actors
taking action to oppress, harm, injure, kill, whether
physically or psycholocially.
physically or psychologically.
e. The License does not apply and no license is granted to actors
acting on behalf of any party previously found guilty of committing

@ -1,5 +1,5 @@
<% it.projectApiUrl = "https://code.juke.fr/api/v1/repos/kay/" + it.name %><% it.project = await fetch(it.projectApiUrl).then(r => r.json()) %><%~ await include("HEADER.template.md", {...it}) %>
<% await Deno.copyFile("/home/user/Code/license/LICENSE", "/home/user/Code/" + it.name + "/LICENSE") %>
<%= it.readme %>
<%~ await include("FOOTER.template.md", {...it}) %>

Loading…
Cancel
Save