Modified: incubator/activemq/trunk/sandbox/jabber/src/test/org/activemq/transport/jabber/JabberWireFormatTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jabber/src/test/org/activemq/transport/jabber/JabberWireFormatTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jabber/src/test/org/activemq/transport/jabber/JabberWireFormatTest.java (original) +++ incubator/activemq/trunk/sandbox/jabber/src/test/org/activemq/transport/jabber/JabberWireFormatTest.java Thu Jul 27 22:00:24 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.jabber; import junit.framework.TestCase;
Modified: incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportChannel.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportChannel.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportChannel.java (original) +++ incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportChannel.java Thu Jul 27 22:00:24 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 EDU.oswego.cs.dl.util.concurrent.SynchronizedBoolean; Modified: incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportChannelFactory.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportChannelFactory.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportChannelFactory.java (original) +++ incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportChannelFactory.java Thu Jul 27 22:00:24 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.io.WireFormat; Modified: incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportServerChannel.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportServerChannel.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportServerChannel.java (original) +++ incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportServerChannel.java Thu Jul 27 22:00:24 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 EDU.oswego.cs.dl.util.concurrent.SynchronizedBoolean; Modified: incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportServerChannelFactory.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportServerChannelFactory.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportServerChannelFactory.java (original) +++ incubator/activemq/trunk/sandbox/jrms/src/java/org/activemq/transport/jrms/JRMSTransportServerChannelFactory.java Thu Jul 27 22:00:24 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.io.WireFormat; Modified: incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSQueueSendReceiveTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSQueueSendReceiveTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSQueueSendReceiveTest.java (original) +++ incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSQueueSendReceiveTest.java Thu Jul 27 22:00:24 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; Modified: incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSQueueSendReceiveTwoConnectionsTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSQueueSendReceiveTwoConnectionsTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSQueueSendReceiveTwoConnectionsTest.java (original) +++ incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSQueueSendReceiveTwoConnectionsTest.java Thu Jul 27 22:00:24 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; Modified: incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTest.java (original) +++ incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTest.java Thu Jul 27 22:00:24 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/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTwoConnectionsTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTwoConnectionsTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTwoConnectionsTest.java (original) +++ incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTopicSendReceiveTwoConnectionsTest.java Thu Jul 27 22:00:24 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/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTransportChannelTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTransportChannelTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTransportChannelTest.java (original) +++ incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTransportChannelTest.java Thu Jul 27 22:00:24 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/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTwoBrokerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTwoBrokerTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTwoBrokerTest.java (original) +++ incubator/activemq/trunk/sandbox/jrms/src/test/org/activemq/transport/jrms/JRMSTwoBrokerTest.java Thu Jul 27 22:00:24 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/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannel.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannel.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannel.java (original) +++ incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannel.java Thu Jul 27 22:00:24 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/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannelFactory.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannelFactory.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannelFactory.java (original) +++ incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportChannelFactory.java Thu Jul 27 22:00:24 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/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannel.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannel.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannel.java (original) +++ incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannel.java Thu Jul 27 22:00:24 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/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannelFactory.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannelFactory.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannelFactory.java (original) +++ incubator/activemq/trunk/sandbox/jxta/src/java/org/activemq/transport/jxta/JxtaTransportServerChannelFactory.java Thu Jul 27 22:00:24 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/trunk/systest/itests/client/src/itest/org/activemq/itests/ResourceAdapterTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/itests/client/src/itest/org/activemq/itests/ResourceAdapterTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/systest/itests/client/src/itest/org/activemq/itests/ResourceAdapterTest.java (original) +++ incubator/activemq/trunk/systest/itests/client/src/itest/org/activemq/itests/ResourceAdapterTest.java Thu Jul 27 22:00:24 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/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSTool.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSTool.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSTool.java (original) +++ incubator/activemq/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSTool.java Thu Jul 27 22:00:24 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/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolBean.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolBean.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolBean.java (original) +++ incubator/activemq/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolBean.java Thu Jul 27 22:00:24 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/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolHome.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolHome.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolHome.java (original) +++ incubator/activemq/trunk/systest/itests/ejb/src/java/org/activemq/itest/ejb/JMSToolHome.java Thu Jul 27 22:00:24 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/trunk/systest/usecases/src/test/org/activemq/usecases/AvailableConsumerTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/AvailableConsumerTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/AvailableConsumerTest.java (original) +++ incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/AvailableConsumerTest.java Thu Jul 27 22:00:24 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/trunk/systest/usecases/src/test/org/activemq/usecases/BecksNetworkTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/BecksNetworkTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/BecksNetworkTest.java (original) +++ incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/BecksNetworkTest.java Thu Jul 27 22:00:24 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/trunk/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnectorTest.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnectorTest.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnectorTest.java (original) +++ incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnectorTest.java Thu Jul 27 22:00:24 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/trunk/systest/usecases/src/test/org/activemq/usecases/lars/Server.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/lars/Server.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/lars/Server.java (original) +++ incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/lars/Server.java Thu Jul 27 22:00:24 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/trunk/systest/usecases/src/test/org/activemq/usecases/lars/ServerLoader.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/lars/ServerLoader.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/lars/ServerLoader.java (original) +++ incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/lars/ServerLoader.java Thu Jul 27 22:00:24 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/trunk/systest/weblogic-test/ExampleWAR/WebContent/index.jsp URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/index.jsp?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/index.jsp (original) +++ incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/index.jsp Thu Jul 27 22:00:24 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> Modified: incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/JmsClientProperties.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/JmsClientProperties.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/JmsClientProperties.java (original) +++ incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/JmsClientProperties.java Thu Jul 27 22:00:24 2006 @@ -1,12 +1,14 @@ /** - * Copyright 2005-2006 The Apache Software Foundation - * <p/> - * 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 - * <p/> + * + * 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 - * <p/> + * * 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. Modified: incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/JmsConsumerProperties.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/JmsConsumerProperties.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/JmsConsumerProperties.java (original) +++ incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/JmsConsumerProperties.java Thu Jul 27 22:00:24 2006 @@ -1,12 +1,14 @@ /** - * Copyright 2005-2006 The Apache Software Foundation - * <p/> - * 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 - * <p/> + * + * 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 - * <p/> + * * 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. Modified: incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/ReflectionConfigurable.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/ReflectionConfigurable.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/ReflectionConfigurable.java (original) +++ incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/ReflectionConfigurable.java Thu Jul 27 22:00:24 2006 @@ -1,12 +1,14 @@ /** - * Copyright 2005-2006 The Apache Software Foundation - * <p/> - * 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 - * <p/> + * + * 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 - * <p/> + * * 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. Modified: incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/ReflectionUtil.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/ReflectionUtil.java?rev=426384&r1=426383&r2=426384&view=diff ============================================================================== --- incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/ReflectionUtil.java (original) +++ incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/src/main/java/org/apache/activemq/tool/properties/ReflectionUtil.java Thu Jul 27 22:00:24 2006 @@ -1,12 +1,14 @@ /** - * Copyright 2005-2006 The Apache Software Foundation - * <p/> - * 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 - * <p/> + * + * 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 - * <p/> + * * 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.
