148 lines
5.7 KiB
Plaintext
148 lines
5.7 KiB
Plaintext
|
(
|
||
|
// See best attribution practices for creative commons licenses:
|
||
|
// https://wiki.creativecommons.org/wiki/Best_practices_for_attribution
|
||
|
|
||
|
// TODO: consider splitting this into a file for each of common/voxygen/server assets (applications will
|
||
|
// need to ensure to properly combine them)
|
||
|
//
|
||
|
/// Entry format:
|
||
|
/// ```
|
||
|
/// (
|
||
|
/// name: "Name of art",
|
||
|
/// // Provide if the asset is from or derived from an external source that can be
|
||
|
/// // linked.
|
||
|
/// source_link: "https://fonts.com/fancyfont/",
|
||
|
/// // Can be omitted if no authors are listed for some reason.
|
||
|
/// // TODO: differentiate original authors and authors of derivative work / modifications?
|
||
|
/// // Maybe for now this can be noted in parentheses like: "AuthorOne (original), AuthorTwo (derivative)"?
|
||
|
/// authors: ["Art creator, Art co-creator"],
|
||
|
/// // Must point to file that actually exists
|
||
|
/// // TODO: would it make sense to allow having a list of files here?
|
||
|
/// asset_path: "relative/path/to/asset.ext",
|
||
|
/// // Can be omitted, but assumed to be GPL3 if not provided.
|
||
|
/// license: "CC BY-SA 3.0",
|
||
|
/// // Link to the license, can be omitted if the license can't be linked and/or a
|
||
|
/// // local copy is provided.
|
||
|
/// license_link: "https://creativecommons.org/licenses/by-sa/3.0/",
|
||
|
/// // Note any modifcations if the original work has been modified
|
||
|
/// modfications: "Added additional characters to the font.",
|
||
|
/// // Any additional attribution notes that may be desired and/or required by the
|
||
|
/// // respective license that can't be conveyed or would be awkward to convey with the
|
||
|
/// // fields above.
|
||
|
/// notes: "Other information",
|
||
|
/// )
|
||
|
/// ```
|
||
|
music: [],
|
||
|
fonts: [(
|
||
|
name: "Alkhemikal",
|
||
|
source_link: "https://fontenddev.com/fonts/alkhemikal/",
|
||
|
authors: ["jeti"],
|
||
|
asset_path: "voxygen/font/Alkhemikal.ttf",
|
||
|
license: "CC BY 4.0",
|
||
|
license_link: "https://creativecommons.org/licenses/by/4.0/",
|
||
|
), (
|
||
|
name: "bdfUMplus outline",
|
||
|
authors: ["hikaen2"],
|
||
|
asset_path: "voxygen/font/bdfUMplus-outline.ttf",
|
||
|
// License text file included alongside font which should satisfy the requirements.
|
||
|
license: "MIT",
|
||
|
), (
|
||
|
name: "HaxrCorp 4089 Cyrillic AltGr",
|
||
|
source_link: "https://fontstruct.com/fontstructions/show/330387/haxrcorp_4089_cyrillic_altgr",
|
||
|
authors: ["sahwar"],
|
||
|
asset_path: "voxygen/font/haxrcorp_4089_cyrillic_altgr.ttf",
|
||
|
license: "CC BY-SA 3.0",
|
||
|
license_link: "https://creativecommons.org/licenses/by-sa/3.0/",
|
||
|
), (
|
||
|
name: "HaxrCorp 4089 Cyrillic AltGr Extended",
|
||
|
// original
|
||
|
source_link: "https://fontstruct.com/fontstructions/show/330387/haxrcorp_4089_cyrillic_altgr",
|
||
|
authors: ["sahwar (original)"],
|
||
|
asset_path: "voxygen/font/haxrcorp_4089_cyrillic_altgr_extended.ttf",
|
||
|
license: "CC BY-SA 3.0",
|
||
|
license_link: "https://creativecommons.org/licenses/by-sa/3.0/",
|
||
|
modifications: "Added additional characters.",
|
||
|
notes: "Derived from HaxrCorp 4089 Cyrillic AltGr",
|
||
|
), (
|
||
|
name: "Metamorphous",
|
||
|
authors: ["Sorkin Type Co"],
|
||
|
asset_path: "voxygen/font/Metamorphous-Regular.ttf",
|
||
|
// License appears to be satisfied by inclusion of its text file.
|
||
|
license: "OFL",
|
||
|
license_link: "https://scripts.sil.org/OFL",
|
||
|
), (
|
||
|
name: "Open Sans",
|
||
|
authors: [""],
|
||
|
asset_path: "voxygen/font/OpenSans-Regular.ttf",
|
||
|
// License appears to be satisfied by inclusion of its text file.
|
||
|
license: "Apache 2.0",
|
||
|
license_link: "http://www.apache.org/licenses/LICENSE-2.0",
|
||
|
), (
|
||
|
name: "WenQuanYi Zen Hei",
|
||
|
source_link: "http://wenq.org/wqy2/index.cgi?ZenHei%28en%29",
|
||
|
authors: ["Qianqian Fang", "WenQuanYi project"],
|
||
|
asset_path: "voxygen/font/WenQuanYiZenHei.ttf",
|
||
|
license: "GPL2",
|
||
|
license_link: "http://wenq.org/wqy2/index.cgi?GPL",
|
||
|
), (
|
||
|
name: "Wizard",
|
||
|
source_link: "https://fontstruct.com/fontstructions/show/1506403/wizard-5",
|
||
|
authors: ["Omegaville"],
|
||
|
asset_path: "voxygen/font/wizard.ttf",
|
||
|
license: "CC BY-SA 3.0",
|
||
|
license_link: "https://creativecommons.org/licenses/by-sa/3.0/",
|
||
|
), (
|
||
|
name: "Wizard Extended",
|
||
|
// original
|
||
|
source_link: "https://fontstruct.com/fontstructions/show/1506403/wizard-5",
|
||
|
authors: ["Omegaville (original)"],
|
||
|
asset_path: "voxygen/font/wizard_extended.ttf",
|
||
|
license: "CC BY-SA 3.0",
|
||
|
license_link: "https://creativecommons.org/licenses/by-sa/3.0/",
|
||
|
modifications: "Added additional characters.",
|
||
|
notes: "Derived from Wizard",
|
||
|
), (
|
||
|
name: "Sarabun",
|
||
|
authors: ["Suppakit Chalermlarp"],
|
||
|
asset_path: "voxygen/font/Sarabun-Regular.ttf",
|
||
|
// License appears to be satisfied by inclusion of its text file.
|
||
|
license: "OFL",
|
||
|
license_link: "https://scripts.sil.org/OFL",
|
||
|
),],
|
||
|
other_art: [],
|
||
|
/// Entry format:
|
||
|
/// ```
|
||
|
/// (
|
||
|
/// name: "Contributor name",
|
||
|
/// contributions: "Note about what contributor contributed", // optional, field can be omitted
|
||
|
/// )
|
||
|
/// ```
|
||
|
contributors: [(
|
||
|
name: "zesterer",
|
||
|
), (
|
||
|
name: "XVar",
|
||
|
), (
|
||
|
name: "xMAC94",
|
||
|
), (
|
||
|
name: "Timo",
|
||
|
), (
|
||
|
name: "Songtronix",
|
||
|
), (
|
||
|
name: "Snowram",
|
||
|
), (
|
||
|
name: "Slipped",
|
||
|
), (
|
||
|
name: "Sharp",
|
||
|
), (
|
||
|
name: "Sam",
|
||
|
), (
|
||
|
name: "Pfau",
|
||
|
), (
|
||
|
name: "imbris",
|
||
|
), (
|
||
|
name: "Christof",
|
||
|
), (
|
||
|
name: "AngelOnFira",
|
||
|
)],
|
||
|
)
|