Licence

Last updated: 7 September 2026

Board Game Clubs is open source. This page summarises the licence in plain English. The full, legally binding text lives in the LICENSE file in the repository. If anything here conflicts with that file, the LICENSE file wins.

The short version

The site’s source code is licensed under the MIT License with the Commons Clause condition added. In plain terms:

What the MIT License gives you

The MIT License is one of the most permissive open-source licences in common use. Under it, anyone is free to:

The only condition: the copyright notice and the licence text must be included with any copies or substantial portions of the software.

What the Commons Clause restricts

The Commons Clause adds one restriction on top of MIT: you cannot Sell the software.

In the licence’s words, “Sell” means using the rights granted by the MIT License to provide the software to others for a fee or other consideration, including hosting it for paying customers, or selling consulting / support services whose value comes substantially from this software.

In practical terms:

The Commons Clause is a published, standard text maintained by Fossa. It’s intentionally narrow: it only restricts selling, not using or modifying.

Club and event data

The club and event listings (the files in _clubs/ and _events/, and the JSON feeds at /api/clubs.json and /api/events.json) are contributed by the community and licensed separately from the code, under Creative Commons Attribution 4.0 (CC BY 4.0).

That means you can copy, share, and adapt the listings for any purpose, including commercial ones, as long as you:

A suggested attribution: “Club and event data from BoardGameClubs.org, licensed under CC BY 4.0.”

The Commons Clause above applies to the software only. It does not restrict use of the data.

By submitting or editing a listing, whether through a GitHub form, a pull request, or any other route, you agree that your contribution is published under CC BY 4.0.

Club and event logos in assets/images/ belong to their respective clubs and organisers and are not covered by either licence.

If you’re a club organiser and want to update or remove your listing, see the contribute page or open a GitHub issue.

Third-party software and assets

The site uses a number of third-party open-source libraries (Leaflet, Leaflet.MarkerCluster, Lucide icons, Jekyll, and others). Each is used under its own licence. See the package files in the repository for the full list.

Map tiles are provided by CARTO and data is © OpenStreetMap contributors.

No warranty

The software is provided “as is”, without warranty of any kind, express or implied. The authors and copyright holders are not liable for any claim or damages arising from the use of the software. See the LICENSE file for the full disclaimer.

Contact

If you have a question about the licence, or want to use the software in a way that the Commons Clause might restrict, please open an issue on GitHub.