license_compatibility_matrix

This document provides a comprehensive reference for understanding license compatibility when combining open source software dependencies in your projects.

Content Preview
# License Compatibility Matrix

This document provides a comprehensive reference for understanding license compatibility when combining open source software dependencies in your projects.

## Understanding License Types

### Permissive Licenses
- **MIT License**: Very permissive, allows commercial use, modification, and distribution
- **Apache 2.0**: Permissive with patent grant and trademark restrictions
- **BSD 3-Clause**: Permissive with non-endorsement clause
- **BSD 2-Clause**: Simple permi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/license_compatibility_matrix.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/dependency-auditor/references/license_compatibility_matrix.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/dependency-auditor/references/license_compatibility_matrix.md

Related Skills