Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 22735 invoked from network); 22 Dec 2005 06:59:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Dec 2005 06:59:09 -0000 Received: (qmail 60285 invoked by uid 500); 22 Dec 2005 06:59:09 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 60225 invoked by uid 500); 22 Dec 2005 06:59:08 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 60172 invoked by uid 99); 22 Dec 2005 06:59:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 22:59:07 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Dec 2005 22:58:56 -0800 Received: (qmail 22563 invoked by uid 65534); 22 Dec 2005 06:58:36 -0000 Message-ID: <20051222065836.22561.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r358513 [3/21] - in /incubator/activemq/trunk: activecluster/src/java/org/activecluster/ activecluster/src/java/org/activecluster/election/ activecluster/src/java/org/activecluster/election/impl/ activecluster/src/java/org/activecluster/gro... Date: Thu, 22 Dec 2005 06:55:31 -0000 To: activemq-commits@geronimo.apache.org From: jlim@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketByteArrayOutputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketByteArrayOutputStream.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketByteArrayOutputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketByteArrayOutputStream.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.adapter; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketInputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketInputStream.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketInputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketInputStream.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2005 the original author or authors. + * Copyright 2004 The Apache Software Foundation * - * Licensed 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 + * Licensed 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 + * 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. + * 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. */ package org.activeio.adapter; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketOutputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketOutputStream.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketOutputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketOutputStream.java Wed Dec 21 22:11:40 2005 @@ -1,19 +1,19 @@ /** -* -* Copyright 2004 Hiram Chirino -* -* Licensed 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. -*/ + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + */ package org.activeio.adapter; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketToInputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketToInputStream.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketToInputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/PacketToInputStream.java Wed Dec 21 22:11:40 2005 @@ -1,19 +1,19 @@ /** -* -* Copyright 2004 Hiram Chirino -* -* Licensed 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. -*/ + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + */ package org.activeio.adapter; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelServerToServerSocket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelServerToServerSocket.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelServerToServerSocket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelServerToServerSocket.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * - * Licensed 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 + * Licensed 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 + * 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. + * 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. */ package org.activeio.adapter; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToInputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToInputStream.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToInputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToInputStream.java Wed Dec 21 22:11:40 2005 @@ -1,19 +1,19 @@ /** -* -* Copyright 2004 Hiram Chirino -* -* Licensed 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. -*/ + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + */ package org.activeio.adapter; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToOutputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToOutputStream.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToOutputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToOutputStream.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * - * Licensed 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 + * Licensed 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 + * 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. + * 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. */ package org.activeio.adapter; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToSocket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToSocket.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToSocket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncChannelToSocket.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * - * Licensed 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 + * Licensed 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 + * 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. + * 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. */ package org.activeio.adapter; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannel.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannel.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannel.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2004 Protique Ltd - * - * Licensed 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 - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.adapter; import edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannelFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannelFactory.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannelFactory.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannelFactory.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.adapter; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannelServer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannelServer.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannelServer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SyncToAsyncChannelServer.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2004 Protique Ltd - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.adapter; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SynchToAsynchChannelAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SynchToAsynchChannelAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SynchToAsynchChannelAdapter.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/SynchToAsynchChannelAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2005 the original author or authors. + * Copyright 2004 The Apache Software Foundation * - * Licensed 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 + * Licensed 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 + * 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. + * 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. */ package org.activeio.adapter; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/AsyncChannelToAsyncCommandChannel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/AsyncChannelToAsyncCommandChannel.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/AsyncChannelToAsyncCommandChannel.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/AsyncChannelToAsyncCommandChannel.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 Protique Ltd - * - * Licensed 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 - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.command; import org.activeio.packet.EOSPacket; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/AsyncCommandChannel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/AsyncCommandChannel.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/AsyncCommandChannel.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/AsyncCommandChannel.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 James Strachan - * - * Licensed 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 - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.command; import org.activeio.Channel; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/ClassLoading.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/ClassLoading.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/ClassLoading.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/ClassLoading.java Wed Dec 21 22:11:40 2005 @@ -2,17 +2,17 @@ * * Copyright 2004 The Apache Software Foundation * - * Licensed 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 + * Licensed 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 + * 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. + * 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. */ package org.activeio.command; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/ClassLoadingAwareObjectInputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/ClassLoadingAwareObjectInputStream.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/ClassLoadingAwareObjectInputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/ClassLoadingAwareObjectInputStream.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 James Strachan - * - * Licensed 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 - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.command; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/CommandListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/CommandListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/CommandListener.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/CommandListener.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 Protique Ltd - * - * Licensed 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 - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.command; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/DefaultWireFormat.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/DefaultWireFormat.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/DefaultWireFormat.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/DefaultWireFormat.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2005 James Strachan - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.command; import java.io.DataInputStream; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/WireFormat.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/WireFormat.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/WireFormat.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/WireFormat.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 James Strachan - * - * Licensed 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 - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.command; import java.io.DataInputStream; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/WireFormatFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/WireFormatFactory.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/WireFormatFactory.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/command/WireFormatFactory.java Wed Dec 21 22:11:40 2005 @@ -1,3 +1,19 @@ +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + */ package org.activeio.command; public interface WireFormatFactory { Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/InvalidRecordLocationException.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/InvalidRecordLocationException.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/InvalidRecordLocationException.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/InvalidRecordLocationException.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal; /** Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/Journal.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/Journal.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/Journal.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/Journal.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/JournalEventListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/JournalEventListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/JournalEventListener.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/JournalEventListener.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal; /** Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/RecordLocation.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/RecordLocation.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/RecordLocation.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/RecordLocation.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal; /** Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/BatchedWrite.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/BatchedWrite.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/BatchedWrite.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/BatchedWrite.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.active; import org.activeio.packet.Packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/ControlFile.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/ControlFile.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/ControlFile.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/ControlFile.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.active; import java.io.File; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/JournalImpl.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/JournalImpl.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/JournalImpl.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/JournalImpl.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.active; import java.io.File; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/Location.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/Location.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/Location.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/Location.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.active; import java.io.DataInput; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFile.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFile.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFile.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFile.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.active; import java.io.File; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFileManager.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFileManager.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFileManager.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFileManager.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.active; import java.io.DataInput; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFileNode.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFileNode.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFileNode.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/LogFileNode.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.active; import java.io.DataInput; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/Record.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/Record.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/Record.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/Record.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.active; import java.io.DataInput; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/RecordInfo.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/RecordInfo.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/RecordInfo.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/active/RecordInfo.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.active; /** Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/howl/HowlJournal.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/howl/HowlJournal.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/howl/HowlJournal.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/howl/HowlJournal.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.howl; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/howl/LongRecordLocation.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/howl/LongRecordLocation.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/howl/LongRecordLocation.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/journal/howl/LongRecordLocation.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.journal.howl; import org.activeio.journal.RecordLocation; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/HttpRecognizer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/HttpRecognizer.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/HttpRecognizer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/HttpRecognizer.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.oneport; import java.util.HashSet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/IIOPRecognizer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/IIOPRecognizer.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/IIOPRecognizer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/IIOPRecognizer.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.oneport; import org.activeio.packet.Packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/OnePortAsyncChannelServer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/OnePortAsyncChannelServer.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/OnePortAsyncChannelServer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/OnePortAsyncChannelServer.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.oneport; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/ProtocolRecognizer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/ProtocolRecognizer.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/ProtocolRecognizer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/ProtocolRecognizer.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.oneport; import org.activeio.packet.Packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/UnknownRecognizer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/UnknownRecognizer.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/UnknownRecognizer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/UnknownRecognizer.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.oneport; import org.activeio.packet.Packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/jetty/JettyOnePortSocketListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/jetty/JettyOnePortSocketListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/jetty/JettyOnePortSocketListener.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/jetty/JettyOnePortSocketListener.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.oneport.jetty; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/openorb/OpenORBOpenPortFeatureInitializer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/openorb/OpenORBOpenPortFeatureInitializer.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/openorb/OpenORBOpenPortFeatureInitializer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/openorb/OpenORBOpenPortFeatureInitializer.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.oneport.openorb; import org.omg.PortableInterceptor.ORBInitInfo; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/openorb/OpenORBOpenPortSocketFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/openorb/OpenORBOpenPortSocketFactory.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/openorb/OpenORBOpenPortSocketFactory.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/oneport/openorb/OpenORBOpenPortSocketFactory.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.oneport.openorb; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/AppendedPacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/AppendedPacket.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/AppendedPacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/AppendedPacket.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + * 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. */ package org.activeio.packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteArrayPacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteArrayPacket.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteArrayPacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteArrayPacket.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + * 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. */ package org.activeio.packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteBufferPacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteBufferPacket.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteBufferPacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteBufferPacket.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + * 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. */ package org.activeio.packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteBufferPacketPool.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteBufferPacketPool.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteBufferPacketPool.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteBufferPacketPool.java Wed Dec 21 22:11:40 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,8 +13,7 @@ * 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. - * - **/ + */ package org.activeio.packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/BytePacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/BytePacket.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/BytePacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/BytePacket.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + * 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. */ package org.activeio.packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteSequence.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteSequence.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteSequence.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/ByteSequence.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ -/** - * ActiveMQ: The Open Source Message Fabric - * - * Copyright 2005 Hiram Chirino - * - * Licensed 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 - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/EOSPacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/EOSPacket.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/EOSPacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/EOSPacket.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + * 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. */ package org.activeio.packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/EmptyPacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/EmptyPacket.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/EmptyPacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/EmptyPacket.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + * 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. */ package org.activeio.packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/FilterPacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/FilterPacket.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/FilterPacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/FilterPacket.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. + * 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. */ package org.activeio.packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/Packet.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/Packet.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/Packet.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/Packet.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2004 Hiram Chrino + * Copyright 2004 The Apache Software Foundation * - * Licensed 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 + * Licensed 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 + * 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. + * 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. */ package org.activeio.packet; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/PacketData.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/PacketData.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/PacketData.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/packet/PacketData.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2004 Hiram Chirino - * - * Licensed 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 - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed 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. - * - **/ + * 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. + */ package org.activeio.packet; import java.io.EOFException;