This is an automated email from the ASF dual-hosted git repository.
ebenizzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/main by this push:
new c3ab9942 fix: add MIT license notice to LICENSE-wheel for
deep-researcher examples (#726)
c3ab9942 is described below
commit c3ab9942df96567621621ecc4254797cf8a621c7
Author: Elijah ben Izzy <[email protected]>
AuthorDate: Sat Apr 4 12:19:17 2026 -0700
fix: add MIT license notice to LICENSE-wheel for deep-researcher examples
(#726)
The wheel distribution includes examples/deep-researcher/prompts.py and
utils.py which are MIT-licensed, but LICENSE-wheel only contained the
Apache 2.0 text. Syncs LICENSE-wheel with the main LICENSE file.
Fixes #712
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
---
LICENSE-wheel | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/LICENSE-wheel b/LICENSE-wheel
index 261eeb9e..b1c8c03b 100644
--- a/LICENSE-wheel
+++ b/LICENSE-wheel
@@ -199,3 +199,30 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
+
+-------------------------------
+
+examples/deep-researcher prompts.py and utils.py are copied from
+https://github.com/langchain-ai/local-deep-researcher and are licensed under
the MIT License.
+
+MIT License
+
+Copyright (c) 2024 Lance Martin
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.