Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>License Use - Fibich</title>
<meta
name="description"
content="Plain-language terms for installing, using, transferring, refunding, and terminating a Fibich license."
>
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#f7f8f5">
<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="canonical" href="https://fibich.app/license.html">
<style>
:root {
color-scheme: light;
--bg: #f7f8f5;
--ink: #1c2026;
--muted: #667078;
--line: #dde2e0;
--surface: #ffffff;
--accent: #d95c3b;
--accent-2: #2f8c84;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
background:
linear-gradient(180deg, rgba(47, 140, 132, 0.11), transparent 270px),
var(--bg);
color: var(--ink);
font-family:
Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
sans-serif;
}
a {
color: inherit;
text-decoration-color: rgba(217, 92, 59, 0.55);
text-underline-offset: 3px;
}
.nav {
display: flex;
align-items: center;
width: min(820px, calc(100% - 32px));
margin: 0 auto;
padding: 24px 0;
}
.brand {
font-size: 1.35rem;
font-weight: 850;
text-decoration: none;
}
main {
width: min(820px, calc(100% - 32px));
margin: 22px auto 80px;
border: 1px solid var(--line);
border-radius: 20px;
background: rgba(255, 255, 255, 0.88);
padding: clamp(28px, 6vw, 64px);
box-shadow: 0 24px 70px rgba(28, 32, 38, 0.1);
}
h1 {
margin: 0;
font-size: clamp(2.5rem, 7vw, 4.5rem);
line-height: 1;
}
h2 {
margin: 38px 0 10px;
font-size: 1.25rem;
}
p,
li {
color: var(--muted);
font-size: 1rem;
line-height: 1.7;
}
strong {
color: var(--ink);
}
.updated {
margin: 14px 0 30px;
font-size: 0.9rem;
}
.summary {
border-left: 3px solid var(--accent-2);
padding-left: 18px;
color: var(--ink);
font-size: 1.08rem;
}
ul {
padding-left: 22px;
}
.page-links {
display: flex;
flex-wrap: wrap;
gap: 10px 18px;
margin-top: 40px;
border-top: 1px solid var(--line);
padding-top: 22px;
font-size: 0.9rem;
}
</style>
</head>
<body>
<nav class="nav" aria-label="License navigation">
<a class="brand" href="/">Fibich</a>
</nav>
<main>
<h1>License Use</h1>
<p class="updated">Last updated: September 2, 2026</p>
<p class="summary">
<strong>One purchased Fibich license covers one Mac at a time.</strong>
A separate license is required for each additional Mac.
</p>
<p>
These rules apply to Fibich licenses purchased on or after August 5, 2026.
They explain how a perpetual Fibich license may be installed, used,
reinstalled, moved between Macs, and terminated after a refund or payment
reversal.
</p>
<h2>One license covers one Mac</h2>
<p>
One purchased license permits Fibich to be installed and used on one Mac at a
time. A separate license must be purchased for every additional Mac on which
Fibich is installed or used.
</p>
<p>
The count is based on Macs, not on application files or macOS user accounts.
Replacing one copy of Fibich with another copy on the same Mac does not require
another license.
</p>
<h2>Reinstalling on the same Mac</h2>
<p>
You may reinstall Fibich and reactivate the same license on the same Mac without
buying another license. Keep the purchase email and license key in a safe place.
</p>
<h2>Moving a license to another Mac</h2>
<p>
You may move a license to a replacement or different Mac. Before activating it
there, remove the license from the previous Mac or stop using Fibich on that Mac.
You may move the license again later, but only one Mac may be covered at a time.
If the previous Mac is lost, damaged, or inaccessible, you may use the license on
its replacement; if the old Mac becomes usable again, stop using Fibich there
unless you move the license back.
</p>
<h2>Using Fibich on more than one Mac</h2>
<p>
If you want to keep or use Fibich on two Macs—for example, a desktop Mac and a
MacBook—each Mac requires its own purchased license.
</p>
<h2>Refunds and payment reversals</h2>
<p>
<strong>A full refund or successful payment reversal terminates the license,
and the customer must stop using Fibich and delete the key.</strong>
</p>
<p>
A pending or rejected refund request does not terminate the license. If a
chargeback is successfully reversed, the license is restored unless another
full refund or successful payment reversal still applies. A terminated license
is not eligible for a license reissue or customer support.
</p>
<h2>Perpetual and offline</h2>
<p>
A Fibich license is perpetual and does not expire while the purchase entitlement
remains active. Fibich validates the license locally on your Mac and does not
require an ongoing internet connection after activation. “Perpetual” describes
how long an active license lasts; it does not expand the license to additional
Macs or survive a terminating refund or payment reversal.
</p>
<h2>Questions</h2>
<p>
If you are unsure whether you need another license, contact
<span id="license-email">the Fibich website operator</span> before purchasing.
</p>
<div class="page-links">
<a href="/">Return to Fibich</a>
<a href="/legal/open-source/">Open-Source Software</a>
<a href="/privacy.html">Privacy Notice</a>
</div>
</main>
<script>
const user = "antonincharvat";
const domain = "gmail";
const dotCom = ".com";
const address = `${user}@${domain}${dotCom}`;
const email = document.getElementById("license-email");
const link = document.createElement("a");
link.href = `mailto:${address}`;
link.textContent = address;
email.replaceChildren(link);
</script>
<script src="/assets/visit-counter.js?v=20260811a" defer></script>
</body>
</html>