diff --git a/LICENSE.txt b/LICENSE.txt index 7e159a69bc2..42761f6f813 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -295,16 +295,6 @@ Copyright (C) 2006 Toni Ronkko | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | OTHER DEALINGS IN THE SOFTWARE. ----------------------------------------------------------------------- -License for ivy-2.2.0.jar used in the python implementation: - -Apache License version 2.0 (see above) - ----------------------------------------------------------------------- -License for pyAntTasks-1.3.jar used in the python implementation: - -Apache License version 2.0 (see above) - ---------------------------------------------------------------------- License for NUnit binary included with the C# implementation: File: nunit.framework.dll diff --git a/NOTICE.txt b/NOTICE.txt index 737629b09ba..41fa8b76b62 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -37,25 +37,6 @@ The Odiago NOTICE at the time of the contribution: | This product includes software developed by Odiago, Inc. | (https://www.wibidata.com). -Apache Ivy includes the following in its NOTICE file: - -| Apache Ivy -| Copyright 2007-2010 The Apache Software Foundation -| -| This product includes software developed by -| The Apache Software Foundation (https://www.apache.org/). -| -| Portions of Ivy were originally developed by -| Jayasoft SARL (http://www.jayasoft.fr/) -| and are licensed to the Apache Software Foundation under the -| "Software Grant License Agreement" -| -| SSH and SFTP support is provided by the JCraft JSch package, -| which is open source software, available under -| the terms of a BSD style license. -| The original software and related information is available -| at http://www.jcraft.com/jsch/. - Apache Log4Net includes the following in its NOTICE file: | Apache log4net diff --git a/build.sh b/build.sh index db444448bfb..98e894b0042 100755 --- a/build.sh +++ b/build.sh @@ -283,7 +283,6 @@ do rm -rf lang/perl/inc/ rm -rf lang/ruby/.gem/ rm -rf lang/ruby/Gemfile.lock - rm -rf lang/py/lib/ivy-2.2.0.jar rm -rf lang/csharp/src/apache/ipc.test/bin/ rm -rf lang/csharp/src/apache/ipc.test/obj ;;