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

svn commit: r743398 [1/4] - in /incubator/etch/trunk: ./ binding-csharp/ binding-csharp/compiler/ binding-csharp/runtime/ binding-csharp/runtime/src/main/csharp/ binding-csharp/runtime/src/main/csharp/Properties/ binding-csharp/runtime/src/test/csharp/...

Author: dixson
Date: Wed Feb 11 16:57:28 2009
New Revision: 743398

URL: http://svn.apache.org/viewvc?rev=743398&view=rev
Log:
ETCH-49 - merge changes from 1.0.2 into trunk (specifcally license
updates)

Removed:
    incubator/etch/trunk/examples/chat/dist-README.txt
    incubator/etch/trunk/examples/distmap/dist-README.txt
    incubator/etch/trunk/examples/example/dist-README.txt
    incubator/etch/trunk/examples/perf/dist-README.txt
Modified:
    incubator/etch/trunk/.classpath
    incubator/etch/trunk/.project
    incubator/etch/trunk/BUILD.txt
    incubator/etch/trunk/CSharp.sln
    incubator/etch/trunk/binding-csharp/build.xml
    incubator/etch/trunk/binding-csharp/compiler/build.xml
    incubator/etch/trunk/binding-csharp/runtime/build.xml
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/EtchProj.csproj
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs
    incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/EtchTestProj.csproj
    incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs
    incubator/etch/trunk/binding-java/build.xml
    incubator/etch/trunk/binding-java/compiler/build.xml
    incubator/etch/trunk/binding-java/runtime/build.xml
    incubator/etch/trunk/binding-xml/build.xml
    incubator/etch/trunk/binding-xml/compiler/build.xml
    incubator/etch/trunk/build-support/NUnitToJUnit.xsl
    incubator/etch/trunk/build-support/dependencies.xml
    incubator/etch/trunk/build-support/etch.common.xml
    incubator/etch/trunk/build-support/etch.includes.xml
    incubator/etch/trunk/build-support/realclean.bat
    incubator/etch/trunk/build-support/realclean.sh
    incubator/etch/trunk/build.dependencies
    incubator/etch/trunk/build.xml
    incubator/etch/trunk/compiler/build.xml
    incubator/etch/trunk/compiler/src/main/javacc/EtchGrammar.html
    incubator/etch/trunk/compiler/src/main/javacc/EtchGrammar.jj
    incubator/etch/trunk/compiler/src/main/scripts/etch.bat
    incubator/etch/trunk/compiler/src/main/scripts/etch.sh
    incubator/etch/trunk/compiler/src/test/resources/org/apache/etch/compiler/test.etch
    incubator/etch/trunk/etch.properties
    incubator/etch/trunk/examples/build.xml
    incubator/etch/trunk/examples/chat/README.txt
    incubator/etch/trunk/examples/chat/build.xml
    incubator/etch/trunk/examples/chat/dist-build.xml
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj
    incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj
    incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/distmap/README.txt
    incubator/etch/trunk/examples/distmap/build.xml
    incubator/etch/trunk/examples/distmap/dist-build.xml
    incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/DistMapClientProj.csproj
    incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/DistMapListenerProj.csproj
    incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/DistMapTestProj.csproj
    incubator/etch/trunk/examples/distmap/src/test/csharp/DistMapTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/example/README.txt
    incubator/etch/trunk/examples/example/build.xml
    incubator/etch/trunk/examples/example/dist-build.xml
    incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/ExampleClientProj.csproj
    incubator/etch/trunk/examples/example/src/main/csharp/ExampleClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/ExampleListenerProj.csproj
    incubator/etch/trunk/examples/example/src/main/csharp/ExampleListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/example/src/test/csharp/ExampleTestProj/ExampleTestProj.csproj
    incubator/etch/trunk/examples/example/src/test/csharp/ExampleTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/perf/README.txt
    incubator/etch/trunk/examples/perf/build.xml
    incubator/etch/trunk/examples/perf/dist-build.xml
    incubator/etch/trunk/examples/perf/src/main/csharp/PerfClientProj/PerfClientProj.csproj
    incubator/etch/trunk/examples/perf/src/main/csharp/PerfClientProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/perf/src/main/csharp/PerfListenerProj/PerfListenerProj.csproj
    incubator/etch/trunk/examples/perf/src/main/csharp/PerfListenerProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/examples/perf/src/test/csharp/PerfTestProj/PerfTestProj.csproj
    incubator/etch/trunk/examples/perf/src/test/csharp/PerfTestProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/installers/build.xml
    incubator/etch/trunk/installers/etch-full-installer.nsi
    incubator/etch/trunk/installers/etch-maven-install.bat
    incubator/etch/trunk/plugins/ant/build.xml
    incubator/etch/trunk/plugins/ant/src/main/resources/org/apache/etch/tools/ant/etch.xml
    incubator/etch/trunk/plugins/vim/etch.vim
    incubator/etch/trunk/plugins/visualstudio-addin/etch-addin/AssemblyInfo.cs
    incubator/etch/trunk/plugins/visualstudio-addin/etch-addin/CommandBar.resx
    incubator/etch/trunk/plugins/visualstudio-addin/etch-addin/Etch-AddIn.csproj
    incubator/etch/trunk/plugins/visualstudio-addin/installer/VS2005_AddIn_User_Guide.rtf
    incubator/etch/trunk/plugins/visualstudio-addin/installer/visualstudio.nsi
    incubator/etch/trunk/plugins/visualstudio-addin/postbuild/AssemblyInfo.cs
    incubator/etch/trunk/plugins/visualstudio-addin/postbuild/PostBuild.bat
    incubator/etch/trunk/plugins/visualstudio-addin/postbuild/PostBuild.csproj
    incubator/etch/trunk/plugins/visualstudio-addin/visualstudio-addin.sln
    incubator/etch/trunk/scripts/Bamboo.bat
    incubator/etch/trunk/scripts/Compile Csharp Etch Files Lnx.launch
    incubator/etch/trunk/scripts/Compile Csharp Etch Files Win.launch
    incubator/etch/trunk/scripts/Compile Java Etch Files Lnx.launch
    incubator/etch/trunk/scripts/Compile Java Etch Files Win.launch
    incubator/etch/trunk/scripts/Compile Xml Etch Files Lnx.launch
    incubator/etch/trunk/scripts/Compile Xml Etch Files Win.launch
    incubator/etch/trunk/scripts/Etch - csharp, all, force.launch
    incubator/etch/trunk/scripts/Etch - csharp, all.launch
    incubator/etch/trunk/scripts/Etch - csharp.launch
    incubator/etch/trunk/scripts/Etch - java, all, client.launch
    incubator/etch/trunk/scripts/Etch - java, all, force.launch
    incubator/etch/trunk/scripts/Etch - java, all, server.launch
    incubator/etch/trunk/scripts/Etch - java, all.launch
    incubator/etch/trunk/scripts/Etch - java.launch
    incubator/etch/trunk/scripts/Etch - xml.launch
    incubator/etch/trunk/scripts/antsetup.bat
    incubator/etch/trunk/scripts/compEtchFilesForCsharp.bash
    incubator/etch/trunk/scripts/compEtchFilesForCsharp.bat
    incubator/etch/trunk/scripts/compEtchFilesForJava.bash
    incubator/etch/trunk/scripts/compEtchFilesForJava.bat
    incubator/etch/trunk/scripts/compEtchFilesForXml.bash
    incubator/etch/trunk/scripts/compEtchFilesForXml.bat
    incubator/etch/trunk/scripts/etch-eclipse.bash
    incubator/etch/trunk/scripts/etch-eclipse.bat
    incubator/etch/trunk/scripts/vs-2k5-task.bat
    incubator/etch/trunk/tests/build.xml
    incubator/etch/trunk/tests/src/test/csharp/TestsProj/Properties/AssemblyInfo.cs
    incubator/etch/trunk/tests/src/test/csharp/TestsProj/TestsProj.csproj
    incubator/etch/trunk/util/build.xml

Modified: incubator/etch/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/.classpath?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/.classpath (original)
+++ incubator/etch/trunk/.classpath Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+ <!--
+ * 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.                                           *
+ -->
 <classpath>
 	<classpathentry kind="src" path="util/src/main/java"/>
 	<classpathentry kind="src" path="util/src/test/java"/>

Modified: incubator/etch/trunk/.project
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/.project?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/.project (original)
+++ incubator/etch/trunk/.project Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+ <!--
+ * 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.                                           *
+ -->
 <projectDescription>
 	<name>etch</name>
 	<comment>JavaCC Nature</comment>

Modified: incubator/etch/trunk/BUILD.txt
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/BUILD.txt?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/BUILD.txt (original)
+++ incubator/etch/trunk/BUILD.txt Wed Feb 11 16:57:28 2009
@@ -1,3 +1,21 @@
+/*
+ * 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.                                           *
+*/
 Build Instructions for Apache Etch
 ==================================
 

Modified: incubator/etch/trunk/CSharp.sln
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/CSharp.sln?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/CSharp.sln (original)
+++ incubator/etch/trunk/CSharp.sln Wed Feb 11 16:57:28 2009
@@ -1,6 +1,22 @@
 
 Microsoft Visual Studio Solution File, Format Version 9.00
 # Visual Studio 2005
+# * 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.                                           *
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EtchTestProj", "binding-csharp\runtime\src\test\csharp\EtchTestProj.csproj", "{3D44C33C-0E5F-443B-A0B4-ABDF16B64AC5}"
 EndProject
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EtchProj", "binding-csharp\runtime\src\main\csharp\EtchProj.csproj", "{0E518F2A-3016-4C2F-A21B-9BD52B2DC846}"

Modified: incubator/etch/trunk/binding-csharp/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/build.xml (original)
+++ incubator/etch/trunk/binding-csharp/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+<!--
+ * 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.                                           *
+-->
 <project name="etch-csharp-binding" basedir="." default="help">
     <description>Etch-to-Csharp Binding</description>
     <property name="Etch.basedir" location="${basedir}/.." />

Modified: incubator/etch/trunk/binding-csharp/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/compiler/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/compiler/build.xml (original)
+++ incubator/etch/trunk/binding-csharp/compiler/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+<!--
+ * 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.                                           *
+-->
 <project name="etch-csharp-compiler" basedir="." default="help">
     <description>Etch-to-Csharp compiler implementation</description>
     <property name="Etch.basedir" location="${basedir}/../.." />

Modified: incubator/etch/trunk/binding-csharp/runtime/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/build.xml (original)
+++ incubator/etch/trunk/binding-csharp/runtime/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+<!--
+ * 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.                                           *
+-->
 <project name="etch-csharp-runtime" basedir="." default="help">
     <description>Etch-to-Csharp runtime binding implementation</description>
     <property name="Etch.basedir" location="${basedir}/../.." />

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/EtchProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/EtchProj.csproj?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/EtchProj.csproj (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/EtchProj.csproj Wed Feb 11 16:57:28 2009
@@ -1,4 +1,23 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+ <!--
+ * 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.                                           *
+ -->
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -177,4 +196,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs Wed Feb 11 16:57:28 2009
@@ -1,3 +1,19 @@
+// 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/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl Wed Feb 11 16:57:28 2009
@@ -1,3 +1,19 @@
+// 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/binding-csharp/runtime/src/test/csharp/EtchTestProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/EtchTestProj.csproj?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/EtchTestProj.csproj (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/EtchTestProj.csproj Wed Feb 11 16:57:28 2009
@@ -1,4 +1,23 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+ <!--
+ * 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.                                           *
+ -->
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -104,4 +123,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs Wed Feb 11 16:57:28 2009
@@ -1,3 +1,19 @@
+// 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/binding-java/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/build.xml (original)
+++ incubator/etch/trunk/binding-java/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-java-binding" basedir="." default="help">
     <description>Etch-to-Java Binding</description>
     <property name="Etch.basedir" location="${basedir}/.." />

Modified: incubator/etch/trunk/binding-java/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/compiler/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/compiler/build.xml (original)
+++ incubator/etch/trunk/binding-java/compiler/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-java-compiler" basedir="." default="help">
     <description>Etch-to-Java compiler implementation</description>
     <property name="Etch.basedir" location="${basedir}/../.." />

Modified: incubator/etch/trunk/binding-java/runtime/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-java/runtime/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-java/runtime/build.xml (original)
+++ incubator/etch/trunk/binding-java/runtime/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-java-runtime" basedir="." default="help">
     <description>Etch-to-Java runtime binding implementation</description>
     <property name="Etch.basedir" location="${basedir}/../.." />

Modified: incubator/etch/trunk/binding-xml/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-xml/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-xml/build.xml (original)
+++ incubator/etch/trunk/binding-xml/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-xml-binding" basedir="." default="help">
     <description>Etch-to-XML Binding</description>
     <property name="Etch.basedir" location="${basedir}/.." />

Modified: incubator/etch/trunk/binding-xml/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-xml/compiler/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/binding-xml/compiler/build.xml (original)
+++ incubator/etch/trunk/binding-xml/compiler/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-xml-compiler" basedir="." default="help">
     <description>Etch-to-XML compiler implementation</description>
     <property name="Etch.basedir" location="${basedir}/../.." />

Modified: incubator/etch/trunk/build-support/NUnitToJUnit.xsl
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/build-support/NUnitToJUnit.xsl?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/build-support/NUnitToJUnit.xsl (original)
+++ incubator/etch/trunk/build-support/NUnitToJUnit.xsl Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+ <!--
+ * 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.                                           *
+ -->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     <xsl:output method="xml" indent="yes" encoding="utf-8" version="1.0" cdata-section-elements="failure" />
 

Modified: incubator/etch/trunk/build-support/dependencies.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/build-support/dependencies.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/build-support/dependencies.xml (original)
+++ incubator/etch/trunk/build-support/dependencies.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-dependencies" basedir="." default="check-all">
     <description>Etch Dependencies</description>
     <property name="Etch.basedir" location="${basedir}/.." />

Modified: incubator/etch/trunk/build-support/etch.common.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/build-support/etch.common.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/build-support/etch.common.xml (original)
+++ incubator/etch/trunk/build-support/etch.common.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch.common" basedir="." >
 
     <!-- Static properties -->

Modified: incubator/etch/trunk/build-support/etch.includes.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/build-support/etch.includes.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/build-support/etch.includes.xml (original)
+++ incubator/etch/trunk/build-support/etch.includes.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch.include" default="help" basedir=".">
   <description>Etch Ant Include file</description>
 

Modified: incubator/etch/trunk/build-support/realclean.bat
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/build-support/realclean.bat?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/build-support/realclean.bat (original)
+++ incubator/etch/trunk/build-support/realclean.bat Wed Feb 11 16:57:28 2009
@@ -1,3 +1,19 @@
+@rem  Licensed to the Apache Software Foundation (ASF) under one   *
+@rem  or more contributor license agreements.  See the NOTICE file *
+@rem  distributed with this work for additional information        *
+@rem  regarding copyright ownership.  The ASF licenses this file   *
+@rem  to you under the Apache License, Version 2.0 (the            *
+@rem  "License"); you may not use this file except in compliance   *
+@rem  with the License.  You may obtain a copy of the License at   *
+@rem                                                               *
+@rem    http://www.apache.org/licenses/LICENSE-2.0                 *
+@rem                                                               *
+@rem  Unless required by applicable law or agreed to in writing,   *
+@rem  software distributed under the License is distributed on an  *
+@rem  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+@rem  KIND, either express or implied.  See the License for the    *
+@rem  specific language governing permissions and limitations      *
+@rem  under the License.                                           *
 call ant clean
 
 del binding-csharp\compiler\src\main\java\etch\bindings\csharp\compiler\CompilerVersion.java

Modified: incubator/etch/trunk/build-support/realclean.sh
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/build-support/realclean.sh?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/build-support/realclean.sh (original)
+++ incubator/etch/trunk/build-support/realclean.sh Wed Feb 11 16:57:28 2009
@@ -1,5 +1,20 @@
 #!/bin/sh
-
+#  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.                                           *
 ant clean
 find . -name 'CompilerVersion.java' -exec rm -f {} \;
 rm -f compiler/src/main/java/etch/compiler/Version.java

Modified: incubator/etch/trunk/build.dependencies
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/build.dependencies?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/build.dependencies (original)
+++ incubator/etch/trunk/build.dependencies Wed Feb 11 16:57:28 2009
@@ -1,3 +1,20 @@
+# 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.                                           *
+
 ##
 ## Core Dependencies .. these must be set
 ##

Modified: incubator/etch/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/build.xml (original)
+++ incubator/etch/trunk/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+<!--
+ * 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.                                           *
+-->
 <project name="etch" default="debug" basedir=".">
     <description>Master build script for Etch</description>
     <import file="build-support/etch.common.xml" />

Modified: incubator/etch/trunk/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/compiler/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/compiler/build.xml (original)
+++ incubator/etch/trunk/compiler/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-compiler" basedir="." default="help">
     <description>Common utilities for compiler implementations and java binding</description>
     <property name="Etch.basedir" location="${basedir}/.." />

Modified: incubator/etch/trunk/compiler/src/main/javacc/EtchGrammar.html
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/compiler/src/main/javacc/EtchGrammar.html?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/compiler/src/main/javacc/EtchGrammar.html (original)
+++ incubator/etch/trunk/compiler/src/main/javacc/EtchGrammar.html Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<!--
+ *  Licensed to the Apache Software Foundation (ASF) under one   *
+ *  or more contributor license agreements.  See the NOTICE file *
+ *  distributed with this work for additional information        *
+ *  regarding copyright ownership.  The ASF licenses this file   *
+ *  to you under the Apache License, Version 2.0 (the            *
+ *  "License"); you may not use this file except in compliance   *
+ *  with the License.  You may obtain a copy of the License at   *
+ *                                                               *
+ *    http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                               *
+ *  Unless required by applicable law or agreed to in writing,   *
+ *  software distributed under the License is distributed on an  *
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ *  KIND, either express or implied.  See the License for the    *
+ *  specific language governing permissions and limitations      *
+ *  under the License.                                           *
+-->
 <HTML>
 <HEAD>
 <TITLE>BNF for EtchGrammar.jj</TITLE>

Modified: incubator/etch/trunk/compiler/src/main/javacc/EtchGrammar.jj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/compiler/src/main/javacc/EtchGrammar.jj?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/compiler/src/main/javacc/EtchGrammar.jj (original)
+++ incubator/etch/trunk/compiler/src/main/javacc/EtchGrammar.jj Wed Feb 11 16:57:28 2009
@@ -1,3 +1,22 @@
+/*
+ *  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.                                           *
+ */
+
 /* $Id$
  *
  * Grammer for the etch idl compiler.

Modified: incubator/etch/trunk/compiler/src/main/scripts/etch.bat
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/compiler/src/main/scripts/etch.bat?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/compiler/src/main/scripts/etch.bat (original)
+++ incubator/etch/trunk/compiler/src/main/scripts/etch.bat Wed Feb 11 16:57:28 2009
@@ -1,7 +1,20 @@
+@rem  Licensed to the Apache Software Foundation (ASF) under one   *
+@rem  or more contributor license agreements.  See the NOTICE file *
+@rem  distributed with this work for additional information        *
+@rem  regarding copyright ownership.  The ASF licenses this file   *
+@rem  to you under the Apache License, Version 2.0 (the            *
+@rem  "License"); you may not use this file except in compliance   *
+@rem  with the License.  You may obtain a copy of the License at   *
+@rem                                                               *
+@rem    http://www.apache.org/licenses/LICENSE-2.0                 *
+@rem                                                               *
+@rem  Unless required by applicable law or agreed to in writing,   *
+@rem  software distributed under the License is distributed on an  *
+@rem  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+@rem  KIND, either express or implied.  See the License for the    *
+@rem  specific language governing permissions and limitations      *
+@rem  under the License.                                           *
 @echo off
-
-rem Copyright 2008 (c) Cisco Systems, Inc.
-
 setlocal
 
 rem Find the etch home directory

Modified: incubator/etch/trunk/compiler/src/main/scripts/etch.sh
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/compiler/src/main/scripts/etch.sh?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/compiler/src/main/scripts/etch.sh (original)
+++ incubator/etch/trunk/compiler/src/main/scripts/etch.sh Wed Feb 11 16:57:28 2009
@@ -1,10 +1,24 @@
 #!/bin/sh
-#
-# etch.sh
+#  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.                                           *
+
 #
 # Run Etch compiler.
 #
-#  Copyright 2007 - Cisco Systems, Inc.
 
 # Find Java
 if [ "${JAVA_HOME}" != "" ]; then

Modified: incubator/etch/trunk/compiler/src/test/resources/org/apache/etch/compiler/test.etch
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/compiler/src/test/resources/org/apache/etch/compiler/test.etch?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/compiler/src/test/resources/org/apache/etch/compiler/test.etch (original)
+++ incubator/etch/trunk/compiler/src/test/resources/org/apache/etch/compiler/test.etch Wed Feb 11 16:57:28 2009
@@ -1,3 +1,21 @@
+/*
+ *  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.                                           *
+ */
 module foo
 
 service Foo

Modified: incubator/etch/trunk/etch.properties
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/etch.properties?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/etch.properties (original)
+++ incubator/etch/trunk/etch.properties Wed Feb 11 16:57:28 2009
@@ -1,3 +1,19 @@
+# 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.                                           *
 majorVersion=1
 minorVersion=1
 patchVersion=0

Modified: incubator/etch/trunk/examples/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/build.xml (original)
+++ incubator/etch/trunk/examples/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-examples" basedir="." default="help">
     <description>Etch Examples</description>
     <property name="Etch.basedir" location="${basedir}/.." />

Modified: incubator/etch/trunk/examples/chat/README.txt
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/README.txt?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/README.txt (original)
+++ incubator/etch/trunk/examples/chat/README.txt Wed Feb 11 16:57:28 2009
@@ -1,9 +1,16 @@
+To get started with the example you will need jdk 1.5.0_x,
+where x is pretty recent (>= 15), or any release of jdk 1.6.
+You will also need ant 1.7.0, with ant .net plugin if you
+want to build csharp. You will also need microsoft .net
+sdk 2.0 for csharp builds.
+
 To build:
 
-> ant debug
+> ant
 
-The debug ant target will build both the java and csharp
-programs.
+This will run the default target which will build both java
+and csharp programs. You can also use build-java or build-csharp
+targets to build only java or only csharp.
 
 To run java chat, open a cmd window and run these commands:
 

Modified: incubator/etch/trunk/examples/chat/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/build.xml (original)
+++ incubator/etch/trunk/examples/chat/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-chat-example" basedir="." default="help" >
     <description>Chat Example</description>
     <property name="Etch.basedir" location="${basedir}/../.." />
@@ -265,7 +283,7 @@
         <copy file="dist-build.xml" tofile="${dist-src}/build.xml" overwrite="true" >
             <filterset refid="Etch.buildTokens" />
         </copy>    
-        <copy file="dist-README.txt" tofile="${dist-src}/README.txt" overwrite="true" />
+        <copy file="README.txt" tofile="${dist-src}/README.txt" overwrite="true" />
         
         <copy todir="${dist-src}/src/main/etch" overwrite="true" >
             <fileset dir="${src}/main/etch" >

Modified: incubator/etch/trunk/examples/chat/dist-build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/dist-build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/dist-build.xml (original)
+++ incubator/etch/trunk/examples/chat/dist-build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-chat-example" basedir="." default="build">
     <description>Chat Example</description>
 

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj Wed Feb 11 16:57:28 2009
@@ -1,4 +1,23 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <?xml version="1.0" encoding="utf-8"?>
+ <!--
+ * 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.                                           *
+ -->
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -92,4 +111,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs Wed Feb 11 16:57:28 2009
@@ -1,3 +1,19 @@
+// 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/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj Wed Feb 11 16:57:28 2009
@@ -1,4 +1,23 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ * 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.                                           *
+ -->
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -92,4 +111,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs Wed Feb 11 16:57:28 2009
@@ -1,3 +1,19 @@
+// 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/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj (original)
+++ incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj Wed Feb 11 16:57:28 2009
@@ -1,4 +1,23 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ * 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.                                           *
+ -->
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -107,4 +126,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/trunk/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs Wed Feb 11 16:57:28 2009
@@ -1,22 +1,19 @@
-// $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.
-// 
+// 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/distmap/README.txt
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/README.txt?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/README.txt (original)
+++ incubator/etch/trunk/examples/distmap/README.txt Wed Feb 11 16:57:28 2009
@@ -1,10 +1,28 @@
+To get started with the example you will need jdk 1.5.0_x,
+where x is pretty recent (>= 15), or any release of jdk 1.6.
+You will also need ant 1.7.0, with ant .net plugin if you
+want to build csharp. You will also need microsoft .net
+sdk 2.0 for csharp builds.
 
 To build:
 
-> ant debug
+> ant
 
-To Run:
+This will run the default target which will build both java
+and csharp programs. You can also use build-java or build-csharp
+targets to build only java or only csharp.
 
-> cd target/bin
-> java -cp DistributedHashTable.jar &
-> java -cp DistributedHashTable.jar
+To run java distributed map, open a cmd window and run these
+commands:
+
+> cd target\bin
+> start java -cp distmap.jar etch.examples.distmap.MainDistributedHashTableListener
+> start java -cp distmap.jar etch.examples.distmap.MainDistributedHashTableClient
+
+To run csharp distributed map:
+
+> cd target\bin
+> start DistMapListener.exe
+> start DistMapClient.exe
+
+You can mix and match the various clients and listeners.

Modified: incubator/etch/trunk/examples/distmap/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/build.xml (original)
+++ incubator/etch/trunk/examples/distmap/build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8" ?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-distmap-example" basedir="." default="help" >
     <description>Distributed Map Example</description>
     <property name="Etch.basedir" location="${basedir}/../.." />
@@ -260,7 +278,7 @@
          <copy file="dist-build.xml" tofile="${dist-src}/build.xml" overwrite="true" >
              <filterset refid="Etch.buildTokens" />
          </copy>
-        <copy file="dist-README.txt" tofile="${dist-src}/README.txt" overwrite="true" />
+        <copy file="README.txt" tofile="${dist-src}/README.txt" overwrite="true" />
         
         <copy todir="${dist-src}/src/main/etch" overwrite="true" >
             <fileset dir="${src}/main/etch" >

Modified: incubator/etch/trunk/examples/distmap/dist-build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/dist-build.xml?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/dist-build.xml (original)
+++ incubator/etch/trunk/examples/distmap/dist-build.xml Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+ <!--
+ * 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.                                           *
+ -->
 <project name="etch-distmap-example" basedir="." default="build">
     <description>Distributed Map Example</description>
 

Modified: incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/DistMapClientProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/DistMapClientProj.csproj?rev=743398&r1=743397&r2=743398&view=diff
==============================================================================
--- incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/DistMapClientProj.csproj (original)
+++ incubator/etch/trunk/examples/distmap/src/main/csharp/DistMapClientProj/DistMapClientProj.csproj Wed Feb 11 16:57:28 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+ <!--
+ * 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.                                           *
+ -->
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -91,4 +109,4 @@
     </ProjectReference>
     <Reference Include="System" />
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>