This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit e9bf56f4eb8d80219fc3e055fabeecb2863f2c40 Author: PJ Fanning <[email protected]> AuthorDate: Sun Mar 8 11:49:20 2026 +0100 Update LICENSE with conftest.py licensing details Clarified licensing information for conftest.py. --- LICENSE | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/LICENSE b/LICENSE index 60a996ed..3bbfa38a 100644 --- a/LICENSE +++ b/LICENSE @@ -226,3 +226,12 @@ 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. + +------------------------------- + +dev_tools/language_server/tests/conftest.py is based on Apache Software License, Version 2.0 +code but also contains some code that was originally under the MIT License. + +Original work Copyright 2017 Palantir Technologies, Inc. +Original work licensed under the MIT License. +All modifications Copyright (c) Open Law Library. All rights reserved.
