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/06 04:41:09 UTC

svn commit: r741389 [1/4] - in /incubator/etch/branches/release-1.0.2: ./ binding-csharp/ binding-csharp/compiler/ binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/ binding-csharp/runtime/ binding-csharp/runtime/src/main/csharp/ bind...

Author: dixson
Date: Fri Feb  6 03:41:04 2009
New Revision: 741389

URL: http://svn.apache.org/viewvc?rev=741389&view=rev
Log:
rats! rats! rats!...

clean/add license headers to keep apache-rat happy

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

Modified: incubator/etch/branches/release-1.0.2/.classpath
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/.classpath?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/.classpath (original)
+++ incubator/etch/branches/release-1.0.2/.classpath Fri Feb  6 03:41:04 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/branches/release-1.0.2/.project
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/.project?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/.project (original)
+++ incubator/etch/branches/release-1.0.2/.project Fri Feb  6 03:41:04 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/branches/release-1.0.2/BUILD.txt
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/BUILD.txt?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/BUILD.txt (original)
+++ incubator/etch/branches/release-1.0.2/BUILD.txt Fri Feb  6 03:41:04 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.                                           *
+ */
+
 Build Instructions for Apache Etch
 ==================================
 

Modified: incubator/etch/branches/release-1.0.2/Bamboo.bat
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/Bamboo.bat?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/Bamboo.bat (original)
+++ incubator/etch/branches/release-1.0.2/Bamboo.bat Fri Feb  6 03:41:04 2009
@@ -1,9 +1,25 @@
 @echo off
+:: * 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.                                           *
+
 :: This batch file is a wrapper so that we can set up our environment, and then
 :: kick off a build in bamboo
 ::  (dixson) this really only useful in the Etch committers build-env
 
-
 :: Run our env setup script
 call %TOOLS_DIR%\Environment.bat -qnc -p ETCH
 set ETCH_HOME=

Modified: incubator/etch/branches/release-1.0.2/CSharp.sln
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/CSharp.sln?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/CSharp.sln (original)
+++ incubator/etch/branches/release-1.0.2/CSharp.sln Fri Feb  6 03:41:04 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/branches/release-1.0.2/antsetup.bat
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/antsetup.bat?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/antsetup.bat (original)
+++ incubator/etch/branches/release-1.0.2/antsetup.bat Fri Feb  6 03:41:04 2009
@@ -1,8 +1,25 @@
-# example setup script for ant build environment.
-# optional stuff may be omitted by prefixing every
-# line between the brackets with rem.
+:: * 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.                                           *
+
+:: example setup script for ant build environment.
+:: optional stuff may be omitted by prefixing every
+:: line between the brackets with rem.
 
-# For information on building see BUILD.txt
+:: For information on building see BUILD.txt
 
 rem -- java builds --
 

Modified: incubator/etch/branches/release-1.0.2/binding-csharp/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/binding-csharp/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/compiler/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/compiler/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/compiler/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/Compiler.java
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/Compiler.java?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/Compiler.java (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/compiler/src/main/java/etch/bindings/csharp/compiler/Compiler.java Fri Feb  6 03:41:04 2009
@@ -1,5 +1,6 @@
 /* $Id$
  *
+ * Copyright 2009 The Apache Software Foundation
  * Copyright 2007-2008 Cisco Systems Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/etch/branches/release-1.0.2/binding-csharp/runtime/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/runtime/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/runtime/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/runtime/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/EtchProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/EtchProj.csproj?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/EtchProj.csproj (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/EtchProj.csproj Fri Feb  6 03:41:04 2009
@@ -1,5 +1,23 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
+    <!--
+ * 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.                                           *
+    -->
+    <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <ProductVersion>8.0.50727</ProductVersion>
@@ -177,4 +195,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/main/csharp/Properties/AssemblyInfo.cs.tmpl Fri Feb  6 03:41:04 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.CompilerServices;
 using System.Runtime.InteropServices;

Modified: incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/test/csharp/EtchTestProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/test/csharp/EtchTestProj.csproj?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/test/csharp/EtchTestProj.csproj (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/test/csharp/EtchTestProj.csproj Fri Feb  6 03:41:04 2009
@@ -1,4 +1,22 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+    <!--
+ * 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.                                           *
+    -->
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -104,4 +122,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/branches/release-1.0.2/binding-csharp/runtime/src/test/csharp/Properties/AssemblyInfo.cs Fri Feb  6 03:41:04 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.CompilerServices;
 using System.Runtime.InteropServices;

Modified: incubator/etch/branches/release-1.0.2/binding-java/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-java/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-java/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/binding-java/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/binding-java/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-java/compiler/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-java/compiler/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/binding-java/compiler/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/binding-java/runtime/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-java/runtime/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-java/runtime/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/binding-java/runtime/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/binding-xml/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-xml/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-xml/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/binding-xml/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/binding-xml/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/binding-xml/compiler/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/binding-xml/compiler/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/binding-xml/compiler/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/build-support/NUnitToJUnit.xsl
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/build-support/NUnitToJUnit.xsl?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/build-support/NUnitToJUnit.xsl (original)
+++ incubator/etch/branches/release-1.0.2/build-support/NUnitToJUnit.xsl Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/build-support/dependencies.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/build-support/dependencies.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/build-support/dependencies.xml (original)
+++ incubator/etch/branches/release-1.0.2/build-support/dependencies.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/build-support/etch.common.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/build-support/etch.common.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/build-support/etch.common.xml (original)
+++ incubator/etch/branches/release-1.0.2/build-support/etch.common.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/build-support/etch.includes.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/build-support/etch.includes.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/build-support/etch.includes.xml (original)
+++ incubator/etch/branches/release-1.0.2/build-support/etch.includes.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/build-support/realclean.bat
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/build-support/realclean.bat?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/build-support/realclean.bat (original)
+++ incubator/etch/branches/release-1.0.2/build-support/realclean.bat Fri Feb  6 03:41:04 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.                                           *
 call ant clean
 
 del binding-csharp\compiler\src\main\java\etch\bindings\csharp\compiler\CompilerVersion.java

Modified: incubator/etch/branches/release-1.0.2/build-support/realclean.sh
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/build-support/realclean.sh?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/build-support/realclean.sh (original)
+++ incubator/etch/branches/release-1.0.2/build-support/realclean.sh Fri Feb  6 03:41:04 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/branches/release-1.0.2/build.dependencies
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/build.dependencies?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/build.dependencies (original)
+++ incubator/etch/branches/release-1.0.2/build.dependencies Fri Feb  6 03:41:04 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/branches/release-1.0.2/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/build.xml Fri Feb  6 03:41:04 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/branches/release-1.0.2/compiler/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/compiler/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/compiler/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/compiler/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/compiler/src/main/javacc/EtchGrammar.html
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/compiler/src/main/javacc/EtchGrammar.html?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/compiler/src/main/javacc/EtchGrammar.html (original)
+++ incubator/etch/branches/release-1.0.2/compiler/src/main/javacc/EtchGrammar.html Fri Feb  6 03:41:04 2009
@@ -1,4 +1,24 @@
 <!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/branches/release-1.0.2/compiler/src/main/javacc/EtchGrammar.jj
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/compiler/src/main/javacc/EtchGrammar.jj?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/compiler/src/main/javacc/EtchGrammar.jj (original)
+++ incubator/etch/branches/release-1.0.2/compiler/src/main/javacc/EtchGrammar.jj Fri Feb  6 03:41:04 2009
@@ -1,4 +1,21 @@
 /* $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.                                           *
+
  *
  * Grammer for the etch idl compiler.
  */

Modified: incubator/etch/branches/release-1.0.2/compiler/src/main/scripts/etch.bat
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/compiler/src/main/scripts/etch.bat?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/compiler/src/main/scripts/etch.bat (original)
+++ incubator/etch/branches/release-1.0.2/compiler/src/main/scripts/etch.bat Fri Feb  6 03:41:04 2009
@@ -1,7 +1,20 @@
 @echo off
-
-rem Copyright 2008 (c) 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   *
+:: *                                                              *
+:: *   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.                                           *
 setlocal
 
 rem Find the etch home directory

Modified: incubator/etch/branches/release-1.0.2/compiler/src/main/scripts/etch.sh
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/compiler/src/main/scripts/etch.sh?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/compiler/src/main/scripts/etch.sh (original)
+++ incubator/etch/branches/release-1.0.2/compiler/src/main/scripts/etch.sh Fri Feb  6 03:41:04 2009
@@ -1,10 +1,23 @@
 #!/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/branches/release-1.0.2/compiler/src/test/resources/etch/compiler/test.etch
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/compiler/src/test/resources/etch/compiler/test.etch?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/compiler/src/test/resources/etch/compiler/test.etch (original)
+++ incubator/etch/branches/release-1.0.2/compiler/src/test/resources/etch/compiler/test.etch Fri Feb  6 03:41:04 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/branches/release-1.0.2/compiler/src/test/resources/etch/compiler/test.txt
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/compiler/src/test/resources/etch/compiler/test.txt?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/compiler/src/test/resources/etch/compiler/test.txt (original)
+++ incubator/etch/branches/release-1.0.2/compiler/src/test/resources/etch/compiler/test.txt Fri Feb  6 03:41:04 2009
@@ -1 +1 @@
-file used to test the compiler.
\ No newline at end of file
+file used to test the compiler.

Modified: incubator/etch/branches/release-1.0.2/etch.properties
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/etch.properties?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/etch.properties (original)
+++ incubator/etch/branches/release-1.0.2/etch.properties Fri Feb  6 03:41:04 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.                                           *
+
 majorVersion=1
 minorVersion=0
 patchVersion=2

Modified: incubator/etch/branches/release-1.0.2/examples/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/examples/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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}/.." />
@@ -7,6 +28,10 @@
     <property name="target" location="${basedir}/target" />
     
     <target name="do-clean">
+        <build_example dir="chat" logdir="${basedir}/target/logs" />
+        <build_example dir="distmap" logdir="${basedir}/target/logs" />
+        <build_example dir="example" logdir="${basedir}/target/logs" />
+        <build_example dir="perf" logdir="${basedir}/target/logs" />
         <delete dir="${target}" failonerror="false" quiet="true" />
     </target>
     

Modified: incubator/etch/branches/release-1.0.2/examples/chat/README.txt
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/chat/README.txt?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/chat/README.txt (original)
+++ incubator/etch/branches/release-1.0.2/examples/chat/README.txt Fri Feb  6 03:41:04 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/branches/release-1.0.2/examples/chat/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/chat/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/chat/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/examples/chat/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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 +286,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/branches/release-1.0.2/examples/chat/dist-build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/chat/dist-build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/chat/dist-build.xml (original)
+++ incubator/etch/branches/release-1.0.2/examples/chat/dist-build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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/branches/release-1.0.2/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj (original)
+++ incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatClientProj/ChatClientProj.csproj Fri Feb  6 03:41:04 2009
@@ -1,4 +1,22 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+    <!--
+ * 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.                                           *
+    -->
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -92,4 +110,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatClientProj/Properties/AssemblyInfo.cs Fri Feb  6 03:41:04 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.CompilerServices;
 using System.Runtime.InteropServices;
@@ -8,8 +24,8 @@
 [assembly: AssemblyTitle("Chat Client")]
 [assembly: AssemblyDescription("Chat Client Executable")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Cisco Systems")]
-[assembly: AssemblyProduct("Etch")]
+[assembly: AssemblyCompany("Apache Software Foundation")]
+[assembly: AssemblyProduct("Apache Etch")]
 [assembly: AssemblyCopyright("Copyright © 2008")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]

Modified: incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj (original)
+++ incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatListenerProj/ChatListenerProj.csproj Fri Feb  6 03:41:04 2009
@@ -1,4 +1,22 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+    <!--
+ * 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.                                           *
+    -->
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -92,4 +110,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/branches/release-1.0.2/examples/chat/src/main/csharp/ChatListenerProj/Properties/AssemblyInfo.cs Fri Feb  6 03:41:04 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.CompilerServices;
 using System.Runtime.InteropServices;
@@ -8,8 +24,8 @@
 [assembly: AssemblyTitle("Chat Listener")]
 [assembly: AssemblyDescription("Chat Listener Executable")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Cisco Systems")]
-[assembly: AssemblyProduct("Etch")]
+[assembly: AssemblyCompany("Apache Software Foundation")]
+[assembly: AssemblyProduct("Apache Etch")]
 [assembly: AssemblyCopyright("Copyright © 2008")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]

Modified: incubator/etch/branches/release-1.0.2/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj (original)
+++ incubator/etch/branches/release-1.0.2/examples/chat/src/test/csharp/ChatTestProj/ChatTestProj.csproj Fri Feb  6 03:41:04 2009
@@ -1,4 +1,22 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+    <!--
+ * 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.                                           *
+    -->
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -107,4 +125,4 @@
   <Target Name="AfterBuild">
   </Target>
   -->
-</Project>
\ No newline at end of file
+</Project>

Modified: incubator/etch/branches/release-1.0.2/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs (original)
+++ incubator/etch/branches/release-1.0.2/examples/chat/src/test/csharp/ChatTestProj/Properties/AssemblyInfo.cs Fri Feb  6 03:41:04 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.CompilerServices;
 using System.Runtime.InteropServices;

Modified: incubator/etch/branches/release-1.0.2/examples/distmap/README.txt
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/distmap/README.txt?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/distmap/README.txt (original)
+++ incubator/etch/branches/release-1.0.2/examples/distmap/README.txt Fri Feb  6 03:41:04 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/branches/release-1.0.2/examples/distmap/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/branches/release-1.0.2/examples/distmap/build.xml?rev=741389&r1=741388&r2=741389&view=diff
==============================================================================
--- incubator/etch/branches/release-1.0.2/examples/distmap/build.xml (original)
+++ incubator/etch/branches/release-1.0.2/examples/distmap/build.xml Fri Feb  6 03:41:04 2009
@@ -1,4 +1,25 @@
 <?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}/../.." />
@@ -261,7 +282,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" >