mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 21:26:30 +01:00
* Decl music + ported music * Bugfixes and not * unit test * debug shit + some fixes * More Changes * Removes some unused/extra songs in case it was a file size issue * Nuke crash-prone songs * Add cynosure defines * It Just Works Now + Finished Headphone code/sprites * requested tweaks/debug removal * recheck dme
37 lines
967 B
Plaintext
37 lines
967 B
Plaintext
/decl/license
|
|
var/name
|
|
var/url
|
|
var/attribution_mandatory = TRUE
|
|
|
|
/decl/license/cc_by_3_0
|
|
name = "CC BY 3.0"
|
|
url = "https://creativecommons.org/licenses/by/3.0/"
|
|
|
|
/decl/license/cc_by_4_0
|
|
name = "CC BY 4.0"
|
|
url = "https://creativecommons.org/licenses/by/4.0/"
|
|
|
|
/decl/license/cc_by_sa_4_0
|
|
name = "CC BY-SA 4.0"
|
|
url = "https://creativecommons.org/licenses/by-sa/4.0/"
|
|
|
|
/decl/license/cc_by_nc_3_0
|
|
name = "CC BY-BC 3.0"
|
|
url = "https://creativecommons.org/licenses/by-nc/3.0/"
|
|
|
|
/decl/license/cc_by_sa_3_0
|
|
name = "CC BY-SA 3.0"
|
|
url = "https://creativecommons.org/licenses/by-sa/3.0/"
|
|
|
|
/decl/license/cc_by_nc_sa_3_0
|
|
name = "CC BY-NC-SA 3.0"
|
|
url = "https://creativecommons.org/licenses/by-nc-sa/3.0/"
|
|
|
|
/decl/license/cc_by_nc_nd_4_0
|
|
name = "CC BY-NC-ND 4.0"
|
|
url = "https://creativecommons.org/licenses/by-nc-nd/4.0/"
|
|
|
|
/decl/license/grandfathered
|
|
name = "Grandfathered In"
|
|
url = "https://en.wikipedia.org/wiki/Grandfather_clause"
|
|
attribution_mandatory = FALSE |