OriginCG Logo
Licence clarity for creators

Know what you can do before you commit to a tool.

"Free" and "open source" do not always mean the same thing. Check paid-work questions, compare licence models, and read the exact wording—then verify the official source before deployment.

Educational guidance for students, creators, OPEs, schools and studios—not legal advice.

Quick licence check

Start with what you plan to do

Select your situation and see which licence questions deserve attention before you install, modify or deploy software.

Describe your use case

For reference only—this checker flags risk areas for your use case. Always confirm against the tool’s official licence or terms, and seek legal advice when needed.

Low complexity for normal creative use

Paid creative work is often straightforward

Guidance for your selection

For many desktop creative tools, using the software to produce images, animation, audio or video does not require you to publish your project files or source code.

Commercial useUsually allowedConfirm the tool's current licence and any paid-feature limits.
Source obligationsUsually none for your artworkObligations often arise only when software itself is modified or distributed.
HostingNot relevant for desktop useYou are responsible for the files stored on your own machine.
Review nextPlugins, assets and export codecsThird-party add-ons and media may have separate licences.

Treat this as guidance, not a verdict. Check the specific tool’s official terms next.

Plain-language models

Not every “free” tool gives you the same freedoms

These models help you recognise the practical difference before committing to a stack.

Permissive open source

MIT / Apache / BSD

Broad freedom to use, modify and distribute software, including in commercial products.

  • Paid work is generally allowed.
  • Keep required copyright and licence notices.
  • Apache 2.0 also includes an express patent licence.

Copyleft open source

GPL / AGPL

You can use and modify the software, but distributing modified software may require corresponding source under the same licence.

  • Your creative output is often separate.
  • Distribution can trigger source obligations.
  • AGPL can also matter for network services.

Weak copyleft

MPL / LGPL

Designed to keep covered files or libraries open while allowing broader combinations with other software.

  • Commercial use is generally permitted.
  • Changes to covered code may need to remain available.
  • Check file-level or library-level boundaries carefully.

Open core

Community + Enterprise

The community edition is open, but advanced functions, support or enterprise modules may require a subscription.

  • Confirm exactly which edition you are installing.
  • Compare missing enterprise features before migration.
  • Check user, module and support restrictions.

Free proprietary

No-cost edition

You can use the software without paying, but the source is closed and the vendor controls redistribution and feature access.

  • Do not describe it as open source.
  • Review the end-user licence agreement.
  • Studio editions may unlock AI, codecs or higher limits.

Cloud service terms

Hosted SaaS

The software licence is only part of the decision. The hosted service also has terms for data, accounts, storage, privacy and availability.

  • Check where your files are stored.
  • Review export, deletion and account limits.
  • Self-hosting may transfer security responsibility to you.
Compare by your questions

What changes from one licence model to another?

The most important distinction is often not the label—it is what happens when you modify, redistribute or host the software. Open a full text from any row.

Licence modelPaid work?Change the code?Share changes?Self-host?What may cost extra?
MIT / BSD
Generally yesYesUsually no; keep required notices.Yes, if the software supports itHosting, support or third-party services.
Apache 2.0
Generally yesYesUsually no; keep notices and note modified files where required.Yes, if deployableImplementation, support and infrastructure.
MPL 2.0 / LGPL
Generally yesYesCovered files or libraries may need source availability.Often yesManaged hosting, enterprise support or integrations.
GPL
Yes for normal useYesDistribution of modified software can trigger strong copyleft obligations.Usually yesSupport, deployment and specialist services.
AGPL
Yes, subject to termsYesModified network services may trigger source-offer duties.Often yesOperations, compliance and managed hosting.
Open core
Depends on the editionCommunity code may be modifiable.Depends on the community licence.Community and enterprise options may differ.Enterprise modules, users, hosting, upgrades and support.
Free proprietary
Review the EULAUsually noSource is generally unavailable.Usually notStudio editions, AI tools, codecs, effects, support or hardware.
Full licence library

Read the exact wording—not only the summary

Select a licence to read its complete standardized text. Copy it, download a plain-text copy, or open the official steward’s page for verification.

MIT License

No numbered version

SPDX: MIT

Broad permission to use, copy, modify, publish, distribute, sublicense and sell, provided the copyright and permission notice is retained.

Permissive open sourceSource: SPDX / OSI MIT templateVerified against official steward plain-text sources · 3 August 2026
Open official source ↗
Exact licence wordingScroll inside the document
MIT License

Copyright (c) <year> <copyright holders>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.

How to use this library: standard texts below were re-imported from steward plain-text sources. A particular tool may still use a different version, an “or later” option, exceptions, additional notices, bundled third-party licences or separate cloud and enterprise terms. LGPLv3 incorporates GPLv3 by reference—read both when reviewing LGPL software. Always inspect the licence files shipped with the exact software version you are adopting.

Tool profiles

See the answer in the context of a real tool

Each profile covers paid work, sharing or notice duties, self-hosting, and where extra costs or enterprise limits begin.

Terms can change. Follow the official links before production deployment.

B

Blender

3D, animation, compositing and production

GPL v2+ / v3+
Can I use it for paid work?Yes. You can create professional and commercial artwork.The GPL applies to Blender itself, not automatically to the artwork or .blend files you create with it.
What must I share?Normally nothing for your artwork.Modified Blender builds need GPL source and notices. Published Python add-ons that use Blender’s API are also GPL-sensitive.
Can I self-host it?It is primarily a desktop application.Official binaries are GPLv3 or later; source defaults to GPLv2 or later. You can build your own version, but infrastructure is your responsibility.
What may cost extra?Training, add-ons, render farms, assets and support.Third-party plugins and asset packs can have separate terms.

Takeaway: Commercial creative output is allowed; pay close attention when modifying or redistributing Blender itself, and when publishing Blender Python add-ons.

G

Godot Engine

Games, interactive media and applications

MIT License
Can I use it for paid work?Yes. Commercial games and applications are allowed.Your project can use a different licence from the engine.
What must I share?Keep the required licence notice.Include the Godot notice in credits, a licence screen, documentation or an accompanying file.
Can I self-host it?You run the editor locally and may build the engine yourself.There are no engine royalties, but your own online services still need hosting.
What may cost extra?Hosting, stores, console access, assets and external services.Third-party libraries, fonts, music and assets may require separate attribution.

Takeaway: You can sell your project, but remember to include the required licence and third-party notices.

P

Penpot

UI/UX design and design-code collaboration

Mozilla Public License 2.0
Can I use it for paid work?Yes. Commercial and team use of the software is generally allowed.MPL grants broad use rights. Penpot Cloud plans are separate service terms, not the MPL itself.
What must I share?Modified covered source files may need to stay under MPL.File-level copyleft: your separate design files and larger works are not automatically MPL. Penpot marks code Incompatible With Secondary Licenses.
Can I self-host it?Yes. Official Docker and Kubernetes guides are available.You become responsible for upgrades, security, backups and operations. See Penpot’s self-hosting documentation.
What may cost extra?Managed hosting, infrastructure, support and SaaS seats.Self-hosting avoids Penpot SaaS fees but still costs servers and maintenance.

Takeaway: Design work you create is separate from MPL. If you modify Penpot’s covered source and distribute it, keep those file-level MPL obligations; self-hosting also brings ops responsibility.

OF

Apache OFBiz

ERP, CRM, e-commerce and business framework

Apache License 2.0
Can I use it for paid work?Yes. It can be used and extended for commercial operations.There are no licence fees for the Apache OFBiz software.
What must I share?Keep required licence, copyright and notice information.Document modifications and preserve required notices when redistributing.
Can I self-host it?Yes. It is designed to be downloaded and deployed by the user.You are responsible for secure configuration, updates, backups and operations.
What may cost extra?Implementation, customisation, hosting and professional support.Open source does not remove deployment or maintenance costs.

Takeaway: The licence is permissive, but enterprise ERP deployment still requires technical and operational capability.

DR

DaVinci Resolve

Editing, colour, visual effects and audio

Free proprietary + paid Studio edition
Can I use it for paid work?Review the current end-user licence for your production context.The free edition is proprietary, not open source.
What must I share?Source is generally unavailable.Use and redistribution are controlled by the vendor’s terms rather than an open-source licence.
Can I self-host it?It is a desktop production application.Collaboration, storage and media infrastructure remain separate decisions.
What may cost extra?Studio adds AI tools, additional effects, noise reduction and higher format limits.Specialist hardware and storage may also be needed.

Takeaway: No-cost software can still be proprietary; clearly separate the free edition from the paid Studio feature set.

Your next step

Use a simple four-step decision process

1

Define your use

Are you creating output, modifying software, distributing a product, or running a hosted service?

2

Check the exact edition

Community, enterprise, cloud and desktop editions may have different rights and limitations.

3

Record the source

Save the official licence page, version, verification date and required notices with your project records.

4

Escalate when needed

Seek specialist advice when modifying and distributing software, embedding it in a product, or offering it as a service.

Important: This page provides practical educational guidance, not legal advice. Software licences, service terms, enterprise plans and product features can change. Verify the official documentation before commercial deployment or redistribution.

Ready to choose tools with clearer rights?

Return to the curated tools catalogue and choose software using its purpose and licence information.

Browse the catalogue