Author: ataylor
Date: 2009-08-20 07:22:06 -0400 (Thu, 20 Aug 2009)
New Revision: 7827
Modified:
trunk/src/main/org/hornetq/utils/concurrent/BlockingDeque.java
trunk/src/main/org/hornetq/utils/concurrent/Deque.java
trunk/src/main/org/hornetq/utils/concurrent/LinkedBlockingDeque.java
Log:
updated licenses
Modified: trunk/src/main/org/hornetq/utils/concurrent/BlockingDeque.java
===================================================================
--- trunk/src/main/org/hornetq/utils/concurrent/BlockingDeque.java 2009-08-20 11:14:21 UTC
(rev 7826)
+++ trunk/src/main/org/hornetq/utils/concurrent/BlockingDeque.java 2009-08-20 11:22:06 UTC
(rev 7827)
@@ -1,22 +1,9 @@
/*
- * Copyright 2009 Red Hat, Inc.
- * Red Hat licenses this file to you under the Apache License, version
- * 2.0 (the "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
http://www.apache.org/licenses/LICENSE-2.0
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
+ * Written by Doug Lea and Josh Bloch with assistance from members of
+ * JCP JSR-166 Expert Group and released to the public domain, as explained
+ * at
http://creativecommons.org/licenses/publicdomain
*/
-/*
- * 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
- */
-
package org.hornetq.utils.concurrent; // XXX This belongs in java.util!!! XXX
import java.util.concurrent.*; // XXX This import goes away XXX
import java.util.*;
Modified: trunk/src/main/org/hornetq/utils/concurrent/Deque.java
===================================================================
--- trunk/src/main/org/hornetq/utils/concurrent/Deque.java 2009-08-20 11:14:21 UTC (rev
7826)
+++ trunk/src/main/org/hornetq/utils/concurrent/Deque.java 2009-08-20 11:22:06 UTC (rev
7827)
@@ -1,17 +1,4 @@
/*
- * Copyright 2009 Red Hat, Inc.
- * Red Hat licenses this file to you under the Apache License, version
- * 2.0 (the "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
http://www.apache.org/licenses/LICENSE-2.0
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
- */
-
-/*
* Written by Doug Lea and Josh Bloch with assistance from members of
* JCP JSR-166 Expert Group and released to the public domain, as explained
* at
http://creativecommons.org/licenses/publicdomain
Modified: trunk/src/main/org/hornetq/utils/concurrent/LinkedBlockingDeque.java
===================================================================
--- trunk/src/main/org/hornetq/utils/concurrent/LinkedBlockingDeque.java 2009-08-20
11:14:21 UTC (rev 7826)
+++ trunk/src/main/org/hornetq/utils/concurrent/LinkedBlockingDeque.java 2009-08-20
11:22:06 UTC (rev 7827)
@@ -1,22 +1,9 @@
/*
- * Copyright 2009 Red Hat, Inc.
- * Red Hat licenses this file to you under the Apache License, version
- * 2.0 (the "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
http://www.apache.org/licenses/LICENSE-2.0
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * 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.
+ * Written by Doug Lea and Josh Bloch with assistance from members of
+ * JCP JSR-166 Expert Group and released to the public domain, as explained
+ * at
http://creativecommons.org/licenses/publicdomain
*/
-/*
- * 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
- */
-
package org.hornetq.utils.concurrent;
import java.util.*;