You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2020/01/07 18:28:55 UTC

[incubator-toree] branch master updated (e993906 -> b9f5d9e)

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

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


    from e993906  [TOREE-511] Rework make jupyter build tasks
     new d745aa6  Update copyright year on NOTICE file
     new b9f5d9e  Remove author info based on ASF best practice

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE                                                                | 2 +-
 .../org/apache/toree/plugins/dependencies/ClassLoaderHelper.scala     | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)


[incubator-toree] 02/02: Remove author info based on ASF best practice

Posted by lr...@apache.org.
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

commit b9f5d9e2fd6122126e521a9ce4e6e6d0eac9e46c
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Tue Jan 7 10:27:50 2020 -0800

    Remove author info based on ASF best practice
---
 .../org/apache/toree/plugins/dependencies/ClassLoaderHelper.scala     | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/plugins/src/test/scala-2.11/org/apache/toree/plugins/dependencies/ClassLoaderHelper.scala b/plugins/src/test/scala-2.11/org/apache/toree/plugins/dependencies/ClassLoaderHelper.scala
index c1c39a6..0bfb538 100644
--- a/plugins/src/test/scala-2.11/org/apache/toree/plugins/dependencies/ClassLoaderHelper.scala
+++ b/plugins/src/test/scala-2.11/org/apache/toree/plugins/dependencies/ClassLoaderHelper.scala
@@ -19,10 +19,6 @@ package org.apache.toree.plugins.dependencies
 import java.net.URL
 import java.lang.{ ClassLoader => JClassLoader }
 
-
-/**
-  * Created by mariu on 2016-07-16.
-  */
 object ClassLoaderHelper {
 
   def URLClassLoader(urls: Seq[URL], parent: JClassLoader) = {


[incubator-toree] 01/02: Update copyright year on NOTICE file

Posted by lr...@apache.org.
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

commit d745aa671b17bb6412a69e842f5c66c31e2cded3
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Tue Jan 7 10:26:55 2020 -0800

    Update copyright year on NOTICE file
---
 NOTICE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 0904693..cab64e8 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Toree
-Copyright [2016-2018] The Apache Software Foundation
+Copyright [2016-2020] The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/)
\ No newline at end of file