You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by sc...@apache.org on 2009/02/11 16:18:21 UTC

svn commit: r743358 [6/7] - in /incubator/etch/trunk: binding-csharp/runtime/src/main/csharp/Org.Apache.Etch.Bindings.Csharp/Msg/ binding-csharp/runtime/src/main/csharp/Org.Apache.Etch.Bindings.Csharp/Support/ binding-csharp/runtime/src/main/csharp/Org...

Modified: incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/MainExampleListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/MainExampleListener.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/MainExampleListener.cs (original)
+++ incubator/etch/trunk/examples/example/src/main/csharp/etch.examples.example/MainExampleListener.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
-//
-// Copyright 2007-2008 Cisco Systems Inc.
-//
-// Licensed under the Apache License, Version 2.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
+// 
+// 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.
-
+// 
 using System;
 using Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/examples/example/src/test/csharp/ExampleTestProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/example/src/test/csharp/ExampleTestProj/Properties/AssemblyInfo.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/examples/example/src/test/csharp/ExampleTestProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/example/src/test/csharp/ExampleTestProj/Properties/AssemblyInfo.cs Wed Feb 11 15:18:15 2009
@@ -1,3 +1,22 @@
+// $Id$
+// 
+// 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.
+// 
 using System.Reflection;
 using System.Runtime.InteropServices;
 

Modified: incubator/etch/trunk/examples/example/src/test/csharp/etch.examples.example/TestExampleServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/example/src/test/csharp/etch.examples.example/TestExampleServer.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/examples/example/src/test/csharp/etch.examples.example/TestExampleServer.cs (original)
+++ incubator/etch/trunk/examples/example/src/test/csharp/etch.examples.example/TestExampleServer.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/examples/perf/src/main/csharp/PerfListenerProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/perf/src/main/csharp/PerfListenerProj/Properties/AssemblyInfo.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/examples/perf/src/main/csharp/PerfListenerProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/perf/src/main/csharp/PerfListenerProj/Properties/AssemblyInfo.cs Wed Feb 11 15:18:15 2009
@@ -1,3 +1,22 @@
+// $Id$
+// 
+// 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.
+// 
 using System.Reflection;
 using System.Runtime.InteropServices;
 

Modified: incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/ImplPerfClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/ImplPerfClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/ImplPerfClient.cs (original)
+++ incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/ImplPerfClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
-//
-// Copyright 2007-2008 Cisco Systems Inc.
-//
-// Licensed under the Apache License, Version 2.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
+// 
+// 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.
-
+// 
 namespace org.apache.etch.examples.perf
 {
 	///<summary>Implementation for ImplPerfClient</summary>

Modified: incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/ImplPerfServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/ImplPerfServer.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/ImplPerfServer.cs (original)
+++ incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/ImplPerfServer.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
-//
-// Copyright 2007-2008 Cisco Systems Inc.
-//
-// Licensed under the Apache License, Version 2.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
+// 
+// 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.
-
+// 
 using System;
 
 namespace org.apache.etch.examples.perf

Modified: incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfClient.cs (original)
+++ incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
-//
-// Copyright 2007-2008 Cisco Systems Inc.
-//
-// Licensed under the Apache License, Version 2.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
+// 
+// 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.
-
+// 
 using System;
 using Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfListener.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfListener.cs (original)
+++ incubator/etch/trunk/examples/perf/src/main/csharp/etch.examples.perf/MainPerfListener.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
-//
-// Copyright 2007-2008 Cisco Systems Inc.
-//
-// Licensed under the Apache License, Version 2.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
+// 
+// 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.
-
+// 
 using System;
 using Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/examples/perf/src/test/csharp/PerfTestProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/perf/src/test/csharp/PerfTestProj/Properties/AssemblyInfo.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/examples/perf/src/test/csharp/PerfTestProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/perf/src/test/csharp/PerfTestProj/Properties/AssemblyInfo.cs Wed Feb 11 15:18:15 2009
@@ -1,3 +1,22 @@
+// $Id$
+// 
+// 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.
+// 
 using System.Reflection;
 using System.Runtime.InteropServices;
 

Modified: incubator/etch/trunk/examples/perf/src/test/csharp/etch.examples.perf/TestPerfServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/perf/src/test/csharp/etch.examples.perf/TestPerfServer.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/examples/perf/src/test/csharp/etch.examples.perf/TestPerfServer.cs (original)
+++ incubator/etch/trunk/examples/perf/src/test/csharp/etch.examples.perf/TestPerfServer.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/plugins/visualstudio-addin/etch-addin/Connect.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/plugins/visualstudio-addin/etch-addin/Connect.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/plugins/visualstudio-addin/etch-addin/Connect.cs (original)
+++ incubator/etch/trunk/plugins/visualstudio-addin/etch-addin/Connect.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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.Diagnostics;
 using Extensibility;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplAsyncClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplAsyncClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplAsyncClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplAsyncClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 org.apache.etch.tests;
 
 /**

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplAsyncServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplAsyncServer.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplAsyncServer.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplAsyncServer.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 org.apache.etch.tests;
 
 /**

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplClosingClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplClosingClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplClosingClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplClosingClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using org.apache.etch.tests;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplClosingServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplClosingServer.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplClosingServer.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplClosingServer.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplCuaeClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplCuaeClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplCuaeClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplCuaeClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 org.apache.etch.tests;
 using org.apache.etch.tests.types.Cuae;
 

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplCuaeServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplCuaeServer.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplCuaeServer.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplCuaeServer.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 org.apache.etch.tests;
 
 /**

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplFooClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplFooClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplFooClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplFooClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 org.apache.etch.tests;
 
 /**

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplFooServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplFooServer.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplFooServer.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplFooServer.cs Wed Feb 11 15:18:15 2009
@@ -1,20 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 org.apache.etch.tests;
 using org.apache.etch.tests.types.Bar;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplInheritanceClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplInheritanceClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplInheritanceClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplInheritanceClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 org.apache.etch.tests;
 
 /**

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplInheritanceServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplInheritanceServer.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplInheritanceServer.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplInheritanceServer.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 org.apache.etch.tests;
 using org.apache.etch.tests.types.Inheritance;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplTypesClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplTypesClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplTypesClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplTypesClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 org.apache.etch.tests;
 
 /**

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplTypesServer.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplTypesServer.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplTypesServer.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/ImplTypesServer.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 org.apache.etch.tests;
 

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainAsyncClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainAsyncClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainAsyncClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainAsyncClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Util;
 using org.apache.etch.tests;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainAsyncListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainAsyncListener.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainAsyncListener.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainAsyncListener.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainClosingClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainClosingClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainClosingClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainClosingClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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;
 using etch.tests;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainClosingListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainClosingListener.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainClosingListener.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainClosingListener.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using etch.tests;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainCuaeClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainCuaeClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainCuaeClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainCuaeClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Util;
 using org.apache.etch.tests;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainCuaeListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainCuaeListener.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainCuaeListener.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainCuaeListener.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Transport;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainFooClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainFooClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainFooClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainFooClient.cs Wed Feb 11 15:18:15 2009
@@ -1,20 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Util;
 using org.apache.etch.tests;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainFooListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainFooListener.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainFooListener.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainFooListener.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainInheritanceClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainInheritanceClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainInheritanceClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainInheritanceClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Util;
 using org.apache.etch.tests;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainInheritanceListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainInheritanceListener.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainInheritanceListener.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainInheritanceListener.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainTypesClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainTypesClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainTypesClient.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainTypesClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainTypesListener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainTypesListener.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainTypesListener.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MainTypesListener.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyCuaeHelper.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyCuaeHelper.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyCuaeHelper.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyCuaeHelper.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Msg;
 using Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Transport;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyCuaeServerStub.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyCuaeServerStub.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyCuaeServerStub.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyCuaeServerStub.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Msg;
 using Org.Apache.Etch.Bindings.Csharp.Support;

Modified: incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyValueFactoryCuae.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyValueFactoryCuae.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyValueFactoryCuae.cs (original)
+++ incubator/etch/trunk/tests/src/main/csharp/etch.tests/MyValueFactoryCuae.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Msg;
 using Org.Apache.Etch.Bindings.Csharp.Support;

Modified: incubator/etch/trunk/tests/src/test/csharp/etch.tests/FakeTest1.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/test/csharp/etch.tests/FakeTest1.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/test/csharp/etch.tests/FakeTest1.cs (original)
+++ incubator/etch/trunk/tests/src/test/csharp/etch.tests/FakeTest1.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Util;
 using org.apache.etch.tests;

Modified: incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestAsyncClient.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestAsyncClient.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestAsyncClient.cs (original)
+++ incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestAsyncClient.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestImplTest1.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestImplTest1.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestImplTest1.cs (original)
+++ incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestImplTest1.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Util;
 using NUnit.Framework;

Modified: incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestInheritance.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestInheritance.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestInheritance.cs (original)
+++ incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestInheritance.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 Org.Apache.Etch.Bindings.Csharp.Support;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestMainTest1Client.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestMainTest1Client.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestMainTest1Client.cs (original)
+++ incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestMainTest1Client.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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;
 using Org.Apache.Etch.Bindings.Csharp.Util;

Modified: incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestMainTest1Listener.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestMainTest1Listener.cs?rev=743358&r1=743357&r2=743358&view=diff
==============================================================================
--- incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestMainTest1Listener.cs (original)
+++ incubator/etch/trunk/tests/src/test/csharp/etch.tests/TestMainTest1Listener.cs Wed Feb 11 15:18:15 2009
@@ -1,19 +1,22 @@
 // $Id$
 // 
-// Copyright 2007-2008 Cisco Systems Inc.
+// 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
 // 
-// Licensed under the Apache License, Version 2.0 (the "License"); you may not
-// use this file except in compliance with the License. You may obtain a copy
-// of the License at
-//  
-//     http://www.apache.org/licenses/LICENSE-2.0
+//   http://www.apache.org/licenses/LICENSE-2.0
 // 
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-// License for the specific language governing permissions and limitations
+// 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 NUnit.Framework;
 using org.apache.etch.tests;