Modified: incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTest.java (original) +++ incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTest.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.transport.jrms; import org.activemq.ActiveMQConnectionFactory;
Modified: incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTwoConnectionsTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTwoConnectionsTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTwoConnectionsTest.java (original) +++ incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTwoConnectionsTest.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.transport.jrms; import org.activemq.ActiveMQConnectionFactory; Modified: incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTransportChannelTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTransportChannelTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTransportChannelTest.java (original) +++ incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTransportChannelTest.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.transport.jrms; import junit.textui.TestRunner; Modified: incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTwoBrokerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTwoBrokerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTwoBrokerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTwoBrokerTest.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.transport.jrms; import org.activemq.transport.multicast.MulticastTwoBrokerTest; Modified: incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannel.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannel.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannel.java (original) +++ incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannel.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.transport.jxta; import org.apache.commons.logging.Log; Modified: incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannelFactory.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannelFactory.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannelFactory.java (original) +++ incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannelFactory.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.transport.jxta; import org.activemq.io.WireFormat; Modified: incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannel.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannel.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannel.java (original) +++ incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannel.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.transport.jxta; import org.apache.commons.logging.Log; Modified: incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannelFactory.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannelFactory.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannelFactory.java (original) +++ incubator/activemq/branches/activemq-4.0/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannelFactory.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.transport.jxta; import org.activemq.io.WireFormat; Modified: incubator/activemq/branches/activemq-4.0/sandbox/pom.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/sandbox/pom.xml?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/sandbox/pom.xml (original) +++ incubator/activemq/branches/activemq-4.0/sandbox/pom.xml Fri Jul 28 09:37:34 2006 @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2005-2006 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 to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: incubator/activemq/branches/activemq-4.0/systest/itests/client/src/itest/org/activemq/itests/ResourceAdapterTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/itests/client/src/itest/org/activemq/itests/ResourceAdapterTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/itests/client/src/itest/org/activemq/itests/ResourceAdapterTest.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/itests/client/src/itest/org/activemq/itests/ResourceAdapterTest.java Fri Jul 28 09:37:34 2006 @@ -1,10 +1,11 @@ /** * - * 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -13,8 +14,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.itests; import java.rmi.RemoteException; Modified: incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSTool.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSTool.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSTool.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSTool.java Fri Jul 28 09:37:34 2006 @@ -1,10 +1,11 @@ /** * - * 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -13,8 +14,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.itest.ejb; import java.rmi.RemoteException; Modified: incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolBean.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolBean.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolBean.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolBean.java Fri Jul 28 09:37:34 2006 @@ -1,10 +1,11 @@ /** * - * 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -13,8 +14,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.itest.ejb; import java.rmi.RemoteException; Modified: incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolHome.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolHome.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolHome.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolHome.java Fri Jul 28 09:37:34 2006 @@ -1,10 +1,11 @@ /** * - * 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -13,8 +14,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.itest.ejb; import java.rmi.RemoteException; Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/AvailableConsumerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/AvailableConsumerTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/AvailableConsumerTest.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/AvailableConsumerTest.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.usecases; import junit.framework.TestCase; Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/BecksNetworkTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/BecksNetworkTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/BecksNetworkTest.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/BecksNetworkTest.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.usecases; import junit.framework.TestCase; Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnectorTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnectorTest.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnectorTest.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnectorTest.java Fri Jul 28 09:37:34 2006 @@ -1,10 +1,11 @@ /** * - * 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -13,8 +14,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.usecases; import org.activemq.ActiveMQConnectionFactory; Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/lars/Server.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/lars/Server.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/lars/Server.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/lars/Server.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.usecases.lars; import org.activemq.ActiveMQConnectionFactory; Modified: incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/lars/ServerLoader.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/lars/ServerLoader.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/lars/ServerLoader.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/usecases/src/test/org/activemq/usecases/lars/ServerLoader.java Fri Jul 28 09:37:34 2006 @@ -1,20 +1,20 @@ -/** - * - * 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 - * +/** + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * 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.usecases.lars; import java.lang.reflect.Constructor; Modified: incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml (original) +++ incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml Fri Jul 28 09:37:34 2006 @@ -1,10 +1,11 @@ <?xml version = "1.0"?> <!-- - Copyright 2005-2006 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 to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleEJB/ejbModule/org/apache/activemq/example/CounterMDB.java URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleEJB/ejbModule/org/apache/activemq/example/CounterMDB.java?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleEJB/ejbModule/org/apache/activemq/example/CounterMDB.java (original) +++ incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleEJB/ejbModule/org/apache/activemq/example/CounterMDB.java Fri Jul 28 09:37:34 2006 @@ -1,10 +1,11 @@ /** * - * Copyright 2005-2006 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 to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Modified: incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml (original) +++ incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml Fri Jul 28 09:37:34 2006 @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2005-2006 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 to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Modified: incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleWAR/WebContent/index.jsp URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleWAR/WebContent/index.jsp?rev=426607&r1=426606&r2=426607&view=diff ============================================================================== --- incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleWAR/WebContent/index.jsp (original) +++ incubator/activemq/branches/activemq-4.0/systest/weblogic-test/ExampleWAR/WebContent/index.jsp Fri Jul 28 09:37:34 2006 @@ -1,28 +1,29 @@ <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<!-- - Copyright 2005-2006 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. ---> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>MDB Example</title> </head> <body> - -MDB Counter: <%= org.apache.activemq.example.CounterMDB.getCounter() %> + +MDB Counter: <%= org.apache.activemq.example.CounterMDB.getCounter() %> </body> -</html> \ No newline at end of file +</html>
