サードパーティーコンテンツ一覧

Last updated: 2026-02-11

This repository vendors several third-party assets under static/. This document records source locations, licenses, attribution notes, and where license texts are stored in this repository.

These notices cover bundled assets only. External services still loaded at runtime (for example analytics scripts) are out of scope here.

1. Fuse.js 3.2.0

  • Files:
    • static/js/fuse.min.js
  • Source:
    • https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.0/fuse.min.js
    • Upstream: https://github.com/krisk/Fuse
  • License:
    • Apache License 2.0
  • Local license copy:
    • licenses/FUSE-APACHE-2.0-LICENSE.txt

2. Font Awesome Free 5.12.1

  • Files:
    • static/css/vendor/fontawesome.min.css
    • static/css/webfonts/*
  • Source:
    • https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css
    • https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/webfonts/*
    • Upstream: https://github.com/FortAwesome/Font-Awesome
  • License (as declared by upstream):
    • Icons: CC BY 4.0
    • Fonts: SIL OFL 1.1
    • Code/CSS: MIT
  • Attribution note:
  • Local license copy:
    • licenses/FONT-AWESOME-LICENSE.txt

3. Devicons 1.8.0

  • Files:
    • static/css/vendor/devicons.min.css
    • static/css/fonts/*
  • Source:
    • https://cdnjs.cloudflare.com/ajax/libs/devicons/1.8.0/css/devicons.min.css
    • https://cdnjs.cloudflare.com/ajax/libs/devicons/1.8.0/fonts/*
    • Upstream: https://github.com/vorillaz/devicons
  • License:
    • MIT (declared by upstream README and package metadata)
  • Local reference copy:
    • licenses/DEVICONS-README.md

4. Open Sans (Google Fonts)

  • Files:
    • static/fonts/open-sans-v44-latin.woff2
    • static/css/vendor/google-fonts-local.css (font-face declarations)
  • Source:
    • https://fonts.googleapis.com/
    • https://fonts.gstatic.com/
    • Upstream metadata: https://github.com/google/fonts/tree/main/ofl/opensans
  • License:
    • SIL Open Font License 1.1 (OFL-1.1)
  • Copyright notice (upstream):
  • Local license copy:
    • licenses/OPEN-SANS-OFL-1.1.txt

5. Saira Extra Condensed (Google Fonts)

  • Files:
    • static/fonts/saira-extra-condensed-v15-latin-*.woff2
    • static/css/vendor/google-fonts-local.css (font-face declarations)
  • Source:
    • https://fonts.googleapis.com/
    • https://fonts.gstatic.com/
    • Upstream metadata: https://github.com/google/fonts/tree/main/ofl/sairaextracondensed
  • License:
    • SIL Open Font License 1.1 (OFL-1.1)
  • Copyright notice (upstream):
  • Local license copy:
    • licenses/SAIRA-EXTRA-CONDENSED-OFL-1.1.txt

6. Twemoji Graphics (flag icons)

  • Files:
    • static/img/flags/us.svg
    • static/img/flags/jp.svg
  • Source:
    • https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg/1f1fa-1f1f8.svg
    • https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg/1f1ef-1f1f5.svg
    • Upstream: https://github.com/jdecked/twemoji
  • License:
    • CC BY 4.0 (graphics)
  • Attribution note:
    • Twemoji graphics (Twitter/X and contributors), licensed under CC BY 4.0.
  • Local license copy:
    • licenses/TWEMOJI-GRAPHICS-CC-BY-4.0.txt
  • Context:
    • These links are retained here as attribution records for the tag-style UI source.
  • Links:
    • https://codepen.io/wbeeftink/pen/dIaDH
    • https://codepen.io/wbeeftink
  • Notes:
    • The footer text link has been removed from the UI; this section preserves source attribution history.
    • The actual CSS used for tags is maintained in this repository (static/css/tweaks.css).

Notes

  • This file is informational and does not replace individual license texts.
  • If you redistribute these assets, keep this notice file and the licenses/ directory together.
サードパーティー一覧