mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Adapt legal info for BoundedByteBuffer
This commit is contained in:
parent
7073302564
commit
0768e55d9d
1 changed files with 10 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2007 Wind River Systems, Inc. and others.
|
* Copyright (c) 1996, 2007 Wind River Systems, Inc. and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Michael Scharf (Wind River) - initial API and implementation
|
* Michael Scharf (Wind River) - initial API and implementation
|
||||||
|
* Douglas Lea (Addison Wesley) - [cq:1552] BoundedBufferWithStateTracking adapted to BoundedByteBuffer
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.tm.internal.terminal.control.impl;
|
package org.eclipse.tm.internal.terminal.control.impl;
|
||||||
|
@ -84,6 +85,13 @@ public class TerminalInputStream extends InputStream {
|
||||||
* http://gee.cs.oswego.edu/dl/cpj/allcode.java
|
* http://gee.cs.oswego.edu/dl/cpj/allcode.java
|
||||||
* http://gee.cs.oswego.edu/dl/cpj/
|
* http://gee.cs.oswego.edu/dl/cpj/
|
||||||
* <p>
|
* <p>
|
||||||
|
* BoundedBufferWithStateTracking is part of the examples for the book
|
||||||
|
* Concurrent Programming in Java: Design Principles and Patterns by
|
||||||
|
* Doug Lea (ISBN 0-201-31009-0). Second edition published by
|
||||||
|
* Addison-Wesley, November 1999. The code is
|
||||||
|
* Copyright(c) Douglas Lea 1996, 1999 and released to the public domain
|
||||||
|
* and may be used for any purposes whatsoever.
|
||||||
|
* <p>
|
||||||
* For some reasons a solution based on
|
* For some reasons a solution based on
|
||||||
* PipedOutputStream/PipedIntputStream
|
* PipedOutputStream/PipedIntputStream
|
||||||
* does work *very* slowly:
|
* does work *very* slowly:
|
||||||
|
|
Loading…
Add table
Reference in a new issue