Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COPYING.assets → ASSETS-LICENSING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
COPYING.assets
ASSETS-LICENSING.md
==============

This project uses a two-license structure. Please read this before
Expand Down
22 changes: 0 additions & 22 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
hypercar-colorscripts — random hypercar art in your terminal
Copyright (C) 2026 Tirthraj Raval

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version, subject to the additional terms
under GPLv3 section 7 recorded in the NOTICE file.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

Note: this LICENSE covers the CODE only. The images bundled in
assets/ are each licensed individually under a free-culture license
(CC0, CC BY, CC BY-SA, GFDL, PD, Free Art, or Copyrighted Free Use).
See COPYING.assets and CREDITS.md for details.

GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Image attribution

Every image bundled with this project carries its own free-license.
See `assets/licenses/<slug>.json` for per-image attribution records,
or `CREDITS.md` for a human-readable summary. See `COPYING.assets`
or `CREDITS.md` for a human-readable summary. See `ASSETS-LICENSING.md`
for the full explanation of the code-vs-assets licensing split.

------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ hypercar-colorscripts/
├── README.md ← you are here
├── LICENSE ← GPLv3 (code license)
├── NOTICE ← attribution requirements
├── COPYING.assets ← code-vs-asset licensing explanation
├── ASSETS-LICENSING.md ← code-vs-asset licensing explanation
├── CREDITS.md ← per-image attribution summary
├── manifest.json ← 690 cars, generated by build_manifest.py
Expand Down Expand Up @@ -592,7 +592,7 @@ Terminal image rendering uses [chafa](https://hpjansson.org/chafa/) by Hans Pett

The **code** in this repository is licensed under the **GNU General Public License, version 3 or later** (GPLv3+), with additional attribution requirements under GPLv3 §7(b) recorded in [NOTICE](NOTICE). See [LICENSE](LICENSE) for the full text.

The **images** under `assets/images/` (and their pre-rendered ANSI counterparts under `assets/ansi/`) are each licensed individually under a free-culture license — CC0, CC BY, CC BY-SA, GFDL, Public Domain, Free Art, or Copyrighted Free Use. Per-image attribution is in `assets/licenses/<slug>.json` and summarized in [CREDITS.md](CREDITS.md). See [COPYING.assets](COPYING.assets) for the full explanation.
The **images** under `assets/images/` (and their pre-rendered ANSI counterparts under `assets/ansi/`) are each licensed individually under a free-culture license — CC0, CC BY, CC BY-SA, GFDL, Public Domain, Free Art, or Copyrighted Free Use. Per-image attribution is in `assets/licenses/<slug>.json` and summarized in [CREDITS.md](CREDITS.md). See [ASSETS-LICENSING.md](ASSETS-LICENSING.md) for the full explanation.

**In short:**

Expand Down
Loading