Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 23170 invoked from network); 22 Dec 2005 06:59:29 -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:29 -0000 Received: (qmail 61169 invoked by uid 500); 22 Dec 2005 06:59:28 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 61099 invoked by uid 500); 22 Dec 2005 06:59:27 -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 61042 invoked by uid 99); 22 Dec 2005 06:59:27 -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:27 -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:59 -0800 Received: (qmail 22598 invoked by uid 65534); 22 Dec 2005 06:58:39 -0000 Message-ID: <20051222065839.22597.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r358513 [13/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/gr... 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/activemq-core/src/main/java/org/activemq/store/MessageRecoveryListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/MessageRecoveryListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/MessageRecoveryListener.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/MessageRecoveryListener.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store; import org.activemq.command.Message; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/MessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/MessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/MessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/MessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapter.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store; import org.activemq.Service; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapterFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapterFactory.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapterFactory.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapterFactory.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapterFactoryBean.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapterFactoryBean.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapterFactoryBean.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/PersistenceAdapterFactoryBean.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2005 LogicBlaze, Inc. http://www.logicblaze.com - * - * 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.activemq.store; import org.springframework.beans.factory.FactoryBean; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/ProxyMessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/ProxyMessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/ProxyMessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/ProxyMessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/ProxyTopicMessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/ProxyTopicMessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/ProxyTopicMessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/ProxyTopicMessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TopicMessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TopicMessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TopicMessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TopicMessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TransactionRecoveryListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TransactionRecoveryListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TransactionRecoveryListener.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TransactionRecoveryListener.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store; import org.activemq.command.Message; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TransactionStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TransactionStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TransactionStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/TransactionStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCAdapter.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.jdbc; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCMessageRecoveryListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCMessageRecoveryListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCMessageRecoveryListener.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCMessageRecoveryListener.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.jdbc; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCMessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCMessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCMessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCMessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.jdbc; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCPersistenceAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCPersistenceAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCPersistenceAdapter.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCPersistenceAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,7 +1,6 @@ /** - * ActiveMQ: The Open Source Message Fabric * - * Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com + * 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. @@ -14,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.activemq.store.jdbc; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCTopicMessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCTopicMessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCTopicMessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/JDBCTopicMessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,7 +1,6 @@ /** - * ActiveMQ: The Open Source Message Fabric * - * Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com + * 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. @@ -14,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.activemq.store.jdbc; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/StatementProvider.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/StatementProvider.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/StatementProvider.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/StatementProvider.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.jdbc; /** Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/TransactionContext.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/TransactionContext.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/TransactionContext.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/TransactionContext.java Wed Dec 21 22:11:40 2005 @@ -1,7 +1,6 @@ /** - * ActiveMQ: The Open Source Message Fabric * - * Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com + * 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. @@ -14,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.activemq.store.jdbc; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/AxionJDBCAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/AxionJDBCAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/AxionJDBCAdapter.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/AxionJDBCAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.jdbc.adapter; import org.activemq.store.jdbc.StatementProvider; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/CachingStatementProvider.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/CachingStatementProvider.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/CachingStatementProvider.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/CachingStatementProvider.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.jdbc.adapter; import org.activemq.store.jdbc.StatementProvider; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/DefaultJDBCAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/DefaultJDBCAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/DefaultJDBCAdapter.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/DefaultJDBCAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.jdbc.adapter; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/HsqldbJDBCAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/HsqldbJDBCAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/HsqldbJDBCAdapter.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/HsqldbJDBCAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.jdbc.adapter; import org.activemq.store.jdbc.StatementProvider; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/ImageBasedJDBCAdaptor.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/ImageBasedJDBCAdaptor.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/ImageBasedJDBCAdaptor.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/ImageBasedJDBCAdaptor.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.jdbc.adapter; import org.activemq.store.jdbc.StatementProvider; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/OracleJDBCAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/OracleJDBCAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/OracleJDBCAdapter.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/jdbc/adapter/OracleJDBCAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.jdbc.adapter; import java.sql.Blob; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalMessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalMessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalMessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalMessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.journal; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalPersistenceAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalPersistenceAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalPersistenceAdapter.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalPersistenceAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,7 +1,6 @@ /** - * ActiveMQ: The Open Source Message Fabric * - * Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com + * 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. @@ -14,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.activemq.store.journal; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalTopicMessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalTopicMessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalTopicMessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalTopicMessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.journal; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalTransactionStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalTransactionStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalTransactionStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/JournalTransactionStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.journal; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalMessageData.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalMessageData.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalMessageData.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalMessageData.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.activemq.store.journal; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalPersistenceAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalPersistenceAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalPersistenceAdapter.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalPersistenceAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,7 +1,6 @@ /** - * ActiveMQ: The Open Source Message Fabric * - * Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com + * 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. @@ -14,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.activemq.store.journal; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalTopicMessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalTopicMessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalTopicMessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalTopicMessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.journal; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalTransactionStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalTransactionStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalTransactionStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/journal/QuickJournalTransactionStore.java Wed Dec 21 22:11:40 2005 @@ -1,22 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.journal; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryMessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryMessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryMessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryMessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.memory; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryPersistenceAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryPersistenceAdapter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryPersistenceAdapter.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryPersistenceAdapter.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.memory; import java.io.File; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryTopicMessageStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryTopicMessageStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryTopicMessageStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryTopicMessageStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.memory; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryTransactionStore.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryTransactionStore.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryTransactionStore.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/store/memory/MemoryTransactionStore.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.store.memory; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/DefaultThreadPools.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/DefaultThreadPools.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/DefaultThreadPools.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/DefaultThreadPools.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.thread; import edu.emory.mathcs.backport.java.util.concurrent.Executor; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Scheduler.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Scheduler.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Scheduler.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Scheduler.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.thread; import java.util.HashMap; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Task.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Task.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Task.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Task.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.thread; /** Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/TaskRunner.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/TaskRunner.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/TaskRunner.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/TaskRunner.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.thread; /** Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/TaskRunnerFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/TaskRunnerFactory.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/TaskRunnerFactory.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/TaskRunnerFactory.java Wed Dec 21 22:11:40 2005 @@ -1,7 +1,6 @@ /** - * ActiveMQ: The Open Source Message Fabric * - * Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com + * 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. @@ -14,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.activemq.thread; import edu.emory.mathcs.backport.java.util.concurrent.Executor; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Valve.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Valve.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Valve.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/thread/Valve.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.thread; /** Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/LocalTransaction.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/LocalTransaction.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/LocalTransaction.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/LocalTransaction.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.transaction; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/Synchronization.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/Synchronization.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/Synchronization.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/Synchronization.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.transaction; /** Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/Transaction.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/Transaction.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/Transaction.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/Transaction.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.transaction; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/XATransaction.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/XATransaction.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/XATransaction.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transaction/XATransaction.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ /** -* ActiveMQ: The Open Source Message Fabric -* -* Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com -* -* 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.activemq.transaction; import java.io.IOException; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transport/CompositeTransport.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transport/CompositeTransport.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transport/CompositeTransport.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/activemq/transport/CompositeTransport.java Wed Dec 21 22:11:40 2005 @@ -1,7 +1,6 @@ /** - * ActiveMQ: The Open Source Message Fabric * - * Copyright 2005 (C) LogicBlaze, Inc. http://www.logicblaze.com + * 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. @@ -14,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.activemq.transport; import java.net.URI;