Skip to content

Commit 039cace

Browse files
author
Norman Maurer
committed
Remove license of deque as we not use it anymore
Motivation: Our ChannelOutboundBuffer implementation is not based on ArrayDeque anymore so we can remove the license notice for it. Modifications: Remove license of deque and entry in NOTICE. Result: Cleaned up licenses
1 parent 16e5076 commit 039cace

3 files changed

Lines changed: 0 additions & 35 deletions

File tree

NOTICE.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ facade for Java, which can be obtained at:
5858
* HOMEPAGE:
5959
* http://www.slf4j.org/
6060

61-
This product contains a modified portion of 'ArrayDeque', written by Josh
62-
Bloch of Google, Inc:
63-
64-
* LICENSE:
65-
* license/LICENSE.deque.txt (Public Domain)
6661

6762
This product contains a modified version of Roland Kuhn's ASL2
6863
AbstractNodeQueue, which is based on Dmitriy Vyukov's non-intrusive MPSC queue.

license/LICENSE.deque.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

transport/src/main/java/io/netty/channel/ChannelOutboundBuffer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
* License for the specific language governing permissions and limitations
1414
* under the License.
1515
*/
16-
/*
17-
* Written by Josh Bloch of Google Inc. and released to the public domain,
18-
* as explained at http://creativecommons.org/publicdomain/zero/1.0/.
19-
*/
2016
package io.netty.channel;
2117

2218
import io.netty.buffer.ByteBuf;

0 commit comments

Comments
 (0)