This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git


The following commit(s) were added to refs/heads/master by this push:
     new 9415681c Add ClassPath.java license/notice to license file (#232)
9415681c is described below

commit 9415681c1205c56ad799c1d6c53619a547c25dcd
Author: Luciano Resende <[email protected]>
AuthorDate: Tue Oct 21 12:18:56 2025 -0700

    Add ClassPath.java license/notice to license file (#232)
---
 LICENSE                                               |  7 +++++++
 .../main/scala/org/apache/toree/utils/ClassPath.java  | 19 -------------------
 2 files changed, 7 insertions(+), 19 deletions(-)

diff --git a/LICENSE b/LICENSE
index d6456956..13dd4941 100644
--- a/LICENSE
+++ b/LICENSE
@@ -200,3 +200,10 @@
    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.
+
+===============================================================================================
+
+The kernel module includes code from Guava which is licensed under the Apache 
License, Version 2.0.
+- kernel/src/main/scala/org/apache/toree/utils/ClassPath.java
+
+   Copyright (C) 2012 The Guava Authors
diff --git a/kernel/src/main/scala/org/apache/toree/utils/ClassPath.java 
b/kernel/src/main/scala/org/apache/toree/utils/ClassPath.java
index 42f33f0c..7f7f64a2 100644
--- a/kernel/src/main/scala/org/apache/toree/utils/ClassPath.java
+++ b/kernel/src/main/scala/org/apache/toree/utils/ClassPath.java
@@ -1,22 +1,3 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one or more
- *  contributor license agreements.  See the NOTICE file distributed with
- *  this work for additional information regarding copyright ownership.
- *  The ASF licenses this file to You under the Apache License, Version 2.0
- *  (the "License"); you may not use this file except in compliance with
- *  the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  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
- */
-
-// Below are original header from Guava project
-
 /*
  * Copyright (C) 2012 The Guava Authors
  *

Reply via email to