[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-dev
Subject:    Re: svn commit: r380622 - in /incubator/activemq/trunk/openwire-dotnet: src/OpenWire.Client/ src/Ope
From:       James Strachan <james.strachan () gmail ! com>
Date:       2006-02-24 11:55:17
Message-ID: 7A6C38B2-B6B3-43B7-BABE-0715DFCB5FC9 () gmail ! com
[Download RAW message or body]

Minor thing really but .Net already has a standard interface  
IDisposable that should be used instead of a custom IStoppable.  
IDisposable is implicitly called for you in a using() statement etc.

James



On 24 Feb 2006, at 08:51, chirino@apache.org wrote:

> Author: chirino
> Date: Fri Feb 24 00:50:52 2006
> New Revision: 380622
>
> URL: http://svn.apache.org/viewcvs?rev=380622&view=rev
> Log:
> Added missing copyright headers.
>
> Modified:
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> BrokerException.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQBytesMessage.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQDestination.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQMapMessage.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQMessage.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQQueue.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQStreamMessage.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTempQueue.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTempTopic.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTextMessage.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTopic.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Connection.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ConnectionClosedException.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ConnectionFactory.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ConsumerClosedException.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/AbstractCommand.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/BooleanStream.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/BrokerError.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/Command.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/DataStreamMarshaller.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/DataStructure.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/DataStructureSupport.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/Dispatcher.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/FutureResponse.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/ITransport.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/MarshallAware.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/OpenWireFormat.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/SocketTransport.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> DestinationFilter.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IConnection.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IConnectionFactory.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IDestination.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IMessage.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IMessageConsumer.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IMessageProducer.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IQueue.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ISession.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IStartable.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IStopable.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITemporaryQueue.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITemporaryTopic.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITextMessage.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITopic.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> MessageConsumer.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> MessageProducer.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> OpenWireException.cs
>     incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Session.cs
>     incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> ClientTest.cs
>     incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> CommandTest.cs
>     incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> ConsumerTest.cs
>     incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> EndianTest.cs
>     incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> TestMain.cs
>     incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> TestSupport.cs
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/BrokerException.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/BrokerException.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> BrokerException.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> BrokerException.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Commands/ActiveMQBytesMessage.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Commands/ 
> ActiveMQBytesMessage.cs?rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQBytesMessage.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQBytesMessage.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Commands/ActiveMQDestination.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Commands/ActiveMQDestination.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQDestination.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQDestination.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>  using OpenWire.Client.Core;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Commands/ActiveMQMapMessage.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Commands/ActiveMQMapMessage.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQMapMessage.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQMapMessage.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Commands/ActiveMQMessage.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Commands/ActiveMQMessage.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQMessage.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQMessage.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Commands/ActiveMQQueue.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Commands/ActiveMQQueue.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQQueue.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQQueue.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Commands/ActiveMQStreamMessage.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Commands/ 
> ActiveMQStreamMessage.cs?rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQStreamMessage.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQStreamMessage.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Commands/ActiveMQTempQueue.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Commands/ActiveMQTempQueue.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTempQueue.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTempQueue.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Commands/ActiveMQTempTopic.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Commands/ActiveMQTempTopic.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTempTopic.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTempTopic.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Commands/ActiveMQTextMessage.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Commands/ActiveMQTextMessage.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTextMessage.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTextMessage.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Commands/ActiveMQTopic.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Commands/ActiveMQTopic.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTopic.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Commands/ActiveMQTopic.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Connection.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Connection.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Connection.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Connection.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/ConnectionClosedException.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/ConnectionClosedException.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ConnectionClosedException.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ConnectionClosedException.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/ConnectionFactory.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/ConnectionFactory.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ConnectionFactory.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ConnectionFactory.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/ConsumerClosedException.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/ConsumerClosedException.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ConsumerClosedException.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ConsumerClosedException.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/AbstractCommand.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/AbstractCommand.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/AbstractCommand.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/AbstractCommand.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/BooleanStream.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/BooleanStream.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/BooleanStream.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/BooleanStream.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.IO;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/BrokerError.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/BrokerError.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/BrokerError.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/BrokerError.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Core;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/Command.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/Command.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/Command.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/Command.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Core;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/DataStreamMarshaller.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/DataStreamMarshaller.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/DataStreamMarshaller.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/DataStreamMarshaller.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.IO;
>  using System.Net;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/DataStructure.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/DataStructure.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/DataStructure.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/DataStructure.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Core;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/DataStructureSupport.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/DataStructureSupport.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/DataStructureSupport.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/DataStructureSupport.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/Dispatcher.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/Dispatcher.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/Dispatcher.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/Dispatcher.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System.Collections;
>  using OpenWire.Client.Commands;
>  using System;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/FutureResponse.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/FutureResponse.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/FutureResponse.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/FutureResponse.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Threading;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/ITransport.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/ITransport.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/ITransport.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/ITransport.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>
>  using OpenWire.Client;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/MarshallAware.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/MarshallAware.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/MarshallAware.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/MarshallAware.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.IO;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/OpenWireFormat.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/OpenWireFormat.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/OpenWireFormat.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/OpenWireFormat.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.IO;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Core/SocketTransport.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Core/SocketTransport.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/SocketTransport.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Core/SocketTransport.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>  using System.IO;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/DestinationFilter.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/DestinationFilter.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> DestinationFilter.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> DestinationFilter.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>  using OpenWire.Client.Core;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/IConnection.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/IConnection.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IConnection.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IConnection.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/IConnectionFactory.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/IConnectionFactory.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IConnectionFactory.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IConnectionFactory.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/IDestination.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/IDestination.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IDestination.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IDestination.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/IMessage.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/IMessage.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IMessage.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IMessage.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/IMessageConsumer.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/IMessageConsumer.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IMessageConsumer.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IMessageConsumer.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/IMessageProducer.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/IMessageProducer.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IMessageProducer.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IMessageProducer.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/IQueue.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/IQueue.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IQueue.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IQueue.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/ISession.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/ISession.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ISession.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ISession.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/IStartable.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/IStartable.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IStartable.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IStartable.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  namespace OpenWire.Client
>  {
>      public interface IStartable
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/IStopable.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/IStopable.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IStopable.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> IStopable.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  namespace OpenWire.Client
>  {
>      public interface IStopable
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/ITemporaryQueue.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/ITemporaryQueue.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITemporaryQueue.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITemporaryQueue.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/ITemporaryTopic.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/ITemporaryTopic.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITemporaryTopic.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITemporaryTopic.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/ITextMessage.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/ITextMessage.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITextMessage.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITextMessage.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/ITopic.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/ITopic.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITopic.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> ITopic.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/MessageConsumer.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/MessageConsumer.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> MessageConsumer.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> MessageConsumer.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>  using System.Threading;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/MessageProducer.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/MessageProducer.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> MessageProducer.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> MessageProducer.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/OpenWireException.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/OpenWireException.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> OpenWireException.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> OpenWireException.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.Collections;
>  using OpenWire.Client.Commands;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/src/ 
> OpenWire.Client/Session.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/src/OpenWire.Client/Session.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Session.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Client/ 
> Session.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using OpenWire.Client.Commands;
>  using OpenWire.Client.Core;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/tests/ 
> OpenWire.Client/ClientTest.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/tests/OpenWire.Client/ClientTest.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> ClientTest.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> ClientTest.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.IO;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/tests/ 
> OpenWire.Client/CommandTest.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/tests/OpenWire.Client/CommandTest.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> CommandTest.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> CommandTest.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using NUnit.Framework;
>  using OpenWire.Client.Commands;
>  using System.Collections;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/tests/ 
> OpenWire.Client/ConsumerTest.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/tests/OpenWire.Client/ConsumerTest.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> ConsumerTest.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> ConsumerTest.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.IO;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/tests/ 
> OpenWire.Client/EndianTest.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/tests/OpenWire.Client/EndianTest.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> EndianTest.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> EndianTest.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using NUnit.Framework;
>  using OpenWire.Client.Core;
>  using System;
>
> Modified: incubator/activemq/trunk/openwire-dotnet/tests/ 
> OpenWire.Client/TestMain.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/tests/OpenWire.Client/TestMain.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> TestMain.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> TestMain.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.IO;
>
>
> Modified: incubator/activemq/trunk/openwire-dotnet/tests/ 
> OpenWire.Client/TestSupport.cs
> URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/ 
> openwire-dotnet/tests/OpenWire.Client/TestSupport.cs? 
> rev=380622&r1=380621&r2=380622&view=diff
> ====================================================================== 
> ========
> --- incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> TestSupport.cs (original)
> +++ incubator/activemq/trunk/openwire-dotnet/tests/OpenWire.Client/ 
> TestSupport.cs Fri Feb 24 00:50:52 2006
> @@ -1,3 +1,19 @@
> +/*
> + * Copyright 2006 The Apache Software Foundation or its licensors, as
> + * applicable.
> + *
> + * 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.
> + */
>  using System;
>  using System.IO;
>
>
>


James
-------
http://radio.weblogs.com/0112098/


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic