Moved LinkedBlockingDeque license statement from NOTICE to LICENSE.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1647932 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/LICENSE.txt b/LICENSE.txt
index d645695..06b2ca8 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -200,3 +200,10 @@
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
+   
+ APACHE COMMONS POOL DERIVATIVE WORKS:
+   
+   The LinkedBlockingDeque implementation is based on an implementation written by
+   Doug Lea with assistance from members of JCP JSR-166 Expert Group and released
+   to the public domain, as explained at
+   http://creativecommons.org/licenses/publicdomain
diff --git a/NOTICE.txt b/NOTICE.txt
index c15890d..3e15765 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -3,8 +3,3 @@
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
-
-The LinkedBlockingDeque implementation is based on an implementation written by
-Doug Lea with assistance from members of JCP JSR-166 Expert Group and released
-to the public domain, as explained at
-http://creativecommons.org/licenses/publicdomain