Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-3936: Clean up NOTICE file #2729

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 0 additions & 19 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down
Loading