[PR #9] [MERGED] chore: add licensing #44

Closed
opened 2026-02-16 02:16:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/9
Author: @masci
Created: 6/18/2025
Status: Merged
Merged: 6/18/2025
Merged by: @masci

Base: mainHead: massi/license


📝 Commits (2)

📊 Changes

33 files changed (+116 additions, -1 deletions)

View changed files

LICENSE (+21 -0)
📝 pyproject.toml (+2 -1)
📝 src/workflows/__init__.py (+3 -0)
📝 src/workflows/checkpointer.py (+3 -0)
📝 src/workflows/context/__init__.py (+3 -0)
📝 src/workflows/context/context.py (+3 -0)
📝 src/workflows/context/serializers.py (+3 -0)
📝 src/workflows/context/utils.py (+3 -0)
📝 src/workflows/decorators.py (+3 -0)
📝 src/workflows/errors.py (+4 -0)
📝 src/workflows/events.py (+3 -0)
📝 src/workflows/handler.py (+3 -0)
📝 src/workflows/resource.py (+3 -0)
📝 src/workflows/retry_policy.py (+3 -0)
📝 src/workflows/service.py (+3 -0)
📝 src/workflows/types.py (+3 -0)
📝 src/workflows/utils.py (+3 -0)
📝 src/workflows/workflow.py (+3 -0)
📝 tests/__init__.py (+2 -0)
📝 tests/conftest.py (+3 -0)

...and 13 more files

📄 Description

Maintaining the same license as llama_index, so we are sure contributions can be ported over this repo without a licensing change.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-py/pull/9 **Author:** [@masci](https://github.com/masci) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/license` --- ### 📝 Commits (2) - [`0a79bfb`](https://github.com/run-llama/workflows-py/commit/0a79bfb47e4d5b1e924223e139f91f4a55b531de) add licensing - [`a566b36`](https://github.com/run-llama/workflows-py/commit/a566b3630cdbcf52c0af549345af1b6d85573043) linting ### 📊 Changes **33 files changed** (+116 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `LICENSE` (+21 -0) 📝 `pyproject.toml` (+2 -1) 📝 `src/workflows/__init__.py` (+3 -0) 📝 `src/workflows/checkpointer.py` (+3 -0) 📝 `src/workflows/context/__init__.py` (+3 -0) 📝 `src/workflows/context/context.py` (+3 -0) 📝 `src/workflows/context/serializers.py` (+3 -0) 📝 `src/workflows/context/utils.py` (+3 -0) 📝 `src/workflows/decorators.py` (+3 -0) 📝 `src/workflows/errors.py` (+4 -0) 📝 `src/workflows/events.py` (+3 -0) 📝 `src/workflows/handler.py` (+3 -0) 📝 `src/workflows/resource.py` (+3 -0) 📝 `src/workflows/retry_policy.py` (+3 -0) 📝 `src/workflows/service.py` (+3 -0) 📝 `src/workflows/types.py` (+3 -0) 📝 `src/workflows/utils.py` (+3 -0) 📝 `src/workflows/workflow.py` (+3 -0) 📝 `tests/__init__.py` (+2 -0) 📝 `tests/conftest.py` (+3 -0) _...and 13 more files_ </details> ### 📄 Description Maintaining the same license as `llama_index`, so we are sure contributions can be ported over this repo without a licensing change. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 02:16:22 -05:00
yindo closed this issue 2026-02-16 02:16:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#44