This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch mit-license in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit 9778977a9e6eecea6d5570a6ae3609af1c754182 Author: PJ Fanning <[email protected]> AuthorDate: Sun Jul 27 14:47:30 2025 +0100 add MIT LIcense due to experimental/databackend.py --- LICENSE | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/LICENSE b/LICENSE index 261eeb9e..60a996ed 100644 --- a/LICENSE +++ b/LICENSE @@ -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. + +------------------------------- + +hamilton/experimental/databackend.py is copied from https://github.com/machow/databackend +and is licensed under the MIT License. + +MIT License + +Copyright (c) 2024 databackend contributors + +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.
