Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.19 KB

File metadata and controls

50 lines (39 loc) · 2.19 KB

Notice — Proprietary Project, All Rights Reserved

This repository is the personal work of the copyright holder and is not open-source. The full legal terms live in the LICENSE file at the root of this repo.

TL;DR

You may:

  • Read the code on GitHub for personal interest, learning, or code review.
  • Cite short snippets (functions, docstrings, type signatures) in external articles, talks, or academic work under the doctrine of fair use, with attribution to the project name + author.
  • Submit a Pull Request with a fix or improvement (the copyright holder will evaluate on a case-by-case basis; submitting does not transfer your rights to the submitted code, but does grant the project a non-exclusive license to incorporate it back).

You may not, without written permission from the copyright holder:

  • Copy the code wholesale into your own project.
  • Modify the code and redistribute the modified version.
  • Use the code, in whole or in part, in any commercial product or service.
  • Sublicense, resell, or bundle the code with paid offerings.
  • Distribute compiled or containerised versions (Docker images, .whl wheels, etc.) that include the full source.
  • Use the project's name, branding, or trademarks in a way that suggests endorsement or affiliation.

What "All Rights Reserved" actually means in 2026

This is the strongest default copyright posture available without filing a patent. The copyright in this software exists automatically under French law (Code de la propriété intellectuelle, art. L111-1) from the moment the code was written — it is independent of any LICENSE file. This LICENSE file is a clear declaration of intent: no rights beyond personal reading + fair-use attribution are granted unless the copyright holder explicitly extends them.

A longer, plain-English explanation of "All Rights Reserved" in the context of GitHub-hosted repos lives in the FAQ section of the docs/ROADMAP.md file (when this notice lands).

Questions

Open an issue on the project GitHub repository. The copyright holder monitors the tracker; commercial-inquiry emails can be negotiated through the contact form attached to the user profile.