Skip to content

True-Good-Craft/buscore-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>BUS Core | License</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="apple-touch-icon" href="/assets/Logo.png">
        <meta name="description" content="Licensing information for BUS Core, the digital shop jig for manufacturing workflows.">
        <link rel="icon" href="favicon.ico">
        <link rel="stylesheet" href="style.css">
        <script src="/assets/js/site-analytics.js" defer></script>
</head>
<body>
<header>
    <nav class="top-nav">
        <a href="/">Home</a>
        <a href="/downloads.html">Downloads</a>
        <a href="/changelog.html">Changelog</a>
        <a href="/trust.html">Trust</a>
        <details class="nav-tools">
            <summary>Tools</summary>
            <div class="nav-tools-menu">
                <a href="/priceguard/">Price Guard</a>
            </div>
        </details>
        <a href="https://www.reddit.com/r/BUS_Core/">Community</a>
        <a href="/blog/">Blog</a>
        <a href="/contact.html">Contact</a>
    </nav>
</header>

<main>

<h1>License</h1>
<p>BUS Core &mdash; the digital shop jig for manufacturing workflows.</p>

<section>
    <h2>Open-Core (AGPL)</h2>
    <p>BUS Core is released under the <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noopener">GNU Affero General Public License v3.0 (AGPL)</a>.</p>
    <p>You may use, inspect, modify, and self-host the software under the terms of the AGPL.</p>
    <p>If you modify the software and provide it as a network service, the AGPL requires that your modified source code be made available.</p>
</section>

<hr>

<section>
    <h2>Commercial Licensing</h2>
    <p>Businesses that require a proprietary license, redistribution rights, or exemption from AGPL obligations may obtain a commercial license directly.</p>
    <p>Commercial agreements are available for:</p>
    <ul>
        <li>Closed-source redistribution</li>
        <li>Embedded deployments</li>
        <li>White-label integrations</li>
        <li>Enterprise/internal legal compliance requirements</li>
    </ul>
    <p>To discuss commercial licensing: <strong>licensing@truegoodcraft.com</strong></p>
    <p>BUS Core operates under a dual-licensing model: open under AGPL, with commercial terms available upon request.</p>
</section>

<hr>

<section>
    <h2>Licensing FAQ</h2>
    
    <h3>Do I need a commercial license to use BUS Core internally?</h3>
    <p>No. Internal use without redistribution is permitted under the AGPL.</p>
    
    <h3>When is a commercial license required?</h3>
    <p>A commercial license is required if you wish to redistribute BUS Core in a closed-source product, embed it into proprietary systems, or operate under terms incompatible with AGPL obligations.</p>
    
    <h3>What if I modify BUS Core and expose it as a service?</h3>
    <p>Under the AGPL, if you modify the software and provide it over a network, you must make the modified source available to users of that service.</p>
    
    <h3>Can I negotiate custom enterprise terms?</h3>
    <p>Yes. Custom commercial agreements are available. Contact licensing@truegoodcraft.com to discuss terms.</p>
</section>

</main>

<footer>
    <div class="footer-content">
        <p>True Good Craft Inc.</p>
        <p>
            <a href="privacy.html">Privacy</a> &middot;
            <a href="license.html">License</a>
        </p>
        <p class="copyright">&copy; 2026 True Good Craft Inc.</p>
    </div>
</footer>

</body>
</html>

About

BUS Core Website

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors