Add GameVault and CC-BY-NC-SA-4.0 license (#436)

Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com>
Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com>
This commit is contained in:
Alper Alkan 2024-01-03 15:38:23 +01:00 committed by GitHub
parent f967d965c8
commit 0a3f5c16ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 0 deletions

View file

@ -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'

View file

@ -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'

View file

@ -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/

12
software/gamevault.yml Normal file
View file

@ -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"