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
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
limitations under the License.
-->


[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopen-workflow-specification%2Feditor.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fopen-workflow-specification%2Feditor?ref=badge_large)

# editor
Expand Down Expand Up @@ -236,7 +235,13 @@ See [RELEASE_PROCESS.md](./RELEASE_PROCESS.md) for details.

This project is licensed under the [Apache License 2.0](LICENSE).

### elkjs is used under EPL-2.0, not GPL

[elkjs](https://github.com/kieler/elkjs), used for automatic graph layout, is dual-licensed
`EPL-2.0 OR GPL-3.0-or-later`. `OR` means the recipient chooses, and **this project uses elkjs
under the Eclipse Public License 2.0**.

## Related Projects

- [Open Workflow Specification](https://github.com/open-workflow-specification/specification)
- [Open Workflow SDK (TypeScript)](https://github.com/open-workflow-specification/sdk-typescript)
- [Open Workflow SDK (TypeScript)](https://github.com/open-workflow-specification/sdk-typescript)
8 changes: 8 additions & 0 deletions packages/open-workflow-diagram-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,11 @@ The shadcn CLI doesn't understand pnpm catalogs, so adding a component requires
```bash
pnpm install
```

## License

Licensed under the [Apache License 2.0](./LICENSE).

[elkjs](https://github.com/kieler/elkjs), used for automatic graph layout, is dual-licensed
`EPL-2.0 OR GPL-3.0-or-later`. `OR` means the recipient chooses, and **this package uses elkjs
under the Eclipse Public License 2.0**.