# licenses.toml

[copyright]
title = "gallery.badmanners.xyz"
description = "Bad Manners's self-hosted gallery."
date = "2024"
author = "Bad Manners <me@badmanners.xyz>"
source = "https://git.badmanners.xyz/badmanners/gallery.badmanners.xyz"
license = { name = "MIT", url = "https://opensource.org/license/mit" }
notes = """
All rights reserved.
The MIT License applies only to the source code; see additional copyrights for details."""

[[copyright.additional]]
notes = "The briefcase logo is copyrighted and trademarked by me. All rights reserved."

[[copyright.additional]]
notes = """
My characters, whether directly attributed to me or unattributed, are copyrighted and trademarked by me.
All rights reserved."""

[[copyright.additional]]
description = "Content hosted on this website, i.e. the stories and game(s)."
date = "2022-2024"
author = "Bad Manners <me@badmanners.xyz>"
license = { name = "CC-BY-NC-ND-4.0", url = "https://creativecommons.org/licenses/by-nc-nd/4.0/" }
notes = "All rights reserved."

[[copyright.additional]]
notes = """
All third-party copyrights, trademarks, and attributed characters belong to their respective owners, \
and I'm not affiliated with any of them."""

[[attributions]]
title = "Noto Sans"
type = "font"
author = "Noto Project Authors"
source = "https://github.com/notofonts/latin-greek-cyrillic"
license = { name = "SIL Open Font License v1.1", url = "https://opensource.org/license/ofl-1-1" }

[[attributions]]
title = "Noto Serif"
type = "font"
author = "Noto Project Authors"
source = "https://github.com/notofonts/latin-greek-cyrillic"
license = { name = "SIL Open Font License v1.1", url = "https://opensource.org/license/ofl-1-1" }

[[attributions]]
title = "Font Awesome"
description = "Generic icons."
type = "icons"
source = "https://fontawesome.com"
license = { name = "CC-BY-4.0", url = "https://creativecommons.org/licenses/by/4.0/" }
items = [
  "arrow-back",
  "arrow-up",
  "book",
  "briefcase",
  "chevron-left",
  "chevron-right",
  "circle-info",
  "gamepad",
  "home",
  "magnifying-glass",
  "moon",
  "retweet",
  "square-rss",
  "star",
  "sun",
  "tags",
  "triangle-exclamation",
]