🧠ClawSouls

License Guide

Understand the licenses used on ClawSouls. All souls must use a permissive license.

Why permissive licenses only?

Souls are meant to be freely installed, modified, and shared. Copyleft or restrictive licenses create legal friction that contradicts this goal. ClawSouls only allows permissive licenses so users can confidently use any soul in any context β€” personal, commercial, or educational.

Allowed Licenses

Apache License 2.0

A permissive license that allows commercial use, modification, and distribution. Requires attribution and a copy of the license.

βœ… Allowed

  • β€’ Commercial use
  • β€’ Modification
  • β€’ Distribution
  • β€’ Patent use
  • β€’ Private use

❌ Not Allowed

  • β€’ Trademark use
  • β€’ Liability
  • β€’ Warranty

πŸ“‹ Required

  • β€’ License and copyright notice
  • β€’ State changes

MIT License

The simplest permissive license. Do almost anything with it, just keep the copyright notice.

βœ… Allowed

  • β€’ Commercial use
  • β€’ Modification
  • β€’ Distribution
  • β€’ Private use

❌ Not Allowed

  • β€’ Liability
  • β€’ Warranty

πŸ“‹ Required

  • β€’ License and copyright notice
BSD-2-ClauseFull text β†—

BSD 2-Clause "Simplified"

A permissive license similar to MIT. Redistributions must retain copyright notice.

βœ… Allowed

  • β€’ Commercial use
  • β€’ Modification
  • β€’ Distribution
  • β€’ Private use

❌ Not Allowed

  • β€’ Liability
  • β€’ Warranty

πŸ“‹ Required

  • β€’ License and copyright notice
BSD-3-ClauseFull text β†—

BSD 3-Clause "New"

Like BSD 2-Clause, plus a clause prohibiting use of the author's name for endorsement.

βœ… Allowed

  • β€’ Commercial use
  • β€’ Modification
  • β€’ Distribution
  • β€’ Private use

❌ Not Allowed

  • β€’ Liability
  • β€’ Warranty
  • β€’ Use author name for endorsement

πŸ“‹ Required

  • β€’ License and copyright notice

Creative Commons Attribution 4.0

Share and adapt freely, even commercially. Must give appropriate credit.

βœ… Allowed

  • β€’ Commercial use
  • β€’ Modification
  • β€’ Distribution
  • β€’ Private use

❌ Not Allowed

  • β€’ Liability
  • β€’ Warranty
  • β€’ Patent use

πŸ“‹ Required

  • β€’ Attribution
  • β€’ State changes
  • β€’ Link to license

Creative Commons Zero 1.0 (Public Domain)

No rights reserved. The author waives all rights. Do anything you want.

βœ… Allowed

  • β€’ Commercial use
  • β€’ Modification
  • β€’ Distribution
  • β€’ Private use

❌ Not Allowed

  • β€’ Liability
  • β€’ Warranty
  • β€’ Patent use

πŸ“‹ Required

  • Nothing required

ISC License

Functionally equivalent to MIT. Simple and permissive.

βœ… Allowed

  • β€’ Commercial use
  • β€’ Modification
  • β€’ Distribution
  • β€’ Private use

❌ Not Allowed

  • β€’ Liability
  • β€’ Warranty

πŸ“‹ Required

  • β€’ License and copyright notice

The Unlicense

Dedicates the work to the public domain. No conditions whatsoever.

βœ… Allowed

  • β€’ Commercial use
  • β€’ Modification
  • β€’ Distribution
  • β€’ Private use

❌ Not Allowed

  • β€’ Liability
  • β€’ Warranty

πŸ“‹ Required

  • Nothing required

Blocked Licenses

LicenseReason
GPL / AGPL / LGPLCopyleft licenses require derivative works to use the same license. This conflicts with the soul ecosystem where users freely mix and modify personas.
CC-BY-NC (NonCommercial)Restricts commercial use. Souls should be usable in any context without legal ambiguity.
CC-BY-ND (NoDerivatives)Prevents modification. Souls are designed to be customized and adapted.

TL;DR for Soul Creators

  • β€’ Pick any license from the allowed list above when publishing a soul.
  • β€’ Apache-2.0 is recommended β€” it provides patent protection and is well-understood.
  • β€’ CC0-1.0 or Unlicense if you want zero restrictions.
  • β€’ GPL, AGPL, CC-NC, and CC-ND are not accepted.

License Compliance

  • β€’ ClawSouls automatically includes the full LICENSE text file when you download or install a soul.
  • β€’ You don't need to manually include a LICENSE file when publishing β€” we generate it from your soul.json license field.
  • β€’ If you redistribute a soul outside of ClawSouls, make sure to include the LICENSE file.