Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 3 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -201,31 +201,13 @@
See the License for the specific language governing permissions and
limitations under the License.

================================================================================
Contributions from other Apache Software Foundation projects
================================================================================

This product incorporates project-agnostic code contributed from
other Apache Software Foundation projects:

- Apache Airflow (https://airflow.apache.org/) — the framework that
became this project was first developed and proven within Apache
Airflow, already structured under Apache License 2.0 for reuse
inside and outside the ASF.
- Apache Groovy (https://groovy.apache.org/) — contributions from
the Groovy PMC at the early stage of this project.

Apache Airflow
Copyright 2016-2026 The Apache Software Foundation

Apache Groovy
Copyright 2003-2026 The Apache Software Foundation

================================================================================
Third-party content
================================================================================

This product includes substantially-modified content adapted from the
"skill-creator" skill in the awesome-claude-skills repository by
Julius Brussee (https://github.com/JuliusBrussee/awesome-claude-skills),
licensed under the Apache License, Version 2.0.
licensed under the Apache License, Version 2.0. See
skills/write-skill/SKILL.md § "Provenance" for the specific upstream
commit and the scope of the framework's modifications.
10 changes: 10 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@ Copyright 2026 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).

Portions of this product originated in other Apache Software Foundation
projects. The required attribution lines from their NOTICE files are
reproduced below.

Apache Airflow
Copyright 2016-2026 The Apache Software Foundation

Apache Groovy
Copyright 2003-2026 The Apache Software Foundation
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [Skill families](#skill-families)
- [External skill sources](#external-skill-sources)
- [Maintenance](#maintenance)
- [Acknowledgements](#acknowledgements)
- [Cross-references](#cross-references)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -208,6 +209,17 @@ maintenance:
- `/magpie-setup override <framework-skill>` — open or
scaffold an override file for a framework skill.

## Acknowledgements

Apache Magpie was first developed and proven inside **Apache Airflow**, and was
maintained for a time as the `apache/airflow-steward` repository under the
Airflow PMC before being renamed and established as its own project. It also
incorporates early skill work contributed by way of the **Apache Groovy**
community. All of that code carries the same rightsholder — Copyright The Apache
Software Foundation, under the Apache License 2.0 — so it is not a third-party
inclusion; the required attribution lines from the originating projects' NOTICE
files are reproduced in [`NOTICE`](NOTICE).

## Cross-references

- [`MISSION.md`](MISSION.md) — **draft** project-establishment proposal: motivation, scope, design commitments, initial PMC composition target.
Expand Down