diff --git a/.hecat/export-html.yml b/.hecat/export-html.yml index e42c419eba..11ffff78e5 100644 --- a/.hecat/export-html.yml +++ b/.hecat/export-html.yml @@ -9,6 +9,7 @@ steps: - 'BUSL-1.1' - 'CC-BY-NC-4.0' - 'CC-BY-NC-SA-3.0' + - 'CC-BY-NC-SA-4.0' - 'CC-BY-ND-3.0' - 'Commons-Clause' - 'DPL' diff --git a/.hecat/export-markdown.yml b/.hecat/export-markdown.yml index 49d708bbd1..32db035b6b 100644 --- a/.hecat/export-markdown.yml +++ b/.hecat/export-markdown.yml @@ -13,6 +13,7 @@ steps: - 'BUSL-1.1' - 'CC-BY-NC-4.0' - 'CC-BY-NC-SA-3.0' + - 'CC-BY-NC-SA-4.0' - 'CC-BY-ND-3.0' - 'Commons-Clause' - 'DPL' @@ -37,6 +38,7 @@ steps: - 'BUSL-1.1' - 'CC-BY-NC-4.0' - 'CC-BY-NC-SA-3.0' + - 'CC-BY-NC-SA-4.0' - 'CC-BY-ND-3.0' - 'Commons-Clause' - 'DPL' diff --git a/licenses-nonfree.yml b/licenses-nonfree.yml index ea786557a8..d338056c6f 100644 --- a/licenses-nonfree.yml +++ b/licenses-nonfree.yml @@ -7,6 +7,10 @@ name: Creative Commons Attribution-NonCommercial-ShareAlike License 3.0 url: https://creativecommons.org/licenses/by-nc-sa/3.0/ +- identifier: CC-BY-NC-SA-4.0 + name: Creative Commons Attribution-NonCommercial-ShareAlike License 4.0 + url: https://creativecommons.org/licenses/by-nc-sa/4.0/ + - identifier: CC-BY-ND-3.0 name: Creative Commons Attribution-NoDerivs Unported License 3.0 url: https://creativecommons.org/licenses/by-nd/3.0/ diff --git a/software/gamevault.yml b/software/gamevault.yml new file mode 100644 index 0000000000..797121b954 --- /dev/null +++ b/software/gamevault.yml @@ -0,0 +1,12 @@ +name: "GameVault" +website_url: "https://gamevau.lt" +source_code_url: "https://github.com/Phalcode/gamevault-backend" +description: "Organize, download, and play DRM-free games from your own server, complete with metadata enrichment and user-friendly interface." +licenses: + - CC-BY-NC-SA-4.0 +platforms: + - Nodejs + - Docker +tags: + - Miscellaneous +demo_url: "https://demo.gamevau.lt"