From 151daa913a5afacbf4101f7a2bcc3acbd60392f2 Mon Sep 17 00:00:00 2001 From: Elijah Ben Izzy Date: Fri, 3 Apr 2026 21:25:26 -0700 Subject: [PATCH] fix: add MIT license notice to LICENSE-wheel for deep-researcher examples 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) --- LICENSE-wheel | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/LICENSE-wheel b/LICENSE-wheel index 261eeb9e9..b1c8c03b0 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.